Skip to content

Releases: xoofx/CppAst.NET

0.21.1

13 Nov 20:46
953d9f8
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix: Replace wchar with wchar_t for standardization and compatibility (PR #109) by @antonmasnyi

Full Changelog: 0.21.0...0.21.1

Published with dotnet-releaser

0.21.0

16 Oct 06:48
Compare
Choose a tag to compare

Changes

🧰 Misc

  • Upgrade clang to 18.1.0 (8c5212e)

Full Changelog: 0.20.2...0.21.0

Published with dotnet-releaser

0.20.2

20 Aug 06:00
Compare
Choose a tag to compare

Changes

✨ New Features

  • Add another warning instead of using Debug.WriteLine (a78f00f)

🐛 Bug Fixes

  • Fix access to cppClass.FullName in debug that could fail (#106) (c2cbfe5)

🚀 Enhancements

Full Changelog: 0.20.1...0.20.2

Published with dotnet-releaser

0.20.1

22 May 18:57
5e5fe0a
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix "Unhandled PrimitiveKind: Long" in CppPrimitiveType.ToString() (PR #101) by @Xkein

Full Changelog: 0.20.0...0.20.1

Published with dotnet-releaser

0.20.0

19 May 14:47
Compare
Choose a tag to compare

Changes

🧰 Misc

  • Remove equality operator on CppElement (151b9df)

Full Changelog: 0.19.0...0.20.0

Published with dotnet-releaser

0.19.0

19 May 13:55
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fixed anonymous types with field array (b00cdbf)

🧰 Misc

  • Output empty string for anonymous cursor spelling (1fbed1e)

Full Changelog: 0.18.0...0.19.0

Published with dotnet-releaser

0.18.0

12 May 19:22
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix long/unsigned long C++ primitive (0fd2f5e)

Full Changelog: 0.17.0...0.18.0

Published with dotnet-releaser

0.17.0

12 May 14:00
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Memory leak fix (PR #99) by @CuriousTama
  • Fix function pointers parsing passed as function argument type (c85a4c1)

🏭 Tests

  • Fix test on non Windows platform (28a294d)

🧰 Misc

Full Changelog: 0.16.0...0.17.0

Published with dotnet-releaser

0.16.0

09 Apr 19:19
3eb5963
Compare
Choose a tag to compare

Changes

✨ New Features

🚀 Enhancements

  • Add MetaAttributes to support the parsing of AnnotateAttribute for namespaces, classes, functions, fields, etc. (PR #98) by @daliziql

🧰 Maintenance

  • Update ci.yml with nuget config (5bd2f1e)

📚 Documentation

🧰 Misc

Full Changelog: 0.15.0...0.16.0

Published with dotnet-releaser

0.15.0

09 Jan 07:46
Compare
Choose a tag to compare

Changes

🚨 Breaking Changes

  • Breaking change update to net8.0. Update ClangSharp to 17.0.1. (49699eb)

🚀 Enhancements

🧰 Misc

Full Changelog: 0.14.0...0.15.0

Published with dotnet-releaser