Releases: milasudril/maike
Releases · milasudril/maike
Add full support for pkgconfig requests in include files
0.22.3 Add include directories from pkgconfig to global cxxoptions
Set generated flag for targettrivial
Bug-fix to 0.22.1
Add support for TargetTrivial
Example configuration:
{
"config":{
"command":{
"args":["{source}", "{target}", "{in_dir}"],
"name":"shaders/make_shader_include.py"
},
"filename_ext":".hpp",
"dependencies":[{"ref":"shaders/shader_include_template.xpp","rel":"misc"}]
},
"filename_exts":[".glsl"],
"name":"targettrivial_default",
"plugin":"targettrivial"
}
#76 and #77 fixed
0.22.0 Fix #76 and #77
Fixes #75 and use dynamic compiler upgrade if needed
Now, maike will use default C++ version of the target, not the host. Also, the bootstrap has been fixed so it dynamically turns on C++11 features when needed. Before this change, it was not possible to use a bootstrap script generated with gcc 6 when targeting gcc 5, due to the requirement of C++11 features.
0.20.4
Add support for C++17
Autorun feature in TargetCxx
0.20.3 This release fixes #67
0.20.2
Fix for #66
0.20.1
Fix for #65
0.20.0: New release that compiles on GCC 7
Bumb to release 0.20.0 in case the change brake some ABI