Releases: magley/coal
Releases · magley/coal
Coal v0.6
Coal v0.5
What's Changed
- CMake version and CXX version are configurable by @magley in #9
- Allow specifying build type (debug, release, ...) by @magley in #10
- Allow specifying C++ compiler flags for each build type by @magley in #11
- Add support for global compiler and linker flags by @magley in #12
- Build timing and minor fixes by @magley in #13
Full Changelog: v0.4...v0.5
Coal v0.4
What's Changed
- Exit early on cmake/program error, prevent crashes, prevent overriding projects by @magley in #6
- Show hint on what to do next after cloning template by @magley in #7
- Prevent cloning template if path is invalid by @magley in #7
- Colored output is optional by @magley in #7
- Implement
cleancommand by @magley in #8
Full Changelog: v0.3...v0.4