-
Notifications
You must be signed in to change notification settings - Fork 61
Website Tweaks discussed in weekly docs meeting #165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
davidlange6
merged 3 commits into
compiler-research:master
from
QuillPusher:frontPageTweaks
Apr 20, 2024
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,89 +1,136 @@ | ||
- date: 2024-03-01 | ||
codebase: "CppInterOp" | ||
version: "v1.2.0" | ||
description: | | ||
This release includes some improvements and bug fixes. | ||
link: "https://github.com/compiler-research/CppInterOp/releases/tag/v1.2.0" | ||
|
||
- date: 2024-02-29 | ||
codebase: "Clad" | ||
version: "v1.4" | ||
description: | | ||
**Forward Mode & Reverse Mode**: Improve handling of char and string | ||
literals. <br />**Reverse Mode**: Add support for differentiating switch | ||
statements, supportpassing pointers as call arguments, and Fix pointer | ||
arithmetic for array types. <br />This release also includes **major | ||
performance enhancements**. Add support for differentiating switch stmt in | ||
the reverse mode AD. Make the compilation of gtest parallel. Schedule the | ||
builds with debug clang earlier. Support BUILD_SHARED_LIBS=On flags. | ||
Kokkos always requires rtti. | ||
link: "https://github.com/vgvassilev/clad/releases/tag/v1.4" | ||
|
||
- date: 2024-02-11 | ||
codebase: "Clad" | ||
version: "v1.3" | ||
description: | | ||
**Forward Mode**: Make forward vector mode more robust (Implement | ||
dedicated clad::matrix class, Add support for array arguments, and Add | ||
support for call expressions). Add support for the 'non_differentiable' | ||
attribute. | ||
link: "https://github.com/vgvassilev/clad/releases/tag/v1.3" | ||
|
||
- date: 2024-01-09 | ||
codebase: "Xeus-Cpp" | ||
version: "v0.3" | ||
description: | | ||
This release includes some improvements and bug fixes. | ||
link: "https://github.com/compiler-research/xeus-cpp/releases/tag/0.3.0" | ||
|
||
- date: 2023-11-11 | ||
codebase: "CppInterOp" | ||
version: "v1.1.0" | ||
description: | | ||
Incremental C++: Support clang plugins. Incremental CUDA: Support | ||
incremental compilation of CUDA. | ||
link: "https://github.com/compiler-research/CppInterOp/releases/tag/v1.1.0" | ||
|
||
- date: 2023-08-14 | ||
codebase: "CppInterOp" | ||
version: "v1.0" | ||
description: | | ||
This is the first major release of CppInterOp. Incremental C++: Facilities | ||
for setting up the infrastructure such as CreateInterpreter, | ||
GetInterpreter, AddSearchPath, and AddIncludePath. Facilities for | ||
consuming incremental input such as Declare, Process and Evaluate. | ||
link: "https://github.com/compiler-research/CppInterOp/releases/tag/v1.0" | ||
|
||
- date: 2023-06-18 | ||
codebase: "Clad" | ||
version: "v1.2" | ||
description: | | ||
**Forward Mode**: Add experimental support for forward vector mode and | ||
improve support of comma expressions. <br />**Reverse Mode**: Add | ||
pushforwards for std::floor and std::ceil. | ||
link: "https://github.com/vgvassilev/clad/releases/tag/v1.2" | ||
|
||
- date: 2023-04-02 | ||
codebase: "Initial work Xeus-Cpp in collaboration with QuantStack" | ||
version: "v1.0" | ||
link: "https://github.com/compiler-research/xeus-cpp" | ||
|
||
- date: 2023-01-20 | ||
codebase: "Clad" | ||
version: "v1.1" | ||
description: | | ||
**Forward Mode**: Fix a bug in pow pushforward. <br />**Reverse Mode**: | ||
Improve for-loop conditions. | ||
link: "https://github.com/vgvassilev/clad/releases/tag/v1.1" | ||
|
||
- date: 2022-10-07 | ||
codebase: "Clad" | ||
version: "v1.0" | ||
description: | | ||
This is the first major release of Clad | ||
link: "https://github.com/vgvassilev/clad/releases/tag/v1.0" | ||
|
||
- date: 2022-08-11 | ||
codebase: "Initial version of xeus-clang-repl" | ||
version: " " | ||
link: "https://github.com/compiler-research/xeus-clang-repl" | ||
version: "v0.2.0" | ||
description: | | ||
This is the initial release of xeus-clang-repl. | ||
link: "https://github.com/compiler-research/xeus-clang-repl/releases/tag/v0.2.0" | ||
|
||
- date: 2022-03-25 | ||
codebase: "Clang-Repl released in LLVM 14" | ||
version: " " | ||
description: | | ||
This release includes some improvements and bug fixes. | ||
link: "https://github.com/llvm/llvm-project/releases/tag/llvmorg-14.0.0" | ||
|
||
- date: 2021-10-04 | ||
codebase: "Clang-Repl released in LLVM 13" | ||
version: " " | ||
description: | | ||
This release includes some improvements and bug fixes. | ||
link: "https://github.com/llvm/llvm-project/releases/tag/llvmorg-13.0.0" | ||
|
||
- date: 2021-08-16 | ||
codebase: "Clad" | ||
version: "v0.9" | ||
description: | | ||
This release includes some improvements and bug fixes. | ||
link: "https://github.com/vgvassilev/clad/releases/tag/v0.9" | ||
|
||
- date: 2021-05-28 | ||
codebase: "Clad" | ||
version: "v0.8" | ||
description: | | ||
This release includes some improvements and bug fixes. | ||
link: "https://github.com/vgvassilev/clad/releases/tag/v0.8" | ||
|
||
- date: 2021-05-05 | ||
codebase: "Cling" | ||
version: "v0.9" | ||
description: | | ||
This release includes some improvements and bug fixes. | ||
link: "https://github.com/vgvassilev/cling/releases/tag/v0.9" | ||
|
||
- date: 2021-01-11 | ||
codebase: "Cling" | ||
version: "v0.8" | ||
description: | | ||
Improve in the C++ modules support. Fix issues in the definition | ||
shadowing.Improve the integration with clad. | ||
link: "https://github.com/vgvassilev/cling/releases/tag/v0.8" | ||
|
||
- date: 2020-08-21 | ||
codebase: "Cling" | ||
version: "v0.7" | ||
description: | | ||
This release includes some improvements and bug fixes. | ||
link: "https://github.com/vgvassilev/cling/releases/tag/v0.7" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
<div> | ||
<h4><b>Latest Blog</b></h4> | ||
<div style="max-height: 500px"> | ||
|
||
|
||
{% assign top_articles = site.posts | slice: 0, 1 %} | ||
{% for article in top_articles %} | ||
<p><a href="{{ site.url }}{{ site.baseurl }}/{{article.permalink}}">{{article.title}}</a> <br />({{ article.excerpt }})</p> | ||
{% endfor %} | ||
|
||
|
||
|
||
</div> | ||
<h4><a href="{{ site.url }}{{ site.baseurl }}/blog">... see more posts</a></h4> | ||
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{% assign my_date = include.date %} | ||
{{ my_date | date: "%-d %b %Y" }} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.