TOverlappedDataBufferTests.cpp

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
  1. … 16 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)

    • -21
    • +49
    ./TOverlappedDataBufferTests.cpp
  1. … 13 more files in changeset.
Removed unit tests for deleted functionality (CH-270).

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

    • -23
    • +63
    ./TOverlappedDataBufferTests.cpp
  1. … 3 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).

    • -1
    • +121
    ./TOverlappedDataBufferTests.cpp
  1. … 4 more files in changeset.
Added unit tests partially covering the buffer and buffer queue (CH-161).

    • -0
    • +12
    ./TOverlappedDataBufferTests.cpp
  1. … 7 more files in changeset.