@@ -29,27 +29,30 @@ infrastructure are described first.
29
29
30
30
## Introspection
31
31
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
+
33
39
34
40
## Just-in-Time Compilation
35
41
36
- -
42
+ - Introduced Demangle function for handling name demangling.
43
+
37
44
38
45
## Incremental C++
39
46
40
- -
47
+ - Code generation fixes for ` MakeFunctionCallable ` for template operators and
48
+ incorrect handling when the return type is a function pointer.
41
49
42
50
## Misc
43
51
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.
53
56
54
57
## Special Kudos
55
58
@@ -60,7 +63,10 @@ FirstName LastName (#commits)
60
63
61
64
A B (N)
62
65
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