libchcore

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added new string class (TString) along with exportable containers for them, that will help solving problem of non-exportable std::wstring (and lack of CString at some places in code).

    • -0
    • +262
    ./TSharedMemory.cpp
    • -0
    • +132
    ./TStringArray.cpp
  1. … 40 more files in changeset.
Changed the way shell extension communicates with CH from binary protocol to XML (advances [#2544046]).

  1. … 15 more files in changeset.
Moved TaskDefinition and OperationPlan to libchcore (advances [#2544046]).

  1. … 16 more files in changeset.
Removed support for '\?' prefixes in paths in TSmartPath.

  1. … 4 more files in changeset.
Bugfix: TLocalFilesystem::PathExist() didn't free the search handle.

  1. … 8 more files in changeset.
Formatting fixes.

  1. … 16 more files in changeset.
Removed '/analyze' option from compiler settings (many false positives and too slow for daily builds).

  1. … 2 more files in changeset.
Bugfix: fixed warnings reported as errors resulting from commit 361.

Added missing config serializers file.

    • -0
    • +89
    ./TConfigSerializers.h
Moved TConfig class to libchcore library.

  1. … 19 more files in changeset.
Bugfix: problem with serializing smart path with null path object inside.

Bugfix: crash whan saving TPath object to file.

  1. … 4 more files in changeset.
Improved TSmartPath by adding more operations to it (with usage).

  1. … 5 more files in changeset.
Added some path splitting methods (untested).

Refactoring: increased usage of TSmartPath objects throughout the code.

  1. … 13 more files in changeset.
Added two new task options to allow changing the generated name for the file in case copy is done inside single directory.

  1. … 8 more files in changeset.
Got rid of CDestPath class in favor of more general TSmartPath.

  1. … 16 more files in changeset.
Cleaned up and normalized projects settings.

  1. … 2 more files in changeset.
Got rid of warnings on level 4 (win32 and x64), turned on option to treat warnings as errors.

  1. … 20 more files in changeset.
Forgotten error codes file.

Separated (again) engine config class from the standard configuration.

  1. … 4 more files in changeset.
Added container for paths (unused at the moment).

    • -0
    • +58
    ./TCoreException.cpp
Small fixes/cleanups.

  1. … 2 more files in changeset.
Added new classes for handling paths (unused currently).

  1. … 2 more files in changeset.
Added support for logging informations about process (closes 2796060).

  1. … 14 more files in changeset.
Changed engine config to singleton.

Fixed inconsistencies with expected windows version (closes [2554023]).

  1. … 6 more files in changeset.
Changed default line endings for source files to a consistent state with svn properties (closes [2536028]).

  1. … 114 more files in changeset.
Fixed deployment problem when build was made on VS2008 + SP1.

  1. … 2 more files in changeset.
Extracted the feedback handling outside of the copying routine (closes [#294]).

    • -0
    • +41
    ./FeedbackHandlerBase.h
  1. … 33 more files in changeset.