-
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added
for_each()
for tables and arrays
also: - refactoring - documentation fixes - updated conformance tests - made submodules shallow
- Loading branch information
Showing
56 changed files
with
1,448 additions
and
238 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
[submodule "external/toml-test"] | ||
path = external/toml-test | ||
url = https://github.com/BurntSushi/toml-test.git | ||
shallow = true | ||
[submodule "external/toml-spec-tests"] | ||
path = external/toml-spec-tests | ||
url = https://github.com/iarna/toml-spec-tests.git | ||
[submodule "external/dox"] | ||
path = external/dox | ||
url = https://github.com/marzer/dox.git | ||
[submodule "external/Catch2"] | ||
path = external/Catch2 | ||
url = https://github.com/catchorg/Catch2.git | ||
branch = v2.x | ||
shallow = true | ||
[submodule "external/tloptional"] | ||
path = external/tloptional | ||
url = https://github.com/TartanLlama/optional.git | ||
shallow = true | ||
[submodule "external/json"] | ||
path = external/json | ||
url = https://github.com/nlohmann/json.git | ||
shallow = true | ||
[submodule "external/Catch2"] | ||
path = external/Catch2 | ||
url = https://github.com/catchorg/Catch2.git | ||
branch = v2.x | ||
shallow = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Catch2
updated
10 files
+1 −1 | CMakeLists.txt | |
+1 −1 | README.md | |
+8 −0 | docs/release-notes.md | |
+2 −2 | include/catch.hpp | |
+4 −0 | include/internal/catch_session.cpp | |
+1 −1 | include/internal/catch_version.cpp | |
+1 −1 | projects/CMakeLists.txt | |
+1 −0 | projects/ExtraTests/X01-PrefixedMacros.cpp | |
+4 −0 | projects/ExtraTests/X02-DisabledMacros.cpp | |
+9 −5 | single_include/catch2/catch.hpp |
Submodule json
updated
84 files
Submodule toml-test
updated
from 983c1a to 10cdc9
Oops, something went wrong.