TSQLiteSerializerRowReader.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Split libchcore to several libraries (libstring, libserializer, libchengine) (CH-319)

    • -167
    • +0
    ./TSQLiteSerializerRowReader.cpp
  1. … 593 more files in changeset.
Introduced engine-wide logging (with task manager serialization included). Moved serialization logging from debug tracing to a normal log file. (CH-114)

  1. … 31 more files in changeset.
Removed unnecessary includes. Sorted member initialization in constructors. (CH-318)

  1. … 143 more files in changeset.
Normalized line ending as specified in .gitattributes (CH-312).

    • -167
    • +167
    ./TSQLiteSerializerRowReader.cpp
  1. … 265 more files in changeset.
Improved engine core exception handling - now all core exceptions have appropriate message and the details are logged into tasks' log file (CH-219).

    • -15
    • +15
    ./TSQLiteSerializerRowReader.cpp
  1. … 46 more files in changeset.
Got rid of BEGIN/END_CHCORE_NAMESPACE macros (CH-183).

    • -108
    • +107
    ./TSQLiteSerializerRowReader.cpp
  1. … 208 more files in changeset.
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)

  1. … 16 more files in changeset.
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).

  1. … 31 more files in changeset.
Added extended columns definitions to support slimmer row data in the future (CH-103).

  1. … 35 more files in changeset.
Removed use of smart pointer for column definitions (slimming down the serialization mechanism weight) (CH-103).

  1. … 31 more files in changeset.
Adjusted serialization tracing, exported TSimpleTimer from the engine dll (CH-103).

  1. … 9 more files in changeset.
Added serialization to TFileInfo and TFileInfoArray objects (CH-75).

  1. … 26 more files in changeset.
Added serialization and deserialization of the base (input) paths (CH-72).

  1. … 31 more files in changeset.
SQLite binding and data retrieval improvements (CH-82).

    • -10
    • +10
    ./TSQLiteSerializerRowReader.cpp
  1. … 3 more files in changeset.
Partial implementation of basic serialization mechanism (part 2) (CH-79).

    • -0
    • +155
    ./TSQLiteSerializerRowReader.cpp
  1. … 44 more files in changeset.