Skip to content

Commit

Permalink
⚒️dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord-Turmoil committed Dec 2, 2024
1 parent bb472ba commit 2a1c12a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/json
Submodule json updated 67 files
+0 −11 .clang-tidy
+3 −1 .github/CONTRIBUTING.md
+3 −3 .github/workflows/check_amalgamation.yml
+1 −1 .github/workflows/cifuzz.yml
+2 −2 .github/workflows/codeql-analysis.yml
+9 −61 .github/workflows/macos.yml
+2 −2 .github/workflows/publish_documentation.yml
+27 −48 .github/workflows/ubuntu.yml
+7 −7 .github/workflows/windows.yml
+1 −0 BUILD.bazel
+1 −6 CMakeLists.txt
+1 −0 Makefile
+42 −56 README.md
+4 −15 cmake/ci.cmake
+1 −1 docs/examples/at__keytype_const.c++17.cpp
+1 −1 docs/mkdocs/docs/api/basic_json/is_structured.md
+1 −1 docs/mkdocs/docs/api/basic_json/operator_gt.md
+1 −1 docs/mkdocs/docs/api/basic_json/operator_le.md
+1 −1 docs/mkdocs/docs/api/basic_json/operator_lt.md
+1 −1 docs/mkdocs/docs/api/basic_json/update.md
+1 −1 docs/mkdocs/docs/api/macros/json_has_static_rtti.md
+0 −118 docs/mkdocs/docs/api/macros/nlohmann_define_derived_type.md
+1 −1 docs/mkdocs/docs/features/arbitrary_types.md
+3 −3 docs/mkdocs/docs/features/json_pointer.md
+0 −22 include/nlohmann/detail/conversions/from_json.hpp
+7 −7 include/nlohmann/detail/conversions/to_chars.hpp
+1 −21 include/nlohmann/detail/conversions/to_json.hpp
+0 −16 include/nlohmann/detail/exceptions.hpp
+0 −9 include/nlohmann/detail/input/input_adapters.hpp
+4 −4 include/nlohmann/detail/input/json_sax.hpp
+1 −1 include/nlohmann/detail/input/lexer.hpp
+2 −2 include/nlohmann/detail/input/parser.hpp
+2 −2 include/nlohmann/detail/iterators/iteration_proxy.hpp
+0 −30 include/nlohmann/detail/macro_scope.hpp
+1 −1 include/nlohmann/detail/meta/cpp_future.hpp
+1 −1 include/nlohmann/detail/meta/std_fs.hpp
+3 −3 include/nlohmann/detail/meta/type_traits.hpp
+1 −1 include/nlohmann/detail/output/binary_writer.hpp
+3 −3 include/nlohmann/detail/output/serializer.hpp
+20 −20 include/nlohmann/json.hpp
+129 −129 nlohmann_json.natvis
+46 −144 single_include/nlohmann/json.hpp
+1 −1 tests/src/unit-32bit.cpp
+3 −3 tests/src/unit-alt-string.cpp
+5 −5 tests/src/unit-bjdata.cpp
+1 −1 tests/src/unit-bson.cpp
+6 −5 tests/src/unit-cbor.cpp
+1 −1 tests/src/unit-class_lexer.cpp
+2 −2 tests/src/unit-class_parser.cpp
+1 −0 tests/src/unit-concepts.cpp
+2 −2 tests/src/unit-convenience.cpp
+2 −92 tests/src/unit-conversions.cpp
+14 −18 tests/src/unit-deserialization.cpp
+14 −14 tests/src/unit-element_access1.cpp
+10 −10 tests/src/unit-element_access2.cpp
+1 −1 tests/src/unit-json_patch.cpp
+3 −3 tests/src/unit-msgpack.cpp
+5 −5 tests/src/unit-readme.cpp
+13 −72 tests/src/unit-regression2.cpp
+1 −1 tests/src/unit-serialization.cpp
+2 −2 tests/src/unit-testsuites.cpp
+2 −2 tests/src/unit-ubjson.cpp
+16 −29 tests/src/unit-udt.cpp
+9 −194 tests/src/unit-udt_macro.cpp
+1 −1 tests/src/unit-unicode1.cpp
+3 −3 tools/gdb_pretty_printer/nlohmann-json.py
+13 −13 tools/generate_natvis/nlohmann_json.natvis.j2
2 changes: 1 addition & 1 deletion libs/spdlog

0 comments on commit 2a1c12a

Please sign in to comment.