Skip to content

Releases: encounter/cwdemangle

v1.0.0

13 Mar 23:34

Choose a tag to compare

  • Separate crates cwdemangle and cwdemangle-bin.
  • cwdemangle (library) now has no dependencies and is no_std.
  • Add --mw-extensions to support Metrowerks extension types (__int128, __vec2x32float__, etc.). Disabled by default since they conflict with template argument literals and can't always be demangled correctly.
  • Fix issues with symbols in C++ classes/namespaces that contain double underscores.

Full Changelog: v0.1.7...v1.0.0

v0.1.7

11 Dec 18:33

Choose a tag to compare

Support negative template literals

Fixes #1

v0.1.6

23 Aug 14:00

Choose a tag to compare

Handle trailing underscores in function name

v0.1.5

02 Feb 21:06

Choose a tag to compare

Version 0.1.5

v0.1.4

27 Nov 21:34

Choose a tag to compare

Version 0.1.4

v0.1.3

05 Nov 17:11

Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

v0.1.2

09 Sep 03:21

Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

v0.1.1

08 Sep 21:20

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

03 Sep 13:10

Choose a tag to compare

Initial release