json/test/src
Niels Lohmann 6d3115924c
Add C++17 copies of the test binaries (#3101)
* ⚗️ add C++17 copies of the test binaries
* ⚗️ use proper header for filesystem
* 🚨 fix warnings
* ⚗️ do not use too old compilers with C++17
*  add test
* 🔨 add more constraints #3097
* ⚗️ use fix from https://github.com/nlohmann/json/pull/3101#issuecomment-998788786
* ⚗️ use fix from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90050
* 👷 use published CI image
2021-12-29 09:47:05 +01:00
..
fuzzer-driver_afl.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
fuzzer-parse_bson.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
fuzzer-parse_cbor.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
fuzzer-parse_json.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
fuzzer-parse_msgpack.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
fuzzer-parse_ubjson.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
test_utils.hpp 🚨 fix warning 2020-07-26 12:12:17 +02:00
unit-algorithms.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-allocator.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-alt-string.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-assert_macro.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-bson.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-byte_container_with_subtype.cpp Add C++17 copies of the test binaries (#3101) 2021-12-29 09:47:05 +01:00
unit-capacity.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-cbor.cpp Add C++17 copies of the test binaries (#3101) 2021-12-29 09:47:05 +01:00
unit-class_const_iterator.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-class_iterator.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-class_lexer.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-class_parser.cpp Add C++17 copies of the test binaries (#3101) 2021-12-29 09:47:05 +01:00
unit-comparison.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-concepts.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-constructor1.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-constructor2.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-convenience.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-conversions.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-deserialization.cpp Add C++17 copies of the test binaries (#3101) 2021-12-29 09:47:05 +01:00
unit-diagnostics.cpp Add recursive update function (#3069) 2021-11-03 13:52:20 +01:00
unit-disabled_exceptions.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-element_access1.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-element_access2.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-hash.cpp Add C++17 copies of the test binaries (#3101) 2021-12-29 09:47:05 +01:00
unit-inspection.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-items.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-iterators1.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-iterators2.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-json_patch.cpp Update CI (#3088) 2021-10-29 21:27:34 +02:00
unit-json_pointer.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-large_json.cpp Update CI (#3088) 2021-10-29 21:27:34 +02:00
unit-merge_patch.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-meta.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-modifiers.cpp Add recursive update function (#3069) 2021-11-03 13:52:20 +01:00
unit-msgpack.cpp Add C++17 copies of the test binaries (#3101) 2021-12-29 09:47:05 +01:00
unit-noexcept.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-ordered_json.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-ordered_map.cpp Add missing erase(first, last) function to ordered_map (#3109) 2021-11-09 22:24:58 +01:00
unit-pointer_access.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-readme.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-reference_access.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-regression1.cpp Add C++17 copies of the test binaries (#3101) 2021-12-29 09:47:05 +01:00
unit-regression2.cpp Add C++17 copies of the test binaries (#3101) 2021-12-29 09:47:05 +01:00
unit-serialization.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-testsuites.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-to_chars.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-ubjson.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-udt_macro.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-udt.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-unicode1.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-unicode2.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-unicode3.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-unicode4.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-unicode5.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-user_defined_input.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit-wstring.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00
unit.cpp 🔖 set version to 3.10.4 2021-10-16 13:34:31 +02:00