libchcore

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added partial support for SubTask stats - for now calculated in parallel to the task stats inside SubTasks.

    • -0
    • +224
    ./TSubTaskStatsInfo.cpp
    • -0
    • +119
    ./TSubTaskStatsInfo.h
Split progress information, so that each subtask manages its own progress state along with its serialization.

  1. … 6 more files in changeset.
Bugfix: deleting files while moving was not working.

Added new subtask class handling fast move operation before scanning directories for files.

    • -0
    • +208
    ./TSubTaskFastMove.cpp
    • -0
    • +52
    ./TSubTaskFastMove.h
  1. … 3 more files in changeset.
Removed unnecessary part of scanning directory subtask.

Introduced subtask container and moved subtasks handling there.

Bugfix: incorrect handling of string deletion.

Refactoring: split file filtering functionality to two separate files (TFileFilter and TFileFiltersArray).

    • -0
    • +144
    ./TFileFiltersArray.cpp
    • -0
    • +67
    ./TFileFiltersArray.h
  1. … 3 more files in changeset.
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.