libchcore

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Fixed the generation of copy-of names (CH-264)

  1. … 2 more files in changeset.
Partial implementation of customized multi-file backend for boost log (CH-206).

  1. … 5 more files in changeset.
Added basic support for asynchronous logging in CH and libchcore (based on boost log) (CH-206)

    • -15
    • +14
    ./TFilesystemFeedbackWrapper.cpp
    • -14
    • +13
    ./TFilesystemFileFeedbackWrapper.cpp
  1. … 27 more files in changeset.
Switched entire code to use nullptr instead of NULL (CH-259).

  1. … 84 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
    • +59
    ./TTaskConfigVerifier.cpp
  1. … 16 more files in changeset.
Fixed unit tests (CH-259).

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. … 143 more files in changeset.
Updated googletest framework to newest version (CH-256)

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

Fixed crash when handling unicode paths in settings (CH-254).

Fixed CH crashing when task sqlite database cannot be stored on disk (CH-252).

  1. … 9 more files in changeset.
Bugfix: When moving data with one of the special options enabled (ignore folders or force entire path) the copy stats are not presented correctly (CH-250).

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

    • -4
    • +55
    ./Tests/TestsTDestinationPathProvider.cpp
Added the unit test template for destination path calculation (CH-247)

    • -0
    • +97
    ./Tests/TestsTDestinationPathProvider.cpp
Refactoring of destination path calculation (CH-247).

    • -0
    • +100
    ./TDestinationPathProvider.cpp
    • -0
    • +49
    ./TDestinationPathProvider.h
Added possibility to copy entire drive (CH-247)

Fixed various issues reported by Coverity Scan (CH-249).

  1. … 10 more files in changeset.
Fixed possible buffer overflows (CH-249).

  1. … 1 more file in changeset.