1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-25 13:41:56 +03:00
Commit Graph

112 Commits

Author SHA1 Message Date
1d66ab9f7a fixed lexer issue which required null byte at the end of contiguous storage containers #290 2016-08-23 22:38:05 +02:00
cda84ba323 Merge branch 'develop' into feature/iterator_range_parsing 2016-08-21 23:15:27 +02:00
1e896eb91e improved code coverage 2016-08-21 22:38:56 +02:00
b4571360df more on #290 2016-08-21 12:35:40 +02:00
a78eaa27b5 fixed unit tests 2016-08-17 21:31:59 +02:00
dfc2c1abe5 added assertion for contiguous memory 2016-08-14 23:38:20 +02:00
4871e39415 spell fix 2016-08-14 17:52:21 +02:00
7b42c973bd fix for MSVC 2016-08-14 17:34:58 +02:00
c9e5d56c9c fix for MSVC 2016-08-14 17:30:53 +02:00
01386b3977 cleanup 2016-08-14 17:23:15 +02:00
b76f5506d7 added a parser for continguous containers 2016-08-14 14:18:25 +02:00
d80329034e split test suite in one file per test case 2016-08-04 21:55:47 +02:00