-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some tweaks on submodules, arm builds, etc (#1440)
1. clap-wrapper and sst-plugininfra go to head 2. MSVC builds go to unity builds for timeliness 3. Add "Free and Open Source" to the clap tag
- Loading branch information
Showing
5 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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 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 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
Submodule sst-plugininfra
updated
14 files
+69 −0 | .github/workflows/build-pr.yml | |
+17 −0 | .github/workflows/code-checks.yml | |
+19 −0 | .github/workflows/publish-doxygen.yml | |
+2 −0 | .gitignore | |
+0 −54 | azure-pipelines.yml | |
+2,587 −0 | doxygen/Doxyfile | |
+67 −0 | doxygen/header.html | |
+ − | doxygen/logo.png | |
+0 −0 | libs/catch2/catch2.hpp | |
+1 −1 | scripts/installer_mac/make_installer.sh | |
+31 −2 | src/cpufeatures.cpp | |
+7 −1 | tests/CMakeLists.txt | |
+25 −0 | tests/cpufeatures.cpp | |
+0 −2 | tests/ziptests.cpp |