@@ -2,7 +2,7 @@ Introduction
22============
33
44This document contains the release notes for the language interoperability
5- library CppInterOp, release 1.4 .0. CppInterOp is built on top of
5+ library CppInterOp, release 1.5 .0. CppInterOp is built on top of
66[ Clang] ( http://clang.llvm.org ) and [ LLVM] ( http://llvm.org> ) compiler
77infrastructure. Here we describe the status of CppInterOp in some detail,
88including major improvements from the previous release and new feature work.
@@ -18,7 +18,7 @@ the necessary introspection information to the other side helping the language
1818cross talk.
1919
2020
21- What's New in CppInterOp 1.4 .0?
21+ What's New in CppInterOp 1.5 .0?
2222=============================
2323
2424Some of the major new features and improvements to CppInterOp are listed here.
@@ -29,31 +29,41 @@ External Dependencies
2929---------------------
3030
3131* CppInterOp now works with:
32- * llvm19
32+ * llvm18
3333
3434
3535Introspection
3636-------------
3737
38- * Add GetBinaryOperator interface
39- * Add GetIncludePaths interface
40- * Improve template instantiation logic
38+ *
39+
40+
41+ Just-in-Time Compilation
42+ ------------------------
43+
44+ *
4145
4246
4347Incremental C++
4448---------------
4549
46- * Improve the wasm infrastructure
50+ *
4751
4852
53+ Misc
54+ ----
55+
56+ *
4957
5058
5159Fixed Bugs
5260----------
5361
54- [ 69] ( https://github.com/compiler-research/CppInterOp/issues/69 )
55- [ 284] ( https://github.com/compiler-research/CppInterOp/issues/284 )
56- [ 294] ( https://github.com/compiler-research/CppInterOp/issues/294 )
62+ [ XXX] ( https://github.com/compiler-research/CppInterOp/issues/XXX )
63+
64+ <!-- -Get release bugs
65+ git log v1.4.0..main | grep 'Fixes|Closes'
66+ --->
5767
5868Special Kudos
5969=============
@@ -65,9 +75,7 @@ FirstName LastName (#commits)
6575
6676A B (N)
6777
68- mcbarton (16)
69- Vipul Cariappa (8)
70- Aaron Jomy (8)
71- maximusron (4)
72- Vassil Vassilev (2)
73- Gnimuc (2)
78+ <!-- -Find contributor list for this release
79+ git log --pretty=format:"%an" v1.4.0...main | sort | uniq -c | sort -rn |\
80+ sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
81+ --->
0 commit comments