json/test
Pierre-Antoine Lacaze cc24003700 Make basic_json allocate-aware, as mentioned in #161
This is an attempt to make it work with #164.
The thing is that the current code attempts to define containers with incomplete types,
this is not supported by the standard and does not work unordered_map. std::vector and
std::map work but we might be in the realm of undefined behavior.
2016-01-03 01:24:23 +01:00
..
json_nlohmann_tests ignore UTF-8 byte order mark (fixes #152) 2015-12-07 22:27:53 +01:00
json_roundtrip more test cases 2015-05-09 16:58:06 +02:00
json_tests added compliance test cases 2015-05-09 13:56:51 +02:00
json_testsuite more tests 2015-06-30 00:12:18 +02:00
json.org more tests 2015-06-30 00:12:18 +02:00
catch.hpp upgraded Catch to v1.3.1 2015-12-20 15:42:01 +01:00
unit.cpp Make basic_json allocate-aware, as mentioned in #161 2016-01-03 01:24:23 +01:00