• Joined on 2020-11-22
Wilkie pushed to linux at Wilkie/LoggingPreprocessor 2023-12-05 14:57:30 +10:00
b25562c218 Changed to bool return and fixed logic loop for opening file in main()
Wilkie pushed to linux at Wilkie/LoggingPreprocessor 2023-12-05 14:41:49 +10:00
9997202628 Windows specific code removed from Preprocessor
Wilkie created branch linux in Wilkie/LoggingPreprocessor 2023-12-05 14:35:58 +10:00
Wilkie pushed to linux at Wilkie/LoggingPreprocessor 2023-12-05 14:35:58 +10:00
20248632ab Starting port to Linux
Wilkie pushed to master at Wilkie/LoggingPreprocessor 2023-12-05 14:34:36 +10:00
7ef39b7cb9 Added note on send function requirement
Wilkie pushed to master at Wilkie/LoggingPreprocessor 2023-12-05 02:25:28 +10:00
5cb9db0103 Added note about implmentation of sending function.
388533acb5 Fixed table of command line arguments
Compare 2 commits »
Wilkie pushed to master at Wilkie/LoggingPreprocessor 2023-12-05 02:06:24 +10:00
2111134c8b Added notes to repo for other users
Wilkie pushed to master at Wilkie/LoggingPreprocessor 2023-12-05 00:59:59 +10:00
7516ad6d8f Merge branch 'multiple_file_inputs'
a00b727816 Changed from "[filepath].[ext].[temp]" to "[filepath].[temp].[ext]" so file extensions are preserved.
Compare 2 commits »
Wilkie pushed to multiple_file_inputs at Wilkie/LoggingPreprocessor 2023-12-05 00:59:13 +10:00
a00b727816 Changed from "[filepath].[ext].[temp]" to "[filepath].[temp].[ext]" so file extensions are preserved.
Wilkie pushed to master at Wilkie/LoggingPreprocessor 2023-12-03 20:13:20 +10:00
d7e1751569 Added detail about PrintHeaderInformation function
Wilkie pushed to master at Wilkie/LoggingPreprocessor 2023-12-03 20:07:51 +10:00
83fc44037e Renamed from spelling mistake
e4fca83e2e Added description to functions
fdef7d7b65 Updated to remove previous goals and notes and point towards other READMEs
94b49019bd Working with multiple files able to be used as inputs. All output to a single references file.
0ae1193e67 Added extra test files
Compare 8 commits »
Wilkie pushed to multiple_file_inputs at Wilkie/LoggingPreprocessor 2023-12-03 20:06:08 +10:00
83fc44037e Renamed from spelling mistake
e4fca83e2e Added description to functions
Compare 2 commits »
Wilkie pushed to multiple_file_inputs at Wilkie/LoggingPreprocessor 2023-12-03 20:01:28 +10:00
fdef7d7b65 Updated to remove previous goals and notes and point towards other READMEs
Wilkie created branch multiple_file_inputs in Wilkie/LoggingPreprocessor 2023-12-03 19:47:05 +10:00
Wilkie pushed to multiple_file_inputs at Wilkie/LoggingPreprocessor 2023-12-03 19:47:05 +10:00
94b49019bd Working with multiple files able to be used as inputs. All output to a single references file.
0ae1193e67 Added extra test files
edd9542351 Fixed spelling mistake in table.
2b803396d1 Fixed off-by-one error
ea9512e198 Ignore folder of random tiny testing stuff
Compare 5 commits »
Wilkie pushed to master at Wilkie/LoggingPreprocessor 2023-11-29 19:11:48 +10:00
cff9b551ee Everything working for single file processing and reception.
Wilkie pushed to master at Wilkie/LoggingPreprocessor 2023-11-29 01:21:45 +10:00
347c2e8702 This is at the point of almost working.
28cf14304e Reception and printing working on dummy references file.
444fd460f5 Got rid of newlines in debug statements
f71bc18afd Added in preprocessor commands and abbreviated commands
1cff3e8daa Fixed some variable naming and documentation
Compare 15 commits »
Wilkie pushed to receiving_program at Wilkie/LoggingPreprocessor 2023-11-28 19:24:19 +10:00
28cf14304e Reception and printing working on dummy references file.
444fd460f5 Got rid of newlines in debug statements
f71bc18afd Added in preprocessor commands and abbreviated commands
Compare 3 commits »
Wilkie pushed to receiving_program at Wilkie/LoggingPreprocessor 2023-11-25 23:27:30 +10:00
1cff3e8daa Fixed some variable naming and documentation
0cf814cef3 Fixed some variable and type naming
fed7497db1 Fixed some variable names
15c05f93f5 Added basic makefile to allow for faster build and test
Compare 4 commits »
Wilkie pushed to receiving_program at Wilkie/LoggingPreprocessor 2023-11-25 13:08:57 +10:00
fc2df816e3 Send and receive over serial working. Can receive messages of arbitrary size