CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added explorer restart script to ease working with shell extension in development.

    • -0
    • +3
    /tools/restart_explorer.bat
Bugfix: installer installed 64bit version of sqlite on 32bit system (CH-138).

Updated output directory for binaries (CH-136)

Updated output directory for binaries (CH-136)

Updated version release scripts to use VS2013 binaries (CH-136)

    • -21
    • +15
    /scripts/make_existing_release.bat
    • -8
    • +8
    /src/libchcore/libchcore.vc120.vcxproj
Changed build target to v120_xp (CH-135)

Changed build target to v120_xp (CH-135)

Changed build target to v120_xp (CH-135)

    • -8
    • +8
    /src/libchcore/libchcore.vc120.vcxproj
    • -0
    • +11
    /tools/boost-build32.bat
    • -0
    • +11
    /tools/boost-build64.bat
Fixed unit tests failing (CH-133).

Added version info resource to the sqlite3 dll - adding remaining files (CH-131).

    • -0
    • +14
    /ext/sqlite3/resource.h
    • binary
    /ext/sqlite3/sqlite3.rc
Updated paths to boost libraries to reference boost 1.57 (CH-132).

Updated paths to boost libraries to reference boost 1.57 (CH-132).

Updated paths to boost libraries to reference boost 1.57 (CH-132).

    • -16
    • +16
    /src/libchcore/libchcore.vc120.vcxproj
Added version info resource to the sqlite3 dll (CH-131).

Bugfix: CH crashes when shell ext version mismatch occurs (CH-129).

Upgraded sqlite to version 3.8.8.1 (CH-130).

    • -7454
    • +14429
    /ext/sqlite3/sqlite3.c
Adjusted code to build with boost 1.56.

    • -0
    • +2
    /src/libchcore/libchcore.vc120.vcxproj
Included missing unit test file in VS2013 project.

    • -0
    • +6
    /src/libchcore/libchcore.vc120.vcxproj
Bugfix: task files often not being deleted when using RemoveFinished/RemoveTask functionalities. With this change the task files locked at the usual deletion time will be deleted at next CH startup (CH-99)

    • -0
    • +115
    /src/libchcore/TObsoleteFiles.cpp
    • -0
    • +66
    /src/libchcore/TObsoleteFiles.h
Bugfix: files with sizes changing during copying and files pointed to by symlinks are now copied correctly with correct stats displayed (CH-124).

    • -0
    • +17
    /src/libchcore/TLocalFilesystem.cpp
    • -0
    • +44
    /src/libchcore/TSubTaskCopyMove.cpp
    • -0
    • +24
    /src/libchcore/TSubTaskStatsInfo.cpp
Changed the default task versioning to be independent to CH version (as data model won't change as often as CH version numbers). The version was set to 1 and there is no migration provided as this is the alpha version. (CH-127).

Performed de-duplication of the progress data and stats data (i.e. current file processed size was available in both progress data and stats data and not always updated simultaneously). There is no separate progress data anymore - everything is now placed in the stats data. (CH-124)

    • -146
    • +24
    /src/libchcore/TSubTaskCopyMove.cpp
    • -84
    • +4
    /src/libchcore/TSubTaskFastMove.cpp
    • -46
    • +4
    /src/libchcore/TSubTaskScanDirectory.cpp
    • -25
    • +0
    /src/libchcore/TSubTaskScanDirectory.h
    • -1
    • +41
    /src/libchcore/TSubTaskStatsInfo.cpp
    • -1
    • +3
    /src/libchcore/TSubTaskStatsSnapshot.cpp
    • -0
    • +4
    /src/libchcore/TSubTaskStatsSnapshot.h
Automatic version bump after tagging 1.40Alpha-svn589

Fixed script header to compile with inno setup 5.5.5 (CH-126)

Removed binary serializer files from VS2013 project file (CH-118)

    • -3
    • +0
    /src/libchcore/libchcore.vc120.vcxproj
Added _BIND_TO_CURRENT_VCLIBS macro to sqlite3 VS2013 project (CH-115).

Bugfix: CH exits when no configuration file exists (CH-123).

Fixed the svntag script to properly link the externals to the proper tag (CH-35).

Disabled building of chcmd in release configurations. Updated script for embedding source server information to cover also the newly added sqlite symbols. (CH-122)

Better detection of svnindex.cmd (CH-122).