Skip to content

Releases: milasudril/maike

0.15.0

26 Jun 09:41
Compare
Choose a tag to compare
Support for dependencies_extra in TargetPython and TargetOctave

0.14.0

25 Jun 11:13
Compare
Choose a tag to compare
Close #49

0.13.0

21 Jun 11:30
Compare
Choose a tag to compare
Finally better description of relations

0.12.1

10 Jun 10:00
Compare
Choose a tag to compare
Fixed bug in targetexternals

Better support for target include files

01 Jun 10:41
Compare
Choose a tag to compare

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

24 May 07:40
Compare
Choose a tag to compare
New support for importing external dependencies into projects

0.11.1

17 May 09:22
Compare
Choose a tag to compare
Cached pkgconfig requests

0.11.0

15 May 18:24
Compare
Choose a tag to compare
Improved external target identification. Also, a new Octave/MATLAB dr…

0.10.8

15 May 09:54
Compare
Choose a tag to compare
TargetCxx: Do not inherit cflags from object files

Minor bugfix

31 Mar 09:14
Compare
Choose a tag to compare
0.10.7

Updated versioninfo.txt