Commit Graph

14 Commits

Author SHA1 Message Date
eb709e60b0
Remove the (now useless) parallel parameter in the getFileContent() function from filefuncs.cpp 2022-02-14 14:12:00 +01:00
eb586a2899
Use generic_category::message() instead of strerror() in filefuncs.cpp 2022-02-14 14:12:00 +01:00
e720ff0f2d
Add an error message when an exception is thrown from the getFileContent() function & --parallel is not in use, and support MSVC 2022-02-14 14:12:00 +01:00
613e2f7019
Initialize the fileStream local variable instead of calling ifstream::open in filefuncs.cpp 2021-10-03 15:21:18 +02:00
54aa4105b8
Append new lines to the lineinput string instead of doing concatenation in filefuncs.cpp 2021-09-29 18:33:47 +02:00
c7981b9948
Throw an exception in filefuncs.cpp when a file is not found 2021-09-26 12:42:01 +02:00
c5d33fd480
Add support for multiple input files 2021-06-10 16:29:54 +02:00
Username404
85c155fc3b
Remove a parameter from the setOutputFileContent function and remove a variable in the main function. 2021-04-24 17:58:12 +02:00
b37250492a
Don't ask to run as administrator in filefuncs.cpp. 2021-03-30 18:29:40 +02:00
ad7075db7e
Call exit() when the file(s) passed as argument(s) can't be opened. 2021-03-26 13:23:13 +01:00
f32f8abc5c
Remove useless comments in the beginning of each C++ file. 2021-03-17 13:00:22 +01:00
66dcac958c
Fix indentation in a part of the getFileContent() function from filefuncs.cpp. 2021-02-19 16:00:30 +01:00
ea173db8f9
Save a few lines in filefuncs.cpp. 2021-02-19 15:49:57 +01:00
34c3cfb041
Hidden git history due to a license change. 2021-02-12 15:07:03 +01:00