scripts

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Build script will try to sign all executables by default (including installer executable).

  1. … 1 more file in changeset.
Fixed build script.

Updated installer script to the newest version of InnoSetup (unicode).

Fixed symbol server handling scripts.

    • -1
    • +1
    ./internal/symsrv_add_single_package.bat
Relocated and updated some docs (especially important is a command line for building boost).

  1. … 3 more files in changeset.
Added detection of wrong MFC references in the manifest of the generated executables.

    • -0
    • +69
    ./internal/detect_incorrect_manifest.bat
Bugfix: embedding source server info in PDB files was performed only partially.

    • -36
    • +34
    ./internal/embed_srcserver_info.bat
Added possibility to generate packages (zip, installer, src and debug symbols) from local (even modified) source code.

    • -18
    • +116
    ./internal/detect_internal_version.bat
    • -0
    • +0
    ./internal/symsrv_add_single_package.bat
Reverted changes related to building ch on Win x86_32.

Revert of old paths in installer script.

Bugfix: changed script name to the one that exists.

Added better versioning support for building trunk versions.

    • -0
    • +63
    ./internal/detect_internal_version.bat
Bugfix: embedding source server information did not work properly (closes [#2827089]).

    • -11
    • +14
    ./internal/embed_srcserver_info.bat
Bugfix: embedding source server information only partially working (possibly closes [#2827089])

    • -30
    • +33
    ./internal/embed_srcserver_info.bat
Added support for creating trunk releases.

Merged 32-bit and 64-bit installers (closes [#2827044])

Added support for recursive handling of the data inside the package.

Added new checklist item.

Added some informational files describing build dependencies and scripts dependencies.

  1. … 1 more file in changeset.
Added a checklist for releasing new version of Copy Handler.

    • -0
    • +13
    ./release_checklist.txt
Updated existing and added some new scripts related to version generation (advances [#2810003]).

    • -0
    • +39
    ./symsrv_add_release.bat
    • -0
    • +71
    ./symsrv_add_single_package.bat
    • -0
    • +31
    ./upload_release.bat
Rewritten the version generation scripts (closes 2810003).

    • -0
    • +55
    ./internal/clear_env.bat
    • -0
    • +95
    ./internal/detect_version.bat
    • -0
    • +45
    ./internal/embed_srcserver_info.bat
    • -0
    • +43
    ./internal/prepare_env.bat
    • -0
    • +36
    ./internal/replace_version.vbs
    • -0
    • +91
    ./internal/svntag.bat
    • -0
    • +41
    ./internal/svntag_single.bat
    • -0
    • +234
    ./make_existing_package.bat
  1. … 2 more files in changeset.
Improved version generation scripts to automatically include version number in the generated files (closes 2546308).

Fixed invalid argument problem in 7zip invocation.

Fixed inno setup script to work under windows7 (not a permenent solution).

Another build system fix - wrong directory.

Bugfix: wrong path for output directory.

Updated the version generation script to use 7zip instead of zip.

Fixed zip version generation script.

Updated to generate the zip versions of CH (untested).