@@ -29,27 +29,30 @@ infrastructure are described first.
2929
3030## Introspection
3131
32- -
32+ - Added ` IsPointerType ` and ` GetPointerType ` functions.
33+ - Added ` IsReferenceType ` and ` GetNonReferenceType ` functions.
34+ - Introduced ` IsFunctionPointerType ` function.
35+ - Implemented ` GetEnumConstantDatamembers ` function to resolve all
36+ EnumConstantDecls declared in a class.
37+ - Added IsClassPolymorphic function.
38+
3339
3440## Just-in-Time Compilation
3541
36- -
42+ - Introduced Demangle function for handling name demangling.
43+
3744
3845## Incremental C++
3946
40- -
47+ - Code generation fixes for ` MakeFunctionCallable ` for template operators and
48+ incorrect handling when the return type is a function pointer.
4149
4250## Misc
4351
44- -
45-
46- ## Fixed Bugs
47-
48- [ XXX] ( https://github.com/compiler-research/CppInterOp/issues/XXX )
49-
50- <!-- -Get release bugs
51- git log v1.5.0..main | grep 'Fixes|Closes'
52- --->
52+ - Fixed a bug preventing users from disabling testing in CMake.
53+ - Prefixed interpreter CMake option for better clarity.
54+ - Multiple improvements in the continuous integration infrastructure including
55+ compilation times, cache sizes, added new jobs for arm.
5356
5457## Special Kudos
5558
@@ -60,7 +63,10 @@ FirstName LastName (#commits)
6063
6164A B (N)
6265
63- <!-- -Find contributor list for this release
64- git log --pretty=format:"%an" v1.5.0...main | sort | uniq -c | sort -rn |\
65- sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
66- --->
66+ mcbarton (57)
67+ Vipul Cariappa (11)
68+ Aaron Jomy (7)
69+ Aaron Jomy (3)
70+ maximusron (1)
71+ Vassil Vassilev (1)
72+ Gnimuc (1)
0 commit comments