@@ -21,52 +21,49 @@ cross talk.
21
21
What's New in CppInterOp 1.3.0?
22
22
=============================
23
23
24
- Some of the major new features and improvements to Clad are listed here. Generic
25
- improvements to Clad as a whole or to its underlying infrastructure are
26
- described first.
24
+ Some of the major new features and improvements to CppInterOp are listed here.
25
+ Generic improvements to CladCppInterOp as a whole or to its underlying
26
+ infrastructure are described first.
27
27
28
28
External Dependencies
29
29
---------------------
30
30
31
31
* CppInterOp now works with:
32
- * cling (based on patched clang13 )
32
+ * cling (based on patched clang16 )
33
33
* clang-repl
34
34
* based on patched clang16
35
35
* clang17
36
+ * clang18
36
37
37
38
38
39
Introspection
39
40
-------------
40
41
41
- *
42
-
43
-
44
- Just-in-Time Compilation
45
- ------------------------
46
-
47
- *
42
+ *
43
+ * ` GetFunctionArgDefault ` and ` GetFunctionArgName ` now consider template
44
+ functions
45
+ * Consolidate the template instantiation logic.
48
46
49
47
50
48
Incremental C++
51
49
---------------
52
50
53
- *
51
+ * Add Code Completion API
52
+ * Improved Windows support
53
+ * Add API for detection of resource and include directories from the system
54
+ compiler
54
55
55
56
56
57
Misc
57
58
----
58
59
59
- *
60
+ * Improved installation of the CppInterOp folder.
60
61
61
62
62
63
Fixed Bugs
63
64
----------
64
65
65
- [ XXX] ( https://github.com/compiler-research/CppInterOp/issues/XXX )
66
-
67
- <!-- -Get release bugs
68
- git log v1.2.0..main | grep 'Fixes|Closes'
69
- --->
66
+ [ 257] ( https://github.com/compiler-research/CppInterOp/issues/257 )
70
67
71
68
Special Kudos
72
69
=============
@@ -78,7 +75,7 @@ FirstName LastName (#commits)
78
75
79
76
A B (N)
80
77
81
- <!-- -Find contributor list for this release
82
- git log --pretty=format:"%an" v1.2.0...master | sort | uniq -c | sort -rn |\
83
- sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
84
- - -->
78
+ Aaron Jomy (19)
79
+ mcbarton (17)
80
+ Vassil Vassilev (10)
81
+ Alexander Penev (4)
0 commit comments