CopyHandler

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Improved engine core exception handling - now all core exceptions have appropriate message and the details are logged into tasks' log file (CH-219).

    • -7
    • +7
    /src/libchcore/ConfigNodeContainer.cpp
    • -2
    • +2
    /src/libchcore/TFakeFileSerializer.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
    /src/libictranslate/ResourceManager.cpp
Fixed additional issues reported by cppcheck (CH-216).

Corrected several warnings reported by cppcheck (CH-216).

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

    • -36
    • +0
    /scripts/internal/replace_version.vbs
    • -48
    • +0
    /scripts/internal/svntag_single.bat
  1. … 141 more files in changeset.
Fixed additional warnings reported by cppcheck (CH-216).

    • -3
    • +3
    /src/libchcore/TFakeFilesystemFile.cpp
    • -8
    • +0
    /src/libictranslate/LanguageDialog.cpp
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.
Fixed invalid path in jenkins-cppcheck script (CH-215).

Added script for running cppcheck at jenkins build (CH-215).

    • -0
    • +8
    /scripts/jenkins/run-cppcheck.bat
Added script for executing unit tests under code coverage tool (CH-214).

    • -0
    • +15
    /scripts/jenkins/run-unit-tests-coverage.bat
Adjustment of compiler/linker options (CH-214).

    • -8
    • +8
    /src/libchcore/libchcore.vc140.vcxproj
Disabled /SAFESEH, set debug information format to edit and continue (CH-214).

    • -2
    • +10
    /src/libchcore/libchcore.vc140.vcxproj
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)

    • -64
    • +12
    /src/libchcore/libchcore.vc140.vcxproj
    • -64
    • +12
    /src/libicpf/libicpf.vc140.vcxproj
Updated output paths for jenkins output to separate internal builds from tagged ones (CH-213).

    • -0
    • +11
    /scripts/jenkins/_get-output-dir.bat
    • -3
    • +5
    /scripts/jenkins/update-code-version.bat
Added jenkins signing scripts (CH-213).

    • -0
    • +6
    /scripts/jenkins/sign-installer-binary.bat
    • -0
    • +4
    /scripts/jenkins/sign-release-binaries.bat
Updated jenkins scripts to output binaries into the directory with the version name in it (CH-213).

Added scripts handling jenkins tasks (CH-213) Updated version template.

    • -0
    • +67
    /scripts/jenkins/_get-version.bat
    • -0
    • +36
    /scripts/jenkins/_replace_version.vbs
    • -0
    • +8
    /scripts/jenkins/prepare-installer-package.bat
    • -0
    • +46
    /scripts/jenkins/prepare-portable-package.bat
    • -0
    • +8
    /scripts/jenkins/prepare-source-package.bat
    • -0
    • +8
    /scripts/jenkins/prepare-symbols-package.bat
    • -0
    • +22
    /scripts/jenkins/update-code-version.bat
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.

Fixed build warnings on x32 (CH-213).

Fixed warnings related to compiling resources and sal annotations (CH-213).

Added BOOST_ROOT_PATH to the include/library paths to allow per-machine location of boost (CH-213).

Fixed displaying source paths in status dialog and mini status window (CH-212).

    • -0
    • +19
    /src/libchcore/TSubTaskCopyMove.cpp
    • -0
    • +19
    /src/libchcore/TSubTaskFastMove.cpp
    • -0
    • +19
    /src/libchcore/TSubTaskScanDirectory.cpp
    • -0
    • +1
    /src/libchcore/TSubTaskScanDirectory.h
Added support for changing settings from within the updater dialog. Tuned the way updates are displayed in updater dialog (CH-209).

Partial support for changing updater check interval and update channel (CH-209)

Small improvements in updater dialog (CH-209).

First batch of changes related to checking for updates (CH-209).

    • -0
    • +428
    /src/ch/AsyncHttpFile.cpp
    • -0
    • +100
    /src/ch/AsyncHttpFile.h
    • -0
    • +80
    /src/ch/UpdateHeaders.cpp
    • -0
    • +54
    /src/ch/UpdateMultipleVersionInfo.cpp
    • -0
    • +36
    /src/ch/UpdateMultipleVersionInfo.h
    • -0
    • +99
    /src/ch/UpdateResponse.cpp
    • -0
    • +42
    /src/ch/UpdateResponse.h
    • -0
    • +117
    /src/ch/UpdateVersionInfo.cpp
    • -0
    • +74
    /src/ch/UpdateVersionInfo.h
  1. … 8 more files in changeset.