Commit Graph

  • 7a5b92a1c1 Make nlohmann friendly for inclusion. Gregorio Litenstein 2018-09-20 02:10:21 -0300
  • 910a895027
    Merge pull request #1238 from theodelrieu/fix/1237 Niels Lohmann 2018-09-29 14:50:54 +0200
  • 1fae82b7a7
    Merge branch 'develop' into fix/1237 Niels Lohmann 2018-09-29 14:50:36 +0200
  • 22e55349a6
    📝 added Wandbox link #1227 Niels Lohmann 2018-09-29 14:33:39 +0200
  • 70e587c3da
    📝 added Wandbox link #1227 Niels Lohmann 2018-09-29 14:33:21 +0200
  • d26f39466e
    Merge pull request #1231 from theodelrieu/feature/get_with_parameter Niels Lohmann 2018-09-29 14:30:04 +0200
  • c61a9071ae
    🚨 fixed a compilation issue with ICPC #755 Niels Lohmann 2018-09-29 11:50:14 +0200
  • e8730e5e82 BSON: Reworked binary_reader::get_bson_cstr() Julian Becker 2018-09-29 11:50:01 +0200
  • b59a58406e
    Merge branch 'develop' of https://github.com/nlohmann/json into develop Niels Lohmann 2018-09-29 11:48:52 +0200
  • 4e54c9a13d
    🚨 fixed a compilation issue with ICPC #755 Niels Lohmann 2018-09-29 11:48:49 +0200
  • 1da5ac6d09
    Merge 53420cbe01 into 95432c34f9 zakalibit 2018-09-29 09:38:14 +0000
  • 0a09db9cc2 BSON: Extend binary_reader::get_number to be able to hanlde little endian input to get rid of binary_reader::get_number_little_endian Julian Becker 2018-09-29 11:33:01 +0200
  • 95432c34f9
    Merge pull request #1262 from knilch0r/patch-1 Niels Lohmann 2018-09-29 10:58:10 +0200
  • 8c1387cfb3
    unit-testsuites.cpp: fix hangup if file not found knilch 2018-09-28 11:33:23 +0200
  • 521fe49fec
    Add basic_json::get_to function. Théo DELRIEU 2018-09-10 12:56:24 +0200
  • 680a4ab672
    Merge pull request #1257 from henryiii/gcc48 Niels Lohmann 2018-09-28 10:05:17 +0200
  • 7a37ba0c02 Adding 4.8 test to travis Henry Fredrick Schreiner 2018-09-25 18:15:29 +0200
  • ef358ae695 BSON: Fixed hangup in case of incomplete bson input and improved test coverage Julian Becker 2018-09-25 20:34:25 +0200
  • 99b7c7c8ef Patch nlohmann/json for GCC 4.8 Chris Harris 2018-09-20 11:19:33 -0400
  • bce4816275 BSON: Added test case for the different input/output_adapters Julian Becker 2018-09-24 23:35:19 +0200
  • 763705c2a7 Fix: Add missing begin() and end() member functions to alt_string Julian Becker 2018-09-24 19:29:39 +0200
  • e184b6ecf2
    Merge pull request #1252 from koponomarenko/fix-meson-build Niels Lohmann 2018-09-22 14:49:03 +0200
  • 88b055c2df
    Merge pull request #1249 from LEgregius/clang-3.4.2-crash-workaround Niels Lohmann 2018-09-22 14:14:56 +0200
  • 8799759b85 Add version and license to meson.build Kostiantyn Ponomarenko 2018-09-20 21:54:10 +0300
  • fdfc240bb2
    use a zip archive with everything inside for tests Théo DELRIEU 2018-09-20 18:17:02 +0200
  • c3d07d39af
    use CMake ExternalData for benchmark data files Théo DELRIEU 2018-09-20 14:30:08 +0200
  • 423edf0fdb
    use CMake ExternalData for test data files Théo DELRIEU 2018-09-20 14:12:51 +0200
  • 4e52277b70
    Fix issue #1237 Théo DELRIEU 2018-09-12 17:01:27 +0200
  • e4bc98d036
    Merge pull request #1245 from chuckatkins/fix-target-namespace-backward-compatibility Niels Lohmann 2018-09-19 20:46:51 +0200
  • 4d780b091b Reordered the code. It seems to stop clang 3.4.2 in RHEL 7 from crashing intermittently. David Guthrie 2018-09-18 16:38:59 -0400
  • 3b1a5cafad Use a version check to provide backwards comatible imported target names. Chuck Atkins 2018-09-18 13:59:19 -0400
  • 99939d6340
    📝 added lgtm.com badge Niels Lohmann 2018-09-18 19:27:52 +0200
  • 4e2f35d4c2
    👷 adding Xcode 10 worker Niels Lohmann 2018-09-18 19:22:30 +0200
  • 7fa3b8865c
    Merge pull request #1221 from rivertam/better-error-305 Niels Lohmann 2018-09-18 12:49:07 +0200
  • 8f07ab6392 Replace "key-style argument" with "string argument" Ben Berman 2018-09-17 15:36:38 -0400
  • df33a90774 BSON: Bugfix for non-empty arrays Julian Becker 2018-09-15 14:08:38 +0200
  • cf485c2907 BSON: Support for arrays Julian Becker 2018-09-15 13:54:08 +0200
  • 120d1d77d4 BSON: test case for a more complex document Julian Becker 2018-09-15 13:40:20 +0200
  • 5ce7d6bdd7 BSON: support objects with objects as members Julian Becker 2018-09-15 13:03:42 +0200
  • 83b427ad67 BSON: unsigned integers Julian Becker 2018-09-15 12:11:21 +0200
  • c0d8921a67 BSON: support objects with int64 members Julian Becker 2018-09-15 12:00:53 +0200
  • 7ee361f7ad BSON: support objects with int32 members Julian Becker 2018-09-15 11:54:17 +0200
  • c5ef023171 BSON: support objects with null members Julian Becker 2018-09-15 11:38:26 +0200
  • 6c447de076 BSON: Support objects with string members Julian Becker 2018-09-15 11:33:24 +0200
  • 0c0f2e44b5 BSON: support doubles Julian Becker 2018-09-15 03:23:54 +0200
  • 9a0dddc5d2 BSON: Object with single boolean Julian Becker 2018-09-15 03:08:50 +0200
  • 5f5836ce1c BSON: Support empty objects Julian Becker 2018-09-15 00:43:39 +0200
  • f06c8fd8e3 BSON: serialization of non-objects is not supported Julian Becker 2018-09-14 22:58:22 +0200
  • 186c747a19
    Merge pull request #1230 from mandreyel/lambda-unevaluated-context-fix Niels Lohmann 2018-09-10 20:52:11 +0200
  • 90ed0fc87e
    Merge 9676e86433 into ebb3c03293 Knut Tidemann 2018-09-10 13:21:26 +0000
  • 9676e86433 tests: ignore deprecated declarations warnings in GCC. Knut Andre Tidemann 2018-09-10 15:12:42 +0200
  • 6b5334c167 Move lambda out of unevaluated context mandreyel 2018-09-10 10:02:38 +0200
  • ebb3c03293
    🎨 cleanup after #1228 Niels Lohmann 2018-09-09 18:19:33 +0200
  • d3428b35c5
    Merge pull request #1228 from theodelrieu/remove_static_asserts Niels Lohmann 2018-09-09 18:12:43 +0200
  • aea648bb7a
    remove now-useless traits. check for is_basic_json where needed Théo DELRIEU 2018-09-07 12:42:49 +0200
  • 4b4bbceebf
    make from_json SFINAE-correct Théo DELRIEU 2018-09-06 16:54:42 +0200
  • f7971f04a5
    make to_json SFINAE-correct Théo DELRIEU 2018-09-06 16:08:01 +0200
  • f7c8a2145a
    refactor from/to_json(CompatibleArrayType) Théo DELRIEU 2018-09-05 17:59:10 +0200
  • 628f76729e
    do not check for compatible_object_type in compatible_array_type Théo DELRIEU 2018-09-05 17:26:32 +0200
  • 29f72966c3
    refactor is_compatible_type, remove conjunction & co Théo DELRIEU 2018-09-05 17:01:52 +0200
  • 77967e6548
    refactor is_compatible_integer_type Théo DELRIEU 2018-09-05 16:56:45 +0200
  • 13760857ff
    refactor is_compatible_array_type Théo DELRIEU 2018-09-05 16:49:27 +0200
  • 924e95c6e8
    refactor is_compatible_string_type Théo DELRIEU 2018-09-05 16:42:55 +0200
  • e84195ab7b
    refactor is_compatible_object_type Théo DELRIEU 2018-09-05 16:35:30 +0200
  • b59c3367c9
    use detected instead of has_* traits Théo DELRIEU 2018-09-05 16:02:13 +0200
  • 1ea8cd128c
    fix void_t for older compilers Théo DELRIEU 2018-09-07 12:15:35 +0200
  • eb30ff0615
    🚨 fixed a compiler warning #1224 Niels Lohmann 2018-09-06 07:25:19 +0200
  • 53420cbe01
    Merge pull request #1 from zakalibit/zakalibit-compiler-warning-patch zakalibit 2018-09-01 11:15:21 +0100
  • 4d94757e15
    Fix compiler warning. zakalibit 2018-09-01 11:14:31 +0100
  • ad053ef09c Fix tests for improved error 305(hopefully) Ben Berman 2018-08-30 13:19:09 -0400
  • bbdfe7dea6 Improve error messages for error 305 Ben Berman 2018-08-30 12:35:51 -0400
  • 21febe645a Neglected to run amalgamate before running checks... it wasn't obvious that was necessary. efp 2018-08-26 11:23:33 -0600
  • 1c8094d395
    Merge 435fc32a69 into d713727f22 Andreas C. Osowski 2018-08-25 14:38:49 +0000
  • d713727f22
    Merge pull request #1202 from dennisfischer/develop Niels Lohmann 2018-08-25 10:56:30 +0200
  • 04597c3a66
    Merge pull request #1214 from devsisters/fix-1213 Niels Lohmann 2018-08-24 17:54:28 +0200
  • aada309f61
    Fix #1213 Hyeon Kim 2018-08-24 21:52:24 +0900
  • fda01d7575 Ran amalgamate efp 2018-08-23 12:24:31 -0600
  • 349b19b84f Added input_position struct to record char, line, and column Added line and column number to parse error efp 2018-08-23 10:31:06 -0600
  • 359f98d140
    Merge branch 'release/3.2.0' into develop v3.2.0 Niels Lohmann 2018-08-20 19:36:25 +0200
  • 8c20571136
    Merge branch 'release/3.2.0' 3.2.0 Niels Lohmann 2018-08-20 19:36:10 +0200
  • dfe607c6ff Export package to allow builds without installing Dennis Fischer 2018-08-20 09:23:12 +0200
  • 9f3857ef6f
    🔖 set version to 3.2.0 Niels Lohmann 2018-08-18 18:46:15 +0200
  • 7608a64e1e
    🔨 fixed amalgamation Niels Lohmann 2018-08-18 18:14:12 +0200
  • a7b02bdce0
    🔖 preparing 3.2.0 release Niels Lohmann 2018-08-18 17:48:49 +0200
  • c6a482b16c
    📝 added example for sax_parse Niels Lohmann 2018-08-18 15:42:18 +0200
  • 5ad52f4167
    ⬆️ Catch 1.12.0 Niels Lohmann 2018-08-18 12:02:12 +0200
  • 3811daa8a3
    📝 release preparation Niels Lohmann 2018-08-18 12:00:14 +0200
  • 6899fa304c
    Merge branch 'develop' of https://github.com/nlohmann/json into develop Niels Lohmann 2018-08-18 08:15:06 +0200
  • 57faaf42ca
    🚨 fixed a compiler warning Niels Lohmann 2018-08-18 08:15:03 +0200
  • f78ac4fbd3
    Merge pull request #1200 from thyu/develop Niels Lohmann 2018-08-18 08:14:04 +0200
  • 3004a73951 Fix -Wno-sometimes-uninitialized by initializing "result" in parse_sax Tsz-Ho Yu 2018-08-18 01:12:19 +0100
  • e33b31e6aa
    🐛 fixed callback-related issue (https://github.com/nlohmann/json/issues/971#issuecomment-413678360) Niels Lohmann 2018-08-17 23:09:45 +0200
  • b5c54b41fd
    📝 overworked documentation Niels Lohmann 2018-08-16 21:53:47 +0200
  • 07494e06d7
    🚨 fixed some compiler warnings Niels Lohmann 2018-08-16 18:20:30 +0200
  • d5b21b051c
    Merge pull request #1153 from theodelrieu/refactor/no_virtual_sax Niels Lohmann 2018-08-16 17:47:55 +0200
  • 0cc3db4f15
    add static_asserts on SAX interface Théo DELRIEU 2018-07-24 14:47:41 +0200
  • 38f8a51a8f
    use abstract sax class in parser tests Théo DELRIEU 2018-08-16 10:52:33 +0200
  • 9bbb133094
    remove no_limit constant and default values Théo DELRIEU 2018-07-24 13:09:08 +0200
  • 442886d040
    use templates in the sax interface instead of virtuals Théo DELRIEU 2018-07-02 10:14:37 +0200
  • f6febbe359
    split meta.hpp, add detected_t (used to define concepts) Théo DELRIEU 2018-07-24 13:22:44 +0200