Skip to content

Bake 2.0.1

Compare
Choose a tag to compare
@SanderMertens SanderMertens released this 31 Dec 00:10
· 756 commits to master since this release
c08fd00

Bake 2.0.1 includes:

  • a C++ driver & example
  • configure compiler through CC and CXX environment variables
  • updated documentation
  • Allow drivers to import definitions from other drivers

The version also includes a number of bugfixes and improvements:

  • Fix bug in ut_proc_cmd function in bake.util library, where it incorrectly parsed command strings with quotes
  • Do not copy binary to $BAKE_TARGET when nothing was built, unless it was not found in $BAKE_TARGET
  • Only load drivers once
  • Don't attempt to install binary for projects that specify "none" for language
  • Use $(uname) name in directories with bake makefiles