diff --git a/.gitmodules b/.gitmodules index bd78f675..4aaf174f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,33 @@ [submodule "Extern/alpaka"] path = Extern/alpaka url = https://github.com/alpaka-group/alpaka.git +[submodule "Extern/boost/config"] + path = Extern/boost/config + url = https://github.com/boostorg/config.git +[submodule "Extern/boost/assert"] + path = Extern/boost/assert + url = https://github.com/boostorg/assert.git +[submodule "Extern/boost/static_assert"] + path = Extern/boost/static_assert + url = https://github.com/boostorg/static_assert.git +[submodule "Extern/boost/type_traits"] + path = Extern/boost/type_traits + url = https://github.com/boostorg/type_traits.git +[submodule "Extern/boost/throw_exception"] + path = Extern/boost/throw_exception + url = https://github.com/boostorg/throw_exception.git +[submodule "Extern/boost/core"] + path = Extern/boost/core + url = https://github.com/boostorg/core.git +[submodule "Extern/boost/align"] + path = Extern/boost/align + url = https://github.com/boostorg/align.git +[submodule "Extern/boost/predef"] + path = Extern/boost/predef + url = https://github.com/boostorg/predef.git +[submodule "Extern/boost/preprocessor"] + path = Extern/boost/preprocessor + url = https://github.com/boostorg/preprocessor.git +[submodule "Extern/boost/atomic"] + path = Extern/boost/atomic + url = https://github.com/boostorg/atomic.git diff --git a/Extern/boost/align b/Extern/boost/align new file mode 160000 index 00000000..5ad7df63 --- /dev/null +++ b/Extern/boost/align @@ -0,0 +1 @@ +Subproject commit 5ad7df63cd792fbdb801d600b93cad1a432f0151 diff --git a/Extern/boost/assert b/Extern/boost/assert new file mode 160000 index 00000000..447e0b3a --- /dev/null +++ b/Extern/boost/assert @@ -0,0 +1 @@ +Subproject commit 447e0b3a331930f8708ade0e42683d12de9dfbc3 diff --git a/Extern/boost/atomic b/Extern/boost/atomic new file mode 160000 index 00000000..5bbcce0f --- /dev/null +++ b/Extern/boost/atomic @@ -0,0 +1 @@ +Subproject commit 5bbcce0f6e855dc4009e2e6977c62e0520c39573 diff --git a/Extern/boost/config b/Extern/boost/config new file mode 160000 index 00000000..11385ec2 --- /dev/null +++ b/Extern/boost/config @@ -0,0 +1 @@ +Subproject commit 11385ec21012926e15a612e3bf9f9a71403c1e5b diff --git a/Extern/boost/core b/Extern/boost/core new file mode 160000 index 00000000..8cc2fdad --- /dev/null +++ b/Extern/boost/core @@ -0,0 +1 @@ +Subproject commit 8cc2fdad76b3e2ba67fe6b5dd3c44ee29dd2ab29 diff --git a/Extern/boost/predef b/Extern/boost/predef new file mode 160000 index 00000000..0fdfb49c --- /dev/null +++ b/Extern/boost/predef @@ -0,0 +1 @@ +Subproject commit 0fdfb49c3a6789e50169a44e88a07cc889001106 diff --git a/Extern/boost/preprocessor b/Extern/boost/preprocessor new file mode 160000 index 00000000..c4ea7e40 --- /dev/null +++ b/Extern/boost/preprocessor @@ -0,0 +1 @@ +Subproject commit c4ea7e40d365ba28faecef8917d5c3f1e0121bf9 diff --git a/Extern/boost/static_assert b/Extern/boost/static_assert new file mode 160000 index 00000000..ba72d334 --- /dev/null +++ b/Extern/boost/static_assert @@ -0,0 +1 @@ +Subproject commit ba72d3340f3dc6e773868107f35902292f84b07e diff --git a/Extern/boost/throw_exception b/Extern/boost/throw_exception new file mode 160000 index 00000000..7c8ec211 --- /dev/null +++ b/Extern/boost/throw_exception @@ -0,0 +1 @@ +Subproject commit 7c8ec2114bc1f9ab2a8afbd629b96fbdd5901294 diff --git a/Extern/boost/type_traits b/Extern/boost/type_traits new file mode 160000 index 00000000..cc6fc3da --- /dev/null +++ b/Extern/boost/type_traits @@ -0,0 +1 @@ +Subproject commit cc6fc3daa8e20c4a70b563d67ceb4c34d8c1c4d7