json/test/src
Niels Lohmann e22cbacc41
🚨 fix warning
2020-07-26 12:12:17 +02:00
..
fuzzer-driver_afl.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
fuzzer-parse_bson.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
fuzzer-parse_cbor.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
fuzzer-parse_json.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
fuzzer-parse_msgpack.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
fuzzer-parse_ubjson.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
test_utils.hpp 🚨 fix warning 2020-07-26 12:12:17 +02:00
UBSAN.supp .travis/cmake: Rework clang sanitizer invocation 2019-09-03 13:22:03 +02:00
unit-algorithms.cpp Merge branch 'develop' of https://github.com/nlohmann/json into clang_windows 2020-06-27 13:14:48 +02:00
unit-allocator.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit-alt-string.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit-assert_macro.cpp ♻️ replace further alternative operators 2020-07-11 19:28:58 +02:00
unit-bson.cpp 🚨 fix warning 2020-07-26 12:12:17 +02:00
unit-capacity.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit-cbor.cpp 🚨 fix warning 2020-07-26 12:12:17 +02:00
unit-class_const_iterator.cpp Merge branch 'develop' of https://github.com/nlohmann/json into clang_windows 2020-06-27 13:14:48 +02:00
unit-class_iterator.cpp Merge branch 'develop' of https://github.com/nlohmann/json into clang_windows 2020-06-27 13:14:48 +02:00
unit-class_lexer.cpp 🚸 improve diagnostics 2020-06-21 13:28:00 +02:00
unit-class_parser.cpp ♻️ replace further alternative operators 2020-07-11 19:28:58 +02:00
unit-comparison.cpp Merge branch 'develop' of https://github.com/nlohmann/json into clang_windows 2020-06-27 13:14:48 +02:00
unit-concepts.cpp Merge pull request #2176 from gracicot/cpp20-support-no-std-fct-templ-specialization 2020-06-21 20:39:58 +02:00
unit-constructor1.cpp add a switch to enable implicit conversions (defaults to true) 2020-07-22 10:49:01 +02:00
unit-constructor2.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit-convenience.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit-conversions.cpp 🔀 rename variable to avoid shadowing 2020-07-23 12:58:09 +02:00
unit-deserialization.cpp Merge branch 'develop' of https://github.com/nlohmann/json into clang_windows 2020-06-27 13:14:48 +02:00
unit-element_access1.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit-element_access2.cpp Merge branch 'develop' of https://github.com/nlohmann/json into clang_windows 2020-06-27 13:14:48 +02:00
unit-hash.cpp 💡 add documentation 2020-07-15 13:45:16 +02:00
unit-inspection.cpp Merge branch 'develop' of https://github.com/nlohmann/json into clang_windows 2020-06-27 13:14:48 +02:00
unit-items.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit-iterators1.cpp Merge branch 'develop' of https://github.com/nlohmann/json into clang_windows 2020-06-27 13:14:48 +02:00
unit-iterators2.cpp Merge branch 'develop' of https://github.com/nlohmann/json into clang_windows 2020-06-27 13:14:48 +02:00
unit-json_patch.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit-json_pointer.cpp Merge branch 'develop' of https://github.com/nlohmann/json into clang_windows 2020-06-27 13:14:48 +02:00
unit-large_json.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit-merge_patch.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit-meta.cpp fix test for meta() function 2020-07-25 22:28:14 +02:00
unit-modifiers.cpp Merge branch 'develop' of https://github.com/nlohmann/json into clang_windows 2020-06-27 13:14:48 +02:00
unit-msgpack.cpp 🚨 fix warning 2020-07-26 12:12:17 +02:00
unit-noexcept.cpp Merge branch 'develop' of https://github.com/nlohmann/json into clang_windows 2020-06-27 13:14:48 +02:00
unit-ordered_json.cpp 💚 add test for ordered_map 2020-07-11 19:24:32 +02:00
unit-pointer_access.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit-readme.cpp add a switch to enable implicit conversions (defaults to true) 2020-07-22 10:49:01 +02:00
unit-reference_access.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit-regression.cpp 🚨 fix UBSAN warning 2020-07-23 14:02:49 +02:00
unit-serialization.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit-testsuites.cpp Merge branch 'develop' of https://github.com/nlohmann/json into clang_windows 2020-06-27 13:14:48 +02:00
unit-to_chars.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit-ubjson.cpp 🚨 fix warning 2020-07-26 12:12:17 +02:00
unit-udt.cpp add a switch to enable implicit conversions (defaults to true) 2020-07-22 10:49:01 +02:00
unit-udt_macro.cpp add a switch to enable implicit conversions (defaults to true) 2020-07-22 10:49:01 +02:00
unit-unicode.cpp add a switch to enable implicit conversions (defaults to true) 2020-07-22 10:49:01 +02:00
unit-user_defined_input.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit-wstring.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00
unit.cpp 🔖 set version to 3.8.0 2020-06-14 17:16:45 +02:00