Release Name: 1.2
Notes:
This release contains some small bug-fixes and some small, but very useful, improvements.
Changes:
Added command-line arguments --mxx-brief-show, --mxx-brief-hide and method Mxx_ru. enable_show_brief for controlling brief escription of executed commands.
Argument prj_alias for composite_target, exe_target, lib_target and dll_target now optional. If it omitted than Mxx_ru try detect prj_alias form Kernel#caller result (assume what call to *_target method was made directly in project file).
Added methods Abstract_target#required_prjs, Cpp::Target#c_sources, Cpp::Target#cpp_sources those accept Enumerable (plural form for corresponding singular analogs). New methods can accept result of Dir.glob().
Some fixes for MinGW C++, Borland C++ compilers.
|