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

    • -0
    • +399
    ./chcmd/chcmd.vc110.vcproj
    • -0
    • +407
    ./chcmd/chcmd.vc90.vcproj
  1. … 2 more files in changeset.
Added VS 2012 solution and project files.

    • -0
    • +1158
    ./ch/ch.vc110.vcxproj
    • -0
    • +805
    ./ch/ch.vc110.vcxproj.filters
    • -0
    • +305
    ./chext/chext.vc110.vcxproj
    • -0
    • +125
    ./chext/chext.vc110.vcxproj.filters
    • -0
    • +301
    ./libchcore/libchcore.vc110.vcxproj
    • -0
    • +290
    ./libchcore/libchcore.vc110.vcxproj.filters
  1. … 5 more files in changeset.
Added VS2012 solution and projects.

    • -0
    • +268
    ./ictranslate/ictranslate.vc110.vcxproj
    • -0
    • +75
    ./ictranslate/ictranslate.vc110.vcxproj.filters
    • -0
    • +271
    ./libictranslate/libictranslate.vc110.vcxproj
    • -0
    • +67
    ./libictranslate/libictranslate.vc110.vcxproj.filters
    • -0
    • +256
    ./rc2lng/rc2lng.vc110.vcxproj
    • -0
    • +50
    ./rc2lng/rc2lng.vc110.vcxproj.filters
  1. … 2 more files in changeset.
Bugfix (CH-32): Crash when right-clicking on any control in Status Dialog (64-bit Windows only)

Data buffer fixes.

  1. … 1 more file in changeset.
Additional unit tests for new buffer manager.

  1. … 1 more file in changeset.
Changed configuration names from (Debug|Release)-Unicode to (Debug|Release).

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

    • -20
    • +20
    ./libictranslate/libictranslate.vc90.vcproj
Changed configuration names from (Debug|Release)-Unicode to (Debug|Release).

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

    • -17
    • +21
    ./libchcore/libchcore.vc90.vcproj
  1. … 15 more files in changeset.
Refactoring: Replaced old buffer management with new, improved one.

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

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

Refactoring: rewritten parts of the new data buffer class.

Automatic version bump after tagging 1.40Alpha-svn465

Update for boost 1.51 and small optimization.

Added basic, untested version of new buffer manager.

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

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

    • -83
    • +87
    ./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 (!)

    • -51
    • +13
    ./libchcore/TSubTaskCopyMove.cpp
    • -17
    • +13
    ./libchcore/TSubTaskFastMove.cpp
    • -17
    • +13
    ./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.

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

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

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

    • -89
    • +32
    ./libchcore/TSubTaskCopyMove.cpp
    • -0
    • +208
    ./libchcore/TSubTaskFastMove.cpp
    • -0
    • +52
    ./libchcore/TSubTaskFastMove.h
    • -32
    • +15
    ./libchcore/TSubTaskScanDirectory.cpp
Removed unnecessary part of scanning directory subtask.

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

    • -0
    • +97
    ./libchcore/TSubTaskArray.cpp
    • -0
    • +57
    ./libchcore/TSubTaskArray.h
Bugfix: incorrect handling of string deletion.

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

    • -0
    • +144
    ./libchcore/TFileFiltersArray.cpp
    • -0
    • +67
    ./libchcore/TFileFiltersArray.h
Refactoring:

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