v14.0.0-rc1
Pre-release
Pre-release
tannergooding
released this
14 Aug 16:30
·
288 commits
to main
since this release
What's Changed
- Update specified version of ClangSharpPInvokeGenerator by @will-jj in #335
- Allow private access specifiers on functions by @saucecontrol in #341
- Fix clangsharp_Type_getTemplateArgument for record decl by @xoofx in #337
- Add note about libclang/libClangSharp runtime and restore discussions by @ihnorton in #320
- Updating ClangSharp to support UTF-8 literals in preview mode by @tannergooding in #342
- Updating to use the latest System.CommandLine by @Keboo in #343
- explicit AllowMultipleArgumentsPerToken on string[] options by @miloush in #348
- Improve UTF-8 string literal, Guid, and attribute handling by @tannergooding in #352
- Ensure that bool as a struct field is correctly handled by @tannergooding in #353
- Fix paths for dotnet 6 by @kant2002 in #356
- Add support for varargs. by @Berrysoft in #344
- Ensure that --with-access-specifier works with
*=internal
by @tannergooding in #359 - Do not remove parethensis by @kant2002 in #358
- Update versions and help output in
README.md
by @SeeminglyScience in #361 - Fix
lpVtbl
field declaration when bothexplicit-vtbls
andgenerate-marker interfaces
are specified by @SeeminglyScience in #363 - Version check skip option and patch verison leniency by @Beyley in #368
- Updating VersionSuffix to rc1 by @tannergooding in #370
- Adding tests and validate handling for various global string literal variables by @tannergooding in #371
- Ensure that C incomplete arrays are correctly handled by the generator by @tannergooding in #372
- Ensure that multiple-inheritance scenarios generate unique field names by @tannergooding in #373
- Fixing C Incomplete Array to be treated as a Constant Array of length 1 by @tannergooding in #374
- Adding support for signing by @tannergooding in #375
New Contributors
- @will-jj made their first contribution in #335
- @saucecontrol made their first contribution in #341
- @xoofx made their first contribution in #337
- @ihnorton made their first contribution in #320
- @Keboo made their first contribution in #343
- @miloush made their first contribution in #348
- @Berrysoft made their first contribution in #344
- @SeeminglyScience made their first contribution in #361
- @Beyley made their first contribution in #368
Full Changelog: v14.0.0-beta1...v14.0.0-rc1