CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added TDateTime wrapper to chcore as a replacement for not exportable ATL::CTime.

    • -125
    • +118
    /src/libchcore/FileFilter.h
    • -33
    • +0
    /src/libchcore/SerializationHelpers.h
    • -0
    • +229
    /src/libchcore/TDateTime.cpp
    • -0
    • +74
    /src/libchcore/TDateTime.h
Moved file filtering and file info classes to chcore library (possibly needs some more work on ATL::CTime export problem).

  1. … 19 more files in changeset.
File filter refactoring/preparation to move to chcore library.

Migrated part of file filtering class to chcore mechanisms.

Fixed problem with operator+ which required non-const input.

Moved buffer management to chcore library + some basic refactoring.

  1. … 3 more files in changeset.
Moved TBasePathData.h/cpp files to chcore library.

    • -82
    • +94
    /src/libchcore/libchcore.vc90.vcproj
Updated signature in AboutBox.

Removed missing file from project.

Removed missing file from project.

Bugfix: tray icon incorrectly reported portable mode in case non-portable mode was enabled.

Bugfix: in shell extension, shortcuts were displayed as grayed out even when valid.

Bugfix: when storing array-values to config file, it wasn't cleared properly earlier, causing multiple entries to be added.

Bugfix: Tasks loaded at startup did not start automatically when the status was right.

Bugfix: exiting CH while copying data caused status to be changed to finished; this prevented auto-resuming at the next launch.

Disabled enforcing drive detection mechanism - some fixed drives (i.e. TrueCrypt volumes) does not report physical drive location.

Relocated and updated some docs (especially important is a command line for building boost).

Added detection of wrong MFC references in the manifest of the generated executables.

    • -0
    • +69
    /scripts/internal/detect_incorrect_manifest.bat
Bugfix: embedding source server info in PDB files was performed only partially.

    • -10
    • +20
    /scripts/make_existing_release.bat
Added possibility to generate packages (zip, installer, src and debug symbols) from local (even modified) source code.

    • -18
    • +116
    /scripts/internal/detect_internal_version.bat
    • -95
    • +0
    /scripts/internal/detect_version.bat
    • -5
    • +12
    /scripts/internal/svntag_single.bat
    • -71
    • +0
    /scripts/symsrv_add_single_package.bat
    • -62
    • +49
    /scripts/make_existing_release.bat
Manual minor version bump for the upcoming alpha release.

Restored usage of 64bit executable of rc2lng in 64bit builds of CH.

Got rid of an "unused variable" warning.

Merged checking for free space with copy/move subtask.

Fixed memory leaks resulting from missing virtual destructor.

    • -0
    • +2
    /ext/libicpf/src/libicpf/config_base.h
Simple aesthetic changes.

Simplified local filesystem code (a bit).

Moved thread controller to chcore library.

    • -194
    • +0
    /src/ch/TWorkerThreadController.cpp
    • -1
    • +14
    /src/libchcore/TWorkerThreadController.h
Bugfix: signaling thread to stop didn't work correctly because stop event wasn't propagated (due to auto-reset).

Deleted obsolete file.