Commit Graph

  • e1f98fbfc0 🚧 splitting tests into several binaries Niels Lohmann 2016-11-27 16:19:26 +01:00
  • a73f43a7a2 🚧 CBOR support (#358) Niels Lohmann 2016-11-27 00:10:04 +01:00
  • eef408e5fb tests for CBOR Niels Lohmann 2016-11-27 00:09:24 +01:00
  • 87e088990b Merge branch 'develop' into feature/messagepack Niels Lohmann 2016-11-26 18:17:18 +01:00
  • a8522f391a Merge branch 'develop' into feature/issue365 Niels Lohmann 2016-11-26 12:45:50 +01:00
  • 2773038cf9 added improvements (#365) Niels Lohmann 2016-11-26 12:43:23 +01:00
  • a791af30b4 Merge branch 'feature/filenotfound' into develop Niels Lohmann 2016-11-25 17:39:38 +01:00
  • 1ed510c232 Merge branch 'develop' into feature/filenotfound Niels Lohmann 2016-11-25 17:39:24 +01:00
  • f194db9aa6 added assertion for warning from #368 Niels Lohmann 2016-11-24 22:07:35 +01:00
  • c39c36e6ad 💄 fixed indentation Niels Lohmann 2016-11-24 22:05:29 +01:00
  • 472d0045ba 📝 updating README after fixing #299 Niels Lohmann 2016-11-24 21:56:21 +01:00
  • 1407bbf94c 💄 fixed indentation Niels Lohmann 2016-11-24 21:54:05 +01:00
  • 8014637ad1 added a test for EOF error (#367) Niels Lohmann 2016-11-24 21:53:41 +01:00
  • dfc49e7afe 🐛 fixed a bug if parser was called with a stream at EOF (#367) Niels Lohmann 2016-11-24 21:45:10 +01:00
  • 2819b555c8 Merge branch 'develop' into coverity_scan Niels Lohmann 2016-11-24 20:01:55 +01:00
  • 4bd3b1b0ef Merge branch 'develop' into feature/issue365 Niels Lohmann 2016-11-24 18:25:00 +01:00
  • e3450cac72 📈 removing more variance of the benchmarks Niels Lohmann 2016-11-24 18:24:26 +01:00
  • c3a610d32a 🔧 ignoring Clion files Niels Lohmann 2016-11-24 17:45:01 +01:00
  • 739f8eefb7 Merge branch 'develop' into coverity_scan Niels Lohmann 2016-11-24 17:26:11 +01:00
  • 25548f85c9 👷 trying Coverity with Clang 3.6 (#299) Niels Lohmann 2016-11-24 17:25:05 +01:00
  • 4bb41d065b 🐛 parsing erroneous files yields an exception (#366) Niels Lohmann 2016-11-23 16:57:01 +01:00
  • 5f4becb0f5 Merge branch 'develop' into feature/issue365 Niels 2016-11-23 08:48:54 +01:00
  • ed611119d9 📈 reducing benchmark variance (#365) Niels 2016-11-23 08:47:40 +01:00
  • 6cc2d58d69 🐛 hopefully fixing the crashes on Linux (#365) Niels 2016-11-22 20:13:47 +01:00
  • f620d74919 added performance fixes (#365) Niels 2016-11-22 07:26:11 +01:00
  • 869f4c68d4 📝 updated thanks section Niels 2016-11-22 07:25:40 +01:00
  • c34b41acd6 🐛 fixes crash in dump from static object (#359) Niels 2016-11-22 06:57:58 +01:00
  • abce5c25bb 📝 cleaned comments and updated README Niels 2016-11-21 23:38:17 +01:00
  • 43dbe02d5b 🐛 fixing #359 Niels 2016-11-21 21:53:10 +01:00
  • edc81f3bc1 💚 restored test call Niels 2016-11-16 22:49:25 +01:00
  • d362a07239 💚 moved sample.json to standard test suite to run it with Valgrind Niels 2016-11-16 22:49:16 +01:00
  • a9744f3937 💚 is sample.json killing AppVeyor? Niels 2016-11-16 22:08:21 +01:00
  • 0c9ab9427f 💚 added verbose message to check AppVeyor build Niels 2016-11-16 22:02:38 +01:00
  • 05e916717b Merge branch 'develop' into feature/messagepack Niels 2016-11-16 19:16:36 +01:00
  • 693bfe439b Merge branch 'develop' into feature/emplace Niels 2016-11-16 19:16:16 +01:00
  • 0d72767b3e ⬆️ updated to Catch v1.5.8 Niels 2016-11-16 19:15:54 +01:00
  • 56667af823 🎨 stating the name of the library in the license Niels 2016-11-16 19:08:25 +01:00
  • 0a908ce8e2 Merge branch 'develop' into feature/messagepack Niels 2016-11-16 09:04:37 +01:00
  • b0f896558f Merge branch 'develop' into feature/emplace Niels 2016-11-16 09:04:25 +01:00
  • 425b9834a8 🐛 removed the wrong compiler Niels 2016-11-16 08:25:08 +01:00
  • 56671a88c6 🍎 removed Xcode 8.0 due to repeated problems Niels 2016-11-16 08:01:48 +01:00
  • 5316f0fff2 🍎 added Xcode 8.1 build for travis Niels 2016-11-16 06:42:26 +01:00
  • 1be73b903e proposal for emplace/emplace_back (#349) Niels 2016-11-11 19:29:14 +01:00
  • d1e73ce954 hid an expensive test case Niels 2016-11-11 17:31:37 +01:00
  • 543745a10e starting to integrate MessagePack (#358) Niels 2016-11-11 17:11:13 +01:00
  • 79a9d00e15 Merge branch 'develop' Niels 2016-11-03 18:54:59 +01:00
  • 9ca00e4880 readded missing header Niels 2016-11-03 07:27:32 +01:00
  • e385417047 documented and cleaned up headers (#314) Niels 2016-11-02 21:27:19 +01:00
  • 6d2b5e3771 Merge branch 'release/2.0.7' into develop v2.0.7 Niels 2016-11-02 20:52:42 +01:00
  • a4d13c92ba Merge branch 'release/2.0.7' Niels 2016-11-02 20:52:24 +01:00
  • 700977d73e version bump Niels 2016-11-02 20:52:15 +01:00
  • 79015b9d0a Merge branch 'feature/jsontestsuite' into develop Niels 2016-11-02 17:03:17 +01:00
  • 3716a2fbe8 Merge branch 'develop' into feature/jsontestsuite Niels 2016-11-02 17:03:12 +01:00
  • 737d43724f Merge branch 'feature/issue329' into develop Niels 2016-11-02 16:59:23 +01:00
  • 59c8343851 cleanup Niels 2016-11-02 15:44:46 +01:00
  • 94c16b2c31 fixed coverage Niels 2016-11-01 17:01:04 +01:00
  • 8f70525374 more test coverage Niels 2016-10-30 17:46:00 +01:00
  • 7adccde714 improved coverage and updated README Niels 2016-10-30 17:10:11 +01:00
  • 8d1e65f297 evaluated i-tests (#344) Niels 2016-10-30 16:07:17 +01:00
  • 7b4e6cf705 added implementation-specific tests (#344) Niels 2016-10-30 12:08:29 +01:00
  • a8136c578a fixed BOM handling #344 Niels 2016-10-29 21:08:30 +02:00
  • b820bb3b1f fixed a lot of unicode errors (#344) Niels 2016-10-29 19:35:17 +02:00
  • b03bbe724d added n test cases (#344) Niels 2016-10-29 14:02:33 +02:00
  • 7da182472d Merge branch 'develop' into feature/jsontestsuite Niels 2016-10-29 13:37:17 +02:00
  • 42ea4fb751 fixed a bug for short input files (#344) Niels 2016-10-29 13:32:36 +02:00
  • 2fdba9de19 added "y" cases Niels 2016-10-26 23:45:11 +02:00
  • a2808322c6 add test files from https://github.com/nst/JSONTestSuite Niels 2016-10-26 18:57:56 +02:00
  • a29fcae409 fixed Cmake link Niels Lohmann 2016-10-26 09:20:40 +02:00
  • 3ebe28970a small fixes Niels 2016-10-23 17:25:07 +02:00
  • 79d9fdc016 user-defined string literals exploit string length (#340) Niels 2016-10-22 18:57:58 +02:00
  • e310850353 cleanup after #336 Niels 2016-10-16 23:46:24 +02:00
  • 8057782bb8 Merge pull request #336 from seeekr/patch-1 Niels Lohmann 2016-10-16 23:40:17 +02:00
  • cb2d41e3a0 fix minor grammar/style issue in README.md Denis Andrejew 2016-10-16 02:46:43 +02:00
  • 542a48a16a Merge branch 'release/2.0.6' into develop v2.0.6 Niels 2016-10-15 16:48:08 +02:00
  • 60bba02cc6 Merge branch 'release/2.0.6' Niels 2016-10-15 16:47:56 +02:00
  • 606098f45d release 2.0.6 Niels 2016-10-15 16:47:45 +02:00
  • d91067220f added missing overflow check for #329 Niels 2016-10-13 21:00:48 +02:00
  • 67b9f1936d cleanup after closing #324 Niels 2016-10-12 22:05:45 +02:00
  • bb9d87ad55 Merge pull request #324 from vpetrigo/has_mapped_improve Niels Lohmann 2016-10-12 21:59:56 +02:00
  • e7a60d8961 Merge branch 'feature/issue323' into develop Niels 2016-10-12 21:21:59 +02:00
  • 470197bd0b improve test coverage Niels 2016-10-10 21:58:31 +02:00
  • d3e7f9da67 code cleanup for #323 Niels 2016-10-10 20:38:50 +02:00
  • 97280bbcfc added missing header Niels 2016-10-09 16:32:01 +02:00
  • e9fde3e116 make has_mapped_type struct friendly Vladimir Petrigo 2016-10-08 01:03:35 +03:00
  • 54bf5f20e9 adjusted README Niels 2016-10-08 14:33:10 +02:00
  • 2fa8ea0f74 started fixing #323 Niels 2016-10-08 14:27:28 +02:00
  • a0ef5a194c addressed #319, #321, and #318 Niels 2016-10-06 23:27:43 +02:00
  • 04b11d78ff Merge pull request #318 from ChristophJud/include_dir_relocation Niels Lohmann 2016-10-06 22:35:36 +02:00
  • 8173c370f6 Merge pull request #321 from vasild/develop Niels Lohmann 2016-10-06 22:33:58 +02:00
  • b6550b35c3 fix after #313 Niels 2016-10-04 18:20:36 +02:00
  • b5128b1610 Fix usage examples' comments for std::multiset Vasil Dimov 2016-10-04 18:53:44 +03:00
  • 963efb1f09 Merge pull request #313 from 5tefan/develop Niels Lohmann 2016-10-02 11:29:49 +02:00
  • d6005e59a5 added fuzzing results Niels 2016-10-02 11:23:47 +02:00
  • e1b6a23049 relocation of install-include directory for other packages Christoph Jud 2016-09-26 12:15:03 +02:00
  • be61091401 trivial documentation fix Stefan Codrescu 2016-09-16 18:15:36 -06:00
  • e4366688f7 v2.0.5 Niels 2016-09-14 23:42:12 +02:00
  • 5dfd2c9bdf Merge branch 'release/2.0.5' into develop v2.0.5 Niels 2016-09-14 23:07:14 +02:00
  • 5879eb0be3 Merge branch 'release/2.0.5' Niels 2016-09-14 23:06:53 +02:00
  • 3d104f1d43 version bump Niels 2016-09-14 23:06:39 +02:00
  • 6bbcdc1ec5 fixes #310 Niels 2016-09-14 22:48:12 +02:00