Skip to content

Commit 2534f50

Browse files
committed
Prepare for release v1.1
1 parent bad5d50 commit 2534f50

File tree

2 files changed

+18
-28
lines changed

2 files changed

+18
-28
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0;dev
1+
1.1.0

docs/ReleaseNotes.md

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -28,42 +28,31 @@ described first.
2828
External Dependencies
2929
---------------------
3030

31+
* Add llvm17 support.
3132
* 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).
4534

4635

4736
Incremental C++
4837
---------------
4938

50-
*
39+
* Support clang plugins.
5140

5241

53-
Misc
54-
----
42+
Incremental CUDA
43+
----------------
5544

56-
*
45+
* Support incremental compilation of CUDA. Creating a CUDA-aware infrastructure
46+
can be done with `Cpp::CreateInterpreter({}, {"--cuda"});`
5747

5848

59-
Fixed Bugs
60-
----------
49+
Misc
50+
----
6151

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.
6355

64-
<!---Get release bugs
65-
git log v1.0..main | grep 'Fixes|Closes'
66-
--->
6756

6857
Special Kudos
6958
=============
@@ -75,7 +64,8 @@ FirstName LastName (#commits)
7564

7665
A B (N)
7766

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)

0 commit comments

Comments
 (0)