Commit Graph

  • 6503e83e74 Improve dump_integer performance by implementing a more efficient int2ascii Isaac Nickaein 2019-01-01 07:45:45 -0800
  • f16432832c
    Increase stack size for VS2017 Win x64 on Appveyor Isaac Nickaein 2019-01-12 19:27:26 +0330
  • b39f34e046
    Merge pull request #1425 from hijxf/patch-1 Niels Lohmann 2019-01-12 10:23:31 +0100
  • 7f73915d4f
    Updated year in README.md Jef LeCompte 2019-01-11 08:54:03 -0500
  • df460c96cf
    Merge pull request #1423 from skypjack/patch-1 Niels Lohmann 2019-01-10 13:52:52 +0100
  • 6546cad7bf
    Fixed broken links in the README file Michele Caini 2019-01-10 08:54:53 +0100
  • 847dd2a954
    Merge pull request #1420 from skypjack/patch-1 Niels Lohmann 2019-01-09 22:33:40 +0100
  • 937b642e0e
    📝 added description on how to use NuGet package #1132 Niels Lohmann 2019-01-09 21:08:06 +0100
  • 975dc970d1
    Merge pull request #1417 from wythe/patch-1 Niels Lohmann 2019-01-09 20:35:49 +0100
  • b8be0f64ae
    Fixed broken links to operator[]() and at() Michele Caini 2019-01-09 15:11:54 +0100
  • 619bf9c20d
    Fixed broke links to RFC7159 Michele Caini 2019-01-09 15:05:09 +0100
  • a559ff8fc6
    typo in README Mark Beckwith 2019-01-08 13:24:07 -0600
  • 2c0c2ca698 Specify target platform in generator name Isaac Nickaein 2019-01-05 14:15:33 -0800
  • 676c847c55
    Merge pull request #1409 from yann-morin-1998/yem/cmake-version Niels Lohmann 2019-01-01 17:17:38 +0100
  • e8b6b7adc1 buildsystem: relax requirement on cmake version Yann E. MORIN 2018-12-31 18:42:09 +0100
  • c682b9879b
    🚨 fixed PVS V567 warning Niels Lohmann 2018-12-30 23:00:15 +0100
  • 6f89613acd
    🚨 fixed some warnings Niels Lohmann 2018-12-23 13:56:18 +0100
  • db53bdac19
    Merge branch 'release/3.5.0' into develop v3.5.0 Niels Lohmann 2018-12-22 00:01:28 +0100
  • cebb4e052a
    Merge branch 'release/3.5.0' Niels Lohmann 2018-12-22 00:01:18 +0100
  • 78348afeb6
    🔖 set version to 3.5.0 Niels Lohmann 2018-12-21 23:52:29 +0100
  • 1107f8cd82
    📝 updated documentation for items() function Niels Lohmann 2018-12-21 22:51:12 +0100
  • 98f4e31c3e
    📝 formatted picture Niels Lohmann 2018-12-21 18:33:46 +0100
  • 58c269b039
    📝 updated documentation Niels Lohmann 2018-12-21 18:27:56 +0100
  • 2182157dc1
    📝 update documentation Niels Lohmann 2018-12-21 09:32:35 +0100
  • 45f5611d9b
    🚨 fixed two warnings Niels Lohmann 2018-12-20 22:41:48 +0100
  • 117c1d14fb
    📝 added contributors to 3.5.0 Niels Lohmann 2018-12-20 22:20:47 +0100
  • d584ab269a
    🎨 fixed header Niels Lohmann 2018-12-20 21:58:16 +0100
  • 45a8a093d7
    🚨 fixed a warning Niels Lohmann 2018-12-20 21:40:47 +0100
  • 85849940ba
    Merge pull request #1391 from pratikpc/develop Niels Lohmann 2018-12-20 08:58:08 +0100
  • ebd3f45808 Added Support for Structured Bindings Pratik Chowdhury 2018-12-19 20:17:35 +0530
  • 4f270e38cc
    Merge pull request #1342 from davedissian/bugfix/sfinae-iterator-traits Niels Lohmann 2018-12-19 08:24:18 +0100
  • f1080d7c39 Code review. David Avedissian 2018-12-18 20:44:37 +0000
  • 5324029b95 do make amalgamate && make pretty junyoungjo 2018-12-18 23:10:49 +0900
  • 671cd7babf Modify test cases junyoungjo 2018-12-18 23:09:14 +0900
  • 894d32b2aa fix #1352 junyoungjo 2018-12-18 23:07:00 +0900
  • 5d390e91ff
    Merge pull request #1392 from mtalliance/feature/addFileInputAdapter Niels Lohmann 2018-12-16 22:10:03 +0100
  • c1c85b025c Forget one std::FILE Jonathan Dumaresq 2018-12-14 07:33:28 -0500
  • 635a4fc344 use namespace std when possible. Change the name of private variable. Jonathan Dumaresq 2018-12-12 16:33:25 -0500
  • cf31193de2 create single json.hpp file Jonathan Dumaresq 2018-12-12 14:46:52 -0500
  • a794cfdba3 refactor unit test in case of throw, the fclose will not be called. using unique_ptr with custom destructor will ensure that Jonathan Dumaresq 2018-12-12 14:46:17 -0500
  • 91ff96a737 remove the const attribute Jonathan Dumaresq 2018-12-12 14:16:12 -0500
  • b7a2642fba remove comment Jonathan Dumaresq 2018-12-12 14:15:49 -0500
  • fa7f1a524e new unified json.hpp generated with make amalgamate Jonathan Dumaresq 2018-12-12 10:19:22 -0500
  • ef283e0cf8 add tests to cover the new input adapter Jonathan Dumaresq 2018-12-12 10:18:37 -0500
  • 3335da622a remove non usefull code. Jonathan Dumaresq 2018-12-12 09:32:52 -0500
  • ae48acbb23 remove non usefull code. Add small description Jonathan Dumaresq 2018-12-12 09:28:42 -0500
  • 52f6fd1d91 Add the possibility of using FILE * from cstdio library to read a file. This enable the possibility of using low eand device with this library. Jonathan Dumaresq 2018-12-11 13:17:13 -0500
  • 67b0daf27b Add the possibility of using FILE * from cstdio library to read a file. This enable the possibility of using low eand device with this library. Jonathan Dumaresq 2018-12-11 09:33:30 -0500
  • f804030d07 Files amalgamated Pratik Chowdhury 2018-12-09 17:24:40 +0530
  • 21dcd4bd39
    Fixes https://github.com/nlohmann/json/issues/1387 Pratik Chowdhury 2018-12-09 16:34:38 +0530
  • 2c23f0a346 Changes requested from code review. David Avedissian 2018-12-08 15:46:33 +0000
  • e73dfef6e5
    Merge pull request #1382 from kjpus/patch-1 Niels Lohmann 2018-12-04 20:02:38 +0100
  • 767a3a327d
    Link to issue #958 broken kjpus 2018-12-04 10:03:10 -0500
  • d53873a251
    Merge pull request #1363 from theodelrieu/doc/implicit_conversions Niels Lohmann 2018-12-02 17:27:46 +0100
  • 7a56f5a42b
    Merge pull request #1380 from manu-chroma/patch-1 Niels Lohmann 2018-12-02 17:25:38 +0100
  • 5de184b8fb
    readme: fix typo Manvendra Singh 2018-12-02 01:50:57 +0530
  • 49a9977510 Add is_null iterator method jwc 2018-11-30 18:31:55 -0500
  • 2841afa2bc Disable tests if used as subproject SandoreX 2018-11-26 12:23:57 +0100
  • ef90d62ddf
    🚨 fixed warning #1364 Niels Lohmann 2018-11-21 21:17:38 +0100
  • 7b961368d5
    recommend using explicit from JSON conversions Théo DELRIEU 2018-11-19 14:25:29 +0100
  • 6b9c883abc :release: generate buildable zip file Millian Poquet 2018-11-14 21:30:03 +0100
  • da81e7be22
    🏁 adding parentheses around std::snprintf calls #1337 Niels Lohmann 2018-11-09 21:18:02 +0100
  • f80efd3954
    💄 cleanup Niels Lohmann 2018-11-09 21:10:32 +0100
  • 35829928da
    Merge pull request #1343 from mefyl/develop Niels Lohmann 2018-11-09 21:07:36 +0100
  • f86090aafc
    Merge pull request #1345 from mpoquet/feature/meson-install-pkgconfig Niels Lohmann 2018-11-08 18:39:26 +0100
  • 30e1cbb0df
    Merge pull request #1346 from ax3l/fix-mergePatchShadowParam Niels Lohmann 2018-11-08 18:38:40 +0100
  • aa10382629 Set eofbit on exhausted input stream. mefyl 2018-11-07 16:02:50 +0100
  • 798754dfb6
    Amalgamate Headers Axel Huebl 2018-11-08 10:35:45 +0100
  • 97b81da840
    merge_patch: rename parameter Axel Huebl 2018-11-08 10:31:47 +0100
  • ffe08983dd :meson: install headers + pkg-config Millian Poquet 2018-11-07 23:56:55 +0100
  • f665a92330 Implement SFINAE friendly iterator_traits and use that instead. David Avedissian 2018-11-07 18:39:25 +0000
  • d2e6e1bf58
    Merge pull request #1329 from ax3l/fix-typosWhitespaces Niels Lohmann 2018-11-02 18:23:42 +0100
  • a7567bc596
    Remove EOL whitespaces in natvis Axel Huebl 2018-11-02 10:42:48 +0100
  • f049836d68
    CMake: Optional Install if Embedded Axel Huebl 2018-11-02 10:15:27 +0100
  • 689382a722
    Fix EOL Whitespaces & CMake Spelling Axel Huebl 2018-11-02 09:35:17 +0100
  • 2f73a4d1f3
    🚨 fixed a linter warning Niels Lohmann 2018-10-31 20:30:24 +0100
  • e3c28afb61
    Merge branch 'release/3.4.0' into develop v3.4.0 Niels Lohmann 2018-10-30 22:20:29 +0100
  • 6708f22cd4
    Merge branch 'release/3.4.0' Niels Lohmann 2018-10-30 22:20:12 +0100
  • 0f3c74d821
    🔖 set version to 3.4.0 Niels Lohmann 2018-10-30 22:18:45 +0100
  • 7b2f8cce03
    🔖 set version to 3.4.0 Niels Lohmann 2018-10-30 21:30:20 +0100
  • 8cee0e38d9
    🚑 fixed #1319 Niels Lohmann 2018-10-30 17:29:05 +0100
  • 22ec01905d
    Update benchmarks.cpp Prateekgupta9819 2018-10-30 13:06:33 +0530
  • 856fc31d0a
    💄 fixed indentation Niels Lohmann 2018-10-29 19:44:19 +0100
  • 39419cd5c4
    🚨 fixed another linter warning Niels Lohmann 2018-10-29 18:51:30 +0100
  • 86b5ce953a
    📝 added examples for BSON functions Niels Lohmann 2018-10-28 15:09:26 +0100
  • d2e4f0b0d9
    ✏️ fixed some typos Niels Lohmann 2018-10-28 14:20:20 +0100
  • f0c1459554
    🐛 fixed a bug parsing BSON strings #1320 Niels Lohmann 2018-10-28 09:16:40 +0100
  • 24946f67f1
    🚨 fixed some more linter warnings Niels Lohmann 2018-10-28 09:15:41 +0100
  • 7d0dc10169
    🚨 fixed a linter warning Niels Lohmann 2018-10-27 18:34:35 +0200
  • 45a761bd60
    Merge branch 'develop' of https://github.com/nlohmann/json into develop Niels Lohmann 2018-10-27 18:31:06 +0200
  • 4e765596f7
    🔨 small improvements Niels Lohmann 2018-10-27 18:31:03 +0200
  • 1308ea055d
    Merge pull request #1315 from nlohmann/feature/convert_char Niels Lohmann 2018-10-27 16:56:00 +0200
  • 0e7be06bef
    Merge pull request #1323 from nlohmann/feature/enum_json_mapping Niels Lohmann 2018-10-27 16:55:39 +0200
  • 85aaf91b85
    Merge branch 'develop' into feature/enum_json_mapping Niels Lohmann 2018-10-27 16:52:59 +0200
  • 5a6bdf5934
    Merge branch 'develop' into feature/convert_char Niels Lohmann 2018-10-27 16:48:48 +0200
  • 037e93f5c0
    Merge pull request #1320 from nlohmann/julian-becker-feature/bson Niels Lohmann 2018-10-27 16:37:54 +0200
  • 9f48bb6937
    replaced vector by array #1323 Niels Lohmann 2018-10-27 09:58:23 +0200
  • 6384fe28db
    🚨 fixed another linter warning Niels Lohmann 2018-10-26 23:12:41 +0200
  • 85cf64e8b8
    Update include/nlohmann/json.hpp Niels Lohmann 2018-10-26 16:34:47 -0400
  • dffa3959ee
    Update include/nlohmann/json.hpp Niels Lohmann 2018-10-26 16:34:11 -0400