Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed problem with restarting move operation that only consisted of fast-move subtask (CH-233).

Task progress data invalid after CH reloads (CH-228).

    • -3
    • +21
    ./libchcore/TSubTaskScanDirectory.cpp
Fixed issue with wrong estimated time being shown for non-size based subtasks (CH-232).

Possible fix to a problem with shell extension communication with CH (CH-230).

Fixed gui not displaying source path after copy/move operation ends (CH-229).

Added option to perform fast-move as a pre-block action (or not). By default fast-move will be done after blocking, but before directory scanning. (CH-223)

Fixed the 64bit division problem (CH-227).

Changed remaining exceptions to use non-macro throwing (CH-219).

    • -10
    • +10
    ./libchcore/TLocalFilesystem.cpp
    • -13
    • +13
    ./libchcore/TLocalFilesystemFile.cpp
    • -2
    • +2
    ./libchcore/TSQLiteSerializerFactory.cpp
    • -14
    • +14
    ./libchcore/TWorkerThreadController.cpp
Fixed the task error state when overwriting larger file (CH-222).

Fixed broken build related to dialog box fixes (CH-221).

Added group boxes to the feedback replace dialog to make it more readable (CH-221).

Feedback file replace dialog now have readable file information (CH-221).

Fixed crash when specifying filters in CustomCopyDlg (CH-220).

    • -4
    • +35
    ./libchcore/TStringPatternArray.cpp
    • -8
    • +8
    ./libchcore/Tests/TestsTStringPattern.cpp
    • -14
    • +14
    ./libchcore/Tests/TestsTStringPatternArray.cpp
Changed other engine exceptions to use non-macro throwing (CH-219)

    • -2
    • +2
    ./libchcore/TSQLiteSerializerContainer.cpp
    • -17
    • +17
    ./libchcore/TSQLiteSerializerRowData.cpp
    • -25
    • +25
    ./libchcore/TSQLiteStatement.cpp
Improved engine core exception handling - now all core exceptions have appropriate message and the details are logged into tasks' log file (CH-219).

    • -8
    • +8
    ./libchcore/TFilesystemFeedbackWrapper.cpp
    • -9
    • +9
    ./libchcore/TFilesystemFileFeedbackWrapper.cpp
  1. … 32 more files in changeset.
Bugfix: numeric values displayed in the options dialog were displayed as hex numbers (CH-218).

Removed several unused functions (CH-216)

    • -18
    • +0
    ./libictranslate/ResourceManager.cpp
Fixed additional issues reported by cppcheck (CH-216).

  1. … 1 more file in changeset.
Corrected several warnings reported by cppcheck (CH-216).

    • -57
    • +0
    ./libchcore/TFakeFileDescription.cpp
    • -294
    • +0
    ./libchcore/TFakeFilesystemFile.cpp
    • -82
    • +0
    ./libchcore/TFakeFilesystemFind.cpp
    • -10
    • +0
    ./libchcore/libchcore.vc140.vcxproj
    • -33
    • +0
    ./libchcore/libchcore.vc140.vcxproj.filters
  1. … 6 more files in changeset.
Removed library libicpf, moved config support to libictranslate, log_file to libchcore (CH-217).

  1. … 141 more files in changeset.
Fixed additional warnings reported by cppcheck (CH-216).

Fixed additional warnings reported by cppcheck (CH-216) Disabled cstyleCast from being reported by cppcheck.

  1. … 9 more files in changeset.
Reduced number of errors and warnings reported by cppcheck (CH-216).

  1. … 64 more files in changeset.
Adjustment of compiler/linker options (CH-214).

    • -8
    • +8
    ./ictranslate/ictranslate.vc140.vcxproj
    • -8
    • +8
    ./libictranslate/libictranslate.vc140.vcxproj
  1. … 2 more files in changeset.
Disabled /SAFESEH, set debug information format to edit and continue (CH-214).

    • -2
    • +10
    ./ictranslate/ictranslate.vc140.vcxproj
    • -2
    • +10
    ./libchcore/libchcore.vc140.vcxproj
    • -2
    • +10
    ./libictranslate/libictranslate.vc140.vcxproj
  1. … 2 more files in changeset.
Changed project settings to match others (CH-214)

Added support for building unit-tests configurations from msbuild, added support for writing xml files with test results (CH-214)

    • -4
    • +4
    ./ictranslate/ictranslate.vc140.vcxproj
    • -64
    • +12
    ./libchcore/libchcore.vc140.vcxproj
    • -64
    • +12
    ./libictranslate/libictranslate.vc140.vcxproj
  1. … 1 more file in changeset.
Added scripts handling jenkins tasks (CH-213) Updated version template.

  1. … 7 more files in changeset.
Fixed version.h to not include macros that fails to build with inno setup compiler (CH-213). Fixed small encoding problem with name inside setup scripts.

  1. … 2 more files in changeset.