Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Dialogs sizing incorrect (CH-44)

Dialogs sizing incorrect (CH-44)

Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)

    • -10
    • +10
    ./libchcore/libchcore.vc110.vcxproj
  1. … 4 more files in changeset.
Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)

    • -8
    • +8
    ./ictranslate/ictranslate.vc110.vcxproj
    • -8
    • +8
    ./libictranslate/libictranslate.vc110.vcxproj
    • -4
    • +4
    ./libictranslate/libictranslate.vc90.vcproj
Various cleanups not affecting functionality.

Bugfix: Problems registering shell extension from Tools menu (CH-40)

Double unregistering of shell extension (CH-42)

HTML Help cleanup (CH-41)

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