Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bugfix: support for long filenames kicked in too late (at 259 characters instead of 248).

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

  1. … 2 more files in changeset.
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.

Bugfix: TLocalFilesystem::PathExist() didn't free the search handle.

  1. … 3 more files in changeset.
Bugfix: exception was thrown from scan directory subtask because of wrong reference to cached path data.

Formatting fixes.

    • -1004
    • +1004
    ./TSubTaskCopyMove.cpp
  1. … 1 more file in changeset.
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
    ./TBasicProgressInfo.cpp
    • -0
    • +93
    ./TBasicProgressInfo.h
    • -0
    • +102
    ./TLocalFilesystem.cpp
    • -0
    • +38
    ./TLocalFilesystem.h
    • -0
    • +118
    ./TTaskGlobalStats.cpp
  1. … 8 more files in changeset.
Improved shell extension support:

    • -0
    • +215
    ./TShellExtensionClient.cpp
    • -0
    • +48
    ./TShellExtensionClient.h
Removed '/analyze' option from compiler settings (many false positives and too slow for daily builds).

  1. … 2 more files in changeset.
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.

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: crash whan saving TPath object to file.

  1. … 2 more files in changeset.
Improved TSmartPath by adding more operations to it (with usage).

  1. … 2 more files in changeset.
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
    ./TBasePathData.cpp
    • -0
    • +154
    ./TBasePathData.h
Refactoring: increased usage of TSmartPath objects throughout the code.

  1. … 2 more files in changeset.
Got rid of the (last?) resource manager usage in task processing code.

Added two new task options to allow changing the generated name for the file in case copy is done inside single directory.

  1. … 2 more files in changeset.
Got rid of CDestPath class in favor of more general TSmartPath.

  1. … 3 more files in changeset.
Replaced locking in some places with exception-aware versions.

Redesigned configuration management a bit:

    • -0
    • +240
    ./TTaskConfigTracker.cpp
    • -0
    • +72
    ./TTaskConfigTracker.h