@@ -2,7 +2,7 @@ Introduction
2
2
============
3
3
4
4
This 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
6
6
[ Clang] ( http://clang.llvm.org ) and [ LLVM] ( http://llvm.org> ) compiler
7
7
infrastructure. Here we describe the status of CppInterOp in some detail,
8
8
including 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
18
18
cross talk.
19
19
20
20
21
- What's New in CppInterOp 1.4 .0?
21
+ What's New in CppInterOp 1.5 .0?
22
22
=============================
23
23
24
24
Some of the major new features and improvements to CppInterOp are listed here.
@@ -29,31 +29,41 @@ External Dependencies
29
29
---------------------
30
30
31
31
* CppInterOp now works with:
32
- * llvm19
32
+ * llvm18
33
33
34
34
35
35
Introspection
36
36
-------------
37
37
38
- * Add GetBinaryOperator interface
39
- * Add GetIncludePaths interface
40
- * Improve template instantiation logic
38
+ *
39
+
40
+
41
+ Just-in-Time Compilation
42
+ ------------------------
43
+
44
+ *
41
45
42
46
43
47
Incremental C++
44
48
---------------
45
49
46
- * Improve the wasm infrastructure
50
+ *
47
51
48
52
53
+ Misc
54
+ ----
55
+
56
+ *
49
57
50
58
51
59
Fixed Bugs
52
60
----------
53
61
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
+ --->
57
67
58
68
Special Kudos
59
69
=============
@@ -65,9 +75,7 @@ FirstName LastName (#commits)
65
75
66
76
A B (N)
67
77
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