libchcore

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adjust build paths to support simultaneous builds in VC9.0 and VC11.0 (CH-39)

  1. … 8 more files in changeset.
Various cleanups not affecting functionality.

  1. … 7 more files in changeset.
Added VS 2012 solution and project files.

    • -0
    • +301
    ./libchcore.vc110.vcxproj
    • -0
    • +290
    ./libchcore.vc110.vcxproj.filters
  1. … 9 more files in changeset.
Data buffer fixes.

  1. … 1 more file in changeset.
Additional unit tests for new buffer manager.

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