|
| argReader.cpp |
| OpenM++ arguments reader: parse command line and ini-file arguments.
|
|
| crc32.cpp |
| OpenM++ CRC-32 impelementation, it is same CRC-32 as V.42, gzip, PNG.
|
|
| file.cpp |
| OpenM++ common file utility functions.
|
|
| helper.cpp |
| OpenM++ common helper functions.
|
|
| iniReader.cpp |
| OpenM++ ini-file reader: load ini-file and return values.
|
|
| log.cpp |
| OpenM++: log to console and into log files.
|
|
| log.h |
| OpenM++: log to console and into log files.
|
|
| os.cpp |
| OpenM++ platform-specific utility functions.
|
|
| splitCsv.cpp |
| OpenM++ common utility functions: split csv line.
|
|
| utf8Convert.cpp |
| OpenM++ UTF-8 converter: text bytes from source encoding (from Windows code page) to UTF-8.
|
|