Commit graph

  • dbdcb3fec8 🐛 fixed bug in CBOR/MessagePack deserialization Niels Lohmann 2016-12-25 16:06:36 +0100
  • 6e129fbfb7 📝 some small documentation fixes Niels Lohmann 2016-12-25 14:39:08 +0100
  • f87f4c06f9 🚧 cleanup Niels Lohmann 2016-12-22 12:10:52 +0100
  • 33be4e7f1f 🚧 cleanup Niels Lohmann 2016-12-22 12:08:36 +0100
  • a084e90f39 🔨 split AFL test in driver and test file Niels Lohmann 2016-12-22 11:09:26 +0100
  • 048330b14b ⬆️ Catch v1.5.9 Niels Lohmann 2016-12-22 09:37:15 +0100
  • 22a6b956e8 📄 added license for Catch Niels Lohmann 2016-12-22 09:36:34 +0100
  • ad241a2260 🔨 moved third-party code into separate folder Niels Lohmann 2016-12-22 09:35:53 +0100
  • 6e8791912f 🚧 added fuzzer from OSS-Fuzz Niels Lohmann 2016-12-22 09:09:40 +0100
  • 69ed19e483 added libFuzzer Niels Lohmann 2016-12-22 09:08:50 +0100
  • 09fd1a04b8 Merge branch 'develop' into coverity_scan Niels Lohmann 2016-12-21 16:19:26 +0100
  • 7107072f71 👷 clang for fedora Niels Lohmann 2016-12-21 10:33:36 +0100
  • 2cf0f299ad 👷 using clang where GCC is too old Niels Lohmann 2016-12-21 10:13:59 +0100
  • 937cca762f 👷 forgot to install make Niels Lohmann 2016-12-21 09:54:11 +0100
  • 91e45a8dd0 👷 the cmake of trusty is too old Niels Lohmann 2016-12-21 09:47:31 +0100
  • f78671de8e 👷 Fedora has no package "build-essential" Niels Lohmann 2016-12-21 09:33:16 +0100
  • 2e5208d5cd 👷 there is no cmake in the osx image Niels Lohmann 2016-12-21 09:19:53 +0100
  • c6fbd305b0 👷 trying more doozer workers Niels Lohmann 2016-12-21 09:17:17 +0100
  • 38597ac628 👷 added more builders Niels Lohmann 2016-12-20 23:04:07 +0100
  • 57b32d9773 Add Doozer build badge Andreas Smas 2016-12-20 21:38:01 +0100
  • 73b28e8f92 👷 fixing build command Niels Lohmann 2016-12-20 19:16:52 +0100
  • 1178a8152a 👷 using cmake with Doozer Niels Lohmann 2016-12-20 19:13:19 +0100
  • 0fffbb8488 👷 trying Doozer Niels Lohmann 2016-12-20 19:06:15 +0100
  • ab64419bb6 Merge branch 'develop' into coverity_scan Niels Lohmann 2016-12-18 18:17:51 +0100
  • 9952a3c456 👷 trying to fix coverity task Niels Lohmann 2016-12-18 18:17:26 +0100
  • 03b78fee63 Merge branch 'develop' into coverity_scan Niels Lohmann 2016-12-16 21:42:34 +0100
  • 0e55af23fc 🔀 Merge branch 'release/2.0.9' into develop Niels Lohmann 2016-12-16 21:35:28 +0100
  • 6df60b0448 🔀 Merge branch 'release/2.0.9' Niels Lohmann 2016-12-16 21:34:54 +0100
  • 57afd293aa 🔖 updated documentation Niels Lohmann 2016-12-16 21:34:37 +0100
  • a507b9b46a 🔖 updated documentation Niels Lohmann 2016-12-16 21:25:20 +0100
  • 36dc786106 🔖 updated Changelog Niels Lohmann 2016-12-16 21:09:14 +0100
  • 706be50596 📝 updated number of tests Niels Lohmann 2016-12-16 20:54:43 +0100
  • 303e873ae8 🔖 bumped version to 2.0.9 Niels Lohmann 2016-12-16 20:45:46 +0100
  • f6f7fed99a 🚨 removed some warnings Niels Lohmann 2016-12-16 18:57:19 +0100
  • f24e4f680e 🎨 cleanup after PR #395 Niels Lohmann 2016-12-14 22:30:09 +0100
  • fe00b368ae 🔀 merge pull request #395 from Bosswestfalen/develop Niels Lohmann 2016-12-14 21:56:43 +0100
  • 2f94c30bad added a regression test for #380 / #390 Niels Lohmann 2016-12-13 21:46:07 +0100
  • 4e2fb1a533 Merge pull request #390 from qwename/integer-overflow Niels Lohmann 2016-12-13 21:26:53 +0100
  • dfafd2c259 👷 can't get clang sanitizer to work #394 Niels Lohmann 2016-12-13 21:23:59 +0100
  • 92e28c3153 added missing changes in json.hpp.re2c Bosswestfalen 2016-12-13 20:30:56 +0100
  • c3fac19692 👷 another try for sanitizers #394 Niels Lohmann 2016-12-13 19:41:36 +0100
  • 3f089cab2b 👷 moved instructed build to "before_script" #394 Niels Lohmann 2016-12-13 18:24:16 +0100
  • 9b5411db57 👷 clang 3.9.0 is not working #394 Niels Lohmann 2016-12-13 17:55:41 +0100
  • f5d4a9c4eb 👷 added Clang 3.9.0 and sanitizer build #394 Niels Lohmann 2016-12-13 17:51:46 +0100
  • 703d4baf8b Fixed conversion warnings Yixin Zhang 2016-12-12 20:59:43 -0500
  • bd6422f583 Ran make pretty Yixin Zhang 2016-12-10 14:21:13 -0500
  • 1e981115c9 Fix issue #380: Signed integer overflow check Yixin Zhang 2016-12-09 21:31:57 -0500
  • 6fba52b6da Merged upstream/develop into feature/locale_independent_str_to_num Alex Astashyn 2016-12-12 20:27:15 -0500
  • 5cad2006eb Tweaked check for preserved sign; added LCOV_EXCL_LINE Alex Astashyn 2016-12-12 20:15:57 -0500
  • 65b9b0c429 Disabling snprintf pre-check, since can't get locale-specific behavior to manifest in AppVeyor Alex Astashyn 2016-12-12 19:50:21 -0500
  • 0f8de48ddb Disabling strtod pre-check, since can't get locale-specific behavior to manifest in AppVeyor Alex Astashyn 2016-12-12 19:48:14 -0500
  • cd0b651d43 Tweaked check for preserved sign; added LCOV_EXCL_LINE Alex Astashyn 2016-12-12 19:46:47 -0500
  • 79fa8b2f41 🚑 fix to address #389 Niels Lohmann 2016-12-12 23:19:43 +0100
  • dd3f4f9b92 Replaced class iterator and class const_iterator with aliases of template <typename U> iter_impl. iter_impl has operator const_iterator to create an const_iterator from an iterator. Bosswestfalen 2016-12-12 19:26:45 +0100
  • 447e01427d 🚨 fixed some warnings Niels Lohmann 2016-12-12 18:21:17 +0100
  • b8776e8613 🚑 fix for #393 Niels Lohmann 2016-12-12 17:39:56 +0100
  • f6c21a1f20 📝 added note to example files Niels Lohmann 2016-12-12 08:25:08 +0100
  • 5402458ff5 🚑 fixed an AddressSanitizer warning Niels Lohmann 2016-12-12 08:13:26 +0100
  • a25d570040 📝 added TOC to README #383 Niels Lohmann 2016-12-11 19:42:36 +0100
  • ea7b40687b 📝 updated FAQ of the contribution guidelines #382 Niels Lohmann 2016-12-11 16:36:39 +0100
  • b2991950a5 📝 added not wrt re2c version #390 Niels Lohmann 2016-12-11 16:21:53 +0100
  • e906933f39 🔀 Merge branch 'feature/messagepack' into develop Niels Lohmann 2016-12-11 16:11:59 +0100
  • a59eb4868a 🔀 Merge branch 'develop' into feature/messagepack Niels Lohmann 2016-12-11 16:11:43 +0100
  • a9d7d315a5 📝 cleanup after #391 Niels Lohmann 2016-12-11 16:06:52 +0100
  • 446019aefd 🔀 merge pull request #391 from jaredgrubb/jgrubb-clang-doc-warning Niels Lohmann 2016-12-11 16:04:27 +0100
  • 6fa4f96ba3 📝 fixed two documentation warnings Niels Lohmann 2016-12-11 16:03:23 +0100
  • dc6fc3e079 📝 clean up and added documentation for #358 Niels Lohmann 2016-12-11 13:36:08 +0100
  • fdce38fa79 fixed a test case Niels Lohmann 2016-12-11 00:39:26 +0100
  • e8c903294f more test cases for CBOR and msgpack Niels Lohmann 2016-12-11 00:05:29 +0100
  • 41673e8fed 🐛 fixed CBOR code and added test cases Niels Lohmann 2016-12-10 23:12:57 +0100
  • 98d6e6e523 Clang: quiet a warning Jared Grubb 2016-12-10 13:17:34 -0800
  • 7e5d6af5c1 🔨 refactored msgpack code Niels Lohmann 2016-12-10 21:30:18 +0100
  • f1b95d78f9 🔨 refactored CBOR code to a switch Niels Lohmann 2016-12-10 19:29:45 +0100
  • d99c230f51 implemented indefinite-length CBOR types (#387) Niels Lohmann 2016-12-10 18:32:56 +0100
  • 01930357f7 Tweaking unit test, as digits grouping is failing to be invoked in CI Alex Astashyn 2016-12-08 22:39:38 -0500
  • 343c9f9baa Addressing compiler warnings Alex Astashyn 2016-12-08 22:36:18 -0500
  • 1c029b97c0 Still trying to invoke locale-specific behavior in CI Alex Astashyn 2016-12-08 22:13:05 -0500
  • 38499e84fc Removed unused struct; fixed comments Alex Astashyn 2016-12-08 21:38:14 -0500
  • 6b84c4155c 🔨 refactored get_from_vector function Niels Lohmann 2016-12-08 09:37:23 +0100
  • 50f0484ad5 Added unit test for issue #378 Alex Astashyn 2016-12-07 20:23:25 -0500
  • 27d9740ad6 Tweaks to unit-test for issue #379 Alex Astashyn 2016-12-07 19:55:07 -0500
  • 0a4a6a8399 Refactored to avoid using exceptions, as there are plans to support exceptionless mode Alex Astashyn 2016-12-07 19:53:27 -0500
  • 81a4272444 more test cases for CBOR Niels Lohmann 2016-12-07 23:14:37 +0100
  • 3a0f5398a2 more CBOR test cases Niels Lohmann 2016-12-07 22:50:10 +0100
  • b7e0c12966 CBOR support for half-precision floats Niels Lohmann 2016-12-07 21:43:59 +0100
  • 17c9b17a7e test cases from RFC 7049 #384 Niels Lohmann 2016-12-07 21:25:22 +0100
  • aab9bbbb93 🐛 fix for CBOR (small integers) Niels Lohmann 2016-12-07 21:24:42 +0100
  • de289ea336 💚 another approach to the AppVeyor error Niels Lohmann 2016-12-07 19:15:05 +0100
  • 81c43dca6a 💚 more AppVeyor fixes Niels Lohmann 2016-12-07 16:51:15 +0100
  • 3f14a09e73 💚 another try to fix the AppVeyor build Niels Lohmann 2016-12-07 16:43:55 +0100
  • 74571d531c 💚 still fixing the AppVeyor error Niels Lohmann 2016-12-07 16:34:02 +0100
  • 2c7946f2bc 💚 hopefully fixed an error on AppVeyor Niels Lohmann 2016-12-07 16:21:22 +0100
  • 8f6bfe5b32 🔨 refactored function to get numbers from byte vector Niels Lohmann 2016-12-07 14:47:06 +0100
  • 474da6b28f  more msgpack test cases Niels Lohmann 2016-12-07 13:47:08 +0100
  • be973e52bb more msgpack test cases Niels Lohmann 2016-12-07 09:19:46 +0100
  • a1693bfe48 Merge branch 'develop' into feature/messagepack Niels Lohmann 2016-12-07 08:39:57 +0100
  • 6774457733 Trying to coerce setlocale to make snprintf use commas as delimiter some more Alex Astashyn 2016-12-06 22:59:12 -0500
  • d169598c6c simplified code a bit based on @gregmarr's suggestions Alex Astashyn 2016-12-06 22:20:48 -0500
  • d2e9ce270a Trying to coerce setlocale to make snprintf use commas as delimiter; the behavior appears to be compiler/platform-specific Alex Astashyn 2016-12-06 22:18:20 -0500
  • 6e8da7d8c4 Added unit-test for issue #379 (locale-independent str-to-num) Alex Astashyn 2016-12-06 19:45:48 -0500