|
|
 |
15 revisions
Split libchcore to several libraries (libstring, libserializer, libchengine) ( CH-319)
Split libchcore to several libraries (libstring, libserializer, libchengine) ( CH-319)
Introduced engine-wide logging (with task manager serialization included). Moved serialization logging from debug tracing to a normal log file. ( CH-114)
Introduced engine-wide logging (with task manager serialization included). Moved serialization logging from debug tracing to a normal log file. ( CH-114)
Removed unnecessary includes. Sorted member initialization in constructors. ( CH-318)
Removed unnecessary includes. Sorted member initialization in constructors. ( CH-318)
Normalized line ending as specified in .gitattributes ( CH-312).
Normalized line ending as specified in .gitattributes ( CH-312).
Improved engine core exception handling - now all core exceptions have appropriate message and the details are logged into tasks' log file ( CH-219).
Improved engine core exception handling - now all core exceptions have appropriate message and the details are logged into tasks' log file ( CH-219).
Got rid of BEGIN/END_CHCORE_NAMESPACE macros ( CH-183).
Got rid of BEGIN/END_CHCORE_NAMESPACE macros ( CH-183).
Performed de-duplication of the progress data and stats data (i.e. current file processed size was available in both progress data and stats data and not always updated simultaneously). There is no separate progress data anymore - everything is now placed in the stats data. ( CH-124)
Performed de-duplication of the progress data and stats data (i.e. current file processed size was available in both progress data and stats data and not always updated simultaneously). There is no separate progress data anymore - everything is now placed in the stats data. ( CH-124)
Bugfix: crash when opening explorer's context menu (boost lexical_cast incorrectly detected underlying stream type due to the implicit cast of TString to const wchar_t) ( CH-107).
Bugfix: crash when opening explorer's context menu (boost lexical_cast incorrectly detected underlying stream type due to the implicit cast of TString to const wchar_t) ( CH-107).
Added extended columns definitions to support slimmer row data in the future ( CH-103).
Added extended columns definitions to support slimmer row data in the future ( CH-103).
Removed use of smart pointer for column definitions (slimming down the serialization mechanism weight) ( CH-103).
Removed use of smart pointer for column definitions (slimming down the serialization mechanism weight) ( CH-103).
Adjusted serialization tracing, exported TSimpleTimer from the engine dll ( CH-103).
Adjusted serialization tracing, exported TSimpleTimer from the engine dll ( CH-103).
Added serialization to TFileInfo and TFileInfoArray objects ( CH-75).
Added serialization to TFileInfo and TFileInfoArray objects ( CH-75).
Added serialization and deserialization of the base (input) paths ( CH-72).
Added serialization and deserialization of the base (input) paths ( CH-72).
SQLite binding and data retrieval improvements ( CH-82).
SQLite binding and data retrieval improvements ( CH-82).
Partial implementation of basic serialization mechanism (part 2) ( CH-79).
Partial implementation of basic serialization mechanism (part 2) ( CH-79).
- Revision ID:
- 9479911a096555a7504c5c8a8eaee83ecb63440c
|