libchcore

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added partial unit tests for TReadBufferQueueWrapper (CH-270).

    • -2
    • +232
    ./Tests/TReadBufferQueueWrapperTests.cpp
Added unit tests to part of the overlapped buffer handling code (CH-270).

    • -1
    • +184
    ./Tests/TFailedBufferQueueTests.cpp
    • -2
    • +193
    ./Tests/TOrderedBufferQueueTests.cpp
    • -71
    • +75
    ./Tests/TOverlappedDataBufferTests.cpp
    • -12
    • +1
    ./Tests/TOverlappedReaderWriterTests.cpp
  1. … 1 more file in changeset.
Various fixes in reader/writer handling (CH-270).

  1. … 3 more files in changeset.
Rough version of overlapped reader/writer split (CH-270).

    • -0
    • +97
    ./TFailedBufferQueue.cpp
    • -0
    • +104
    ./TFailedBufferQueue.h
    • -0
    • +104
    ./TOverlappedReader.cpp
    • -0
    • +75
    ./TOverlappedReader.h
    • -225
    • +51
    ./TOverlappedReaderWriter.cpp
  1. … 20 more files in changeset.
Extended event wrapper for easier usage (CH-270)

Fixed problem with asking multiple times for retries of the same batch of failed buffers (only for reading data at this point). Fixed issue with pausing and resuming task after refactoring of buffer ordering. (CH-270)

Moved overlapped file position management to reader/writer object. Simplified buffer ordering by using file position as the ordering key (instead of artificial order id). Isolated overlapped memory management to a separate class. Simplified code responsible for retrying reads and writes. (CH-270)

    • -0
    • +35
    ./TOrderedBufferQueue.cpp
    • -0
    • +49
    ./TOrderedBufferQueue.h
    • -183
    • +183
    ./TOverlappedMemoryPool.cpp
    • -183
    • +0
    ./TOverlappedDataBufferQueue.cpp
    • -46
    • +32
    ./Tests/TOverlappedDataBufferTests.cpp
    • -65
    • +65
    ./Tests/TOverlappedReaderWriterTests.cpp
Fixed release version not building properly. Cleaned up unused code. (CH-270)

    • -0
    • +63
    ./OverlappedCallbacks.cpp
    • -0
    • +1
    ./Tests/TOverlappedDataBufferTests.cpp
Separated buffer management from overlapped queue management (CH-270)

    • -269
    • +37
    ./TOverlappedDataBufferQueue.cpp
    • -0
    • +325
    ./TOverlappedReaderWriter.cpp
    • -108
    • +102
    ./TOverlappedReaderWriter.h
    • -519
    • +0
    ./Tests/TOverlappedDataBufferQueueTests.cpp
    • -21
    • +49
    ./Tests/TOverlappedDataBufferTests.cpp
    • -0
    • +547
    ./Tests/TOverlappedReaderWriterTests.cpp
Removed unit tests for deleted functionality (CH-270).

    • -36
    • +0
    ./Tests/TOverlappedDataBufferTests.cpp
Decoupled overlapped data buffer from buffer queue (CH-270).

Removing task will now delete all associated log files, including rotated ones (CH-274)

  1. … 8 more files in changeset.
Removed dead code (CH-272).

Fixed cppcheck warnings (CH-272).

Fixed unit tests for overlapped data buffer (CH-206).

    • -27
    • +81
    ./Tests/TOverlappedDataBufferQueueTests.cpp
    • -23
    • +63
    ./Tests/TOverlappedDataBufferTests.cpp
  1. … 2 more files in changeset.
Added lots of logging to filesystem handling functions (CH-206)

    • -0
    • +30
    ./StreamingHelpers.h
  1. … 1 more file in changeset.
Various code cleanups (CH-273)

  1. … 21 more files in changeset.
Fixed problem reported by cppcheck and suppressed two issues that are not issues in those specific use cases (CH-272).

Fixed several issues reported by cppcheck (CH-272).

  1. … 2 more files in changeset.
Fixed several issues reported by cppcheck (CH-272).

  1. … 6 more files in changeset.
Fixed liblogger unit tests (CH-206)

  1. … 6 more files in changeset.
Changed liblogger from static library to DLL (CH-206)

  1. … 16 more files in changeset.
Implemented preliminary versions of remaining logger files (buggy) (CH-206).

  1. … 41 more files in changeset.
Fixed problem with error message being empty in case system error message cannot be retrieved (CH-269)

Isolated the logger functionalities to the separate static library (CH-206)

  1. … 52 more files in changeset.
Partial fix for tasks hanging after retrying failed operations (CH-267).

Changed the EOL chars in the log messages to \r\n for easier reading in notepad. Fixed unit tests failing.

  1. … 1 more file in changeset.
Connected log settings with loggers (CH-206).

  1. … 9 more files in changeset.
Added preliminary (very incomplete) multi-file log backend with rotation support (CH-206)

    • -14
    • +14
    ./TFilesystemFeedbackWrapper.cpp
    • -13
    • +13
    ./TFilesystemFileFeedbackWrapper.cpp
  1. … 40 more files in changeset.
Added and fixed unit tests related to copy-of naming functionality (CH-264).

    • -10
    • +39
    ./Tests/TestsTTaskConfigVerifier.cpp