| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This enables use of more modern STL features, e.g., filesystem.
|
|
This simplifies parsing of the options. Help message is printed on wrong
arguments. Keep only the help operation.
|
|
|
|
|
|
|
|
|
|
|
|
Uniform initialization is supported since that version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The cppcheck errors were:
The address of local variable 'argv' is accessed at non-zero index.
|
|
|
|
|
|
|
|
|
|
This was done in order to avoid C++ compiler warnings about comparing types with
different signedness.
|
|
|
|
|
|
|
|
|
|
|