TSQLiteSerializerContainer.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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).

    • -209
    • +209
    ./TSQLiteSerializerContainer.cpp
  1. … 265 more files in changeset.
Optimized deleting of entries from CH database - in some cases the speedup is around 180x (CH-311).

    • -18
    • +31
    ./TSQLiteSerializerContainer.cpp
  1. … 3 more files in changeset.
Switched entire code to use nullptr instead of NULL (CH-259).

  1. … 98 more files in changeset.
Changed other engine exceptions to use non-macro throwing (CH-219)

  1. … 9 more files in changeset.
Got rid of BEGIN/END_CHCORE_NAMESPACE macros (CH-183).

    • -124
    • +123
    ./TSQLiteSerializerContainer.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: fixed serialization problems with 32bit builds (CH-118).

  1. … 67 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.
Optimized serialization stack to avoid blocking gui thread for a long time (CH-103).

  1. … 17 more files in changeset.
Rewritten serializer row storage to use memory pool (thus reducing memory allocations and speeding up destructions) (CH-103).

    • -21
    • +54
    ./TSQLiteSerializerContainer.cpp
  1. … 22 more files in changeset.
Switched row data handling to not use shared pointers nor RowData object to pass information (optimization to slim down the serialization cost) (CH-103).

    • -10
    • +10
    ./TSQLiteSerializerContainer.cpp
  1. … 26 more files in changeset.
Adding/retrieving rows (to be serialized) now uses a single method instead of two allowing for simpler code at caller's plase (also a preparation for replacing smart pointer with a reference to real object) (CH-103).

  1. … 19 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.
Serialization optimization - reduced significantly count of sqlites' prepare() statements (now serialization requsts are grouped together) (CH-103)

  1. … 11 more files in changeset.
Introduced serialization of base paths data (CH-72).

  1. … 23 more files in changeset.
Fixed an infinite loop when deleting items from sqlite database (CH-91).

Added serialization and deserialization of the base (input) paths (CH-72).

  1. … 31 more files in changeset.
Added serialization of basic task elements (CH-77).

  1. … 8 more files in changeset.
Renamed the sqlite data row class.

  1. … 12 more files in changeset.
Isolated common part of change management to a separate object.

  1. … 10 more files in changeset.
Partial implementation of basic serialization mechanism (part 2) (CH-79).

    • -17
    • +44
    ./TSQLiteSerializerContainer.cpp
  1. … 44 more files in changeset.
Partial implementation of basic serialization mechanism (CH-79).

    • -0
    • +62
    ./TSQLiteSerializerContainer.cpp
  1. … 16 more files in changeset.