@@ -29,27 +29,30 @@ infrastructure are described first.
29
29
30
30
## Introspection
31
31
32
- -
33
-
34
- ## Just-in-Time Compilation
35
-
36
- -
32
+ - Added ` BestOverloadFunctionMatch ` and ` IsFunction ` ; removed
33
+ ` BestTemplateFunctionMatch ` .
34
+ - Enhanced overload resolution and template instantiation capabilities.
35
+ - Improvements to function signature support for ` FunctionTemplateDecl ` s.
36
+ - Extended support for ` GetClassTemplatedMethods ` , ` LookupConstructor ` , and
37
+ better handling in ` IsConstructor ` .
37
38
38
39
## Incremental C++
39
40
40
- -
41
+ - Improved error propagation in interpreter creation.
42
+ - Added undo/unload features with REPL support for the Cling backend.
43
+ - Enhancements in interpreter argument handling.
41
44
42
45
## Misc
43
46
44
- -
45
-
46
- ## Fixed Bugs
47
+ - Fixed symbol visibility in the C API.
48
+ - Fixed symbol visibility issues in the C API.
49
+ - Improved CI and Emscripten build system including browser testing support.
50
+ - Updated build compatibility with Cling v1.2 and LLVM 20.
51
+ - Improved support and tests for Emscripten builds.
52
+ - Enabled shared object loading tests in Emscripten.
53
+ - Added automated coverage jobs and various test enhancements.
54
+ - Refined wrapper generation and fixed indentation consistency.
47
55
48
- [ XXX] ( https://github.com/compiler-research/CppInterOp/issues/XXX )
49
-
50
- <!-- -Get release bugs
51
- git log v1.6.0..main | grep 'Fixes|Closes'
52
- --->
53
56
54
57
## Special Kudos
55
58
@@ -59,8 +62,12 @@ listed in the form of Firstname Lastname (#contributions):
59
62
FirstName LastName (#commits)
60
63
61
64
A B (N)
62
-
63
- <!-- -Find contributor list for this release
64
- git log --pretty=format:"%an" v1.6.0...main | sort | uniq -c | sort -rn |\
65
- sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
66
- --->
65
+ mcbarton (30)
66
+ Aaron Jomy (15)
67
+ Anutosh Bhat (6)
68
+ Gnimuc (5)
69
+ Vipul Cariappa (3)
70
+ Vassil Vassilev (2)
71
+ Abhinav Kumar (2)
72
+ Yupei Qi (1)
73
+ jeaye (1)
0 commit comments