Commit bf13bbd
File tree
56 files changed
+1448
-238
lines changed- docs/pages
- external
- include/toml++/impl
- tests
- vs
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+1448
-238
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 8 | + | |
14 | 9 | | |
15 | 10 | | |
16 | 11 | | |
| 12 | + | |
17 | 13 | | |
18 | 14 | | |
19 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | | - | |
27 | | - | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
130 | 139 | | |
131 | 140 | | |
132 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | | - | |
| 460 | + | |
461 | 461 | | |
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
497 | 497 | | |
498 | 498 | | |
499 | 499 | | |
500 | | - | |
| 500 | + | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
509 | 519 | | |
510 | 520 | | |
511 | 521 | | |
| |||
- .clang-tidy+1
- .github/ISSUE_TEMPLATE/Bug_report.md-57
- .github/ISSUE_TEMPLATE/bug.yaml+93
- .github/workflows/codeql-analysis.yml+6-5
- .github/workflows/macos.yml+4-3
- .github/workflows/ubuntu.yml+19-18
- .github/workflows/windows.yml+12-46
- CMakeLists.txt+9-2
- README.md+7-14
- appveyor.yml+3-3
- benchmarks/CMakeLists.txt+1-1
- cmake/ci.cmake+366-336
- cmake/test.cmake+204
- doc/mkdocs/docs/api/basic_json/at.md+1-1
- doc/mkdocs/docs/api/basic_json/index.md+1-1
- doc/mkdocs/docs/api/json_pointer/back.md+3-2
- doc/mkdocs/docs/api/json_pointer/index.md+14-5
- doc/mkdocs/docs/api/json_pointer/json_pointer.md+3-2
- doc/mkdocs/docs/api/json_pointer/operator_slash.md+2-2
- doc/mkdocs/docs/api/json_pointer/operator_slasheq.md+2-2
- doc/mkdocs/docs/api/json_pointer/operator_string.md+5-4
- doc/mkdocs/docs/api/json_pointer/push_back.md+4-3
- doc/mkdocs/docs/api/json_pointer/string_t.md+12
- doc/mkdocs/docs/api/json_pointer/to_string.md+3-2
- doc/mkdocs/docs/api/macros/index.md+4
- doc/mkdocs/docs/features/macros.md+63-2
- doc/mkdocs/docs/integration/cmake.md+2-9
- doc/mkdocs/mkdocs.yml+1
- include/nlohmann/detail/conversions/from_json.hpp+24-24
- include/nlohmann/detail/exceptions.hpp+41-30
- include/nlohmann/detail/input/binary_reader.hpp+38-20
- include/nlohmann/detail/input/json_sax.hpp+5-4
- include/nlohmann/detail/input/parser.hpp+18-17
- include/nlohmann/detail/iterators/iter_impl.hpp+14-14
- include/nlohmann/detail/iterators/json_reverse_iterator.hpp+2-2
- include/nlohmann/detail/iterators/primitive_iterator.hpp+2-2
- include/nlohmann/detail/json_pointer.hpp+127-75
- include/nlohmann/detail/macro_scope.hpp+9
- include/nlohmann/detail/macro_unscope.hpp+12-8
- include/nlohmann/detail/meta/cpp_future.hpp+6-2
- include/nlohmann/detail/meta/type_traits.hpp+19-4
- include/nlohmann/detail/output/binary_writer.hpp+4-3
- include/nlohmann/detail/output/serializer.hpp+3-2
- include/nlohmann/detail/string_concat.hpp+139
- include/nlohmann/detail/string_escape.hpp+12-10
- include/nlohmann/json.hpp+165-88
- include/nlohmann/ordered_map.hpp+3-2
- single_include/nlohmann/json.hpp+937-588
- test/CMakeLists.txt+96-132
- test/cmake_fetch_content2/CMakeLists.txt+20
- test/cmake_fetch_content2/project/CMakeLists.txt+15
- test/cmake_fetch_content2/project/main.cpp+8
- test/src/unit-algorithms.cpp+1-3
- test/src/unit-allocator.cpp+2
- test/src/unit-alt-string.cpp+51-6
- test/src/unit-bson.cpp+16-36
- test/src/unit-cbor.cpp+36-106
- test/src/unit-class_const_iterator.cpp+4-8
- test/src/unit-class_iterator.cpp+95-8
- test/src/unit-class_parser.cpp+199-323
- test/src/unit-comparison.cpp+8
- test/src/unit-constructor1.cpp+34-72
- test/src/unit-convenience.cpp+115-6
- test/src/unit-conversions.cpp+142-269
- test/src/unit-deserialization.cpp+16-46
- test/src/unit-element_access1.cpp+96-201
- test/src/unit-element_access2.cpp+115-236
- test/src/unit-items.cpp-7
- test/src/unit-iterators1.cpp+40-80
- test/src/unit-iterators2.cpp+180-296
- test/src/unit-json_patch.cpp+59-106
- test/src/unit-json_pointer.cpp+129-119
- test/src/unit-modifiers.cpp+37-97
- test/src/unit-msgpack.cpp+45-73
- test/src/unit-reference_access.cpp+77-126
- test/src/unit-regression1.cpp+46-125
- test/src/unit-regression2.cpp+107-69
- test/src/unit-serialization.cpp+4-8
- test/src/unit-ubjson.cpp+32-64
- test/src/unit-udt.cpp-1
- test/src/unit-unicode1.cpp+7-21
- third_party/amalgamate/amalgamate.py+1-1
- third_party/cpplint/README.rst+1-4
- third_party/cpplint/cpplint.py+14-6
Submodule toml-test updated from 983c1a5 to 10cdc99
0 commit comments