CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Limited output information from test runner to a failed items (CH-63).

    • -0
    • +63
    /tests/tests_shared/TestsExports.cpp
Added missing exception files created when adding unit tests (CH-60).

    • -0
    • +57
    /src/libchcore/TBaseException.cpp
    • -0
    • +64
    /src/libchcore/TBaseException.h
    • -0
    • +17
    /src/libchcore/TStringException.cpp
    • -0
    • +43
    /src/libchcore/TStringException.h
Added new corner-case test for TString for newly detected problem (CH-60)

    • -0
    • +10
    /src/libchcore/Tests/TestsTString.cpp
Excluded unit-tests from release and debug builds (CH-60)

    • -0
    • +32
    /src/libchcore/libchcore.vc90.vcproj
Added some more tests for TString (and now really attached the file with tests) with some bug fixes (CH-60)

    • -0
    • +599
    /src/libchcore/Tests/TestsTString.cpp
Added partial unit tests for TString with fixes in TString class (with some exceptions' changes) (CH-60)

  1. … 15 more files in changeset.
Fixed build problems for testing configurations (CH-53)

Fixed memory shrinking functionality for data buffer manager (CH-52)

    • -38
    • +119
    /src/libchcore/TDataBuffer.cpp
    • -82
    • +49
    /src/libchcore/Tests/TDataBufferManagerTest.cpp
Improved unit testing framework integration (CH-51).

    • -1
    • +411
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Improved unit testing framework integration (CH-51).

    • -9
    • +471
    /src/ictranslate/ictranslate.vc90.vcproj
Improved unit tests framework integration (CH-51)

    • -3
    • +3
    /src/libchcore/Tests/TDataBufferManagerTest.cpp
    • -5
    • +517
    /src/libchcore/libchcore.vc90.vcproj
    • -11
    • +0
    /tests/libchcore_test/src/libchcore_test.cpp
  1. … 12 more files in changeset.
Added new, Afrikaans translation by Jano Barnard (CH-47).

    • binary
    /src/ch/langs/afrikaans.lng
Fixed: Docking button functionality changes the window dimensions (CH-45)

Dialogs sizing incorrect (CH-44)

Dialogs sizing incorrect (CH-44)

    • -7
    • +4
    /src/libictranslate/LanguageDialog.cpp
Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)

    • -10
    • +10
    /src/libchcore/libchcore.vc110.vcxproj
Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)

    • -4
    • +4
    /src/ictranslate/ictranslate.vc90.vcproj
Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)

    • -4
    • +4
    /ext/libicpf/src/libicpf/libicpf.vc90.vcproj
Various cleanups not affecting functionality.

    • -254
    • +0
    /src/ch/TSubTaskProgressInfo.cpp
Bugfix: Problems registering shell extension from Tools menu (CH-40)

    • -13
    • +55
    /src/ch/TShellExtensionClient.cpp
Double unregistering of shell extension (CH-42)

HTML Help cleanup (CH-41)

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).