Releases: milasudril/maike
Releases · milasudril/maike
0.15.0
Support for dependencies_extra in TargetPython and TargetOctave
0.14.0
Close #49
0.13.0
Finally better description of relations
0.12.1
Fixed bug in targetexternals
Better support for target include files
This release solves #44. To solve this problem, a new syntax has been introduced. Instead of using
#include MAIKE_TARGET(foo.hpp)
The include file is specified in the JSON file header:
{
"targets":
[{
"name":"message.hpp","type":"include"
,"include_targets":["controlcodes.hpp","statuscodes.hpp"]
}]
}
The old system is now deprecated, but will be supported for some time. The new system introduces extra options to cxxconfig. The easiest way reconfigure projects is to
mv maikeconfig.json temp.json
maike --configdump=maikeconfig.json --no-sysvars
And add any options back from temp.json
.
0.11.2
New support for importing external dependencies into projects
0.11.1
Cached pkgconfig requests
0.11.0
Improved external target identification. Also, a new Octave/MATLAB dr…
0.10.8
TargetCxx: Do not inherit cflags from object files
Minor bugfix
0.10.7 Updated versioninfo.txt