Skip to content

Releases: milasudril/maike

Add full support for pkgconfig requests in include files

19 Jan 06:19
Compare
Choose a tag to compare
0.22.3

Add include directories from pkgconfig to global cxxoptions

Set generated flag for targettrivial

09 Nov 15:18
Compare
Choose a tag to compare

Add support for TargetTrivial

09 Nov 11:27
Compare
Choose a tag to compare

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

31 Jan 19:22
Compare
Choose a tag to compare
0.22.0

Fix #76 and #77

Fixes #75 and use dynamic compiler upgrade if needed

11 Jul 19:29
Compare
Choose a tag to compare

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

11 Jun 17:53
Compare
Choose a tag to compare
Add support for C++17

Autorun feature in TargetCxx

10 Mar 19:22
Compare
Choose a tag to compare
0.20.3

This release fixes #67

0.20.2

01 Jan 12:46
Compare
Choose a tag to compare
Fix for #66

0.20.1

10 Dec 17:08
Compare
Choose a tag to compare
Fix for #65

0.20.0: New release that compiles on GCC 7

12 Nov 17:33
Compare
Choose a tag to compare
Bumb to release 0.20.0 in case the change brake some ABI