Commit 290b39a
2 files changed
+2
-2
lines changed- .github/workflows/main.yml+31-29
- .github/workflows/toml-test.yml+6-1
- CMakeLists.txt+1
- README.md+10-4
- README_ja.md+6-4
- docs/content.en/docs/changelog/_index.md+19
- docs/content.en/docs/features/toml_spec.md+6-6
- docs/content.en/docs/features/value.md+84
- docs/content.en/docs/installation/_index.md+41
- docs/content.en/docs/reference/error_info.md+5-5
- docs/content.en/docs/reference/format.md+4-4
- docs/content.en/docs/reference/ordered_map.md+11
- docs/content.en/docs/reference/spec.md+1-1
- docs/content.en/docs/reference/value.md+17
- docs/content.ja/docs/changelog/_index.md+19
- docs/content.ja/docs/features/toml_spec.md+1-1
- docs/content.ja/docs/features/value.md+79
- docs/content.ja/docs/installation/_index.md+41
- docs/content.ja/docs/reference/ordered_map.md+11
- docs/content.ja/docs/reference/spec.md+1-1
- docs/content.ja/docs/reference/value.md+17
- include/toml11/find.hpp+31
- include/toml11/fwd/scanner_fwd.hpp+4-29
- include/toml11/fwd/syntax_fwd.hpp+126-68
- include/toml11/impl/scanner_impl.hpp+15-16
- include/toml11/impl/syntax_impl.hpp+572-415
- include/toml11/ordered_map.hpp+26
- include/toml11/parser.hpp+10-8
- include/toml11/result.hpp+2-2
- include/toml11/spec.hpp+48
- include/toml11/value.hpp+279-26
- include/toml11/version.hpp+1-1
- single_include/toml.hpp+1.1k-540
- src/CMakeLists.txt+7-1
- tests/CMakeLists.txt+1
- tests/test_accessed.cpp+76
- tests/test_find_or.cpp+83
- tests/test_scanner.cpp+1-1
0 commit comments