libchcore.vc90.vcproj

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated installer and other scripts to support VS2015 (CH-175)

  1. … 22 more files in changeset.
Bugfix: task files often not being deleted when using RemoveFinished/RemoveTask functionalities. With this change the task files locked at the usual deletion time will be deleted at next CH startup (CH-99)

  1. … 5 more files in changeset.
Bugfix: fixed serialization problems with 32bit builds (CH-118).

  1. … 67 more files in changeset.
Added first batch of unit tests for TConfig class (CH-60)

  1. … 5 more files in changeset.
Optimized serialization stack to avoid blocking gui thread for a long time (CH-103).

  1. … 17 more files in changeset.
Switched row data handling to not use shared pointers nor RowData object to pass information (optimization to slim down the serialization cost) (CH-103).

  1. … 26 more files in changeset.
Serialization optimization - reduced significantly count of sqlites' prepare() statements (now serialization requsts are grouped together) (CH-103)

  1. … 11 more files in changeset.
Added serialization of task configuration (CH-74). Still buggy.

  1. … 22 more files in changeset.
Separated config-related classes to separate files (CH-74).

  1. … 8 more files in changeset.
Added serialization to TFileInfo and TFileInfoArray objects (CH-75).

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

  1. … 23 more files in changeset.
Added serialization and deserialization of the base (input) paths (CH-72).

  1. … 31 more files in changeset.
Modified feedback handler code to use shared_ptr internally instead of ugly memory management scheme (CH-86).

  1. … 19 more files in changeset.
Added serialization of basic task elements (CH-77).

  1. … 8 more files in changeset.
Renamed the sqlite data row class.

  1. … 12 more files in changeset.
Isolated common part of change management to a separate object.

  1. … 10 more files in changeset.
Improved handling sqlite schemas for task manager and task object (CH-79).

  1. … 19 more files in changeset.
Partial implementation of basic serialization mechanism (part 2) (CH-79).

  1. … 44 more files in changeset.
Partial implementation of basic serialization mechanism (CH-79).

  1. … 16 more files in changeset.
Basic support for serializing task manager data in/from sqlite database (CH-71)

  1. … 35 more files in changeset.
Added sqlite c++ wrapper (CH-69)

  1. … 15 more files in changeset.
Updated subtask, task, and task mgr stats calculation (CH-57).

  1. … 41 more files in changeset.
Added basic unit-tests covering TSmartPath class (CH-60)

  1. … 4 more files in changeset.
Changed the design of status dialog to make place for more information (mostly subtask stats) (CH-65)

  1. … 27 more files in changeset.
Excluded unit-tests from release and debug builds (CH-60)

Added partial unit tests for TString with fixes in TString class (with some exceptions' changes) (CH-60)

  1. … 29 more files in changeset.
Improved unit tests framework integration (CH-51)

  1. … 26 more files in changeset.
Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)

  1. … 9 more files in changeset.
Updated projects to use references instead of manual library input.

  1. … 19 more files in changeset.
Added basic, untested version of new buffer manager.

  1. … 3 more files in changeset.