CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Removed unnecessary part of scanning directory subtask.

    • -13
    • +0
    /src/libchcore/TSubTaskScanDirectory.cpp
Introduced subtask container and moved subtasks handling there.

    • -0
    • +97
    /src/libchcore/TSubTaskArray.cpp
    • -0
    • +57
    /src/libchcore/TSubTaskArray.h
    • -0
    • +2
    /src/libchcore/TSubTaskScanDirectory.cpp
    • -0
    • +1
    /src/libchcore/TSubTaskScanDirectory.h
    • -14
    • +5
    /src/libchcore/TTaskOperationPlan.h
    • -0
    • +12
    /src/libchcore/libchcore.vc90.vcproj
Bugfix: incorrect handling of string deletion.

Fixed symbol server handling scripts.

Refactoring: split file filtering functionality to two separate files (TFileFilter and TFileFiltersArray).

    • -0
    • +144
    /src/libchcore/TFileFiltersArray.cpp
    • -0
    • +67
    /src/libchcore/TFileFiltersArray.h
    • -2
    • +2
    /src/libchcore/TSubTaskScanDirectory.cpp
    • -2
    • +3
    /src/libchcore/TSubTaskScanDirectory.h
    • -7
    • +15
    /src/libchcore/libchcore.vc90.vcproj
Refactoring:

    • -0
    • +163
    /src/libchcore/TFileInfo.cpp
    • -0
    • +167
    /src/libchcore/TFileInfoArray.cpp
    • -0
    • +81
    /src/libchcore/TFileInfoArray.h
  1. … 8 more files in changeset.
Refactoring:

    • -0
    • +860
    /src/libchcore/TTask.cpp
  1. … 3 more files in changeset.
Moved CTask and CTaskArray classes to the libchcore library.

    • -0
    • +1274
    /src/libchcore/task.cpp
    • -0
    • +340
    /src/libchcore/task.h
Additional cleanups.

    • -3
    • +13
    /src/libchcore/FeedbackHandlerBase.h
Moved subtask handling to chcore library.

    • -0
    • +48
    /src/libchcore/FeedbackHandlerBase.h
    • -0
    • +113
    /src/libchcore/TSubTaskBase.cpp
    • -0
    • +121
    /src/libchcore/TSubTaskContext.h
  1. … 10 more files in changeset.
Bugfix: Replace operation didn't update string length.

Bugfix: Find/Replace did not work correctly.