libchcore

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added VS2015 projects, updated code to build with this new compiler (CH-173).

    • -0
    • +834
    ./libchcore.vc140.vcxproj
    • -0
    • +698
    ./libchcore.vc140.vcxproj.filters
  1. … 15 more files in changeset.
Added mussing unit test files (CH-171).

    • -0
    • +128
    ./Tests/TestsTModificationTracker.cpp
    • -0
    • +193
    ./Tests/TestsTSharedModificationTracker.cpp
Bugfix: buffer size changes were not stored in the database (CH-171).

Added partial support for modifying count of buffer while copying (CH-169).

    • -0
    • +141
    ./TBufferSizes.cpp
    • -0
    • +46
    ./TTaskConfigBufferSizes.cpp
  1. … 15 more files in changeset.
Bugfix: changing buffer size while copying sometimes caused the task to fail with an error (CH-170).

Added another batch of unit tests to overlapped buffer and buffer queue (CH-161).

    • -0
    • +153
    ./Tests/TOverlappedDataBufferTests.cpp
Added more unit tests to buffer and buffer queue classes, fixed problems found with those unit tests (CH-161).

    • -24
    • +23
    ./TOverlappedDataBufferQueue.cpp
    • -37
    • +307
    ./Tests/TOverlappedDataBufferQueueTests.cpp
    • -1
    • +121
    ./Tests/TOverlappedDataBufferTests.cpp
Fixed writing buffer contents to file (0-length buffer content was stored after previous modifications).

    • -5
    • +79
    ./Tests/TOverlappedDataBufferQueueTests.cpp
Added unit tests partially covering the buffer and buffer queue (CH-161).

    • -0
    • +112
    ./Tests/TOverlappedDataBufferQueueTests.cpp
    • -0
    • +12
    ./Tests/TOverlappedDataBufferTests.cpp
Fixed wrong finalization of file in case no-buffering is used (CH-161).

Separated file finalization (cutting the unnecessary data in no-buffering scenario) from last WriteFile (CH-161).

Fixed the events not being correctly set/reset in some cases (CH-161).

    • -17
    • +38
    ./TOverlappedDataBufferQueue.cpp
Added buffer cleanup procedures to ensure buffers marked as end-of-file are properly interpreted when switching to next file (CH-161).

Added buffer queue depth as configuration option (CH-161).

  1. … 4 more files in changeset.
Rewritten formatting system error messages (CH-163).

    • -0
    • +62
    ./TWin32ErrorFormatter.cpp
    • -0
    • +39
    ./TWin32ErrorFormatter.h
  1. … 5 more files in changeset.
Removed explicit references to chcore namespace from chcore namespace.

  1. … 7 more files in changeset.
Added missing interface implementation file.

    • -0
    • +28
    ./IOverlappedDataBufferQueue.cpp
    • -312
    • +0
    ./Tests/TestsTDataBufferManager.cpp
Introduced preliminary version of async io when copying - early, buggy version (CH-161).

    • -0
    • +46
    ./IOverlappedDataBufferQueue.h
    • -0
    • +30
    ./RoundingFunctions.h
    • -0
    • +121
    ./TOverlappedDataBuffer.cpp
    • -0
    • +92
    ./TOverlappedDataBuffer.h
    • -0
    • +219
    ./TOverlappedDataBufferQueue.cpp
    • -0
    • +84
    ./TOverlappedDataBufferQueue.h
  1. … 11 more files in changeset.
Bugfix: Importing same task twice caused CH to crash. Now tasks are imported with new unique ID every time (CH-159).

Feature: added possibility to export task details from the CustomCopy dialog (CH-157).

  1. … 4 more files in changeset.
Bugfix: if migrating task serializer fails, CH exited without warning. Now, for the failed migrations the empty task will be shown in status dialog that will allow user to remove it from the list (CH-148).

    • -0
    • +50
    ./TFakeFileSerializer.cpp
    • -0
    • +48
    ./TFakeFileSerializer.h
Bugfix/improvement: user choices selected in feedback dialogs now are stored in the database when 'don't ask again' is selected (CH-154).

    • -0
    • +144
    ./TFeedbackHandlerBase.cpp
    • -0
    • +102
    ./TFeedbackHandlerBase.h
  1. … 11 more files in changeset.
Bugfix: fixed problem with scanned files not being cleared in DB when cleared in code causing various problems with serialization (of scanned files) and de-synchronizing stats and scanned files (CH-156) (CH-149).

Added logging of several task requests to help with diagnosing problem when occurs (CH-156).

Bugfix: task time was not reset when restarting the task (CH-152).

Bugfix: corrected unneeded serializations of data into subtasks_info table (CH-153).

Bugfix: restarting task did not reset the 'do not ask again' flags of feedback handler (CH-150).

  1. … 2 more files in changeset.
Bugfix: subtask phase was displayed incorrectly (CH-151).

Bugfix: time counting for tasks and subtasks was not stopped when waiting for user input (CH-145)

    • -0
    • +28
    ./IRunningTimeControl.cpp
    • -0
    • +42
    ./IRunningTimeControl.h
    • -0
    • +42
    ./TFeedbackHandlerWrapper.cpp
    • -0
    • +50
    ./TFeedbackHandlerWrapper.h
    • -0
    • +75
    ./TScopedRunningTimeTracker.cpp
    • -0
    • +51
    ./TScopedRunningTimeTracker.h
    • -0
    • +36
    ./TScopedRunningTimeTrackerPause.cpp
    • -0
    • +43
    ./TScopedRunningTimeTrackerPause.h
  1. … 16 more files in changeset.
Bugfix: resuming paused copying caused asking for replacing existing file, when it was only created previously and no data were written (CH-144).