Skip to content

Bake 2.3.7

Compare
Choose a tag to compare
@SanderMertens SanderMertens released this 24 May 21:26
· 251 commits to master since this release

This version includes the following new features:

  • No new features

This version contains the following improvements:

  • Add 'const' to arguments of test_ptr function in test framework
  • Simplify registration of callbacks with logging API
  • Change message type of log handler function pointer type to const char*
  • Change license of bake_util to MIT
  • Add support for pascalcase and camelcase in template arguments
  • Bake update now pulls discovered projects
  • Add #define for MinGW in bake_config.h
  • It is now possible to run the bake setup without installing files globally with bake setup --local
  • Change executable from bake2 to bake on Linux and MacOS
  • Move bake upgrade functionality to script in local bake environment

This version contains the following bugfixes:

  • Fix issue where bake setup would not invoke correct bake executable everywhere