Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added ability to change max log size, max rotate count and log levels on-the-fly for app and engine loggers (CH-206).

Changed log file content to be stored in utf8 (no BOM) instead of UTF-16 (CH-206).

Added liblogger to setup script and zipping script (CH-206)

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

    • -0
    • +16
    ./liblogger/dllmain.cpp
    • -0
    • +5
    ./liblogger/liblogger.cpp
    • -0
    • +21
    ./liblogger/liblogger.h
    • -19
    • +19
    ./liblogger/liblogger.vc140.vcxproj
    • -10
    • +7
    ./liblogger/liblogger.vc140.vcxproj.filters
Fixed options handling for count of rotated files. Fixed rotated files scanning. Fixed date/time formatting in log file names and in log contents. Reduced usage of mutexes in logging mechanism in favor of interlocked operations. Improved exception handling. (CH-206)

    • -18
    • +11
    ./liblogger/TLoggerRotationInfo.cpp
Implemented preliminary versions of remaining logger files (buggy) (CH-206).

    • -2
    • +2
    ./libchcore/TFilesystemFeedbackWrapper.cpp
    • -3
    • +2
    ./libchcore/TFilesystemFeedbackWrapper.h
    • -2
    • +3
    ./libchcore/TFilesystemFileFeedbackWrapper.cpp
    • -3
    • +2
    ./libchcore/TFilesystemFileFeedbackWrapper.h
  1. … 41 more files in changeset.
Fixed problem with error message being empty in case system error message cannot be retrieved (CH-269)

Version bump to 1.42.

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

    • -2
    • +2
    ./libchcore/TFilesystemFeedbackWrapper.h
    • -2
    • +2
    ./libchcore/TFilesystemFileFeedbackWrapper.h
  1. … 52 more files in changeset.
Partial fix for tasks hanging after retrying failed operations (CH-267).

    • -5
    • +8
    ./libchcore/TOverlappedDataBufferQueue.cpp
Changed the EOL chars in the log messages to \r\n for easier reading in notepad. Fixed unit tests failing.

    • -1
    • +0
    ./libchcore/Tests/TestsTTaskConfigVerifier.cpp
Connected log settings with loggers (CH-206).

Added log options to settings (not connected to loggers yet) (CH-206).

Added preliminary (very incomplete) multi-file log backend with rotation support (CH-206)

    • -0
    • +96
    ./common/TLogRotator.cpp
    • -0
    • +45
    ./common/TLogRotator.h
    • -0
    • +78
    ./common/TLogSink.cpp
    • -0
    • +80
    ./common/TLogSinkCollection.cpp
    • -0
    • +45
    ./common/TLogSinkCollection.h
  1. … 40 more files in changeset.
Added and fixed unit tests related to copy-of naming functionality (CH-264).

    • -10
    • +39
    ./libchcore/Tests/TestsTTaskConfigVerifier.cpp
Fixed the generation of copy-of names (CH-264)

    • -2
    • +5
    ./libchcore/TDestinationPathProvider.cpp
Partial implementation of customized multi-file backend for boost log (CH-206).

    • -0
    • +34
    ./common/TMultiFileBackend.cpp
    • -0
    • +42
    ./common/TMultiFileBackend.h
    • -9
    • +6
    ./libchcore/libchcore.vc140.vcxproj.filters
Added ch icons to the title bars of most of the dialog boxes replacing the old, generic one (CH-260).

Added basic support for asynchronous logging in CH and libchcore (based on boost log) (CH-206)

    • -0
    • +41
    ./common/TLogger.cpp
    • -0
    • +117
    ./common/TLoggerInitializer.cpp
    • -15
    • +14
    ./libchcore/TFilesystemFeedbackWrapper.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".

    • -1
    • +1
    ./libchcore/TFilesystemFeedbackWrapper.cpp
    • -1
    • +1
    ./libchcore/TFilesystemFileFeedbackWrapper.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.
Fixed malformed html in the chm manuals (CH-258).

Updated googletest framework to newest version (CH-256)

    • -4
    • +4
    ./ictranslate/ictranslate.vc140.vcxproj
    • -4
    • +4
    ./libictranslate/libictranslate.vc140.vcxproj
  1. … 340 more files in changeset.
Fixed and updated unit tests to cover the unicode conversions when reading/storing configuration data (CH-254).

    • -10
    • +12
    ./libchcore/Tests/TestsTConfig.cpp
Fixed crash when handling unicode paths in settings (CH-254).

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

    • -0
    • +73
    ./ch/TTaskManagerWrapper.cpp
    • -0
    • +35
    ./ch/TTaskManagerWrapper.h
Refactoring: changed the member variable to a local variable (might solve unreproducible crash in miniview window).

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).