Skip to content

Releases: danmar/simplecpp

1.1.5

09 Sep 16:38
2c66d08
Compare
Choose a tag to compare

What's Changed

  • introduced enum for C/C++ standards and added functions to get them from strings by @firewave in #366
  • fixed #365 - do not treat standards with empty define string as unknown by @firewave in #367

Full Changelog: 1.1.4...1.1.5

1.1.4

02 Sep 16:34
76368ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.3...1.1.4

1.1.0

15 Jan 14:34
e096d6b
Compare
Choose a tag to compare

License:

  • Changed the license to BSD Zero Clause License

Other:

  • optimized lastLine() usage in readfile()
  • Added support for __VA_OPT__ expansion