CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added portable mode in case configuration file is found in the executable directory (closes [#2908557]).

Bugfix: support for long filenames kicked in too late (at 259 characters instead of 248).

Removed support for '\?' prefixes in paths in TSmartPath.

Further improvements in supporting very long path names and isolating filesystem operations to a separate module.

Improved support for very long paths.

Further improvements in supporting very long path names and isolating filesystem operations to a separate module.

Extracted file finding and fast moving to a separate module.

    • -39
    • +21
    /src/ch/TSubTaskScanDirectory.cpp
Bugfix: TLocalFilesystem::PathExist() didn't free the search handle.

Bugfix: exception was thrown from scan directory subtask because of wrong reference to cached path data.

Formatting fixes.

    • -1004
    • +1004
    /src/ch/TSubTaskCopyMove.cpp
    • -118
    • +118
    /src/ch/TTaskLocalStats.cpp
Extracted file deletion to a separate module.

Extracted directory scanning and copying/moving functionality to a separate modules (cut&paste plus some adjustments).

    • -0
    • +92
    /src/ch/TBasicProgressInfo.cpp
    • -0
    • +93
    /src/ch/TBasicProgressInfo.h
    • -0
    • +102
    /src/ch/TLocalFilesystem.cpp
    • -0
    • +38
    /src/ch/TLocalFilesystem.h
    • -0
    • +245
    /src/ch/TSubTaskScanDirectory.cpp
    • -0
    • +118
    /src/ch/TTaskGlobalStats.cpp
  1. … 8 more files in changeset.
Improved shell extension support:

    • -0
    • +215
    /src/ch/TShellExtensionClient.cpp
    • -0
    • +48
    /src/ch/TShellExtensionClient.h
Bugfix: shell extension controller returned pointer to unallocated memory.

Removed '/analyze' option from compiler settings (many false positives and too slow for daily builds).

Removed '/analyze' option from compiler settings (many false positives and too slow for daily builds).

    • -2
    • +0
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Removed '/analyze' option from compiler settings (many false positives and too slow for daily builds).

Removed '/analyze' option from compiler settings (many false positives and too slow for daily builds).

    • -2
    • +0
    /src/ictranslate/ictranslate.vc90.vcproj
Fixed problem with language not being read at startup when no configuration file was present.

Fixed incorrect memory management in drive detection mechanism (closes [#3169973]).

Bugfix: filtering incorrectly shown in status dialog.

Bugfix: fixed warnings reported as errors resulting from commit 361.

Added missing config serializers file.

    • -0
    • +89
    /src/libchcore/TConfigSerializers.h
Moved TConfig class to libchcore library.

  1. … 12 more files in changeset.
Removed unused includes.

Refactoring: moved filters storage from serialization file to task definition file.

Bugfix: problem with serializing smart path with null path object inside.

Bugfix: crash whan saving TPath object to file.

Improved TSmartPath by adding more operations to it (with usage).

Added some path splitting methods (untested).