• v0.1.5 ff78ba9b24

    Dandielo released this 2020-09-23 21:27:25 +00:00 | 213 commits to master since this release

    This version provides means to define fastbuild based workspaces.

    Currently the default workspace and associated application allow:

    • Building on projects using fastbuild
    • Managing dependencies using conan
    • Providing a custom Application type to extend the available commands

    Missing

    • Documentation
    • Customization points (some paths are hardcoded)
    • Lots of more...
    Downloads
  • v0.0.8 74b1f73eae

    Dandielo released this 2020-02-03 13:54:54 +00:00 | 249 commits to master since this release

    • Refactored Command definitions
    • Refactored Command results
    Downloads
  • v0.0.6 81bf5d9563

    Version 0.0.6 Stable

    Dandielo released this 2020-01-10 10:00:27 +00:00 | 257 commits to master since this release

    • First argument to ICE_SCRIPT file needs to be valid moonscript file.
    Downloads
  • v0.0.5 68996e718d

    Version 0.0.5 Pre-release

    Dandielo released this 2020-01-10 09:33:08 +00:00 | 260 commits to master since this release

    • Fixed update command not really updating anything, because target conan paths where different.
    • Now the package export the ICE_SCRIPT environment variable which should be used to run the tool.
    Downloads
  • v0.0.4 cce791b7db

    Version 0.0.4 Pre-release

    Dandielo released this 2019-11-15 16:44:59 +00:00 | 263 commits to master since this release

    Introduces new commands:

    • clean, Cleans the build directory from temporary files.
    • update, Updates all dependencies.

    Updated the older commands due to some internal changes in the API.

    Downloads
  • v0.0.3 21db699da9

    Version 0.0.3 Pre-release

    Dandielo released this 2019-10-28 10:58:24 +00:00 | 271 commits to master since this release

    Extended compiler detection for Visual Studio compilers.

    Downloads
  • v0.0.2 8d54995e11

    Version bump Pre-release

    Dandielo released this 2019-10-14 12:28:37 +00:00 | 274 commits to master since this release

    Command can now return success or failure state which will close the application with a default error code.

    Downloads