libchcore

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bugfix: files with sizes changing during copying and files pointed to by symlinks are now copied correctly with correct stats displayed (CH-124).

Changed the default task versioning to be independent to CH version (as data model won't change as often as CH version numbers). The version was set to 1 and there is no migration provided as this is the alpha version. (CH-127).

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)

Removed binary serializer files from VS2013 project file (CH-118)

Bugfix: CH exits when no configuration file exists (CH-123).

Bugfix: fixed serialization problems with 32bit builds (CH-118).

  1. … 53 more files in changeset.
Bugfix: different layout of shared memory between 64bit shell ext and 32bit application caused explorer to crash (CH-117).

Added support for successfully loading corrupted task files (now loading such task does not force CH to exit - instead an error is logged (if possible) and task is marked appropriately in the status dialog) (CH-59)

  1. … 4 more files in changeset.
Added possibility to choose destination path for "Copy To/Move To/CopyMove To Special" shell ext items (CH-109).

  1. … 10 more files in changeset.
Additional unit tests for TConfig class (CH-60)

Added first batch of unit tests for TConfig class (CH-60)

    • -0
    • +299
    ./Tests/TestsTConfig.cpp
Fixed unit tests not working after recent changes (CH-60)

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. … 17 more files in changeset.
Bugfix: fixed crash when importing configuration from xml file in 32bit builds (CH-90).

Fixed missing files in VS2013 projects for resizable message box (CH-67).

  1. … 2 more files in changeset.
Optimized serialization stack to avoid blocking gui thread for a long time (CH-103).

    • -0
    • +96
    ./TPlainStringPool.cpp
    • -0
    • +52
    ./TPlainStringPool.h
  1. … 3 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
    • -192
    • +320
    ./TSQLiteSerializerRowData.cpp
  1. … 8 more files in changeset.
Added support for indexing serialization data by column index (for reduced overhead when handling many rows) (CH-103)

    • -48
    • +113
    ./TSQLiteSerializerRowData.cpp
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. … 12 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. … 5 more files in changeset.
Added extended columns definitions to support slimmer row data in the future (CH-103).

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

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

Serialization optimization - reduced significantly count of sqlites' prepare() statements (now serialization requsts are grouped together) (CH-103)

    • -42
    • +112
    ./TSQLiteSerializerRowData.cpp
Bugfix: resuming task worked incorrectly (CH-101).

  1. … 1 more file in changeset.
Fixed problem of task data files not being removed when the task itself is removed (CH-99).

Bugfix: operation type was not serialized correctly (CH-102).

Bugfix: Filtering settings dialog - time filtering only displays date (CH-96).

  1. … 1 more file in changeset.
Added serialization support for subtasks - delete, copymove, fastmove (CH-58).

Added serialization of subtasks array (CH-58).