File tree Expand file tree Collapse file tree 2 files changed +18
-28
lines changed Expand file tree Collapse file tree 2 files changed +18
-28
lines changed Original file line number Diff line number Diff line change 1
- 1.1.0;dev
1
+ 1.1.0
Original file line number Diff line number Diff line change @@ -28,42 +28,31 @@ described first.
28
28
External Dependencies
29
29
---------------------
30
30
31
+ * Add llvm17 support.
31
32
* CppInterOp now works with cling (based on patched clang13) and clang-repl
32
- (based on patched clang16)
33
-
34
-
35
- Introspection
36
- -------------
37
-
38
- *
39
-
40
-
41
- Just-in-Time Compilation
42
- ------------------------
43
-
44
- *
33
+ (based on clang16 with patches and clang17).
45
34
46
35
47
36
Incremental C++
48
37
---------------
49
38
50
- *
39
+ * Support clang plugins.
51
40
52
41
53
- Misc
54
- ----
42
+ Incremental CUDA
43
+ ----------------
55
44
56
- *
45
+ * Support incremental compilation of CUDA. Creating a CUDA-aware infrastructure
46
+ can be done with ` Cpp::CreateInterpreter({}, {"--cuda"}); `
57
47
58
48
59
- Fixed Bugs
60
- ----------
49
+ Misc
50
+ ----
61
51
62
- [ XXX] ( https://github.com/compiler-research/CppInterOp/issues/XXX )
52
+ * Improve discovery of clang/llvm based on ` Clang_DIR ` or ` LLVM_DIR ` .
53
+ * Implement facilities connect with ` find_package(CppInterOp) ` .
54
+ * Add basic OSX support.
63
55
64
- <!-- -Get release bugs
65
- git log v1.0..main | grep 'Fixes|Closes'
66
- --->
67
56
68
57
Special Kudos
69
58
=============
@@ -75,7 +64,8 @@ FirstName LastName (#commits)
75
64
76
65
A B (N)
77
66
78
- <!-- -Find contributor list for this release
79
- git log --pretty=format:"%an" v1.0...master | sort | uniq -c | sort -rn |\
80
- sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
81
- --->
67
+ Vassil Vassilev (25)
68
+ Smit1603 (6)
69
+ Alexander Penev (5)
70
+ Smit Shah (2)
71
+ Krishna-13-cyber (1)
You can’t perform that action at this time.
0 commit comments