CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Create empty chcmd project (CH-43).

    • -0
    • +33
    /src/chcmd/ReadMe.txt
    • -0
    • +12
    /src/chcmd/chcmd.cpp
    • -0
    • +399
    /src/chcmd/chcmd.vc110.vcproj
    • -0
    • +407
    /src/chcmd/chcmd.vc90.vcproj
    • -0
    • +13
    /src/chcmd/targetver.h
Added VS 2012 solution and project files.

    • -0
    • +167
    /ext/gmock/gmock.vcxproj
    • -0
    • +22
    /ext/gmock/gmock.vcxproj.filters
    • -0
    • +1158
    /src/ch/ch.vc110.vcxproj
    • -0
    • +805
    /src/ch/ch.vc110.vcxproj.filters
    • -0
    • +305
    /src/chext/chext.vc110.vcxproj
    • -0
    • +125
    /src/chext/chext.vc110.vcxproj.filters
    • -0
    • +301
    /src/libchcore/libchcore.vc110.vcxproj
    • -0
    • +290
    /src/libchcore/libchcore.vc110.vcxproj.filters
    • -0
    • +208
    /tests/libchcore_test/libchcore_test.vcxproj
Added VS2012 solution and projects.

    • -0
    • +55
    /ictranslate.vc110.sln
    • -0
    • +268
    /src/ictranslate/ictranslate.vc110.vcxproj
    • -0
    • +75
    /src/ictranslate/ictranslate.vc110.vcxproj.filters
    • -0
    • +67
    /src/libictranslate/libictranslate.vc110.vcxproj.filters
    • -0
    • +256
    /src/rc2lng/rc2lng.vc110.vcxproj
    • -0
    • +50
    /src/rc2lng/rc2lng.vc110.vcxproj.filters
Added VS2012 project files.

    • -0
    • +38
    /ext/libicpf/libicpf.vc110.sln
    • -0
    • +236
    /ext/libicpf/src/libicpf/libicpf.vc110.vcxproj
    • -0
    • +141
    /ext/libicpf/src/libicpf/libicpf.vc110.vcxproj.filters
Bugfix (CH-32): Crash when right-clicking on any control in Status Dialog (64-bit Windows only)

Data buffer fixes.

Additional unit tests for new buffer manager.

Changed configuration names from (Debug|Release)-Unicode to (Debug|Release).

Changed configuration names from (Debug|Release)-Unicode to (Debug|Release).

Changed configuration names from (Debug|Release)-Unicode to (Debug|Release).

    • -9
    • +9
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Changed configuration names from (Debug|Release)-Unicode to (Debug|Release).

    • -12
    • +20
    /src/ictranslate/ictranslate.vc90.vcproj
Updated projects to use references instead of manual library input.

    • -0
    • +20
    /ext/gmock/gmock.sln
    • -0
    • +303
    /ext/gmock/gmock.vcproj
    • -0
    • +12822
    /ext/gmock/include/gmock/gmock.h
    • -0
    • +19537
    /ext/gmock/include/gtest/gtest.h
    • -0
    • +10554
    /ext/gmock/src/gmock-gtest-all.cc
    • -17
    • +21
    /src/libchcore/libchcore.vc90.vcproj
    • -0
    • +403
    /tests/libchcore_test/libchcore_test.vcproj
  1. … 5 more files in changeset.
Build script will try to sign all executables by default (including installer executable).

Refactoring: Replaced old buffer management with new, improved one.

    • -56
    • +106
    /src/libchcore/TSubTaskCopyMove.cpp
Added missing changes for buffer manager refactoring.

Added re-sizing support for the new buffer manager (+additional refactoring).

    • -39
    • +281
    /src/libchcore/TDataBuffer.cpp
Refactoring: rewritten parts of the new data buffer class.

    • -46
    • +148
    /src/libchcore/TDataBuffer.cpp
Fixed build script.

Automatic version bump after tagging 1.40Alpha-svn465

Updated installer script to the newest version of InnoSetup (unicode).

Update for boost 1.51 and small optimization.

Added basic, untested version of new buffer manager.

    • -0
    • +164
    /src/libchcore/TDataBuffer.cpp
    • -0
    • +83
    /src/libchcore/TDataBuffer.h
CustomCopyFile refactoring.

    • -197
    • +203
    /src/libchcore/TSubTaskCopyMove.cpp
Small refactoring.

    • -83
    • +87
    /src/libchcore/TSubTaskCopyMove.cpp
Fixed build problems with Visual Studio 2008 with SDK6.0A.

Rewritten statistics handling for sub tasks, tasks and task manager (this commit introduces some issues that needs to be further fixed). Only basic tests performed (!)

    • -14
    • +58
    /src/libchcore/TSubTaskArray.cpp
    • -51
    • +13
    /src/libchcore/TSubTaskCopyMove.cpp
    • -17
    • +13
    /src/libchcore/TSubTaskDelete.cpp
    • -17
    • +13
    /src/libchcore/TSubTaskFastMove.cpp
    • -17
    • +13
    /src/libchcore/TSubTaskScanDirectory.cpp
  1. … 18 more files in changeset.
Added partial support for SubTask stats - for now calculated in parallel to the task stats inside SubTasks.

    • -4
    • +84
    /src/libchcore/TSubTaskCopyMove.cpp
    • -2
    • +22
    /src/libchcore/TSubTaskFastMove.cpp
    • -0
    • +23
    /src/libchcore/TSubTaskScanDirectory.cpp
    • -0
    • +224
    /src/libchcore/TSubTaskStatsInfo.cpp
    • -0
    • +119
    /src/libchcore/TSubTaskStatsInfo.h
Split progress information, so that each subtask manages its own progress state along with its serialization.

    • -134
    • +0
    /src/libchcore/TBasicProgressInfo.cpp
    • -73
    • +0
    /src/libchcore/TBasicProgressInfo.h
    • -13
    • +126
    /src/libchcore/TSubTaskArray.cpp
    • -32
    • +131
    /src/libchcore/TSubTaskCopyMove.cpp
    • -5
    • +70
    /src/libchcore/TSubTaskFastMove.cpp
    • -4
    • +73
    /src/libchcore/TSubTaskScanDirectory.cpp
  1. … 6 more files in changeset.
Bugfix: deleting files while moving was not working.

    • -26
    • +36
    /src/libchcore/TSubTaskFastMove.cpp
Added new subtask class handling fast move operation before scanning directories for files.

    • -89
    • +32
    /src/libchcore/TSubTaskCopyMove.cpp
    • -0
    • +208
    /src/libchcore/TSubTaskFastMove.cpp
    • -0
    • +52
    /src/libchcore/TSubTaskFastMove.h
    • -32
    • +15
    /src/libchcore/TSubTaskScanDirectory.cpp