libchcore

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated projects to use references instead of manual library input.

  1. … 17 more files in changeset.
Refactoring: Replaced old buffer management with new, improved one.

  1. … 1 more file in changeset.
Added missing changes for buffer manager refactoring.

Added re-sizing support for the new buffer manager (+additional refactoring).

Refactoring: rewritten parts of the new data buffer class.

Added basic, untested version of new buffer manager.

    • -0
    • +164
    ./TDataBuffer.cpp
CustomCopyFile refactoring.

Small refactoring.

Fixed build problems with Visual Studio 2008 with SDK6.0A.

Rewritten statistics handling for sub tasks, tasks and task manager (this commit introduces some issues that needs to be further fixed). Only basic tests performed (!)

  1. … 18 more files in changeset.
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.