File tree 2 files changed +15
-27
lines changed
2 files changed +15
-27
lines changed Original file line number Diff line number Diff line change 1
- 1.4.0;dev
1
+ 1.4.0
Original file line number Diff line number Diff line change @@ -29,45 +29,31 @@ External Dependencies
29
29
---------------------
30
30
31
31
* CppInterOp now works with:
32
- * cling (based on patched clang16)
33
- * clang-repl
34
- * based on patched clang16
35
- * clang17
36
- * clang18
32
+ * llvm19
37
33
38
34
39
35
Introspection
40
36
-------------
41
37
42
- *
43
-
44
-
45
- Just-in-Time Compilation
46
- ------------------------
47
-
48
- *
38
+ * Add GetBinaryOperator interface
39
+ * Add GetIncludePaths interface
40
+ * Improve template instantiation logic
49
41
50
42
51
43
Incremental C++
52
44
---------------
53
45
54
- *
46
+ * Improve the wasm infrastructure
55
47
56
48
57
- Misc
58
- ----
59
-
60
- *
61
49
62
50
63
51
Fixed Bugs
64
52
----------
65
53
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
- --->
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 )
71
57
72
58
Special Kudos
73
59
=============
@@ -79,7 +65,9 @@ FirstName LastName (#commits)
79
65
80
66
A B (N)
81
67
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
- --->
68
+ mcbarton (16)
69
+ Vipul Cariappa (8)
70
+ Aaron Jomy (8)
71
+ maximusron (4)
72
+ Vassil Vassilev (2)
73
+ Gnimuc (2)
You can’t perform that action at this time.
0 commit comments