Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
Added unit tests partially covering the buffer and buffer queue (CH-161).

    • -0
    • +112
    ./TOverlappedDataBufferQueueTests.cpp
    • -0
    • +12
    ./TOverlappedDataBufferTests.cpp
  1. … 6 more files in changeset.
Added missing interface implementation file.

  1. … 6 more files in changeset.
Fixed unit tests failing (CH-133).

Bugfix: fixed serialization problems with 32bit builds (CH-118).

  1. … 67 more files in changeset.
Additional unit tests for TConfig class (CH-60)

  1. … 1 more file in changeset.
Added first batch of unit tests for TConfig class (CH-60)

    • -0
    • +299
    ./TestsTConfig.cpp
  1. … 5 more files in changeset.
Fixed unit tests not working after recent changes (CH-60)

Added serialization of task configuration (CH-74). Still buggy.

  1. … 22 more files in changeset.
Fixed reference counting being not thread safe (CH-93).

  1. … 2 more files in changeset.