CopyHandler

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Basic support for serializing task manager data in/from sqlite database (CH-71)

    • -0
    • +44
    /src/libchcore/ITaskManagerSerializer.h
    • -0
    • +40
    /src/libchcore/ITaskSerializer.h
    • -0
    • +22
    /src/libchcore/TSQLiteStatement.cpp
    • -0
    • +34
    /src/libchcore/TSerializerException.cpp
    • -0
    • +39
    /src/libchcore/TSerializerException.h
  1. … 21 more files in changeset.
Added sqlite c++ wrapper (CH-69)

    • -0
    • +63
    /src/libchcore/TSQLiteDatabase.cpp
    • -0
    • +54
    /src/libchcore/TSQLiteDatabase.h
    • -0
    • +39
    /src/libchcore/TSQLiteException.cpp
    • -0
    • +45
    /src/libchcore/TSQLiteException.h
    • -0
    • +189
    /src/libchcore/TSQLiteStatement.cpp
    • -0
    • +77
    /src/libchcore/TSQLiteStatement.h
    • -0
    • +100
    /src/libchcore/TSQLiteTransaction.cpp
    • -0
    • +47
    /src/libchcore/TSQLiteTransaction.h
    • -312
    • +0
    /src/libchcore/Tests/TDataBufferManagerTest.cpp
    • -0
    • +13
    /src/libchcore/Tests/TestsTSQLiteDatabase.cpp
    • -0
    • +108
    /src/libchcore/Tests/TestsTSQLiteStatement.cpp
    • -0
    • +81
    /src/libchcore/Tests/TestsTSQLiteTransaction.cpp
    • -30
    • +178
    /src/libchcore/libchcore.vc90.vcproj
Added sqlite3 as a DLL to the CH solution (CH-68).

    • -0
    • +3233
    /ext/sqlite3/shell.c
    • -0
    • +140456
    /ext/sqlite3/sqlite3.c
    • -0
    • +7245
    /ext/sqlite3/sqlite3.h
    • -0
    • +657
    /ext/sqlite3/sqlite3.vcproj
    • -0
    • +484
    /ext/sqlite3/sqlite3ext.h
    • -0
    • +2
    /ext/sqlite3/version.txt
Removed temporary code left by mistake (CH-57)

    • -4
    • +0
    /src/libchcore/TSubTaskScanDirectory.cpp
Updated subtask, task, and task mgr stats calculation (CH-57).

    • -0
    • +43
    /src/libchcore/ETaskCurrentState.h
    • -46
    • +29
    /src/libchcore/TSubTaskArray.cpp
  1. … 27 more files in changeset.
Added basic unit-tests covering TSmartPath class (CH-60)

    • -0
    • +1119
    /src/libchcore/Tests/TestsTSmartPath.cpp
    • -1
    • +37
    /src/libchcore/libchcore.vc90.vcproj
Added forgotten project files for chcmd for VS2012.

    • -0
    • +198
    /src/chcmd/chcmd.vc110.vcxproj
    • -0
    • +36
    /src/chcmd/chcmd.vc110.vcxproj.filters
Changed the design of status dialog to make place for more information (mostly subtask stats) (CH-65)

    • -0
    • +37
    /src/ch/TProgressCtrlEx.cpp
    • -0
    • +30
    /src/ch/TProgressCtrlEx.h
    • -0
    • +35
    /src/libchcore/ITimestampProvider.h
    • -0
    • +25
    /src/libchcore/MathFunctions.cpp
    • -0
    • +33
    /src/libchcore/MathFunctions.h
    • -0
    • +79
    /src/libchcore/TSimpleTimer.cpp
    • -0
    • +52
    /src/libchcore/TSimpleTimer.h
    • -0
    • +194
    /src/libchcore/TSpeedTracker.cpp
    • -0
    • +51
    /src/libchcore/TSpeedTracker.h
  1. … 13 more files in changeset.
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)