Skip to content

Releases: cppcheck-opensource/simplecpp

1.1.5

Choose a tag to compare

@danmar danmar released this 09 Sep 16:38
2c66d08

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

Choose a tag to compare

@danmar danmar released this 02 Sep 16:34
76368ec

What's Changed

Full Changelog: 1.1.3...1.1.4

1.1.2

Choose a tag to compare

@danmar danmar released this 04 Aug 11:09
1b29369

Bug fix release:

#334 Do not assert when source file is missing, report error

1.1.0

Choose a tag to compare

@danmar danmar released this 15 Jan 14:34
e096d6b

License:

  • Changed the license to BSD Zero Clause License

Other:

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