CopyHandler

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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).

Moved some filesystem accessing functions from CFileInfo to CTask.

Fixed compilation problem in release builds.

Refactoring: got rid of the CClipboardArray and CClipboardEntry in favor of TBasePathDataContainer and TBasePathData objects which are linked to input paths only by index (instead of being itself a copy of the input path with some additions).

    • -0
    • +126
    /src/ch/TBasePathData.cpp
    • -0
    • +154
    /src/ch/TBasePathData.h
Refactoring: increased usage of TSmartPath objects throughout the code.