@@ -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.2 .0. CppInterOp is built on top of
5
+ library CppInterOp, release 1.3 .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.2 .0?
21
+ What's New in CppInterOp 1.3 .0?
22
22
=============================
23
23
24
24
Some of the major new features and improvements to Clad are listed here. Generic
@@ -35,16 +35,39 @@ External Dependencies
35
35
* clang17
36
36
37
37
38
+ Introspection
39
+ -------------
40
+
41
+ *
42
+
43
+
44
+ Just-in-Time Compilation
45
+ ------------------------
46
+
47
+ *
48
+
49
+
50
+ Incremental C++
51
+ ---------------
52
+
53
+ *
54
+
55
+
38
56
Misc
39
57
----
40
58
41
- * Add support for Windows
42
- * Add support for Wasm
59
+ *
43
60
44
61
45
62
Fixed Bugs
46
63
----------
47
64
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
+ --->
70
+
48
71
Special Kudos
49
72
=============
50
73
@@ -55,11 +78,7 @@ FirstName LastName (#commits)
55
78
56
79
A B (N)
57
80
58
- fsfod (30)
59
- mcbarton (10)
60
- Vassil Vassilev (6)
61
- Shreyas Atre (4)
62
- Alexander Penev (2)
63
- Saqib (1)
64
- Aaron Jomy (1)
65
-
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
+ --->
0 commit comments