libchcore

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Refactoring:

    • -0
    • +167
    ./TFileInfoArray.cpp
  1. … 8 more files in changeset.
Refactoring:

    • -0
    • +440
    ./TTaskManager.cpp
  1. … 11 more files in changeset.
Moved CTask and CTaskArray classes to the libchcore library.

  1. … 12 more files in changeset.
Additional cleanups.

  1. … 3 more files in changeset.
Moved subtask handling to chcore library.

    • -0
    • +113
    ./TSubTaskBase.cpp
    • -0
    • +121
    ./TSubTaskContext.h
    • -0
    • +1123
    ./TSubTaskCopyMove.cpp
    • -0
    • +65
    ./TSubTaskCopyMove.h
    • -0
    • +144
    ./TSubTaskDelete.cpp
    • -0
    • +266
    ./TSubTaskScanDirectory.cpp
  1. … 11 more files in changeset.
Bugfix: Replace operation didn't update string length.

Bugfix: Find/Replace did not work correctly.

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.