Skip to content

v0.2.0

Compare
Choose a tag to compare
@jachris jachris released this 17 Aug 12:47
· 59 commits to master since this release

Added

  • Decorator to core.cache() function results
  • New generic rule misc.run()
  • Basic option enumeration by using cook --options
  • C++ toolchains are now public (cpp.GNU and cpp.MSVC)
  • C++ compile time definitions are now properly translated by type
  • Check if all options were consumed

Changed

  • Detect now all MSVC versions from 7.0 to 14.0 (2015)
  • Globbing with core.glob() will return only files for now
  • Exceptions and tracebacks are now correctly displayed

Fixed

  • core.glob() was not recursive under some circumstances
  • Output paths were not properly verified
  • cpp.object was using wrong paths if name was specified
  • Messages regarding failed tasks could interleave