* make, cmake, and autoconf are now supported build tools
* ctest is now a supported test format
* Dockerfile content has been slimmed down and enhanced to just what is needed to run Apache Yetus
Developer-facing:
* BUILDTOOLCWD has changed in an incompatible way: instead of true/false it nows takes several different types of values. See documentation for more information
* `modules_workers` now supports @@@BASEDIR@@@@ and @@@MODULEDIR@@@ as replaceable parameters on the command line
* New `buildtool_changed_modules` function support to allow build tools to change the module list
<!-- markdown -->
User-facing:
* make, cmake, and autoconf are now supported build tools
* ctest is now a supported test format
* Dockerfile content has been slimmed down and enhanced to just what is needed to run Apache Yetus
Developer-facing:
* BUILDTOOLCWD has changed in an incompatible way: instead of true/false it nows takes several different types of values. See documentation for more information
* `modules_workers` now supports @@@BASEDIR@@@@ and @@@MODULEDIR@@@ as replaceable parameters on the command line
* New `buildtool_changed_modules` function support to allow build tools to change the module list
Important
Description
Given make is still likely the #1 build tool used in the world, we should add support.