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 |
|
Niels
|
43dbe02d5b
|
🐛 fixing #359
|
2016-11-21 21:53:10 +01:00 |
|
Niels
|
edc81f3bc1
|
💚 restored test call
|
2016-11-16 22:49:25 +01:00 |
|
Niels
|
d362a07239
|
💚 moved sample.json to standard test suite to run it with Valgrind
|
2016-11-16 22:49:16 +01:00 |
|
Niels
|
a9744f3937
|
💚 is sample.json killing AppVeyor?
|
2016-11-16 22:08:21 +01:00 |
|
Niels
|
0c9ab9427f
|
💚 added verbose message to check AppVeyor build
|
2016-11-16 22:02:38 +01:00 |
|
Niels
|
05e916717b
|
Merge branch 'develop' into feature/messagepack
|
2016-11-16 19:16:36 +01:00 |
|
Niels
|
693bfe439b
|
Merge branch 'develop' into feature/emplace
|
2016-11-16 19:16:16 +01:00 |
|
Niels
|
0d72767b3e
|
⬆️ updated to Catch v1.5.8
|
2016-11-16 19:15:54 +01:00 |
|
Niels
|
56667af823
|
🎨 stating the name of the library in the license
|
2016-11-16 19:08:25 +01:00 |
|
Niels
|
0a908ce8e2
|
Merge branch 'develop' into feature/messagepack
|
2016-11-16 09:04:37 +01:00 |
|
Niels
|
b0f896558f
|
Merge branch 'develop' into feature/emplace
|
2016-11-16 09:04:25 +01:00 |
|
Niels
|
425b9834a8
|
🐛 removed the wrong compiler
|
2016-11-16 08:25:08 +01:00 |
|
Niels
|
56671a88c6
|
🍎 removed Xcode 8.0 due to repeated problems
|
2016-11-16 08:01:48 +01:00 |
|
Niels
|
5316f0fff2
|
🍎 added Xcode 8.1 build for travis
|
2016-11-16 06:42:26 +01:00 |
|
Niels
|
1be73b903e
|
proposal for emplace/emplace_back (#349)
|
2016-11-11 19:29:14 +01:00 |
|
Niels
|
d1e73ce954
|
hid an expensive test case
|
2016-11-11 17:31:37 +01:00 |
|
Niels
|
543745a10e
|
starting to integrate MessagePack (#358)
|
2016-11-11 17:11:13 +01:00 |
|
Niels
|
9ca00e4880
|
readded missing header
|
2016-11-03 07:27:32 +01:00 |
|
Niels
|
e385417047
|
documented and cleaned up headers (#314)
|
2016-11-02 21:27:19 +01:00 |
|
Niels
|
6d2b5e3771
|
Merge branch 'release/2.0.7' into develop
|
2016-11-02 20:52:42 +01:00 |
|
Niels
|
700977d73e
|
version bump
|
2016-11-02 20:52:15 +01:00 |
|
Niels
|
79015b9d0a
|
Merge branch 'feature/jsontestsuite' into develop
|
2016-11-02 17:03:17 +01:00 |
|
Niels
|
3716a2fbe8
|
Merge branch 'develop' into feature/jsontestsuite
|
2016-11-02 17:03:12 +01:00 |
|
Niels
|
737d43724f
|
Merge branch 'feature/issue329' into develop
|
2016-11-02 16:59:23 +01:00 |
|
Niels
|
59c8343851
|
cleanup
|
2016-11-02 15:44:46 +01:00 |
|
Niels
|
94c16b2c31
|
fixed coverage
|
2016-11-01 17:01:04 +01:00 |
|
Niels
|
8f70525374
|
more test coverage
|
2016-10-30 17:46:00 +01:00 |
|
Niels
|
7adccde714
|
improved coverage and updated README
|
2016-10-30 17:10:11 +01:00 |
|
Niels
|
8d1e65f297
|
evaluated i-tests (#344)
|
2016-10-30 16:07:17 +01:00 |
|
Niels
|
7b4e6cf705
|
added implementation-specific tests (#344)
|
2016-10-30 12:08:29 +01:00 |
|
Niels
|
a8136c578a
|
fixed BOM handling #344
|
2016-10-29 21:08:30 +02:00 |
|
Niels
|
b820bb3b1f
|
fixed a lot of unicode errors (#344)
BOMs currently yield an error.
|
2016-10-29 19:35:17 +02:00 |
|
Niels
|
b03bbe724d
|
added n test cases (#344)
|
2016-10-29 14:02:33 +02:00 |
|
Niels
|
7da182472d
|
Merge branch 'develop' into feature/jsontestsuite
|
2016-10-29 13:37:17 +02:00 |
|
Niels
|
42ea4fb751
|
fixed a bug for short input files (#344)
For input files with less than 5 bytes, the parser had a bug so that
refilling the input buffer led to erasing it.
|
2016-10-29 13:32:36 +02:00 |
|
Niels
|
2fdba9de19
|
added "y" cases
|
2016-10-26 23:45:11 +02:00 |
|
Niels
|
a2808322c6
|
add test files from https://github.com/nst/JSONTestSuite
|
2016-10-26 18:57:56 +02:00 |
|
Niels Lohmann
|
a29fcae409
|
fixed Cmake link
|
2016-10-26 09:20:40 +02:00 |
|
Niels
|
3ebe28970a
|
small fixes
|
2016-10-23 17:25:07 +02:00 |
|
Niels
|
79d9fdc016
|
user-defined string literals exploit string length (#340)
|
2016-10-22 18:57:58 +02:00 |
|
Niels
|
e310850353
|
cleanup after #336
|
2016-10-16 23:46:24 +02:00 |
|
Niels Lohmann
|
8057782bb8
|
Merge pull request #336 from seeekr/patch-1
fix minor grammar/style issue in README.md
|
2016-10-16 23:40:17 +02:00 |
|
Denis Andrejew
|
cb2d41e3a0
|
fix minor grammar/style issue in README.md
|
2016-10-16 02:46:43 +02:00 |
|
Niels
|
542a48a16a
|
Merge branch 'release/2.0.6' into develop
|
2016-10-15 16:48:08 +02:00 |
|
Niels
|
606098f45d
|
release 2.0.6
|
2016-10-15 16:47:45 +02:00 |
|