File tree
3 files changed
+6
-3
lines changed- include/pytomlpp
- third_party
3 files changed
+6
-3
lines changed+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 |
| |
10 | 13 |
| |
11 | 14 |
| |
|
Submodule tomlplusplus updated 91 files
- .circleci/config.yml+35-49
- .github/ISSUE_TEMPLATE/bug_report.md+14-2
- .github/ISSUE_TEMPLATE/config.yml+1
- .github/ISSUE_TEMPLATE/feature_request.md+3-3
- .github/pull_request_template.md+4-14
- CONTRIBUTING.md+21-10
- README.md+11-6
- docs/badge-TOML.svg+1-1
- docs/main_page.dox+6-6
- docs/muu.css+26-25
- examples/error_printer.cpp+6-1
- examples/meson.build+16-27
- examples/utf8_console.h+1-1
- extern/Catch2+1-1
- extern/mcss+1-1
- extern/toml-test+1-1
- include/toml++/toml.h+3-1
- include/toml++/toml_array.h+27-13
- include/toml++/toml_array.hpp+39-2
- include/toml++/toml_common.h+70-21
- include/toml++/toml_default_formatter.h+3-2
- include/toml++/toml_default_formatter.hpp+9-12
- include/toml++/toml_formatter.h+32-48
- include/toml++/toml_node.hpp+6-4
- include/toml++/toml_node_view.h+3-3
- include/toml++/toml_parser.h+12-2
- include/toml++/toml_parser.hpp+135-37
- include/toml++/toml_preprocessor.h+48-43
- include/toml++/toml_print_to_stream.h+70-18
- include/toml++/toml_table.h+20-4
- include/toml++/toml_table.hpp+39-2
- include/toml++/toml_utf8.h+48-52
- include/toml++/toml_utf8_streams.h+4-3
- include/toml++/toml_value.h+56-5
- include/toml++/toml_version.h+1-1
- meson.build+488-158
- meson_options.txt+5-6
- python/generate_documentation.py+422-296
- python/generate_single_header.py+1
- python/generate_windows_test_targets.py+3-1
- python/requirements.txt+7
- python/utils.py+3-2
- tests/conformance_burntsushi_valid.cpp+25
- tests/evil_macros.h-27
- tests/impl_catch2.cpp+45-1
- tests/impl_toml.cpp-37
- tests/leakproof.h+19
- tests/manipulating_tables.cpp+3-6
- tests/manipulating_values.cpp+3-1
- tests/meson.build+78-302
- tests/settings.h+6
- tests/tests.h+24-2
- tests/unicode.cpp+9-9
- tests/user_feedback.cpp+57-16
- tests/using_iterators.cpp+55
- tests/windows_compat.cpp+1-1
- toml.hpp+607-263
- vs/tests/test_debug_x64.vcxproj+3-1
- vs/tests/test_debug_x64_cpplatest.vcxproj+3-1
- vs/tests/test_debug_x64_cpplatest_noexcept.vcxproj+3-1
- vs/tests/test_debug_x64_cpplatest_noexcept_unrel.vcxproj+3-1
- vs/tests/test_debug_x64_cpplatest_unrel.vcxproj+3-1
- vs/tests/test_debug_x64_noexcept.vcxproj+3-1
- vs/tests/test_debug_x64_noexcept_unrel.vcxproj+3-1
- vs/tests/test_debug_x64_unrel.vcxproj+3-1
- vs/tests/test_debug_x86.vcxproj+3-1
- vs/tests/test_debug_x86_cpplatest.vcxproj+3-1
- vs/tests/test_debug_x86_cpplatest_noexcept.vcxproj+3-1
- vs/tests/test_debug_x86_cpplatest_noexcept_unrel.vcxproj+3-1
- vs/tests/test_debug_x86_cpplatest_unrel.vcxproj+3-1
- vs/tests/test_debug_x86_noexcept.vcxproj+3-1
- vs/tests/test_debug_x86_noexcept_unrel.vcxproj+3-1
- vs/tests/test_debug_x86_unrel.vcxproj+3-1
- vs/tests/test_release_x64.vcxproj+3-1
- vs/tests/test_release_x64_cpplatest.vcxproj+3-1
- vs/tests/test_release_x64_cpplatest_noexcept.vcxproj+3-1
- vs/tests/test_release_x64_cpplatest_noexcept_unrel.vcxproj+3-1
- vs/tests/test_release_x64_cpplatest_unrel.vcxproj+3-1
- vs/tests/test_release_x64_noexcept.vcxproj+3-1
- vs/tests/test_release_x64_noexcept_unrel.vcxproj+3-1
- vs/tests/test_release_x64_unrel.vcxproj+3-1
- vs/tests/test_release_x86.vcxproj+3-1
- vs/tests/test_release_x86_cpplatest.vcxproj+3-1
- vs/tests/test_release_x86_cpplatest_noexcept.vcxproj+3-1
- vs/tests/test_release_x86_cpplatest_noexcept_unrel.vcxproj+3-1
- vs/tests/test_release_x86_cpplatest_unrel.vcxproj+3-1
- vs/tests/test_release_x86_noexcept.vcxproj+3-1
- vs/tests/test_release_x86_noexcept_unrel.vcxproj+3-1
- vs/tests/test_release_x86_unrel.vcxproj+3-1
- vs/toml++.vcxproj+3-2
- vs/toml++.vcxproj.filters+9-6
0 commit comments