Skip to content

Releases: xdevs23/anymacro

AnyMacro Preprocessor 1.4.0

10 Aug 14:47
Compare
Choose a tag to compare

Changelog:

  • Add support for "function" defines like #define max(a, b) ((a) > (b) ? (a) : (b))

AnyMacro Preprocessor 1.3.1

09 Aug 09:33
Compare
Choose a tag to compare

Changelog:

  • Show version on -v and --version
  • Show full name "AnyMacro Preprocessor" when showing version instead of just "anymacro"
  • Fixup zips: Now there is no out/ directory in the zips below anymore

AnyMacro Preprocessor 1.3.0

08 Aug 21:35
Compare
Choose a tag to compare

Changelog:

  • Print include lines as-is to output file
  • Misc changes in code

AnyMacro Preprocessor 1.2.0

08 Aug 21:02
Compare
Choose a tag to compare

Changelog:

  • Add support for import
  • Fix undef

AnyMacro Preprocessor 1.1.0

30 Jul 19:09
Compare
Choose a tag to compare

Changelog:

  • Support line comments

AnyMacro Preprocessor 1.0.0

26 Jul 22:09
Compare
Choose a tag to compare