libchcore

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added support for running unit tests in VS2013 (CH-89).

    • -21
    • +93
    ./libchcore.vc120.vcxproj.filters
  1. … 11 more files in changeset.
Added serialization of task configuration (CH-74). Still buggy.

    • -0
    • +564
    ./ConfigNodeContainer.cpp
    • -0
    • +268
    ./ConfigNodeContainer.h
  1. … 8 more files in changeset.
Fixed reference counting being not thread safe (CH-93).

Separated config-related classes to separate files (CH-74).

    • -0
    • +62
    ./TConfigNotifier.cpp
  1. … 1 more file in changeset.
Added serialization to TFileInfo and TFileInfoArray objects (CH-75).

  1. … 12 more files in changeset.
Merged base paths with base paths data to allow storing base data pointer inside file info object (CH-75).

  1. … 4 more files in changeset.
Introduced serialization of base paths data (CH-72).

    • -0
    • +65
    ./TRemovedObjects.cpp
  1. … 9 more files in changeset.
Fixed tests build problem (CH-60).

Modified the input path data container to use object id mapping instead of raw indexes of input paths (CH-72).

Fixed an infinite loop when deleting items from sqlite database (CH-91).

Removed unused code, fixed two static analysis warnings (CH-90).

Migrated VS2012 projects to VS2013 (CH-88).

    • -290
    • +0
    ./libchcore.vc110.vcxproj.filters
    • -0
    • +521
    ./libchcore.vc120.vcxproj.filters
  1. … 19 more files in changeset.
Added serialization and deserialization of the base (input) paths (CH-72).

    • -0
    • +324
    ./TModPathContainer.cpp
    • -0
    • +88
    ./TModPathContainer.h
    • -0
    • +220
    ./TPathContainer.cpp
  1. … 17 more files in changeset.
Modified feedback handler code to use shared_ptr internally instead of ugly memory management scheme (CH-86).

    • -0
    • +28
    ./IFeedbackHandler.cpp
    • -0
    • +28
    ./IFeedbackHandlerFactory.cpp
    • -0
    • +39
    ./IFeedbackHandlerFactory.h
  1. … 5 more files in changeset.
Added serialization of basic task elements (CH-77).

    • -0
    • +26
    ./TModificationTracker.cpp
    • -0
    • +130
    ./TModificationTracker.h
Added support for re-creating task manager database when there is a problem with loading existing one.

    • -82
    • +112
    ./TSQLiteSerializerRowData.cpp
  1. … 4 more files in changeset.
SQLite binding and data retrieval improvements (CH-82).

    • -10
    • +10
    ./TSQLiteSerializerRowReader.cpp
Renamed the sqlite data row class.

    • -0
    • +86
    ./TSQLiteSerializerRowData.cpp
    • -0
    • +58
    ./TSQLiteSerializerRowData.h
Isolated common part of change management to a separate object.

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

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

Partial implementation of basic serialization mechanism (part 2) (CH-79).

    • -0
    • +47
    ./IColumnsDefinition.h
    • -0
    • +54
    ./ISerializerRowReader.h
  1. … 30 more files in changeset.
Partial implementation of basic serialization mechanism (CH-79).

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

  1. … 1 more file in changeset.
Adjust CH to compile with boost 1.55 (CH-78)

  1. … 2 more files in changeset.
Task definition is not a part of task now - it's only used for creating(importing) new tasks (CH-55).

Basic support for serializing task manager data in/from sqlite database (CH-71)

    • -0
    • +44
    ./ITaskManagerSerializer.h
    • -0
    • +34
    ./TSerializerException.cpp
    • -0
    • +39
    ./TSerializerException.h
    • -0
    • +99
    ./TSerializerVersion.cpp
    • -0
    • +47
    ./TSerializerVersion.h
  1. … 21 more files in changeset.
Added sqlite c++ wrapper (CH-69)

    • -0
    • +63
    ./TSQLiteDatabase.cpp
    • -0
    • +39
    ./TSQLiteException.cpp
    • -0
    • +45
    ./TSQLiteException.h
    • -0
    • +189
    ./TSQLiteStatement.cpp
    • -0
    • +77
    ./TSQLiteStatement.h
    • -0
    • +100
    ./TSQLiteTransaction.cpp
    • -0
    • +47
    ./TSQLiteTransaction.h
    • -312
    • +0
    ./Tests/TDataBufferManagerTest.cpp
    • -0
    • +13
    ./Tests/TestsTSQLiteDatabase.cpp
    • -0
    • +108
    ./Tests/TestsTSQLiteStatement.cpp
    • -0
    • +81
    ./Tests/TestsTSQLiteTransaction.cpp
  1. … 1 more file in changeset.
Removed temporary code left by mistake (CH-57)

Updated subtask, task, and task mgr stats calculation (CH-57).

    • -0
    • +43
    ./ETaskCurrentState.h
    • -0
    • +62
    ./TSubTaskArrayStatsSnapshot.cpp
    • -0
    • +52
    ./TSubTaskArrayStatsSnapshot.h
  1. … 27 more files in changeset.