Niels Lohmann
|
4151f2d297
|
✅ added test with thousands_sep
|
2017-02-19 20:08:01 +01:00 |
|
Niels Lohmann
|
6408402ad2
|
🔀 merge #378 (for #362 and #454)
|
2017-02-16 09:24:45 +01:00 |
|
Niels Lohmann
|
057b1e606b
|
🔀 merged #415 (fix for #414)
|
2017-02-16 08:50:20 +01:00 |
|
Niels Lohmann
|
b9f3149451
|
🚑 fix for #452
|
2017-02-15 21:30:28 +01:00 |
|
Mihai STAN
|
6bf93b3d06
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2017-02-15 15:00:25 +02:00 |
|
Niels Lohmann
|
c8191c8172
|
🔨 further cleanup
|
2017-02-12 18:50:17 +01:00 |
|
Niels Lohmann
|
8d88a1da2a
|
🔀 merged #379 and fixed conflicts
|
2017-02-05 13:13:41 +01:00 |
|
Niels Lohmann
|
d870826811
|
🔖 set version to 2.1.0
|
2017-01-28 16:03:35 +01:00 |
|
Mihai STAN
|
6198439f59
|
fix #414 - comparing to 0 literal
Overload comparison operators for all types that could be converted
to nullptr.
|
2017-01-24 22:33:37 +02:00 |
|
Théo DELRIEU
|
3e15b551e0
|
run make pretty
|
2017-01-21 16:14:22 +01:00 |
|
Théo DELRIEU
|
6d427acdde
|
replace constructor by from/to_json: unscoped enum types
this also means that one can do: j.get<unscoped_enum>();
|
2017-01-21 16:14:22 +01:00 |
|
Alex Astashyn
|
c236b596c9
|
Merge upstream/develop into feature/locale_independent_str_to_num
|
2017-01-04 19:20:16 -05:00 |
|
Alex Astashyn
|
949061079a
|
Merge upstream/develop into feature/locale_independent_num_to_str
|
2017-01-04 18:55:19 -05:00 |
|
Niels Lohmann
|
cdd3b5a68c
|
🚑 fix for #416
|
2017-01-03 23:52:01 +01:00 |
|
Niels Lohmann
|
8b46eb8ec0
|
📄 it's 2017 already
|
2017-01-02 09:40:00 +01:00 |
|
Niels Lohmann
|
60b3703c62
|
🔖 version bump to 2.0.10
|
2017-01-02 09:35:57 +01:00 |
|
Niels Lohmann
|
cf9bf2d913
|
🚑 fix for #411 and #412
|
2017-01-01 15:28:01 +01:00 |
|
Niels Lohmann
|
f0edab2363
|
🚑 fix for #408
|
2016-12-29 17:00:02 +01:00 |
|
Niels Lohmann
|
383a29a924
|
🚑 fix for #407
|
2016-12-29 16:14:15 +01:00 |
|
Niels Lohmann
|
871cebaf84
|
🚑 fix for #405
|
2016-12-29 15:39:16 +01:00 |
|
Niels Lohmann
|
303e873ae8
|
🔖 bumped version to 2.0.9
|
2016-12-16 20:45:46 +01:00 |
|
Niels Lohmann
|
2f94c30bad
|
✅ added a regression test for #380 / #390
|
2016-12-13 21:46:07 +01:00 |
|
Alex Astashyn
|
6fba52b6da
|
Merged upstream/develop into feature/locale_independent_str_to_num
|
2016-12-12 20:27:15 -05:00 |
|
Alex Astashyn
|
65b9b0c429
|
Disabling snprintf pre-check, since can't get locale-specific behavior to manifest in AppVeyor
|
2016-12-12 19:50:21 -05:00 |
|
Alex Astashyn
|
0f8de48ddb
|
Disabling strtod pre-check, since can't get locale-specific behavior to manifest in AppVeyor
|
2016-12-12 19:48:14 -05:00 |
|
Niels Lohmann
|
79fa8b2f41
|
🚑 fix to address #389
|
2016-12-12 23:19:43 +01:00 |
|
Alex Astashyn
|
01930357f7
|
Tweaking unit test, as digits grouping is failing to be invoked in CI
|
2016-12-08 22:39:38 -05:00 |
|
Alex Astashyn
|
1c029b97c0
|
Still trying to invoke locale-specific behavior in CI
|
2016-12-08 22:13:05 -05:00 |
|
Alex Astashyn
|
50f0484ad5
|
Added unit test for issue #378
|
2016-12-07 20:23:25 -05:00 |
|
Alex Astashyn
|
27d9740ad6
|
Tweaks to unit-test for issue #379
|
2016-12-07 19:55:07 -05:00 |
|
Alex Astashyn
|
6774457733
|
Trying to coerce setlocale to make snprintf use commas as delimiter some more
|
2016-12-06 22:59:12 -05:00 |
|
Alex Astashyn
|
d2e9ce270a
|
Trying to coerce setlocale to make snprintf use commas as delimiter; the behavior appears to be compiler/platform-specific
|
2016-12-06 22:18:20 -05:00 |
|
Alex Astashyn
|
6e8da7d8c4
|
Added unit-test for issue #379 (locale-independent str-to-num)
|
2016-12-06 19:45:48 -05:00 |
|
Alex Astashyn
|
2197856395
|
Fixed suffixing .0 and modified the unit tests accordingly
|
2016-12-04 01:38:23 -05:00 |
|
Alex Astashyn
|
6b78b5c2be
|
Added strtonum for locale-independent number parsing
|
2016-12-03 19:05:09 -05:00 |
|
Niels Lohmann
|
4adb8a81bf
|
📝 version bump
|
2016-12-02 18:39:35 +01:00 |
|
Niels Lohmann
|
1ed510c232
|
Merge branch 'develop' into feature/filenotfound
|
2016-11-25 17:39:24 +01:00 |
|
Niels Lohmann
|
c39c36e6ad
|
💄 fixed indentation
|
2016-11-24 22:05:29 +01:00 |
|
Niels Lohmann
|
8014637ad1
|
✅ added a test for EOF error (#367)
|
2016-11-24 21:53:41 +01:00 |
|
Niels Lohmann
|
4bb41d065b
|
🐛 parsing erroneous files yields an exception (#366)
|
2016-11-23 16:57:01 +01:00 |
|
Niels
|
700977d73e
|
version bump
|
2016-11-02 20:52:15 +01:00 |
|
Niels
|
737d43724f
|
Merge branch 'feature/issue329' into develop
|
2016-11-02 16:59:23 +01:00 |
|
Niels
|
606098f45d
|
release 2.0.6
|
2016-10-15 16:47:45 +02:00 |
|
Niels
|
d91067220f
|
added missing overflow check for #329
|
2016-10-13 21:00:48 +02:00 |
|
Niels
|
2fa8ea0f74
|
started fixing #323
|
2016-10-08 14:27:28 +02:00 |
|
Niels
|
3d104f1d43
|
version bump
|
2016-09-14 23:06:39 +02:00 |
|
Niels
|
6bbcdc1ec5
|
fixes #310
|
2016-09-14 22:48:12 +02:00 |
|
Niels
|
768d66560e
|
version bump
|
2016-09-11 23:36:59 +02:00 |
|
Niels
|
f922426ec3
|
fixed #304
|
2016-09-11 22:40:51 +02:00 |
|
Niels
|
2daab5a4c2
|
fixed #306
|
2016-09-11 22:30:08 +02:00 |
|
Niels
|
df9fd6237e
|
release 2.0.3
|
2016-08-31 21:27:23 +02:00 |
|
Niels
|
d80329034e
|
split test suite in one file per test case
|
2016-08-04 21:55:47 +02:00 |
|