Alex Astashyn
|
38499e84fc
|
Removed unused struct; fixed comments
|
2016-12-08 21:38:14 -05:00 |
|
Alex Astashyn
|
27d9740ad6
|
Tweaks to unit-test for issue #379
|
2016-12-07 19:55:07 -05:00 |
|
Alex Astashyn
|
0a4a6a8399
|
Refactored to avoid using exceptions, as there are plans to support exceptionless mode
|
2016-12-07 19:53:27 -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
|
d169598c6c
|
simplified code a bit based on @gregmarr's suggestions
|
2016-12-06 22:20:48 -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
|
7a081244a5
|
Refactored preprocessing with a lambda instead of do{...}while(0)
|
2016-12-06 19:41:31 -05:00 |
|
Alex Astashyn
|
0c87d5d6b3
|
Refactored preprocessing with a lambda instead of do{...}while(0)
|
2016-12-06 19:41:05 -05:00 |
|
Alex Astashyn
|
d643360575
|
Bugfix: when working with C formatting functions we need to query C locales (localeconv) rather than std::locale
|
2016-12-06 00:43:12 -05:00 |
|
Alex Astashyn
|
e41a956782
|
Alternative handling of integer types relying on strto[u]ll
|
2016-12-04 13:23:39 -05:00 |
|
Alex Astashyn
|
c75efedc6e
|
stylistic changes
|
2016-12-03 23:19:43 -05:00 |
|
Alex Astashyn
|
4eafaab816
|
Improved overflow detection; removed debugging output statements.
|
2016-12-03 22:54:36 -05:00 |
|
Alex Astashyn
|
6b78b5c2be
|
Added strtonum for locale-independent number parsing
|
2016-12-03 19:05:09 -05:00 |
|
Niels Lohmann
|
bc28942101
|
🔖 Merge branch 'release/2.0.8' into develop
|
2016-12-02 20:07:43 +01:00 |
|
Niels Lohmann
|
44c0f811b1
|
🔖 version 2.0.8
|
2016-12-02 20:05:53 +01:00 |
|
Niels Lohmann
|
6c24caf282
|
📝 updated ChangeLog
|
2016-12-02 19:04:36 +01:00 |
|
Niels Lohmann
|
4adb8a81bf
|
📝 version bump
|
2016-12-02 18:39:35 +01:00 |
|
Niels Lohmann
|
60b7299fe1
|
📝 updated README
|
2016-12-02 18:02:38 +01:00 |
|
Niels Lohmann
|
8f563a5f81
|
Merge branch 'feature/emplace' into develop
|
2016-12-01 21:22:23 +01:00 |
|
Niels Lohmann
|
5c811b91f1
|
Merge branch 'develop' into feature/emplace
|
2016-12-01 21:17:40 +01:00 |
|
Niels Lohmann
|
e717492019
|
Merge branch 'feature/issue365' into develop
|
2016-11-29 07:46:14 +01:00 |
|
Niels Lohmann
|
bd252b2a09
|
Merge branch 'develop' into feature/issue365
|
2016-11-28 23:24:52 +01:00 |
|
Niels Lohmann
|
7b6bd585c1
|
Merge branch 'develop' into feature/emplace
|
2016-11-28 23:23:56 +01:00 |
|
Niels Lohmann
|
d563c21afe
|
📝 update documentation of Travis builders
|
2016-11-28 23:23:45 +01:00 |
|
Niels Lohmann
|
286025497f
|
👷 removed retired images (https://blog.travis-ci.com/2016-11-17-retiring-some-osx-images/)
|
2016-11-28 22:16:33 +01:00 |
|
Niels Lohmann
|
aeb4f87a27
|
✨ added return value for emplace (#349)
|
2016-11-28 18:33:46 +01:00 |
|
Niels Lohmann
|
6ecff31b7f
|
Merge branch 'develop' into feature/emplace
|
2016-11-28 18:00:10 +01:00 |
|
Niels Lohmann
|
a8522f391a
|
Merge branch 'develop' into feature/issue365
|
2016-11-26 12:45:50 +01:00 |
|
Niels Lohmann
|
2773038cf9
|
⚡ added improvements (#365)
|
2016-11-26 12:43:23 +01:00 |
|
Niels Lohmann
|
a791af30b4
|
Merge branch 'feature/filenotfound' into develop
|
2016-11-25 17:39:38 +01:00 |
|
Niels Lohmann
|
1ed510c232
|
Merge branch 'develop' into feature/filenotfound
|
2016-11-25 17:39:24 +01:00 |
|
Niels Lohmann
|
f194db9aa6
|
✅ added assertion for warning from #368
|
2016-11-24 22:07:35 +01:00 |
|
Niels Lohmann
|
c39c36e6ad
|
💄 fixed indentation
|
2016-11-24 22:05:29 +01:00 |
|
Niels Lohmann
|
472d0045ba
|
📝 updating README after fixing #299
|
2016-11-24 21:56:21 +01:00 |
|
Niels Lohmann
|
1407bbf94c
|
💄 fixed indentation
|
2016-11-24 21:54:05 +01:00 |
|
Niels Lohmann
|
8014637ad1
|
✅ added a test for EOF error (#367)
|
2016-11-24 21:53:41 +01:00 |
|
Niels Lohmann
|
dfc49e7afe
|
🐛 fixed a bug if parser was called with a stream at EOF (#367)
|
2016-11-24 21:45:10 +01:00 |
|
Niels Lohmann
|
4bd3b1b0ef
|
Merge branch 'develop' into feature/issue365
|
2016-11-24 18:25:00 +01:00 |
|
Niels Lohmann
|
e3450cac72
|
📈 removing more variance of the benchmarks
|
2016-11-24 18:24:26 +01:00 |
|
Niels Lohmann
|
c3a610d32a
|
🔧 ignoring Clion files
|
2016-11-24 17:45:01 +01:00 |
|
Niels Lohmann
|
25548f85c9
|
👷 trying Coverity with Clang 3.6 (#299)
|
2016-11-24 17:25:05 +01:00 |
|
Niels Lohmann
|
4bb41d065b
|
🐛 parsing erroneous files yields an exception (#366)
|
2016-11-23 16:57:01 +01:00 |
|
Niels
|
5f4becb0f5
|
Merge branch 'develop' into feature/issue365
|
2016-11-23 08:48:54 +01:00 |
|
Niels
|
ed611119d9
|
📈 reducing benchmark variance (#365)
|
2016-11-23 08:47:40 +01:00 |
|
Niels
|
6cc2d58d69
|
🐛 hopefully fixing the crashes on Linux (#365)
|
2016-11-22 20:13:47 +01:00 |
|
Niels
|
f620d74919
|
⚡ added performance fixes (#365)
|
2016-11-22 07:26:11 +01:00 |
|
Niels
|
869f4c68d4
|
📝 updated thanks section
|
2016-11-22 07:25:40 +01:00 |
|
Niels
|
c34b41acd6
|
🐛 fixes crash in dump from static object (#359)
Merge branch 'feature/issue359' into develop
|
2016-11-22 06:57:58 +01:00 |
|
Niels
|
abce5c25bb
|
📝 cleaned comments and updated README
|
2016-11-21 23:38:17 +01:00 |
|