Commit graph

  • 4c821c9e9c
    🔨 moved buffer size to interface Niels Lohmann 2017-03-31 17:11:51 +0200
  • d07596a0ea
    📝 mentioned #540 and fixed #538 Niels Lohmann 2017-03-30 17:39:02 +0200
  • 7881783745 Merge pull request #540 from tinloaf/diagnostics Niels Lohmann 2017-03-30 17:25:29 +0200
  • 0b1b6307a5 Also change the re2c file Lukas Barth 2017-03-30 16:14:02 +0200
  • 40aff4182f Pop for every push Lukas Barth 2017-03-30 16:10:03 +0200
  • 60057a4728
    🔨 fixed bugs introduced by merging from develop Niels Lohmann 2017-03-29 07:54:26 +0200
  • a690a9f2d2
    Merge branch 'develop' into feature/manual_lexer Niels Lohmann 2017-03-29 00:57:09 +0200
  • c2e80a72d7
    🔨 deprecated j << istream / j >> ostream functions #367 Niels Lohmann 2017-03-29 00:39:47 +0200
  • 9578c0f700
    Merge branch 'develop' into feature/manual_lexer Niels Lohmann 2017-03-28 23:47:17 +0200
  • b4dbebffcd
    added regression test for #464 Niels Lohmann 2017-03-28 23:28:54 +0200
  • 62dfdf3f5d
    📝 addressed #514 Niels Lohmann 2017-03-28 23:24:59 +0200
  • 5d586b0192
    🔨 cleanup Niels Lohmann 2017-03-28 23:20:45 +0200
  • 19d119e18c
    🔨 fixed a warning in MSVC Niels Lohmann 2017-03-28 22:10:24 +0200
  • 6b12e40478
    🏁 removed __builtin_expect for MSVC Niels Lohmann 2017-03-28 21:55:26 +0200
  • d025b6aaf7
    Merge branch 'develop' into feature/manual_lexer Niels Lohmann 2017-03-28 21:39:36 +0200
  • 19cd206d99
    📝 documented Xcode 8.3 Niels Lohmann 2017-03-28 21:39:16 +0200
  • a0aa6ad2b2
    👷 added Xcode 8.3 Niels Lohmann 2017-03-28 20:42:12 +0200
  • d37ca2eba8
    🔨 fixed test case Niels Lohmann 2017-03-28 20:29:27 +0200
  • 50e251f5f6
    🔨 adjusted test case to new signature of token_type_name() Niels Lohmann 2017-03-28 20:17:00 +0200
  • 6a6fbea62c
    🔨 some cleanup Niels Lohmann 2017-03-28 20:08:08 +0200
  • 1e495945f1
    🔨 fixed buffer overflow Niels Lohmann 2017-03-28 18:06:43 +0200
  • bbb6bd9de5
    🔨 fixing last failing test cases Niels Lohmann 2017-03-28 17:00:03 +0200
  • b0c47abd88
    🔨 rewrote string parser to cope with UTF-8 Niels Lohmann 2017-03-27 22:58:44 +0200
  • f75e195db3
    🔨 added code for user-defined number types Niels Lohmann 2017-03-26 18:45:04 +0200
  • 3425527970
    🔨 added code for locale-independent number parsing Niels Lohmann 2017-03-26 18:12:58 +0200
  • 06e2a291b1
    🔨 fixed number parsing Niels Lohmann 2017-03-26 17:26:41 +0200
  • 3b069b4b4c
    🔨 adjusted more expected exceptions Niels Lohmann 2017-03-26 16:19:07 +0200
  • 99e0d8b339
    🔨 fixed \uxxxx parsing Niels Lohmann 2017-03-26 15:29:08 +0200
  • f47cf152a8
    Merge branch 'develop' into feature/manual_lexer Niels Lohmann 2017-03-26 13:14:14 +0200
  • d4d51460ab
    Merge branch 'feature/noexcept_exceptions' into develop Niels Lohmann 2017-03-26 12:54:22 +0200
  • 3336194306
    🔨 reverted changes that led to Travis failures Niels Lohmann 2017-03-26 12:23:10 +0200
  • 53b501a785
    🔨 cleanup Niels Lohmann 2017-03-25 23:31:03 +0100
  • cf7786887c
    🔨 fixed check for is_nothrow_copy_constructible Niels Lohmann 2017-03-25 17:35:57 +0100
  • c333679a96
    🔨 small refactoring Niels Lohmann 2017-03-25 17:25:39 +0100
  • cc36c65a89
    🚑 made exceptions nothrow-copy-constructible #531 Niels Lohmann 2017-03-25 16:22:52 +0100
  • a58ed3cd17
    💄 cleanup Niels Lohmann 2017-03-25 14:47:23 +0100
  • 20bcf1015b
    📝 cleanup after #536 Niels Lohmann 2017-03-25 14:19:05 +0100
  • dc6e9b6188
    Merge branch 'develop' into feature/manual_lexer Niels Lohmann 2017-03-25 14:12:58 +0100
  • 0f9585685a Merge pull request #536 from vpetrigo/feature/VS17_appveyor_support Niels Lohmann 2017-03-25 14:12:30 +0100
  • 8edb0cd15c Add VS17 image to appveyor matrix Vladimir Petrigo 2017-03-25 14:57:58 +0300
  • a93ec07c8c
    Merge branch 'develop' into feature/manual_lexer Niels Lohmann 2017-03-24 19:53:19 +0100
  • 3d597dda5d
    📝 update after #534 Niels Lohmann 2017-03-24 19:51:11 +0100
  • 40160f482a
    🚧 manual lexer Niels Lohmann 2017-03-24 19:49:02 +0100
  • bba688f53e Merge pull request #534 from TedLyngmo/utf8_encoding_enhancement Niels Lohmann 2017-03-24 19:38:29 +0100
  • cea2426731 UTF8 encoding enhancement Ted Lyngmo 2017-03-24 14:56:48 +0100
  • 8a872927e8 Merge pull request #530 from berkus/patch-1 Niels Lohmann 2017-03-23 13:57:54 +0100
  • b14629b0a6 Fix typo Berkus Decker 2017-03-23 14:50:41 +0200
  • 54db53c230
    📝 update after #527 and #525 Niels Lohmann 2017-03-22 08:10:31 +0100
  • d60851168e
    🚨 fixed a compiler warning #527 Niels Lohmann 2017-03-22 08:10:02 +0100
  • 67a06834b0 Merge pull request #526 from krzysztofwos/feature/exception-base-class Niels Lohmann 2017-03-22 07:50:34 +0100
  • b9c3b8d688 Exit with an error if re2c is not available Krzysztof Woś 2017-03-20 13:07:01 +0900
  • 86579209c8 Make exception base class visible in basic_json Krzysztof Woś 2017-03-20 12:42:44 +0900
  • 31a6c0910e
    🚑 fix for #519 Niels Lohmann 2017-03-17 22:18:48 +0100
  • f547679de5
    🚑 fix for #516 and #518 Niels Lohmann 2017-03-17 22:18:05 +0100
  • 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