scripts

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Modified setup and portable scripts to include 32bit shell extension in 64bit builds (CH-286).

    • -0
    • +8
    ./jenkins/prepare-portable-package.bat
Added liblogger to the script measuring unit tests coverage (CH-206)

Updated cppcheck script to return more accurate results (CH-272).

    • -0
    • +14
    ./jenkins/cppcheck-suppress.txt
Added liblogger to setup script and zipping script (CH-206)

    • -0
    • +2
    ./jenkins/prepare-portable-package.bat
  1. … 2 more files in changeset.
Disabled signing with SHA1 completely (CH-263).

Enabled creation of SHA256 signatures for executables (CH-263)

Updated inno setup installer script to uninstall locked files after reboot (CH-243).

Fixed the installer functionality to start CH automatically with system (CH-234)

  1. … 3 more files in changeset.
Fixed release timestamping using time.certum.pl (CH-231).

Fixed suppression rules (CH-216).

Disabled checking for "unusedPrivateFunction" problems in cppcheck as it returns only false positives at the moment (CH-216).

Disabled reporting of unused functions as there are too many false positives (CH-216).

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

  1. … 20 more files in changeset.
Removed library libicpf, moved config support to libictranslate, log_file to libchcore (CH-217).

    • -69
    • +0
    ./internal/detect_incorrect_manifest.bat
    • -161
    • +0
    ./internal/detect_internal_version.bat
    • -57
    • +0
    ./internal/embed_srcserver_info.bat
    • -71
    • +0
    ./internal/symsrv_add_single_package.bat
    • -2
    • +0
    ./jenkins/prepare-portable-package.bat
  1. … 141 more files in changeset.
Fixed additional warnings reported by cppcheck (CH-216) Disabled cstyleCast from being reported by cppcheck.

  1. … 23 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
    ./jenkins/run-cppcheck.bat
Added script for executing unit tests under code coverage tool (CH-214).

    • -0
    • +15
    ./jenkins/run-unit-tests-coverage.bat
Updated output paths for jenkins output to separate internal builds from tagged ones (CH-213).

    • -0
    • +11
    ./jenkins/_get-output-dir.bat
    • -4
    • +1
    ./jenkins/prepare-installer-package.bat
    • -3
    • +1
    ./jenkins/prepare-portable-package.bat
Added jenkins signing scripts (CH-213).

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

    • -3
    • +3
    ./jenkins/prepare-installer-package.bat
    • -3
    • +2
    ./jenkins/prepare-portable-package.bat
Added scripts handling jenkins tasks (CH-213) Updated version template.

    • -0
    • +67
    ./jenkins/_get-version.bat
    • -0
    • +36
    ./jenkins/_replace_version.vbs
    • -0
    • +8
    ./jenkins/prepare-installer-package.bat
    • -0
    • +46
    ./jenkins/prepare-portable-package.bat
    • -0
    • +8
    ./jenkins/prepare-source-package.bat
    • -0
    • +8
    ./jenkins/prepare-symbols-package.bat
    • -0
    • +22
    ./jenkins/update-code-version.bat
  1. … 2 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.
Fixed the rc tagging (CH-207)

Added support for rc versions (CH-207).

Fixed translation encoding problem (CH-205).

  1. … 1 more file in changeset.
Reverted build scripts to the version supporting VS2013 (CH-202)

Additional fixes for better VS2015 compatibility (CH-175)

  1. … 4 more files in changeset.
Updated installer and other scripts to support VS2015 (CH-175)

  1. … 20 more files in changeset.
Bugfix: svnindex.cmd could not find source files to embed the source server info into pdb files (CH-168).