TSQLiteSerializerFactory.cpp

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Various code cleanups (CH-273)

  1. … 35 more files in changeset.
Fixed several cosmetic code issues. Improved detection of same/different disk detection. Switched shared_ptrs to use std implementation instead of boost one. Cleaned up includes in headers. (CH-259)

  1. … 157 more files in changeset.
Changed remaining exceptions to use non-macro throwing (CH-219).

  1. … 6 more files in changeset.
Added support for including custom messages to core exception objects (CH-184).

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

  1. … 208 more files in changeset.
Removed explicit references to chcore namespace from chcore namespace.

  1. … 21 more files in changeset.
Bugfix: if migrating task serializer fails, CH exited without warning. Now, for the failed migrations the empty task will be shown in status dialog that will allow user to remove it from the list (CH-148).

  1. … 8 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 serialization of basic task elements (CH-77).

  1. … 8 more files in changeset.
Added support for re-creating task manager database when there is a problem with loading existing one.

  1. … 13 more files in changeset.
Improved handling sqlite schemas for task manager and task object (CH-79).

    • -0
    • +83
    ./TSQLiteSerializerFactory.cpp
  1. … 19 more files in changeset.