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

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

    • -32
    • +56
    ./libchcore/TDestinationPathProvider.cpp
    • -0
    • +2
    ./libchcore/TDestinationPathProvider.h
    • -4
    • +55
    ./libchcore/Tests/TestsTDestinationPathProvider.cpp
Added the unit test template for destination path calculation (CH-247)

    • -0
    • +97
    ./libchcore/Tests/TestsTDestinationPathProvider.cpp
    • -0
    • +3
    ./libchcore/libchcore.vc140.vcxproj.filters
Refactoring of destination path calculation (CH-247).

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

    • -20
    • +37
    ./libchcore/TLocalFilesystem.cpp
Fixed various issues reported by Coverity Scan (CH-249).

  1. … 1 more file in changeset.
Fixed several issues reported by coverity scan (CH-249).

Fixed possible buffer overflows (CH-249).

Fixed possible buffer overflows (CH-249).

Fixed several null dereference issues (CH-249).

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

Fixed uninitialized member (CH-249).

Fixed unintialized members reported by Coverity Scan (CH-249).

    • -12
    • +1
    ./libictranslate/LanguageDialog.cpp
    • -17
    • +17
    ./libictranslate/LanguageDialog.h
Fixed possible buffer overflow in translation module (CH-249).

    • -20
    • +21
    ./libictranslate/ResourceManager.cpp
Fixed wrong enum mapping in shell extension (CH-249).

Fixed issues with uninitialized members (CH-249).