Commit Graph

  • 2d474b5273 Merge pull request #510 from alex-weej/patch-1 Niels Lohmann 2017-03-17 06:47:11 +0100
  • 836f1c4189 🎨 Namespace uint8_t from the C++ stdlib Alexander “weej” Jones 2017-03-16 18:24:41 +0000
  • cd43600e6f
    💄 cleanup after #508 Niels Lohmann 2017-03-16 19:02:05 +0100
  • 773b33e016 Merge pull request #508 from theodelrieu/feature/c_array_conversion Niels Lohmann 2017-03-16 19:00:58 +0100
  • c5711f3072
    🚧 a lot of minor changes Niels Lohmann 2017-03-16 18:39:33 +0100
  • 483a58f625
    🚨 added pedantic flags for GCC Niels Lohmann 2017-03-16 18:35:45 +0100
  • dbebf8de47
    add to_json method for C arrays Théo DELRIEU 2017-03-16 13:43:53 +0100
  • 100bf3ef2c
    Merge branch 'feature/getline' into develop Niels Lohmann 2017-03-14 23:08:19 +0100
  • 710f8a2686
    📝 improved documentation for to-CBOR and to-msgpack functions Niels Lohmann 2017-03-14 23:08:05 +0100
  • 1de80e8af4
    🔨 added user-defined exception #493 Niels Lohmann 2017-03-14 21:31:36 +0100
  • 63c2c62f19
    🔨 changed call from "not good()" to "fail()" #493 Niels Lohmann 2017-03-14 21:24:53 +0100
  • 95474e420d
    🏁 added parentheses around max/min calls #506 Niels Lohmann 2017-03-14 21:11:20 +0100
  • b026591e9e
    🚑 added special case to fuzzers to fix #504 Niels Lohmann 2017-03-14 21:05:38 +0100
  • bfe4788e32
    🚑 fix for #500 Niels Lohmann 2017-03-14 16:14:05 +0100
  • 84072fbd6d
    💄 fixed indentation Niels Lohmann 2017-03-14 16:07:28 +0100
  • b8b4362ca4
    🔥 removed accidentally committed binaries Niels Lohmann 2017-03-13 19:04:19 +0100
  • c5cf32e34d
    🔨 added user-defined exception 406 Niels Lohmann 2017-03-12 20:59:33 +0100
  • 43b8285249
    🔀 merge branch 'feature/exceptions_3.0.0' into develop Niels Lohmann 2017-03-12 20:34:30 +0100
  • 855cdcf05c
    🔀 merge branch 'develop' into feature/exceptions_3.0.0 Niels Lohmann 2017-03-12 20:22:30 +0100
  • 8feaf8dc94
    💥 implemented new handling of NaN and INF #70 #329 #388 Niels Lohmann 2017-03-12 18:38:05 +0100
  • 9355f05888
    🔨 cleaned up array from_json methods #473 Niels Lohmann 2017-03-12 17:05:02 +0100
  • 87eafd8d6a
    added regression tests for #473 Niels Lohmann 2017-03-12 15:20:17 +0100
  • 80dcf22fc3
    🔨 added a check function for MsgPack strings #497 Niels Lohmann 2017-03-12 14:39:20 +0100
  • 28dbe4e651
    📝 overworked documentation for the at functions Niels Lohmann 2017-03-12 13:49:39 +0100
  • 89f6068385
    Merge branch 'develop' into feature/exceptions_3.0.0 Niels Lohmann 2017-03-12 11:51:24 +0100
  • dfa4e83cd8
    Merge branch 'feature/no_exceptions' into develop Niels Lohmann 2017-03-12 11:49:52 +0100
  • e3e941ef2b
    👷 fixed a syntax error Niels Lohmann 2017-03-12 11:19:27 +0100
  • 01470f388b
    👷 fixed no_exceptions test case Niels Lohmann 2017-03-12 11:04:26 +0100
  • 4d7c29923e
    🚑 fix for #486 Niels Lohmann 2017-03-12 10:40:36 +0100
  • 4b9c2f1287
    🔨 added __EXCEPTIONS to the list Niels Lohmann 2017-03-11 20:16:13 +0100
  • 4e49829851
    🚑 fix for #493 Niels Lohmann 2017-03-11 19:26:12 +0100
  • 122afbf128
    🔨 added defined() check Niels Lohmann 2017-03-11 18:43:21 +0100
  • e3e6cbecc7
    🏁 added check for _CPPUNWIND Niels Lohmann 2017-03-11 17:59:24 +0100
  • 65dfc97d40
    🔨 using __cpp_exceptions to detect exception support #498 Niels Lohmann 2017-03-11 17:44:54 +0100
  • ff0b18d10c
    Merge branch 'feature/vector_bool' into develop Niels Lohmann 2017-03-11 17:22:14 +0100
  • c7afb34e57
    🎨 cleanup after #496 Niels Lohmann 2017-03-11 16:01:26 +0100
  • 754ce0b991 Merge pull request #496 from TedLyngmo/fix_effcplusplus_warnings Niels Lohmann 2017-03-11 15:57:10 +0100
  • d9e2dd03bf
    🔨 fixed interface for to_json function Niels Lohmann 2017-03-11 15:46:52 +0100
  • f4126e4dd8
    added overload for std::less<value_t> #486 Niels Lohmann 2017-03-11 15:44:14 +0100
  • f5f6dac800
    added overload for std::vector<bool> #494 Niels Lohmann 2017-03-11 15:32:44 +0100
  • 70bbf19527 Fix -Weffc++ warnings (GNU 6.3.1) Ted Lyngmo 2017-03-11 13:56:38 +0100
  • 5b809b9737 Fix -Weffc++ warnings (GNU 6.3.1) Ted Lyngmo 2017-03-11 13:56:38 +0100
  • 9cfb777b65 Fix -Weffc++ warnings (GNU 6.3.1) Ted Lyngmo 2017-03-11 13:56:38 +0100
  • f9fe0193d5
    Merge branch 'develop' into coverity_scan Niels Lohmann 2017-03-09 18:55:27 +0100
  • 758c4addc1
    🚑 fix for #492 Niels Lohmann 2017-03-09 18:20:26 +0100
  • 0f6b8aa718
    📝 more documentation for the new exceptions Niels Lohmann 2017-03-08 23:30:38 +0100
  • 1ab580d6e9
    📝 more documentation for the new exceptions Niels Lohmann 2017-03-08 23:12:13 +0100
  • fe71e7df1f
    📝 overworked documentation Niels Lohmann 2017-03-08 21:03:19 +0100
  • 9374eaa013
    🔨 added user-defined exception 501 Niels Lohmann 2017-03-08 19:16:53 +0100
  • c8a6ce79ea
    🚑 fixing fuzzers to work with new exceptions Niels Lohmann 2017-03-08 18:37:03 +0100
  • fc9b528ec9
    🔨 changed an exception Niels Lohmann 2017-03-08 18:07:21 +0100
  • 8fcd01631f
    improved test coverage Niels Lohmann 2017-03-08 16:39:17 +0100
  • 625cf7e3f7
    🔨 added user-defined exception 112 Niels Lohmann 2017-03-07 20:05:34 +0100
  • 757d2c6c7a
    🔨 replaced at() calls in msgpack/cbor Niels Lohmann 2017-03-06 23:45:08 +0100
  • 5407333224
    🔨 added user-defined exception 111 Niels Lohmann 2017-03-06 22:37:46 +0100
  • 21ec0e7806
    🔨 added user-defined exception 110 Niels Lohmann 2017-03-06 21:00:13 +0100
  • a186106bde
    🔨 user-defined exception 302 Niels Lohmann 2017-03-06 19:34:44 +0100
  • 38c2e20ce8
    added user-defined exceptions 404-405 Niels Lohmann 2017-03-05 23:25:22 +0100
  • 30331fa21f
    🔨 added user-defined exception 403 Niels Lohmann 2017-03-05 23:16:17 +0100
  • 60da36aee2
    🔨 added user-defined exceptions 401-402 Niels Lohmann 2017-03-05 22:56:39 +0100
  • 491c9780a7
    🔨 added user-defined exception 311 Niels Lohmann 2017-03-05 22:39:21 +0100
  • 6751d650be
    🔨 added user-defined exception 311 Niels Lohmann 2017-03-05 22:31:08 +0100
  • 9e560ca40c
    🔨 added user-defined exceptions 313-315 Niels Lohmann 2017-03-05 19:58:26 +0100
  • 144cf6a4c7
    🔨 added user-defined exceptions 310 Niels Lohmann 2017-03-05 19:48:11 +0100
  • 5cca44c161
    🔨 added user-defined exceptions 309 Niels Lohmann 2017-03-05 19:42:05 +0100
  • 70b2c3f45e
    🔨 added user-defined exceptions 308 Niels Lohmann 2017-03-05 19:35:24 +0100
  • 2a9393af00
    🔨 added user-defined exceptions 307 Niels Lohmann 2017-03-05 19:26:44 +0100
  • bb740c43fb
    🔨 added user-defined exceptions 306 Niels Lohmann 2017-03-05 19:15:56 +0100
  • aa842b4a27
    🔨 added user-defined exceptions 305 Niels Lohmann 2017-03-05 19:08:12 +0100
  • f473f74fb0
    🔨 added user-defined exceptions 303-304 Niels Lohmann 2017-03-05 18:56:35 +0100
  • 068c7acda9
    🔨 added user-defined exceptions 301 Niels Lohmann 2017-03-05 18:40:09 +0100
  • 0c40c8e3be
    🔨 added user-defined exceptions 2xx Niels Lohmann 2017-03-03 14:34:57 +0100
  • a4274d7766
    🔨 added user-defined exceptions 205-206 Niels Lohmann 2017-03-03 14:00:42 +0100
  • 875b2da95d
    🔨 added user-defined exceptions 203-204 Niels Lohmann 2017-03-03 13:38:14 +0100
  • 9381f6c4da
    🔨 added user-defined exceptions 201-202 Niels Lohmann 2017-03-03 13:19:45 +0100
  • e291c6c3d2
    Merge branch 'develop' into feature/exceptions_3.0.0 Niels Lohmann 2017-03-03 12:59:37 +0100
  • a1354184ce
    📝 fixed typo #481 Niels Lohmann 2017-03-03 12:56:54 +0100
  • 0c6b1f8a24
    Merge branch 'develop' into feature/exceptions_3.0.0 Niels Lohmann 2017-03-03 12:54:45 +0100
  • 776758d7a2
    🔨 added user-defined exception 109 Niels Lohmann 2017-03-03 12:54:37 +0100
  • b86d2148ef
    🔨 added user-defined exceptions 106-108 Niels Lohmann 2017-03-03 11:56:58 +0100
  • 06c788e4fd
    📝 added missing word Niels Lohmann 2017-03-03 10:01:16 +0100
  • 01d3a006b1
    ⬆️ updated Catch to v1.8.1 Niels Lohmann 2017-03-02 18:13:19 +0100
  • 06815d274e
    🔨 added user-defined exceptions 104 and 105 Niels Lohmann 2017-03-02 17:55:13 +0100
  • c085e3bac2
    🔨 started with user-defined exceptions #301 #244 Niels Lohmann 2017-03-01 21:28:44 +0100
  • 7b8fd864e2
    🔥 removed deprecated constructor #480 Niels Lohmann 2017-03-01 17:49:03 +0100
  • 6b3912d936
    📝 added note to 3.0.0 wiki page #474 Niels Lohmann 2017-03-01 17:26:32 +0100
  • f84ac523aa
    📝 added a note to ordered maps Niels Lohmann 2017-03-01 10:15:07 +0100
  • 41f9b32554
    🔀 merge branch 'feature/serialization_class' into develop (#418) Niels Lohmann 2017-02-28 21:04:16 +0100
  • d69242c6ba
    💄 cleanup Niels Lohmann 2017-02-28 19:20:50 +0100
  • 059f21aada
    💄 fixed a warning Niels Lohmann 2017-02-28 17:24:03 +0100
  • 224f99070b
    micro-optimization of dump() Niels Lohmann 2017-02-28 16:28:22 +0100
  • fc48b8ac2b
    🐛 fixed a logical error Niels Lohmann 2017-02-28 11:45:38 +0100
  • af070744ae
    🔨 integrating numtostr into serializer class Niels Lohmann 2017-02-27 22:10:57 +0100
  • 54ef5f7b47
    🔨 moved serialization functions to serializer class Niels Lohmann 2017-02-27 21:22:39 +0100
  • 9c4919ff34
    " micro-optimizations for dump()" Niels Lohmann 2017-02-27 16:19:07 +0100
  • 909b439b03
    micro-optimizations for dump() Niels Lohmann 2017-02-27 14:58:10 +0100
  • 0f04e42dd5
    micro-optimizations for dump() Niels Lohmann 2017-02-27 01:22:24 +0100
  • b1441f3485
    micro-optimizations for dump() Niels Lohmann 2017-02-26 20:58:00 +0100
  • bd0326cbc1
    micro-optimizations for dump() Niels Lohmann 2017-02-26 16:55:54 +0100
  • ae155c4734
    💄 cleanup Niels Lohmann 2017-02-26 14:45:41 +0100