libchcore

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added Find and Replace functionality to the TString class (buggy).

Moved to chcore: task's configuration management, filesystem management, stats management and progress management.

    • -0
    • +138
    ./TLocalFilesystem.h
  1. … 25 more files in changeset.
Disabled assertion in exception constructor to avoid hangups when assert dialog shows up.

Cleaned up chcore namespace prefix in chcore library.

Improved naming convention inside chcore library.

  1. … 20 more files in changeset.
Added TDateTime wrapper to chcore as a replacement for not exportable ATL::CTime.

  1. … 9 more files in changeset.
Moved file filtering and file info classes to chcore library (possibly needs some more work on ATL::CTime export problem).

  1. … 28 more files in changeset.
Migrated part of file filtering class to chcore mechanisms.

  1. … 4 more files in changeset.
Fixed problem with operator+ which required non-const input.

Moved buffer management to chcore library + some basic refactoring.

  1. … 15 more files in changeset.
Moved TBasePathData.h/cpp files to chcore library.

  1. … 9 more files in changeset.
Bugfix: when storing array-values to config file, it wasn't cleared properly earlier, causing multiple entries to be added.

Got rid of an "unused variable" warning.

Simple aesthetic changes.

Moved thread controller to chcore library.

  1. … 11 more files in changeset.
Replaced buffer type detection algorithm with the one that should work reliably on any system.

  1. … 11 more files in changeset.
Moved file between projects.

  1. … 1 more file in changeset.
Bugfix: deleting parts of string caused memory to be overwritten.

Namespace cleanups.

Added missing serialization.

Possible fix for problem with activation context when launching CH (exception thrown from CMainWnd::OnCreate() caused Create() to fail).

    • -0
    • +138
    ./SerializationHelpers.h
    • -0
    • +494
    ./TBinarySerializer.cpp
    • -0
    • +110
    ./TBinarySerializer.h
  1. … 16 more files in changeset.
Exception handling improvements.

Bugfix: incorrect deletion of parts of string.

Bugfix: wrong calculation of paths' root component.

Increased usage of TSmartPath and TString.

  1. … 6 more files in changeset.
Replaced obsolete TWStringData with newer TString.

  1. … 3 more files in changeset.
Removed reference to a file added by mistake.

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.