@@ -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.3 .0. CppInterOp is built on top of
5
+ library CppInterOp, release 1.4 .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.3 .0?
21
+ What's New in CppInterOp 1.4 .0?
22
22
=============================
23
23
24
24
Some of the major new features and improvements to CppInterOp are listed here.
@@ -39,31 +39,35 @@ External Dependencies
39
39
Introspection
40
40
-------------
41
41
42
- *
43
- * ` GetFunctionArgDefault ` and ` GetFunctionArgName ` now consider template
44
- functions
45
- * Consolidate the template instantiation logic.
42
+ *
43
+
44
+
45
+ Just-in-Time Compilation
46
+ ------------------------
47
+
48
+ *
46
49
47
50
48
51
Incremental C++
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
57
Misc
58
58
----
59
59
60
- * Improved installation of the CppInterOp folder.
60
+ *
61
61
62
62
63
63
Fixed Bugs
64
64
----------
65
65
66
- [ 257] ( https://github.com/compiler-research/CppInterOp/issues/257 )
66
+ [ XXX] ( https://github.com/compiler-research/CppInterOp/issues/XXX )
67
+
68
+ <!-- -Get release bugs
69
+ git log v1.3.0..main | grep 'Fixes|Closes'
70
+ --->
67
71
68
72
Special Kudos
69
73
=============
@@ -75,7 +79,7 @@ FirstName LastName (#commits)
75
79
76
80
A B (N)
77
81
78
- Aaron Jomy (19)
79
- mcbarton (17)
80
- Vassil Vassilev (10)
81
- Alexander Penev (4)
82
+ <!-- -Find contributor list for this release
83
+ git log --pretty=format:"%an" v1.3.0...main | sort | uniq -c | sort -rn |\
84
+ sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
85
+ - -->
0 commit comments