|
f266c35954
|
Use the size_t type instead of "unsigned long" for variables that hold the result of a find() call
|
2022-02-14 14:12:00 +01:00 |
|
|
24d934caf2
|
Use any_of instead of a range-based loop in the Argument::is function
|
2021-10-05 08:45:38 +02:00 |
|
|
58f2d9cba7
|
Remove an extra space in arguments.hpp
|
2021-10-05 08:43:34 +02:00 |
|
|
014680ec95
|
Remove a useless "public" keyword use in arguments.hpp
|
2021-10-03 19:13:48 +02:00 |
|
|
5cea9251bd
|
Return a string_view instead of a string in the ArgumentAssignable::getValueFor function
|
2021-10-03 12:20:59 +02:00 |
|
|
471a588d37
|
Use a goto statement in the Argument::is function
|
2021-09-23 19:35:55 +02:00 |
|
|
2de8ce3e43
|
Make sure the "==" operator is inline in arguments.hpp
|
2021-09-23 19:03:44 +02:00 |
|
|
76c8975e27
|
Use a reference in the Argument "==" operator, and move the currentArg variable of main.cpp into the loop used for arguments
|
2021-09-02 10:34:00 +02:00 |
|
|
afc59c7a22
|
Don't find occurrences when closing characters are not found in Target.hpp, make the interpolation strings static const variables and fix typos
|
2021-08-31 15:19:44 +02:00 |
|
|
1bfb4cb54b
|
Add arguments.hpp, remove a few useless files, and add a library target to the CMakeLists.txt file.
|
2021-07-10 11:03:15 +02:00 |
|