From 614b5e3eac4f2097ac40a3f734c24e28bfe90302 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Thu, 23 Nov 2023 17:22:44 +0100 Subject: [PATCH] Add lots of more of boost components --- .gitmodules | 54 ++++++++++++++++++++++++++++++++++++++++++++ boost_algorithm | 1 + boost_array | 1 + boost_concept_check | 1 + boost_conversion | 1 + boost_exception | 1 + boost_function | 1 + boost_function_types | 1 + boost_functional | 1 + boost_fusion | 1 + boost_integer | 1 + boost_iterator | 1 + boost_mpl | 1 + boost_range | 1 + boost_regex | 1 + boost_tuple | 1 + boost_type_index | 1 + boost_typeof | 1 + boost_unordered | 1 + 19 files changed, 72 insertions(+) create mode 160000 boost_algorithm create mode 160000 boost_array create mode 160000 boost_concept_check create mode 160000 boost_conversion create mode 160000 boost_exception create mode 160000 boost_function create mode 160000 boost_function_types create mode 160000 boost_functional create mode 160000 boost_fusion create mode 160000 boost_integer create mode 160000 boost_iterator create mode 160000 boost_mpl create mode 160000 boost_range create mode 160000 boost_regex create mode 160000 boost_tuple create mode 160000 boost_type_index create mode 160000 boost_typeof create mode 160000 boost_unordered diff --git a/.gitmodules b/.gitmodules index ae6a4e4..8c7c458 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,3 +70,57 @@ [submodule "boost_variant2"] path = boost_variant2 url = ../../0xFEEDC0DE64/boost_variant2.git +[submodule "boost_algorithm"] + path = boost_algorithm + url = ../../0xFEEDC0DE64/boost_algorithm.git +[submodule "boost_array"] + path = boost_array + url = ../../0xFEEDC0DE64/boost_array.git +[submodule "boost_concept_check"] + path = boost_concept_check + url = ../../0xFEEDC0DE64/boost_concept_check.git +[submodule "boost_exception"] + path = boost_exception + url = ../../0xFEEDC0DE64/boost_exception.git +[submodule "boost_tuple"] + path = boost_tuple + url = ../../0xFEEDC0DE64/boost_tuple.git +[submodule "boost_function"] + path = boost_function + url = ../../0xFEEDC0DE64/boost_function.git +[submodule "boost_integer"] + path = boost_integer + url = ../../0xFEEDC0DE64/boost_integer.git +[submodule "boost_type_index"] + path = boost_type_index + url = ../../0xFEEDC0DE64/boost_type_index.git +[submodule "boost_typeof"] + path = boost_typeof + url = ../../0xFEEDC0DE64/boost_typeof.git +[submodule "boost_iterator"] + path = boost_iterator + url = ../../0xFEEDC0DE64/boost_iterator.git +[submodule "boost_conversion"] + path = boost_conversion + url = ../../0xFEEDC0DE64/boost_conversion.git +[submodule "boost_function_types"] + path = boost_function_types + url = ../../0xFEEDC0DE64/boost_function_types.git +[submodule "boost_mpl"] + path = boost_mpl + url = ../../0xFEEDC0DE64/boost_mpl.git +[submodule "boost_fusion"] + path = boost_fusion + url = ../../0xFEEDC0DE64/boost_fusion.git +[submodule "boost_functional"] + path = boost_functional + url = ../../0xFEEDC0DE64/boost_functional.git +[submodule "boost_range"] + path = boost_range + url = ../../0xFEEDC0DE64/boost_range.git +[submodule "boost_regex"] + path = boost_regex + url = ../../0xFEEDC0DE64/boost_regex.git +[submodule "boost_unordered"] + path = boost_unordered + url = ../../0xFEEDC0DE64/boost_unordered.git diff --git a/boost_algorithm b/boost_algorithm new file mode 160000 index 0000000..9dc04a6 --- /dev/null +++ b/boost_algorithm @@ -0,0 +1 @@ +Subproject commit 9dc04a60f4491295be31a04b0b21ea6d235044d1 diff --git a/boost_array b/boost_array new file mode 160000 index 0000000..70088f5 --- /dev/null +++ b/boost_array @@ -0,0 +1 @@ +Subproject commit 70088f5d6c3924bcfea3aa08b175f807820b69cc diff --git a/boost_concept_check b/boost_concept_check new file mode 160000 index 0000000..e8c2d8a --- /dev/null +++ b/boost_concept_check @@ -0,0 +1 @@ +Subproject commit e8c2d8a124d32f0ec4bf77cfaffbd065b0849887 diff --git a/boost_conversion b/boost_conversion new file mode 160000 index 0000000..d6316b5 --- /dev/null +++ b/boost_conversion @@ -0,0 +1 @@ +Subproject commit d6316b5ba56ca5dfd545b8c001b671656f3f5f43 diff --git a/boost_exception b/boost_exception new file mode 160000 index 0000000..d664eb9 --- /dev/null +++ b/boost_exception @@ -0,0 +1 @@ +Subproject commit d664eb9b5180b14ebcaccf93526577374db2165a diff --git a/boost_function b/boost_function new file mode 160000 index 0000000..e467a58 --- /dev/null +++ b/boost_function @@ -0,0 +1 @@ +Subproject commit e467a58fd66ba9f3d9df7d753b9ae6c5249c1bbb diff --git a/boost_function_types b/boost_function_types new file mode 160000 index 0000000..a1c6a69 --- /dev/null +++ b/boost_function_types @@ -0,0 +1 @@ +Subproject commit a1c6a690d8381b84842d7fd8876882c9185f1dd7 diff --git a/boost_functional b/boost_functional new file mode 160000 index 0000000..19c02b1 --- /dev/null +++ b/boost_functional @@ -0,0 +1 @@ +Subproject commit 19c02b1e93de1807f3b87babc3e66f020822d98f diff --git a/boost_fusion b/boost_fusion new file mode 160000 index 0000000..09f5383 --- /dev/null +++ b/boost_fusion @@ -0,0 +1 @@ +Subproject commit 09f53833cc7655ad42aa8e94983d4ba8e04e6353 diff --git a/boost_integer b/boost_integer new file mode 160000 index 0000000..8e6266d --- /dev/null +++ b/boost_integer @@ -0,0 +1 @@ +Subproject commit 8e6266d9301197d35ac065c33c87fb8a4b80303e diff --git a/boost_iterator b/boost_iterator new file mode 160000 index 0000000..4c316ee --- /dev/null +++ b/boost_iterator @@ -0,0 +1 @@ +Subproject commit 4c316ee0358eca654542d92619fc4864e545f2a1 diff --git a/boost_mpl b/boost_mpl new file mode 160000 index 0000000..6d350a7 --- /dev/null +++ b/boost_mpl @@ -0,0 +1 @@ +Subproject commit 6d350a708038817ee8d0da54a1cf0ccae9fcf1d2 diff --git a/boost_range b/boost_range new file mode 160000 index 0000000..ead855f --- /dev/null +++ b/boost_range @@ -0,0 +1 @@ +Subproject commit ead855f4f3a24545080f27b534f9a9a71a1e24a2 diff --git a/boost_regex b/boost_regex new file mode 160000 index 0000000..82a28cf --- /dev/null +++ b/boost_regex @@ -0,0 +1 @@ +Subproject commit 82a28cf859cd503b965994e92d0cd65045aed618 diff --git a/boost_tuple b/boost_tuple new file mode 160000 index 0000000..ca85129 --- /dev/null +++ b/boost_tuple @@ -0,0 +1 @@ +Subproject commit ca851297e663bfbe167cfc56ffc1298f019e0b31 diff --git a/boost_type_index b/boost_type_index new file mode 160000 index 0000000..bdfd7b9 --- /dev/null +++ b/boost_type_index @@ -0,0 +1 @@ +Subproject commit bdfd7b91c2b3153a2b359bc320884296f51baeaf diff --git a/boost_typeof b/boost_typeof new file mode 160000 index 0000000..8bf7682 --- /dev/null +++ b/boost_typeof @@ -0,0 +1 @@ +Subproject commit 8bf7682f54793d38d08cb51f7378a3409681f5c0 diff --git a/boost_unordered b/boost_unordered new file mode 160000 index 0000000..016d255 --- /dev/null +++ b/boost_unordered @@ -0,0 +1 @@ +Subproject commit 016d255851d055a6926a83a5b6848fc4d20b4236