Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/common/vendor/json
Submodule json updated 68 files
+5 −1 .clang-tidy
+3 −0 .github/CONTRIBUTING.md
+4 −4 .github/workflows/check_amalgamation.yml
+1 −1 .github/workflows/cifuzz.yml
+5 −5 .github/workflows/codeql-analysis.yml
+3 −3 .github/workflows/comment_check_amalgamation.yml
+3 −3 .github/workflows/dependency-review.yml
+2 −2 .github/workflows/labeler.yml
+6 −6 .github/workflows/macos.yml
+2 −2 .github/workflows/publish_documentation.yml
+3 −3 .github/workflows/scorecards.yml
+2 −2 .github/workflows/stale.yml
+31 −32 .github/workflows/ubuntu.yml
+14 −24 .github/workflows/windows.yml
+12 −0 CMakeLists.txt
+13 −0 README.md
+2 −1 cmake/ci.cmake
+2 −0 cmake/clang_flags.cmake
+23 −7 cmake/download_test_data.cmake
+1 −1 cmake/requirements/requirements-reuse.txt
+14 −2 docs/mkdocs/docs/api/basic_json/sax_parse.md
+74 −72 docs/mkdocs/docs/community/quality_assurance.md
+1 −1 docs/mkdocs/docs/examples/diagnostic_positions_exception.cpp
+1 −1 docs/mkdocs/docs/examples/diagnostics_extended_positions.cpp
+1 −1 docs/mkdocs/docs/examples/operator_ltlt__json_pointer.cpp
+1 −1 docs/mkdocs/docs/examples/value__return_type.cpp
+1 −1 docs/mkdocs/docs/examples/value__return_type.output
+1 −1 docs/mkdocs/docs/features/binary_formats/bjdata.md
+34 −0 docs/mkdocs/docs/features/modules.md
+1 −1 docs/mkdocs/docs/features/namespace.md
+10 −0 docs/mkdocs/docs/home/exceptions.md
+3 −3 docs/mkdocs/docs/home/releases.md
+15 −15 docs/mkdocs/docs/integration/package_managers.md
+2 −0 docs/mkdocs/mkdocs.yml
+1 −1 docs/mkdocs/requirements.txt
+2 −1 include/nlohmann/detail/input/input_adapters.hpp
+1 −1 include/nlohmann/detail/meta/type_traits.hpp
+49 −1 include/nlohmann/json.hpp
+52 −3 single_include/nlohmann/json.hpp
+27 −0 src/modules/CMakeLists.txt
+14 −0 src/modules/json.cppm
+1 −0 tests/cmake_add_subdirectory/CMakeLists.txt
+4 −0 tests/cmake_add_subdirectory/project/CMakeLists.txt
+1 −1 tests/cmake_add_subdirectory/project/main.cpp
+1 −0 tests/cmake_fetch_content/CMakeLists.txt
+4 −0 tests/cmake_fetch_content/project/CMakeLists.txt
+1 −1 tests/cmake_fetch_content/project/main.cpp
+1 −0 tests/cmake_fetch_content2/CMakeLists.txt
+4 −0 tests/cmake_fetch_content2/project/CMakeLists.txt
+1 −1 tests/cmake_fetch_content2/project/main.cpp
+1 −0 tests/cmake_import/CMakeLists.txt
+4 −1 tests/cmake_import/project/CMakeLists.txt
+1 −1 tests/cmake_import/project/main.cpp
+1 −0 tests/cmake_import_minver/CMakeLists.txt
+4 −0 tests/cmake_import_minver/project/CMakeLists.txt
+1 −1 tests/cmake_import_minver/project/main.cpp
+1 −0 tests/cmake_target_include_directories/CMakeLists.txt
+5 −1 tests/cmake_target_include_directories/project/CMakeLists.txt
+1 −1 tests/cmake_target_include_directories/project/main.cpp
+12 −5 tests/module_cpp20/CMakeLists.txt
+0 −17 tests/module_cpp20/json.cpp
+1 −1 tests/module_cpp20/main.cpp
+27 −0 tests/src/unit-class_parser.cpp
+2 −2 tests/src/unit-conversions.cpp
+1 −1 tests/src/unit-noexcept.cpp
+1 −1 tests/src/unit-regression1.cpp
+1 −1 tests/src/unit-regression2.cpp
+1 −1 tools/serve_header/serve_header.py