-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
boost-commitbot
committed
Dec 24, 2024
1 parent
bba8306
commit 68ffc9d
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rational
updated
11 files
+91 −0 | .appveyor.yml | |
+460 −0 | .github/workflows/ci.yml | |
+0 −351 | .travis.yml | |
+0 −10 | Jamfile | |
+4 −4 | README.md | |
+0 −70 | appveyor.yml | |
+30 −0 | build.jam | |
+1 −1 | meta/libraries.json | |
+4 −1 | test/Jamfile.v2 | |
+22 −0 | test/cmake_test/CMakeLists.txt | |
+29 −0 | test/cmake_test/main.cpp |