• v1.11.1 30862aed03

    v1.11.1 Stable

    Dandielo released this 2025-11-29 02:26:13 +00:00 | 23 commits to master since this release

    Downloads
  • v1.10.3 ee7da7b726

    v1.10.3 Stable

    Dandielo released this 2025-05-17 11:00:15 +00:00 | 27 commits to master since this release

    Downloads
  • v1.10.2 10db7ff6aa

    v1.10.2 Stable

    Dandielo released this 2025-05-17 07:00:21 +00:00 | 30 commits to master since this release

    Downloads
  • v1.9.2 3429e890a0

    v1.9.2 Stable

    Dandielo released this 2025-02-06 13:11:33 +00:00 | 37 commits to master since this release

    Downloads
  • v1.7.0 1ba090b2bf

    Dandielo released this 2024-03-01 07:23:35 +00:00 | 49 commits to master since this release

    Overview

    Initial support for Android and WebApp projects

    • Using Android SDK manager
    • Using Emscripten for WebApps
    • Various fixes and improvements after moving to Conan2
    • Other things I already forgot while not making new releases ;p

    Full Changelog: https://github.com/iceshard-engine/ice-build-tools/compare/v1.4.0...v1.7.0

    Downloads
  • v1.4.0 39e6479d25

    v1.4.0 Stable

    Dandielo released this 2023-04-15 06:07:33 +00:00 | 90 commits to master since this release

    Updated for Conan v2

    Downloads
  • v1.2.4 ad26731ba1

    v1.2.4 Stable

    Dandielo released this 2023-02-14 08:42:58 +00:00 | 99 commits to master since this release

    Fixed issues:

    • Update command failing to update conanfile.txt
    • Settings command randomly re-arranging settings.json
    • Settings command removing platform specific keys
    • License command failing to handle empty files
    • License command removing file contents
    • License command appending instead of replacing license header text.

    Full Changelog: https://github.com/iceshard-engine/ice-build-tools/compare/v1.2.3...v1.2.4

    Downloads
  • v1.2.0 85c94e823e

    v1.2.0 Stable

    Dandielo released this 2023-02-03 06:15:53 +00:00 | 109 commits to master since this release

    Downloads
  • v1.0.0 f538d6a898

    Dandielo released this 2022-10-30 15:58:12 +00:00 | 122 commits to master since this release

    Notable mentions:

    • Added support to bootstrap projects with conan install <ref> command.
    • Fixed some issues with the default values and files
    • Improved some checks in internal scripts.

    Full Changelog: https://github.com/iceshard-engine/ice-build-tools/compare/v0.8.0...v1.0.0

    Downloads
  • v0.7.0 fc723e78fd

    Dandielo released this 2021-12-14 19:30:36 +00:00 | 149 commits to master since this release

    With this release we added support for GCC and Linux.
    Additionally, now when a 'Used' project is disabled (due to missing requirements) all project that directly 'Use' it will also be disabled.

    Summary:

    • Added support for the GCC toolchain.
    • Cleaned up remaining compiler and linker options.
    • 'Uses' are now also implicit required for a project to be 'Enabled'
    Downloads