- août 26, 2021
-
-
Jacek Czerwonka a rédigé
* Fixing DataType enum warnings * Fixing enum warnings in ValidationErrType, TokenType, Relation, TermDataType, SyntaxErrType * Fix one last warning
-
Jacek Czerwonka a rédigé
* Fix warning about the array delete * Fix ErrorCode enum * Fixing unintalized vars
-
Jacek Czerwonka a rédigé
* Fix warnings pertaining to EncodingType. * More fixes to enum related warnings
-
Jacek Czerwonka a rédigé
-
- août 23, 2021
-
-
qykth-git a rédigé
* Enable warnings * Work without "-fpermissive" option * Cosmetic fix * Add "const" to fix warnings These strings are not needs to modify. * No need to use "#pragma once" in main C++ source file * Cosmetic fix Add newline to end * Return nullptr if error * delete() not works for "void*" Cast specific type to use delete() * Disable VC++ specific pragmas for other C++ compilers * Fix warning * Fix warning * Use pipeline for compiler * Enable code optimization * Add "default:" to fix "switch" syntax warning * Use "nullptr" for null pointer * Use nullptr instead of NULL * Use nullptr instead of NULL * Use "L" notation for wide character * Use C++ header instead of raw C header
-
- sept. 14, 2018
-
-
Jacek Czerwonka a rédigé
-
- nov. 04, 2016
-
-
Jacek Czerwonka a rédigé
Remove openFile entirely to avoid latent problems with stream copy semantics.
-
jacekcz a rédigé
-
jacekcz a rédigé
-
Jacek Czerwonka a rédigé
-
- nov. 19, 2015
-
-
Ori Peleg a rédigé
Several classes and functions were not const-correct. Did the minimal changes to fix compilation, although there are other const fixes that can be done.
-
- oct. 16, 2015
-
-
Jacek Czerwonka a rédigé
-