-
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
6149d39
commit 937c028
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule property_map
updated
10 files
+2 −17 | .appveyor.yml | |
+210 −92 | .github/workflows/ci.yml | |
+0 −11 | Jamfile | |
+3 −3 | README.md | |
+37 −0 | build.jam | |
+2 −0 | example/Jamfile.v2 | |
+1 −1 | meta/libraries.json | |
+4 −3 | test/Jamfile.v2 | |
+22 −0 | test/cmake_test/CMakeLists.txt | |
+48 −0 | test/cmake_test/main.cpp |