CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added support for re-creating task manager database when there is a problem with loading existing one.

    • -1
    • +1
    /src/libchcore/TSQLiteSerializerFactory.h
SQLite binding and data retrieval improvements (CH-82).

    • -22
    • +139
    /src/libchcore/TSQLiteStatement.cpp
Renamed the sqlite data row class.

    • -28
    • +0
    /src/libchcore/ISerializerRowWriter.cpp
    • -43
    • +0
    /src/libchcore/ISerializerRowWriter.h
    • -1
    • +10
    /src/libchcore/TSQLiteSerializer.cpp
    • -0
    • +86
    /src/libchcore/TSQLiteSerializerRowData.cpp
    • -0
    • +58
    /src/libchcore/TSQLiteSerializerRowData.h
Isolated common part of change management to a separate object.

    • -0
    • +76
    /src/libchcore/TIntrusiveSerializableItem.cpp
    • -0
    • +61
    /src/libchcore/TIntrusiveSerializableItem.h
    • -27
    • +35
    /src/libchcore/libchcore.vc90.vcproj
Improved handling sqlite schemas for task manager and task object (CH-79).

    • -15
    • +4
    /src/libchcore/ISerializerFactory.cpp
    • -0
    • +47
    /src/libchcore/ISerializerFactory.h
    • -0
    • +83
    /src/libchcore/TSQLiteSerializerFactory.cpp
    • -0
    • +44
    /src/libchcore/TSQLiteSerializerFactory.h
    • -58
    • +0
    /src/libchcore/TTaskManagerSchema.cpp
    • -4
    • +4
    /src/libchcore/TSQLiteTaskManagerSchema.h
    • -41
    • +0
    /src/libchcore/TTaskManagerSchema.h
    • -0
    • +57
    /src/libchcore/TSQLiteTaskSchema.cpp
    • -0
    • +40
    /src/libchcore/TSQLiteTaskSchema.h
  1. … 5 more files in changeset.
Fixed TString::Replace() affecting more than one string instance (CH-81).

    • -0
    • +10
    /src/libchcore/Tests/TestsTString.cpp
Updated gmock/gtest framework to version 1.7.0 (CH-80).

    • -12822
    • +14198
    /ext/gmock/include/gmock/gmock.h
    • -19537
    • +20061
    /ext/gmock/include/gtest/gtest.h
    • -10554
    • +11443
    /ext/gmock/src/gmock-gtest-all.cc
Partial implementation of basic serialization mechanism (part 2) (CH-79).

    • -0
    • +47
    /src/libchcore/IColumnsDefinition.h
    • -5
    • +8
    /src/libchcore/ISQLiteSerializerSchema.h
    • -0
    • +16
    /src/libchcore/ISerializerContainer.h
    • -3
    • +2
    /src/libchcore/ISerializerRowReader.cpp
    • -0
    • +54
    /src/libchcore/ISerializerRowReader.h
    • -3
    • +2
    /src/libchcore/ISerializerRowWriter.cpp
  1. … 30 more files in changeset.
Partial implementation of basic serialization mechanism (CH-79).

    • -0
    • +29
    /src/libchcore/ISerializer.cpp
    • -0
    • +36
    /src/libchcore/ISerializer.h
    • -0
    • +28
    /src/libchcore/ISerializerContainer.cpp
    • -0
    • +36
    /src/libchcore/ISerializerContainer.h
    • -0
    • +29
    /src/libchcore/ISerializerRow.cpp
    • -0
    • +36
    /src/libchcore/ISerializerRow.h
    • -0
    • +82
    /src/libchcore/TRowData.cpp
    • -0
    • +71
    /src/libchcore/TRowData.h
    • -0
    • +65
    /src/libchcore/TSQLiteColumnDefinition.cpp
    • -0
    • +51
    /src/libchcore/TSQLiteColumnDefinition.h
    • -0
    • +41
    /src/libchcore/TSQLiteSerializer.cpp
    • -0
    • +50
    /src/libchcore/TSQLiteSerializer.h
    • -0
    • +62
    /src/libchcore/TSQLiteSerializerContainer.cpp
    • -0
    • +54
    /src/libchcore/TSQLiteSerializerContainer.h
    • -0
    • +52
    /src/libchcore/TSQLiteSerializerRow.cpp
    • -0
    • +53
    /src/libchcore/TSQLiteSerializerRow.h
    • -0
    • +68
    /src/libchcore/libchcore.vc90.vcproj
General improvements in the task manager serialization (CH-79)

    • -2
    • +3
    /src/libchcore/ITaskManagerSerializer.h
    • -1
    • +11
    /src/libchcore/TSerializerVersion.cpp
    • -11
    • +53
    /src/libchcore/TTaskManagerSerializer.cpp
    • -5
    • +9
    /src/libchcore/TTaskManagerSerializer.h
Adjust CH to compile with boost 1.55 (CH-78)

Task definition is not a part of task now - it's only used for creating(importing) new tasks (CH-55).

    • -31
    • +32
    /src/libchcore/TSubTaskCopyMove.cpp
    • -15
    • +14
    /src/libchcore/TSubTaskFastMove.cpp
    • -14
    • +14
    /src/libchcore/TSubTaskScanDirectory.cpp
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