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
    ./TReadBufferQueueWrapperTests.cpp
  1. … 4 more files in changeset.
Added unit tests to part of the overlapped buffer handling code (CH-270).

    • -71
    • +75
    ./TOverlappedDataBufferTests.cpp
  1. … 11 more files in changeset.
Various fixes in reader/writer handling (CH-270).

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

    • -0
    • +11
    ./OverlappedCallbacksTests.cpp
    • -0
    • +11
    ./TBufferListTests.cpp
    • -0
    • +11
    ./TFailedBufferQueueTests.cpp
    • -0
    • +11
    ./TOrderedBufferQueueTests.cpp
    • -0
    • +11
    ./TOverlappedMemoryPoolTests.cpp
    • -0
    • +13
    ./TOverlappedReaderTests.cpp
    • -87
    • +53
    ./TOverlappedReaderWriterTests.cpp
    • -0
    • +14
    ./TOverlappedWriterTests.cpp
    • -0
    • +14
    ./TReadBufferQueueWrapperTests.cpp
    • -0
    • +13
    ./TWriteBufferQueueWrapperTests.cpp
  1. … 24 more files in changeset.
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)

    • -46
    • +32
    ./TOverlappedDataBufferTests.cpp
    • -65
    • +65
    ./TOverlappedReaderWriterTests.cpp
  1. … 15 more files in changeset.
Fixed release version not building properly. Cleaned up unused code. (CH-270)

  1. … 10 more files in changeset.
Separated buffer management from overlapped queue management (CH-270)

    • -519
    • +0
    ./TOverlappedDataBufferQueueTests.cpp
    • -21
    • +49
    ./TOverlappedDataBufferTests.cpp
    • -0
    • +547
    ./TOverlappedReaderWriterTests.cpp
  1. … 11 more files in changeset.
Removed unit tests for deleted functionality (CH-270).

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

    • -27
    • +81
    ./TOverlappedDataBufferQueueTests.cpp
    • -23
    • +63
    ./TOverlappedDataBufferTests.cpp
  1. … 2 more files in changeset.
Fixed liblogger unit tests (CH-206)

  1. … 6 more files in changeset.
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.
Added preliminary (very incomplete) multi-file log backend with rotation support (CH-206)

  1. … 54 more files in changeset.
Added and fixed unit tests related to copy-of naming functionality (CH-264).

Switched entire code to use nullptr instead of NULL (CH-259).

  1. … 96 more files in changeset.
Added the possibility to specify own copy-of names for files as an alternative to the ones defined in translation files (CH-182). Changed default copy-of names in english and polish translations so that always start with %name instead of word "Copy".

    • -0
    • +80
    ./TestsTTaskConfigVerifier.cpp
  1. … 27 more files in changeset.
Fixed several cosmetic code issues. Improved detection of same/different disk detection. Switched shared_ptrs to use std implementation instead of boost one. Cleaned up includes in headers. (CH-259)

  1. … 157 more files in changeset.
Fixed and updated unit tests to cover the unicode conversions when reading/storing configuration data (CH-254).

Normalized the behavior of destination path calculation and added unit tests to cover this functionality (CH-247).

    • -4
    • +55
    ./TestsTDestinationPathProvider.cpp
  1. … 3 more files in changeset.
Added the unit test template for destination path calculation (CH-247)

    • -0
    • +97
    ./TestsTDestinationPathProvider.cpp
  1. … 2 more files in changeset.
Fixed unit tests for overlapped buffer management (CH-238).

    • -3
    • +11
    ./TOverlappedDataBufferQueueTests.cpp
Fixed crash when specifying filters in CustomCopyDlg (CH-220).

  1. … 5 more files in changeset.
Reduced number of errors and warnings reported by cppcheck (CH-216).

  1. … 78 more files in changeset.
Added the remaining functionalities of the fake filesystem (still untested) (CH-180).

  1. … 25 more files in changeset.
Added incomplete skeleton of fake filesystem functionality (CH-180).

    • -0
    • +89
    ./TestsTSparseRangeMap.cpp
  1. … 12 more files in changeset.
Refactoring - extracted wildcard parsing functionality to a separate class to allow re-use in feedback automatic rules (CH-165).

    • -0
    • +54
    ./TestsTFileFilter.cpp
    • -0
    • +114
    ./TestsTStringPattern.cpp
    • -0
    • +149
    ./TestsTStringPatternArray.cpp
  1. … 9 more files in changeset.
Added mussing unit test files (CH-171).

    • -0
    • +128
    ./TestsTModificationTracker.cpp
    • -0
    • +193
    ./TestsTSharedModificationTracker.cpp
Added partial support for modifying count of buffer while copying (CH-169).

    • -0
    • +344
    ./TestsTBufferSizes.cpp
  1. … 29 more files in changeset.
Added another batch of unit tests to overlapped buffer and buffer queue (CH-161).

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

    • -37
    • +307
    ./TOverlappedDataBufferQueueTests.cpp
    • -1
    • +121
    ./TOverlappedDataBufferTests.cpp
  1. … 3 more files in changeset.
Fixed writing buffer contents to file (0-length buffer content was stored after previous modifications).

    • -5
    • +79
    ./TOverlappedDataBufferQueueTests.cpp
  1. … 6 more files in changeset.