-
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
af56bcc
commit 6149d39
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pool
updated
11 files
+0 −29 | .appveyor.yml | |
+204 −85 | .github/workflows/ci.yml | |
+0 −11 | Jamfile | |
+2 −2 | README.md | |
+29 −0 | build.jam | |
+16 −16 | doc/jamfile.v2 | |
+1 −0 | example/Jamfile.v2 | |
+1 −1 | include/boost/pool/pool.hpp | |
+6 −5 | test/Jamfile.v2 | |
+22 −0 | test/cmake_test/CMakeLists.txt | |
+16 −0 | test/cmake_test/main.cpp |