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

26 Commits

Author SHA1 Message Date
b9f3149451 🚑 fix for #452 2017-02-15 21:30:28 +01:00
265c5b5207 🔨 more work on the number parser 2017-02-13 18:51:23 +01:00
b84705d557 improved test coverage 2017-02-12 20:14:43 +01:00
0164b10e10 added missing tests found by mutate++ 2017-01-29 17:18:58 +01:00
d870826811 🔖 set version to 2.1.0 2017-01-28 16:03:35 +01:00
8b46eb8ec0 📄 it's 2017 already 2017-01-02 09:40:00 +01:00
60b3703c62 🔖 version bump to 2.0.10 2017-01-02 09:35:57 +01:00
303e873ae8 🔖 bumped version to 2.0.9 2016-12-16 20:45:46 +01:00
4adb8a81bf 📝 version bump 2016-12-02 18:39:35 +01:00
700977d73e version bump 2016-11-02 20:52:15 +01:00
606098f45d release 2.0.6 2016-10-15 16:47:45 +02:00
3d104f1d43 version bump 2016-09-14 23:06:39 +02:00
768d66560e version bump 2016-09-11 23:36:59 +02:00
df9fd6237e release 2.0.3 2016-08-31 21:27:23 +02:00
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