@@ -21,52 +21,49 @@ cross talk.
2121What's New in CppInterOp 1.3.0?
2222=============================
2323
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.
2727
2828External Dependencies
2929---------------------
3030
3131* CppInterOp now works with:
32- * cling (based on patched clang13 )
32+ * cling (based on patched clang16 )
3333 * clang-repl
3434 * based on patched clang16
3535 * clang17
36+ * clang18
3637
3738
3839Introspection
3940-------------
4041
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.
4846
4947
5048Incremental C++
5149---------------
5250
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
5455
5556
5657Misc
5758----
5859
59- *
60+ * Improved installation of the CppInterOp folder.
6061
6162
6263Fixed Bugs
6364----------
6465
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 )
7067
7168Special Kudos
7269=============
@@ -78,7 +75,7 @@ FirstName LastName (#commits)
7875
7976A B (N)
8077
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