CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added support for indexing serialization data by column index (for reduced overhead when handling many rows) (CH-103)

    • -12
    • +25
    /src/libchcore/ISerializerRowData.h
    • -15
    • +35
    /src/libchcore/TSQLiteSerializerRowData.h
Switched row data handling to not use shared pointers nor RowData object to pass information (optimization to slim down the serialization cost) (CH-103).

    • -5
    • +14
    /src/libchcore/ISerializerRowData.h
    • -15
    • +11
    /src/libchcore/TBasePathData.cpp
    • -6
    • +35
    /src/libchcore/TSQLiteSerializerRowData.h
    • -14
    • +10
    /src/libchcore/TSubTaskArray.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).

    • -4
    • +0
    /src/libchcore/TSQLiteColumnDefinition.h
    • -0
    • +2
    /src/libchcore/TSQLiteSerializerRowData.h
  1. … 5 more files in changeset.
Added extended columns definitions to support slimmer row data in the future (CH-103).

    • -3
    • +24
    /src/libchcore/IColumnsDefinition.h
    • -3
    • +10
    /src/libchcore/TFileFiltersArray.cpp
    • -2
    • +13
    /src/libchcore/TModPathContainer.cpp
  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).

    • -12
    • +62
    /src/libchcore/SerializerTrace.h
Serialization optimization - reduced significantly count of sqlites' prepare() statements (now serialization requsts are grouped together) (CH-103)

    • -0
    • +50
    /src/libchcore/SerializerTrace.h
    • -0
    • +32
    /src/libchcore/TSQLiteSerializer.cpp
    • -1
    • +29
    /src/libchcore/TSQLiteSerializerRowData.h
Bugfix: resuming task worked incorrectly (CH-101).

    • -32
    • +53
    /src/libchcore/TSubTaskCopyMove.cpp
    • -3
    • +67
    /src/libchcore/TSubTaskStatsInfo.cpp
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).

    • -62
    • +106
    /src/libchcore/TSubTaskArray.cpp
Bugfix: subtask stats were not displayed in status dialog when task processing finished (CH-100).

Added missing VS2013 project entries (CH-95).

Bugfix: Same paths added to the favorite list when using custom copy dialog (CH-95)

    • -0
    • +39
    /src/ch/TRecentPathsTools.cpp
    • -0
    • +28
    /src/ch/TRecentPathsTools.h
Bugfix: Filtering settings dialog - time filtering only displays date (CH-96).

Fixed build problem where ch resource were compiled even when unchanged (VS2013) (CH-98)

Added serialization support for subtasks - delete, copymove, fastmove (CH-58).

    • -0
    • +15
    /src/libchcore/TSQLiteTaskSchema.cpp
    • -20
    • +13
    /src/libchcore/TSubTaskArray.cpp
    • -36
    • +67
    /src/libchcore/TSubTaskCopyMove.cpp
    • -17
    • +56
    /src/libchcore/TSubTaskDelete.cpp
    • -17
    • +56
    /src/libchcore/TSubTaskFastMove.cpp
    • -32
    • +132
    /src/libchcore/TSubTaskStatsInfo.cpp
    • -13
    • +47
    /src/libchcore/TSubTaskStatsInfo.h
Added serialization of subtasks array (CH-58).

    • -9
    • +134
    /src/libchcore/TSubTaskArray.cpp
    • -2
    • +12
    /src/libchcore/TSubTaskCopyMove.cpp
    • -2
    • +12
    /src/libchcore/TSubTaskFastMove.cpp
    • -2
    • +12
    /src/libchcore/TSubTaskScanDirectory.cpp
    • -3
    • +3
    /src/libchcore/TSubTaskScanDirectory.h
Replaced critical section in subtask manager with atomic operations (CH-58).

    • -97
    • +16
    /src/libchcore/TSubTaskArray.cpp
Added serialization of task local stats (CH-84).

Added serialization of file filters to sqlite database (CH-97).

    • -196
    • +582
    /src/libchcore/TFileFilter.cpp
    • -13
    • +44
    /src/libchcore/TFileFiltersArray.cpp
    • -0
    • +11
    /src/libchcore/TSQLiteTaskSchema.cpp
  1. … 7 more files in changeset.
Fix: configuration items did not have modification state reset when loading, causing the serializer to try to insert the items again in the database (CH-74).

    • -1
    • +2
    /src/libchcore/ConfigNodeContainer.cpp
Fix: Removed unit-test reference from normal build (CH-89).

Added support for running unit tests in VS2013 (CH-89).

Added support for running unit tests in VS2013 (CH-89).

Added support for running unit tests in VS2013 (CH-89).

    • -0
    • +6
    /src/chext/chext.vc120.vcxproj.filters
    • -5
    • +400
    /src/libchcore/libchcore.vc120.vcxproj
    • -1
    • +1
    /tests/test_runner/src/test_runner.cpp
    • -14
    • +21
    /tests/test_runner/test_runner.vcxproj
Added serialization of task configuration (CH-74). Still buggy.

    • -0
    • +47
    /src/libchcore/ConfigNode.cpp
    • -0
    • +63
    /src/libchcore/ConfigNode.h
    • -0
    • +564
    /src/libchcore/ConfigNodeContainer.cpp
    • -0
    • +268
    /src/libchcore/ConfigNodeContainer.h
    • -350
    • +184
    /src/libchcore/TConfig.cpp
  1. … 8 more files in changeset.
Fixed crash when clicking or dbl clicking empty spaces in options list (CH-93).

Fixed reference counting being not thread safe (CH-93).

    • -273
    • +221
    /src/libchcore/TString.cpp
    • -0
    • +20
    /src/libchcore/Tests/TestsTString.cpp
Separated config-related classes to separate files (CH-74).

    • -0
    • +86
    /src/libchcore/TConfigArray.cpp
    • -0
    • +56
    /src/libchcore/TConfigArray.h
    • -0
    • +62
    /src/libchcore/TConfigNotifier.cpp
    • -0
    • +47
    /src/libchcore/TConfigNotifier.h
    • -8
    • +28
    /src/libchcore/libchcore.vc90.vcproj
Added serialization to TFileInfo and TFileInfoArray objects (CH-75).

    • -0
    • +94
    /src/libchcore/TFileTime.cpp
    • -0
    • +53
    /src/libchcore/TFileTime.h
  1. … 12 more files in changeset.