Skip to content

Commit

Permalink
Prepare for release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Feb 28, 2025
1 parent 294da5b commit b7c1d55
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 17 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0;dev
1.6.0
38 changes: 22 additions & 16 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,30 @@ infrastructure are described first.

## Introspection

-
- Added `IsPointerType` and `GetPointerType` functions.
- Added `IsReferenceType` and `GetNonReferenceType` functions.
- Introduced `IsFunctionPointerType` function.
- Implemented `GetEnumConstantDatamembers` function to resolve all
EnumConstantDecls declared in a class.
- Added IsClassPolymorphic function.


## Just-in-Time Compilation

-
- Introduced Demangle function for handling name demangling.


## Incremental C++

-
- Code generation fixes for `MakeFunctionCallable` for template operators and
incorrect handling when the return type is a function pointer.

## Misc

-

## Fixed Bugs

[XXX](https://github.com/compiler-research/CppInterOp/issues/XXX)

<!---Get release bugs
git log v1.5.0..main | grep 'Fixes|Closes'
--->
- Fixed a bug preventing users from disabling testing in CMake.
- Prefixed interpreter CMake option for better clarity.
- Multiple improvements in the continuous integration infrastructure including
compilation times, cache sizes, added new jobs for arm.

## Special Kudos

Expand All @@ -60,7 +63,10 @@ FirstName LastName (#commits)

A B (N)

<!---Find contributor list for this release
git log --pretty=format:"%an" v1.5.0...main | sort | uniq -c | sort -rn |\
sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
--->
mcbarton (57)
Vipul Cariappa (11)
Aaron Jomy (7)
Aaron Jomy (3)
maximusron (1)
Vassil Vassilev (1)
Gnimuc (1)

0 comments on commit b7c1d55

Please sign in to comment.