Commit Graph

  • 71830be06d fix issue#1275 chenguoping 2020-06-10 19:27:28 +0800
  • 27f5a6e827
    🙈 ignore __pycache__ directory Niels Lohmann 2020-06-09 16:59:03 +0200
  • 262d9cc67d
    🚨 fix a maybe-uninitialized warning Niels Lohmann 2020-06-09 16:57:06 +0200
  • 14881cf901
    Merge pull request #2178 from nlohmann/input_adapter_tests Niels Lohmann 2020-06-09 08:46:32 +0200
  • ae04426c85
    🏁 fix for MSVC (see https://github.com/nlohmann/json/pull/2178#issuecomment-640622532) Niels Lohmann 2020-06-08 20:07:15 +0200
  • 2cf16625ac
    add test for character types Niels Lohmann 2020-06-07 22:49:39 +0200
  • d4bc0c39af
    add test for character types Niels Lohmann 2020-06-07 22:47:54 +0200
  • 6d73126ea9
    🚨 fix warnings Niels Lohmann 2020-06-07 22:47:25 +0200
  • 28048d8207
    Merge branches 'develop' and 'mkdocs' of https://github.com/nlohmann/json into develop Niels Lohmann 2020-06-07 21:02:08 +0200
  • eca5490b94
    📝 add example link for swap function Niels Lohmann 2020-06-07 21:01:13 +0200
  • 8c1d26e186
    📝 add documentation and example for accept function Niels Lohmann 2020-06-07 20:59:43 +0200
  • 543dcee3a7
    Merge pull request #2174 from nlohmann/fix_warnings Niels Lohmann 2020-06-07 20:35:05 +0200
  • 907803189b
    🏁 fix MSVC 2015 compilation Niels Lohmann 2020-06-07 12:51:33 +0200
  • e6a7e7a16a
    🚑 hotfix for #2177 Niels Lohmann 2020-06-07 12:41:36 +0200
  • 0afebec774 Added complete data and renamed files and fuzzer Tanuj Garg 2020-06-06 19:55:37 +0530
  • d402b6a167 [Checking stats] resolved compiler error Tanuj Garg 2020-06-06 01:28:56 +0530
  • 88194fd520 [Checking stats] Keeping only parsing vector Tanuj Garg 2020-06-06 01:21:27 +0530
  • a94e1af71c [Checking stats] Keeping json map iteration Tanuj Garg 2020-06-06 01:04:43 +0530
  • f1f38cf908 [Checking stats] keeping only stl like operations Tanuj Garg 2020-06-06 00:45:03 +0530
  • f3c7022487 [Checking stats] Keeping only map coversions to json Tanuj Garg 2020-06-05 23:55:50 +0530
  • 2cd43525ea [Checking stats] resolved compile error Tanuj Garg 2020-06-05 23:38:18 +0530
  • 02c901ef11 [Checking stats] Keeping only stl like operations on json vector Tanuj Garg 2020-06-05 23:33:49 +0530
  • c06ee977f4 [Checking stats] Keeping only iterating a json vector container Tanuj Garg 2020-06-05 22:50:40 +0530
  • 6e81c78545 [Checking stats] Keeping only conversion from stl containers Tanuj Garg 2020-06-05 22:14:32 +0530
  • 2efdbfa315 removed deque parsing because deque is not a contiguous byte sequence when it has large data Tanuj Garg 2020-06-03 13:46:28 +0530
  • 35ac9319c8 resolved all warnings Tanuj Garg 2020-06-03 00:20:47 +0530
  • 5c51ebb874 initialized json with empty array to test push_back & emplace_back methods Tanuj Garg 2020-06-01 14:28:57 +0530
  • 9388bb2627 changed datatype of key in maps from uint8_t to std::string Tanuj Garg 2020-06-01 13:56:11 +0530
  • 5868e7f289 added looping in vector & map, and tested get(), push_back() & emplace_back() methods Tanuj Garg 2020-06-01 12:32:11 +0530
  • 57c8851439 added parsing from vector and deque Tanuj Garg 2020-06-01 09:55:01 +0530
  • c66806b8bc removed namespace bug Tanuj Garg 2020-06-01 09:29:04 +0530
  • 74a04708cf Added conversion from various maps to json Tanuj Garg 2020-06-01 09:14:53 +0530
  • 5d501bf7e3 added conversion from other stl sequence containers to json added Tanuj Garg 2020-05-30 19:32:19 +0530
  • 35ce214901 fuzzer, testing conversion from vector & deque to json, added Tanuj Garg 2020-05-30 01:26:16 +0530
  • def05d0ad1 [Experiment] temp fuzzer removed Tanuj Garg 2020-05-29 22:35:31 +0530
  • 651fb03be0 [Experiment] renamed again for confirmation Tanuj Garg 2020-05-29 01:50:55 +0530
  • b95ca37aff [Experiment] changed name of test fuzzer Tanuj Garg 2020-05-29 01:44:30 +0530
  • a90ff95ab5 [Experiment] corrected a typo in makefile Tanuj Garg 2020-05-29 01:08:36 +0530
  • cd36c9b557 [Experiment] edited makefiles to include test fuzzer Tanuj Garg 2020-05-29 01:05:25 +0530
  • f829e72bd0 [Experiment] added a test fuzzer Tanuj Garg 2020-05-29 00:58:22 +0530
  • 82fbbeeac5 Adapted unit tests to use ADL calls for swap like the new swappable concept Guillaume Racicot 2020-06-06 12:28:52 -0400
  • 225c8f150a Disable std::swap specialization in C++20 and added a friend swap function Guillaume Racicot 2020-06-06 11:36:39 -0400
  • bf2e714e96
    🚨 fix warnings Niels Lohmann 2020-06-06 14:30:17 +0200
  • a3fe169910 removed dev code Francois Chabot 2020-06-05 16:39:36 -0400
  • f072b97eb2 use the current fill char when piping to a stream Francois Chabot 2020-06-05 16:30:21 -0400
  • bf55a999c5 templatized output adapters Francois Chabot 2020-06-05 16:15:36 -0400
  • 7444c7fa25
    Merge pull request #2145 from FrancoisChabot/1813-user-input Niels Lohmann 2020-06-05 14:30:39 +0200
  • dd7e25927f
    🚨 fix warning Niels Lohmann 2020-06-05 08:27:15 +0200
  • 5fe6b83c26
    Merge pull request #2158 from dota17/output_adapter Niels Lohmann 2020-06-05 08:25:19 +0200
  • ad2b4ff23b recover original blank line chenguoping 2020-06-05 14:23:00 +0800
  • 0f67c5849f undo: remove comment chenguoping 2020-06-05 10:09:15 +0800
  • dbbdce4671 add user-defined build option in CMake chenguoping 2020-06-04 21:23:07 +0800
  • 0e93f81ba4 add clang support in JSON_HAS_CPP_17 macro chenguoping 2020-06-04 20:18:41 +0800
  • 2df5f107a9
    📝 add page on parsing and exceptions Niels Lohmann 2020-06-04 14:01:57 +0200
  • 32bda1a7af
    Merge branches 'develop' and 'mkdocs' of https://github.com/nlohmann/json into mkdocs Niels Lohmann 2020-06-04 13:07:20 +0200
  • 24e8562664
    👷 remove Clang 8 Niels Lohmann 2020-06-04 12:48:03 +0200
  • a53e3a5443
    👷 try Clang 8 Niels Lohmann 2020-06-04 12:34:56 +0200
  • dc323314d5
    👷 try Clang 10 Niels Lohmann 2020-06-04 12:29:53 +0200
  • 402c34c526
    👷 try Clang 10 Niels Lohmann 2020-06-04 12:27:37 +0200
  • 65c4b07451
    🎨 replace alternative operators (and, not, or) Niels Lohmann 2020-06-03 21:22:07 +0200
  • 0498202a03
    🎨 replace alternative operators (and, not, or) Niels Lohmann 2020-06-03 14:20:36 +0200
  • 4f04ea1bef
    Merge branches 'clang_windows' and 'develop' of https://github.com/nlohmann/json into clang_windows Niels Lohmann 2020-06-03 14:01:18 +0200
  • 9212590764
    👥 update contributor list Niels Lohmann 2020-06-03 13:56:01 +0200
  • 9708b1e9c3
    🔥 remove Code Inspector Niels Lohmann 2020-06-03 13:49:46 +0200
  • 68fd772fdf
    👷 add Code Inspector via GitHub Action Niels Lohmann 2020-06-03 13:44:33 +0200
  • 9bc2a7fa25
    👷 add Code Inspector via GitHub Action Niels Lohmann 2020-06-03 13:39:56 +0200
  • c24218afe8
    Merge remote-tracking branch 'origin/develop' into develop Niels Lohmann 2020-06-03 13:38:15 +0200
  • 2c4be7d65c
    Merge pull request #2152 from TotalCaesar659/patch-1 Niels Lohmann 2020-06-03 12:31:33 +0200
  • 2ad847f21b
    🔨 fix doxygen link Niels Lohmann 2020-06-03 12:30:42 +0200
  • fdf5a63dfd
    🔨 fix Doxygen link Niels Lohmann 2020-06-03 12:30:10 +0200
  • 309acb445a
    Merge pull request #2153 from dota17/issue#1972 Niels Lohmann 2020-06-03 12:26:17 +0200
  • eca4b8785c fix test case in PR#1006 chenguoping 2020-06-02 15:44:26 +0800
  • fff1499963 add comment about PR#1006 chenguoping 2020-06-02 15:43:57 +0800
  • 8cd39578e3 add test case chenguoping 2020-06-01 11:34:03 +0800
  • 5ea205f570
    👷 install clang Niels Lohmann 2020-05-30 18:17:54 +0200
  • 5f10d5d156
    👷 install clang Niels Lohmann 2020-05-30 18:15:13 +0200
  • 7c0c522b96
    👷 install clang Niels Lohmann 2020-05-30 18:11:54 +0200
  • 522ec5d7bd
    👷 install clang Niels Lohmann 2020-05-30 18:06:52 +0200
  • 7e5c2a480a
    👷 install clang Niels Lohmann 2020-05-30 18:04:07 +0200
  • 9c971c2d2f
    👷 install clang Niels Lohmann 2020-05-30 17:40:27 +0200
  • 4ba8c95794
    👷 install clang Niels Lohmann 2020-05-30 13:41:18 +0200
  • fbd3e8f677
    👷 install clang Niels Lohmann 2020-05-30 13:35:19 +0200
  • 0309025b45
    👷 set full path Niels Lohmann 2020-05-30 13:28:44 +0200
  • 9191926fff
    👷 use Makefiles Niels Lohmann 2020-05-30 13:23:13 +0200
  • 42ef2a5adb
    👷 use Clang compiler Niels Lohmann 2020-05-30 13:15:56 +0200
  • 2182935397
    👷 add Clang/Windows step Niels Lohmann 2020-05-30 13:07:23 +0200
  • 4350c5ed97 fix bug in issue#1972 chenguoping 2020-05-30 17:15:56 +0800
  • 0aa13599f0
    Update URLs to HTTPS TotalCaesar659 2020-05-30 06:02:25 +0300
  • 0da131d717 minor readme correction Francois Chabot 2020-05-28 17:12:26 -0400
  • b715a70673 changed macro order to satisfy clang Francois Chabot 2020-05-28 12:26:29 -0400
  • 7646253940 fix inconsistent fwd declaration Francois Chabot 2020-05-28 12:20:02 -0400
  • ce3143a038 use correct deprecation macro Francois Chabot 2020-05-28 12:16:10 -0400
  • d575534471 brought back the from_*(ptr, len) syntax with a deprecation warning Francois Chabot 2020-05-28 12:13:43 -0400
  • 248f310215 cleaned up custom iterator example Francois Chabot 2020-05-28 10:14:55 -0400
  • 897061c434 amalgamate Francois Chabot 2020-05-28 10:11:19 -0400
  • 7ceb06baac Merge branch '1813-user-input' of https://github.com/FrancoisChabot/json into 1813-user-input Francois Chabot 2020-05-28 09:30:07 -0400
  • dcf6175978 use the correct convention for boolean operators Francois Chabot 2020-05-28 09:29:38 -0400
  • 23c8ab95da
    👥 update contributor list Niels Lohmann 2020-05-28 14:24:08 +0200
  • 53ef076715
    🔧 add more warning flags from GCC 10 Niels Lohmann 2020-05-28 13:46:56 +0200
  • 2edb5cb999
    👷 fix -DJSON_BuildTests=On parameter placement Niels Lohmann 2020-05-28 13:46:47 +0200