| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Select operation by its name instead of by number of the arguments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|