Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Polish translation update (CH-112)

Bugfix: skipping non-existent files causes the need to skip them twice in certain situations (CH-204).

Adjusted handling of read-only files to reduce the performance impact (CH-203).

    • -25
    • +11
    ./libchcore/TFilesystemFeedbackWrapper.cpp
    • -5
    • +33
    ./libchcore/TFilesystemFileFeedbackWrapper.cpp
    • -3
    • +3
    ./libchcore/TFilesystemFileFeedbackWrapper.h
Changed default setting for "Protect read-only files" (CH-203).

Fixed boost path for cases, where the compiler toolset differs from the native one (CH-202).

Reverted the search optimization due to incompatibility with Windows XP (CH-195).

Project and source files' updates to allow them to build under VS2014.

    • -8
    • +8
    ./ictranslate/ictranslate.vc140.vcxproj
    • -8
    • +8
    ./libictranslate/libictranslate.vc140.vcxproj
Project and source files' updates to allow them to build under VS2014.

    • -0
    • +1
    ./libchcore/TFilesystemFeedbackWrapper.h
    • -0
    • +1
    ./libchcore/TFilesystemFileFeedbackWrapper.h
  1. … 18 more files in changeset.
Adjusted logging in shell extension, fixed the bug introduced with logging (CH-181)

Adjustments in shell extension logging (CH-181)

    • -0
    • +46
    ./chext/HResultFormatter.cpp
    • -0
    • +28
    ./chext/HResultFormatter.h
Update to boost 1.60 (CH-201).

Added support for logging information from the shell extension (when the registry keys are set up) (CH-181).

    • -0
    • +33
    ./chext/GuidFormatter.cpp
    • -0
    • +31
    ./chext/GuidFormatter.h
    • -0
    • +59
    ./chext/ShellExtensionVerifier.cpp
    • -0
    • +31
    ./chext/ShellExtensionVerifier.h
    • -0
    • +126
    ./chext/TLogger.cpp
    • -0
    • +18
    ./chext/chext.vc140.vcxproj.filters
  1. … 1 more file in changeset.
Automatic version bump after tagging 1.40Beta-svn704

Added possibility to break the infinite retry loop without restarting task (using the newly introduced Advanced buttonin the status dialog box) (CH-165)

    • -0
    • +59
    ./libchcore/TFeedbackHandlerBase.cpp
Added support for controlling the task (pause/resume/restart/cancel) when in the retry loop.

    • -26
    • +5
    ./libchcore/TFeedbackHandlerBase.cpp
    • -0
    • +6
    ./libchcore/TFeedbackHandlerWrapper.cpp
    • -44
    • +74
    ./libchcore/TFilesystemFeedbackWrapper.cpp
    • -1
    • +7
    ./libchcore/TFilesystemFeedbackWrapper.h
    • -45
    • +86
    ./libchcore/TFilesystemFileFeedbackWrapper.cpp
    • -2
    • +8
    ./libchcore/TFilesystemFileFeedbackWrapper.h
    • -16
    • +14
    ./libchcore/TSubTaskCopyMove.cpp
    • -4
    • +4
    ./libchcore/TWorkerThreadController.cpp
Changed feedback handling to return also the information if the response was automatic or made by user (CH-165).

    • -5
    • +5
    ./libchcore/TFeedbackHandlerWrapper.cpp
    • -0
    • +39
    ./libchcore/TFeedbackResult.cpp
    • -0
    • +41
    ./libchcore/TFeedbackResult.h
    • -14
    • +15
    ./libchcore/TFilesystemFeedbackWrapper.cpp
    • -17
    • +19
    ./libchcore/TFilesystemFileFeedbackWrapper.cpp
    • -0
    • +6
    ./libchcore/libchcore.vc140.vcxproj.filters
Changed the way attributes are retrieved for file being overwritten (CH-196).

    • -6
    • +2
    ./libchcore/TFilesystemFileFeedbackWrapper.cpp
    • -1
    • +1
    ./libchcore/TFilesystemFileFeedbackWrapper.h
    • -0
    • +24
    ./libchcore/TLocalFilesystemFile.cpp
Optimized searching for files (CH-195)

Refactoring: extracting the feedback wrappers from subtasks to the separate classes (part 3) (CH-165).

    • -6
    • +243
    ./libchcore/TFilesystemFeedbackWrapper.cpp
    • -3
    • +13
    ./libchcore/TFilesystemFeedbackWrapper.h
    • -120
    • +5
    ./libchcore/TSubTaskFastMove.cpp
    • -52
    • +5
    ./libchcore/TSubTaskScanDirectory.cpp
Bugfix: wrong handling of paths longer than 260 chars (CH-194)

Refactoring: extracting the feedback wrappers from copy/move subtask to the separate classes (part 2) (CH-165).

    • -14
    • +135
    ./libchcore/TFilesystemFileFeedbackWrapper.cpp
    • -7
    • +12
    ./libchcore/TFilesystemFileFeedbackWrapper.h
    • -135
    • +22
    ./libchcore/TSubTaskCopyMove.cpp
Refactoring: extracting the feedback wrappers from copy/move subtask to the separate classes (CH-165).

    • -0
    • +175
    ./libchcore/TFilesystemFeedbackWrapper.cpp
    • -0
    • +43
    ./libchcore/TFilesystemFeedbackWrapper.h
    • -0
    • +363
    ./libchcore/TFilesystemFileFeedbackWrapper.cpp
    • -0
    • +54
    ./libchcore/TFilesystemFileFeedbackWrapper.h
    • -526
    • +24
    ./libchcore/TSubTaskCopyMove.cpp
    • -0
    • +12
    ./libchcore/libchcore.vc140.vcxproj.filters
Removed usage of icpf::circular_buffer (CH-193).

Bugfix: one of the attribute changing functions were called without the filesystem proxy (CH-192)

Bugfix: wrong serialization management when restarting task (CH-191).

Build system fix: changed the build toools to be built with VS2015 (CH-190).

Bugfix: fixed task error related to wrong calculation of file size stats (CH counted block sizes instead of real data size) (CH-189).

    • -76
    • +60
    ./libchcore/TSubTaskCopyMove.cpp
    • -26
    • +68
    ./libchcore/TSubTaskStatsInfo.cpp
Automatic version bump after tagging 1.40Beta-svn687

Fixed fast move operation to not perform copy+delete anymore (CH-188).

FastMove artificially shows task as waiting, even when the task really is completed (CH-187).