Skip to content

Releases: iceshard-engine/ice-build-tools

v1.11.1

29 Nov 03:31
30862ae

Choose a tag to compare

What's Changed

Full Changelog: v1.10.4...v1.11.1

v1.10.3

17 May 11:01
ee7da7b

Choose a tag to compare

Full Changelog: v1.10.2...v1.10.3

v1.10.2

17 May 07:01
10db7ff

Choose a tag to compare

Full Changelog: v1.9.3...v1.10.2

v1.9.2

13 May 05:33
3429e89

Choose a tag to compare

Full Changelog: v1.7.0...v1.9.2

v1.7.0 - Android and WebAssembly

01 Mar 13:11
1ba090b

Choose a tag to compare

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: v1.4.0...v1.7.0

v1.4.0

08 May 08:24
39e6479

Choose a tag to compare

Updated for Conan v2

v1.2.4

14 Feb 10:51
ad26731

Choose a tag to compare

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: v1.2.3...v1.2.4

v1.2.0

03 Feb 08:49
85c94e8

Choose a tag to compare

Full Changelog: v1.0.2...v1.2.0

First release version of IBT.

30 Oct 16:03
f538d6a

Choose a tag to compare

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: v0.8.0...v1.0.0

v0.7.0 - Linux (GCC)

14 Dec 21:08
fc723e7

Choose a tag to compare

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'