Skip to content

Releases: AbigailBuccaneer/json2cmake

v0.6.3

24 Jul 14:21
1652245
Compare
Choose a tag to compare

Now -x is supported (#29) and targets have better names than UUIDs (#30).

v0.6.2

24 Jul 13:19
850cb81
Compare
Choose a tag to compare

This adds support for the command line options -iquote (#25), -arch and -include (#28).

v0.6.1

12 Mar 21:07
18707e3
Compare
Choose a tag to compare

This is a bugfix release; it fixes #21.

v0.6.0

05 Mar 20:58
70cc383
Compare
Choose a tag to compare
Merge pull request #20 from AbigailBuccaneer/bump-v0.6.0

Release v0.6.0

Release version v0.2.1

16 Dec 11:42
Compare
Choose a tag to compare

This release, as always, is available from PyPI.

Complete parsing of compile_commands.json files

16 Dec 11:35
Compare
Choose a tag to compare

Thanks to @jfmherokiller for two patches:

  • One to handle a compile_commands with an 'arguments' array instead of a
    'command' string
  • One to fix handling of relative file paths (both in the 'file' entry and in
    any includes)