CopyHandler

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleanup of unused includes.

Bugfix: file informations were stored in file even when searching for files.

Moved file between projects.

Bugfix: fixed an infinite loop when iterating over files in a directory in some cases.

Bugfix: deleting parts of string caused memory to be overwritten.

Namespace cleanups.

    • -13
    • +13
    /src/libchcore/TTaskDefinition.cpp
Added missing serialization.

    • -0
    • +14
    /src/libchcore/TTaskOperationPlan.cpp
Possible fix for problem with activation context when launching CH (exception thrown from CMainWnd::OnCreate() caused Create() to fail).

  1. … 16 more files in changeset.
Missing variable initialization.

Added std::exception derivation to icpf::exception for easier exception handling.

    • -0
    • +3
    /ext/libicpf/src/libicpf/exception.cpp
    • -4
    • +4
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Removed debugging code for shell extension.

Exception handling improvements.

    • -14
    • +14
    /src/libchcore/TSharedMemory.cpp
    • -10
    • +10
    /src/libchcore/TTaskDefinition.cpp
Bugfix: incorrect deletion of parts of string.

Bugfix: wrong calculation of paths' root component.

Increased usage of TSmartPath and TString.

Replaced obsolete TWStringData with newer TString.

Removed reference to a file added by mistake.

Added new string class (TString) along with exportable containers for them, that will help solving problem of non-exportable std::wstring (and lack of CString at some places in code).

  1. … 40 more files in changeset.
Improvements in command-line option '--ImportTaskDefinition' - now properly passes command line arguments to already running instance (advances [#2544046]).

Changed the way the incoming data are identified in WM_COPYDATA - it will open the way for other data formats to be passed to CH (e.g. command line from another instance of CH) (advances [#2544046]).

Changed the way shell extension communicates with CH from binary protocol to XML (advances [#2544046]).

    • -0
    • +94
    /src/chext/ShellPathsHelpers.cpp
    • -0
    • +36
    /src/chext/ShellPathsHelpers.h
  1. … 9 more files in changeset.
Moved TaskDefinition and OperationPlan to libchcore (advances [#2544046]).

    • -13
    • +19
    /src/libchcore/TTaskDefinition.cpp
  1. … 8 more files in changeset.
Added preliminary command-line option '--ImportTaskDefinition' - currently works only when launching first instance of CH (advances [#2544046]).

    • -0
    • +72
    /src/ch/TCommandLineParser.cpp
    • -0
    • +44
    /src/ch/TCommandLineParser.h
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