Commit graph

  • 7a081244a5 Refactored preprocessing with a lambda instead of do{...}while(0) Alex Astashyn 2016-12-06 19:41:31 -0500
  • 0c87d5d6b3 Refactored preprocessing with a lambda instead of do{...}while(0) Alex Astashyn 2016-12-06 19:41:05 -0500
  • d643360575 Bugfix: when working with C formatting functions we need to query C locales (localeconv) rather than std::locale Alex Astashyn 2016-12-06 00:43:12 -0500
  • 738d462955 Bugfix: when working with C formatting functions we need to query C locales (localeconv) rather than std::locale Alex Astashyn 2016-12-06 00:23:58 -0500
  • 82b82fd487 Addressing msvc-specific compilation issues. Alex Astashyn 2016-12-05 20:33:28 -0500
  • 509447b4d5 Small bufix related to creation of fmt string for snprintf Alex Astashyn 2016-12-05 19:03:39 -0500
  • e41a956782 Alternative handling of integer types relying on strto[u]ll Alex Astashyn 2016-12-04 13:23:39 -0500
  • 2197856395 Fixed suffixing .0 and modified the unit tests accordingly Alex Astashyn 2016-12-04 01:38:23 -0500
  • 21cae35930 Added locale-independent numtostr Alex Astashyn 2016-12-04 01:27:22 -0500
  • c75efedc6e stylistic changes Alex Astashyn 2016-12-03 23:19:43 -0500
  • 4eafaab816 Improved overflow detection; removed debugging output statements. Alex Astashyn 2016-12-03 22:54:36 -0500
  • 6b78b5c2be Added strtonum for locale-independent number parsing Alex Astashyn 2016-12-03 19:05:09 -0500
  • f9a19af7a8 Merge branch 'develop' into coverity_scan Niels Lohmann 2016-12-02 20:30:20 +0100
  • bc28942101 🔖 Merge branch 'release/2.0.8' into develop Niels Lohmann 2016-12-02 20:07:43 +0100
  • 272ebdc900 🔖 Merge branch 'release/2.0.8' Niels Lohmann 2016-12-02 20:07:14 +0100
  • 44c0f811b1 🔖 version 2.0.8 Niels Lohmann 2016-12-02 20:05:53 +0100
  • 6c24caf282 📝 updated ChangeLog Niels Lohmann 2016-12-02 19:04:36 +0100
  • 4adb8a81bf 📝 version bump Niels Lohmann 2016-12-02 18:39:35 +0100
  • 60b7299fe1 📝 updated README Niels Lohmann 2016-12-02 18:02:38 +0100
  • 8f563a5f81 Merge branch 'feature/emplace' into develop Niels Lohmann 2016-12-01 21:22:23 +0100
  • 5c811b91f1 Merge branch 'develop' into feature/emplace Niels Lohmann 2016-12-01 21:17:40 +0100
  • ba3c5e1a25 more test cases Niels Lohmann 2016-11-29 09:49:05 +0100
  • c46b4ea990 more test cases Niels Lohmann 2016-11-29 08:37:27 +0100
  • e717492019 Merge branch 'feature/issue365' into develop Niels Lohmann 2016-11-29 07:46:14 +0100
  • bd252b2a09 Merge branch 'develop' into feature/issue365 Niels Lohmann 2016-11-28 23:24:52 +0100
  • 50f647c866 Merge branch 'develop' into feature/messagepack Niels Lohmann 2016-11-28 23:24:35 +0100
  • 7b6bd585c1 Merge branch 'develop' into feature/emplace Niels Lohmann 2016-11-28 23:23:56 +0100
  • d563c21afe 📝 update documentation of Travis builders Niels Lohmann 2016-11-28 23:23:45 +0100
  • ee0f23fdc6 🚧 bug fixes and more tests Niels Lohmann 2016-11-28 23:20:03 +0100
  • 286025497f 👷 removed retired images (https://blog.travis-ci.com/2016-11-17-retiring-some-osx-images/) Niels Lohmann 2016-11-28 22:16:33 +0100
  • aeb4f87a27 added return value for emplace (#349) Niels Lohmann 2016-11-28 18:33:46 +0100
  • 6ecff31b7f Merge branch 'develop' into feature/emplace Niels Lohmann 2016-11-28 18:00:10 +0100
  • bc238124ee 🚧 further simplifications Niels Lohmann 2016-11-27 21:42:21 +0100
  • 4c232fe12b 👷 added precondition for individual tests Niels Lohmann 2016-11-27 19:11:58 +0100
  • a820d688eb 🔨 refactored number-to-vector calls Niels Lohmann 2016-11-27 19:11:32 +0100
  • 56843eb7ba Merge branch 'feature/individual_tests' into feature/messagepack Niels Lohmann 2016-11-27 18:28:23 +0100
  • 93589e630c CBOR roundtrip tests Niels Lohmann 2016-11-27 17:47:56 +0100
  • 2477b09cb9 🐛 Clang 3.9.0 seems to not work right now Niels Lohmann 2016-11-27 17:29:19 +0100
  • f860f323be 🚧 falling back to single unit test for coveralls Niels Lohmann 2016-11-27 17:09:05 +0100
  • 71c1232e32 🐛 fixed YAML Niels Lohmann 2016-11-27 16:46:33 +0100
  • 36c79113fb 🚧 fixing coveralls and valgrind targets Niels Lohmann 2016-11-27 16:45:24 +0100
  • e1f98fbfc0 🚧 splitting tests into several binaries Niels Lohmann 2016-11-27 16:19:26 +0100
  • a73f43a7a2 🚧 CBOR support (#358) Niels Lohmann 2016-11-27 00:10:04 +0100
  • eef408e5fb tests for CBOR Niels Lohmann 2016-11-27 00:09:24 +0100
  • 87e088990b Merge branch 'develop' into feature/messagepack Niels Lohmann 2016-11-26 18:17:18 +0100
  • a8522f391a Merge branch 'develop' into feature/issue365 Niels Lohmann 2016-11-26 12:45:50 +0100
  • 2773038cf9 added improvements (#365) Niels Lohmann 2016-11-26 12:43:23 +0100
  • a791af30b4 Merge branch 'feature/filenotfound' into develop Niels Lohmann 2016-11-25 17:39:38 +0100
  • 1ed510c232 Merge branch 'develop' into feature/filenotfound Niels Lohmann 2016-11-25 17:39:24 +0100
  • f194db9aa6 added assertion for warning from #368 Niels Lohmann 2016-11-24 22:07:35 +0100
  • c39c36e6ad 💄 fixed indentation Niels Lohmann 2016-11-24 22:05:29 +0100
  • 472d0045ba 📝 updating README after fixing #299 Niels Lohmann 2016-11-24 21:56:21 +0100
  • 1407bbf94c 💄 fixed indentation Niels Lohmann 2016-11-24 21:54:05 +0100
  • 8014637ad1 added a test for EOF error (#367) Niels Lohmann 2016-11-24 21:53:41 +0100
  • dfc49e7afe 🐛 fixed a bug if parser was called with a stream at EOF (#367) Niels Lohmann 2016-11-24 21:45:10 +0100
  • 2819b555c8 Merge branch 'develop' into coverity_scan Niels Lohmann 2016-11-24 20:01:55 +0100
  • 4bd3b1b0ef Merge branch 'develop' into feature/issue365 Niels Lohmann 2016-11-24 18:25:00 +0100
  • e3450cac72 📈 removing more variance of the benchmarks Niels Lohmann 2016-11-24 18:24:26 +0100
  • c3a610d32a 🔧 ignoring Clion files Niels Lohmann 2016-11-24 17:45:01 +0100
  • 739f8eefb7 Merge branch 'develop' into coverity_scan Niels Lohmann 2016-11-24 17:26:11 +0100
  • 25548f85c9 👷 trying Coverity with Clang 3.6 (#299) Niels Lohmann 2016-11-24 17:25:05 +0100
  • 4bb41d065b 🐛 parsing erroneous files yields an exception (#366) Niels Lohmann 2016-11-23 16:57:01 +0100
  • 5f4becb0f5 Merge branch 'develop' into feature/issue365 Niels 2016-11-23 08:48:54 +0100
  • ed611119d9 📈 reducing benchmark variance (#365) Niels 2016-11-23 08:47:40 +0100
  • 6cc2d58d69 🐛 hopefully fixing the crashes on Linux (#365) Niels 2016-11-22 20:13:47 +0100
  • f620d74919 added performance fixes (#365) Niels 2016-11-22 07:26:11 +0100
  • 869f4c68d4 📝 updated thanks section Niels 2016-11-22 07:25:40 +0100
  • c34b41acd6 🐛 fixes crash in dump from static object (#359) Niels 2016-11-22 06:57:58 +0100
  • abce5c25bb 📝 cleaned comments and updated README Niels 2016-11-21 23:38:17 +0100
  • 43dbe02d5b 🐛 fixing #359 Niels 2016-11-21 21:53:10 +0100
  • edc81f3bc1 💚 restored test call Niels 2016-11-16 22:49:25 +0100
  • d362a07239 💚 moved sample.json to standard test suite to run it with Valgrind Niels 2016-11-16 22:49:16 +0100
  • a9744f3937 💚 is sample.json killing AppVeyor? Niels 2016-11-16 22:08:21 +0100
  • 0c9ab9427f 💚 added verbose message to check AppVeyor build Niels 2016-11-16 22:02:38 +0100
  • 05e916717b Merge branch 'develop' into feature/messagepack Niels 2016-11-16 19:16:36 +0100
  • 693bfe439b Merge branch 'develop' into feature/emplace Niels 2016-11-16 19:16:16 +0100
  • 0d72767b3e ⬆️ updated to Catch v1.5.8 Niels 2016-11-16 19:15:54 +0100
  • 56667af823 🎨 stating the name of the library in the license Niels 2016-11-16 19:08:25 +0100
  • 0a908ce8e2 Merge branch 'develop' into feature/messagepack Niels 2016-11-16 09:04:37 +0100
  • b0f896558f Merge branch 'develop' into feature/emplace Niels 2016-11-16 09:04:25 +0100
  • 425b9834a8 🐛 removed the wrong compiler Niels 2016-11-16 08:25:08 +0100
  • 56671a88c6 🍎 removed Xcode 8.0 due to repeated problems Niels 2016-11-16 08:01:48 +0100
  • 5316f0fff2 🍎 added Xcode 8.1 build for travis Niels 2016-11-16 06:42:26 +0100
  • 1be73b903e proposal for emplace/emplace_back (#349) Niels 2016-11-11 19:29:14 +0100
  • d1e73ce954 hid an expensive test case Niels 2016-11-11 17:31:37 +0100
  • 543745a10e starting to integrate MessagePack (#358) Niels 2016-11-11 17:11:13 +0100
  • 79a9d00e15 Merge branch 'develop' Niels 2016-11-03 18:54:59 +0100
  • 9ca00e4880 readded missing header Niels 2016-11-03 07:27:32 +0100
  • e385417047 documented and cleaned up headers (#314) Niels 2016-11-02 21:27:19 +0100
  • 6d2b5e3771 Merge branch 'release/2.0.7' into develop Niels 2016-11-02 20:52:42 +0100
  • a4d13c92ba Merge branch 'release/2.0.7' Niels 2016-11-02 20:52:24 +0100
  • 700977d73e version bump Niels 2016-11-02 20:52:15 +0100
  • 79015b9d0a Merge branch 'feature/jsontestsuite' into develop Niels 2016-11-02 17:03:17 +0100
  • 3716a2fbe8 Merge branch 'develop' into feature/jsontestsuite Niels 2016-11-02 17:03:12 +0100
  • 737d43724f Merge branch 'feature/issue329' into develop Niels 2016-11-02 16:59:23 +0100
  • 59c8343851 cleanup Niels 2016-11-02 15:44:46 +0100
  • 94c16b2c31 fixed coverage Niels 2016-11-01 17:01:04 +0100
  • 8f70525374 more test coverage Niels 2016-10-30 17:46:00 +0100
  • 7adccde714 improved coverage and updated README Niels 2016-10-30 17:10:11 +0100
  • 8d1e65f297 evaluated i-tests (#344) Niels 2016-10-30 16:07:17 +0100