-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
1 parent
a809d85
commit c2e0067
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tomlplusplus
updated
34 files
+2 −0 | .gitattributes | |
+54 −3 | .github/workflows/ci.yaml | |
+0 −21 | .gitmodules | |
+3 −0 | .tipi/deps | |
+5 −6 | CONTRIBUTING.md | |
+13 −2 | README.md | |
+13 −5 | docs/pages/main_page.dox | |
+0 −1 | external/Catch2 | |
+0 −1 | external/json | |
+0 −1 | external/tloptional | |
+0 −1 | external/toml-spec-tests | |
+0 −1 | external/toml-test | |
+1 −1 | include/toml++/impl/node_view.h | |
+2 −1 | include/toml++/impl/preprocessor.h | |
+0 −1 | meson.build | |
+1 −0 | meson_options.txt | |
+0 −4 | tests/impl_toml.cpp | |
+4 −2 | tests/lib_catch2.h | |
+0 −30 | tests/lib_tloptional.h | |
+5 −36 | tests/meson.build | |
+0 −8 | tests/settings.h | |
+0 −4 | tests/tests.h | |
+143 −124 | tests/vs/test_debug_x64.vcxproj | |
+1 −2 | toml++.props | |
+5 −1 | toml++.vcxproj | |
+19 −3 | toml++.vcxproj.filters | |
+4 −6 | toml-test/README.md | |
+12 −6 | toml-test/meson.build | |
+6 −2 | toml-test/tt.h | |
+3 −2 | toml.hpp | |
+50 −26 | tools/generate_conformance_tests.py | |
+7 −0 | vendor/README.md | |
+17,970 −0 | vendor/catch.hpp | |
+23,352 −0 | vendor/json.hpp |