Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Removed use of smart pointer for column definitions (slimming down the serialization mechanism weight) (CH-103).

    • -7
    • +5
    ./libchcore/TSQLiteSerializerContainer.cpp
    • -2
    • +2
    ./libchcore/TSQLiteSerializerContainer.h
  1. … 17 more files in changeset.
Adjusted serialization tracing, exported TSimpleTimer from the engine dll (CH-103).

    • -2
    • +1
    ./libchcore/TSQLiteSerializerContainer.cpp
    • -13
    • +12
    ./libchcore/TSQLiteSerializerRowData.cpp
    • -2
    • +2
    ./libchcore/TSQLiteSerializerRowReader.cpp
Serialization optimization - reduced significantly count of sqlites' prepare() statements (now serialization requsts are grouped together) (CH-103)

    • -0
    • +50
    ./libchcore/SerializerTrace.h
    • -1
    • +36
    ./libchcore/TSQLiteSerializerContainer.cpp
    • -42
    • +112
    ./libchcore/TSQLiteSerializerRowData.cpp
    • -1
    • +29
    ./libchcore/TSQLiteSerializerRowData.h
Bugfix: resuming task worked incorrectly (CH-101).

    • -32
    • +53
    ./libchcore/TSubTaskCopyMove.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
    ./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
    ./ch/TRecentPathsTools.cpp
    • -0
    • +28
    ./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).

    • -2
    • +15
    ./libchcore/TSQLiteSerializerRowData.cpp
    • -0
    • +8
    ./libchcore/TSharedModificationTracker.h
    • -36
    • +67
    ./libchcore/TSubTaskCopyMove.cpp
    • -17
    • +56
    ./libchcore/TSubTaskFastMove.cpp
    • -32
    • +132
    ./libchcore/TSubTaskStatsInfo.cpp
Added serialization of subtasks array (CH-58).

    • -2
    • +12
    ./libchcore/TSubTaskScanDirectory.cpp
Replaced critical section in subtask manager with atomic operations (CH-58).

Added serialization of task local stats (CH-84).

    • -0
    • +7
    ./libchcore/TSQLiteSerializerRowData.cpp
Added serialization of file filters to sqlite database (CH-97).

    • -196
    • +582
    ./libchcore/TFileFilter.cpp
    • -13
    • +44
    ./libchcore/TFileFiltersArray.cpp
    • -2
    • +9
    ./libchcore/TSharedModificationTracker.h
  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).

Fix: Removed unit-test reference from normal build (CH-89).

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

    • -0
    • +264
    ./ictranslate/ictranslate.vc120.vcxproj
    • -0
    • +6
    ./ictranslate/ictranslate.vc120.vcxproj.filters
    • -4
    • +370
    ./libictranslate/libictranslate.vc120.vcxproj
    • -0
    • +6
    ./libictranslate/libictranslate.vc120.vcxproj.filters
Added support for running unit tests in VS2013 (CH-89).

    • -5
    • +400
    ./libchcore/libchcore.vc120.vcxproj
    • -21
    • +93
    ./libchcore/libchcore.vc120.vcxproj.filters
  1. … 7 more files in changeset.
Added serialization of task configuration (CH-74). Still buggy.

    • -0
    • +47
    ./libchcore/ConfigNode.cpp
    • -0
    • +63
    ./libchcore/ConfigNode.h
    • -0
    • +564
    ./libchcore/ConfigNodeContainer.cpp
    • -0
    • +268
    ./libchcore/ConfigNodeContainer.h
  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).

Separated config-related classes to separate files (CH-74).

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

    • -0
    • +94
    ./libchcore/TFileTime.cpp
    • -0
    • +53
    ./libchcore/TFileTime.h
  1. … 12 more files in changeset.
Merged base paths with base paths data to allow storing base data pointer inside file info object (CH-75).

    • -89
    • +110
    ./libchcore/TBasePathData.cpp
    • -13
    • +11
    ./libchcore/TSubTaskFastMove.cpp
    • -16
    • +15
    ./libchcore/TSubTaskScanDirectory.cpp
  1. … 4 more files in changeset.
Introduced serialization of base paths data (CH-72).

    • -12
    • +102
    ./libchcore/TBasePathData.cpp
    • -76
    • +0
    ./libchcore/TIntrusiveSerializableItem.cpp
    • -17
    • +14
    ./libchcore/TModPathContainer.cpp
    • -0
    • +65
    ./libchcore/TRemovedObjects.cpp
    • -0
    • +48
    ./libchcore/TRemovedObjects.h
    • -0
    • +10
    ./libchcore/TSQLiteSerializerContainer.cpp
    • -0
    • +1
    ./libchcore/TSQLiteSerializerContainer.h
    • -17
    • +20
    ./libchcore/TSharedModificationTracker.h
  1. … 9 more files in changeset.
Fixed tests build problem (CH-60).

Modified the input path data container to use object id mapping instead of raw indexes of input paths (CH-72).

    • -12
    • +11
    ./libchcore/TSubTaskFastMove.cpp
Fixed an infinite loop when deleting items from sqlite database (CH-91).

    • -0
    • +1
    ./libchcore/TSQLiteSerializerContainer.cpp