Commit Graph

  • d4a91b7445 👌 clean operator[] Niels Lohmann 2021-01-08 11:29:28 +01:00
  • e4af1ddb18 👌 fix operator[] Niels Lohmann 2021-01-08 11:21:41 +01:00
  • 04a0a07159 👌 fix move constructor and move assignment Niels Lohmann 2021-01-08 11:21:03 +01:00
  • 0617bd248d 👌 fix operator[] Niels Lohmann 2021-01-08 11:10:24 +01:00
  • ddc3bb1992 👌 remove unnecessary assignment from destructor Niels Lohmann 2021-01-08 11:09:58 +01:00
  • 7cdf34b21e Merge branch 'develop' of https://github.com/nlohmann/json into diagnostics Niels Lohmann 2021-01-08 10:20:34 +01:00
  • 01f6b2e741 📄 update copyright year Niels Lohmann 2021-01-03 20:54:17 +01:00
  • 085d497bf7 📄 update copyright year Niels Lohmann 2021-01-03 20:28:06 +01:00
  • 7ffd3ae400 Merge branch 'develop' of https://github.com/nlohmann/json into feature/optional feature/optional Niels Lohmann 2021-01-03 20:15:28 +01:00
  • 384442e8e5 🔥 remove useless line Niels Lohmann 2021-01-03 20:15:03 +01:00
  • f1913fe7a9 ♻️ do not include experimental headers Niels Lohmann 2021-01-03 20:10:43 +01:00
  • 294fa343d5 🐛 fix bug in move constructor Niels Lohmann 2021-01-03 20:06:32 +01:00
  • ec0b1798bc 🚧 implement more parent relations Niels Lohmann 2021-01-02 21:36:11 +01:00
  • 7323a8eb4e 🚧 add tests Niels Lohmann 2021-01-02 16:13:04 +01:00
  • 09cd4ed125 🚧 fix preprocessor check Niels Lohmann 2021-01-02 14:10:40 +01:00
  • c6e7fa21ed 🚧 fix preprocessor check Niels Lohmann 2021-01-02 13:58:05 +01:00
  • ecaab32ef0 🚧 add switch for diagnostics Niels Lohmann 2021-01-02 13:45:00 +01:00
  • 7b047861b0 🚧 add diagnostics to exceptions Niels Lohmann 2021-01-02 13:44:41 +01:00
  • a4d491e22d 🚧 better diagnostics Niels Lohmann 2021-01-01 17:23:10 +01:00
  • 68c3696382 Merge pull request #2560 from nlohmann/issue2324 Niels Lohmann 2020-12-31 14:35:45 +01:00
  • 1587acdb1d 📝 adjust wording Niels Lohmann 2020-12-31 14:34:37 +01:00
  • be32cd0196 Merge branch 'develop' of https://github.com/nlohmann/json into issue2324 Niels Lohmann 2020-12-31 14:33:09 +01:00
  • 00e3f69a26 ⬆️ update Doxyfile for doxygen 1.9.0 Niels Lohmann 2020-12-30 20:31:16 +01:00
  • 581f92b601 Merge branch 'develop' of https://github.com/nlohmann/json into issue2324 Niels Lohmann 2020-12-30 20:23:07 +01:00
  • ebb63bd1fa Merge branch 'develop' of https://github.com/nlohmann/json into feature/optional Niels Lohmann 2020-12-30 18:41:51 +01:00
  • a8398a7151 Merge pull request #2550 from nlohmann/std_bytes Niels Lohmann 2020-12-30 08:33:52 +01:00
  • fc7e181cbf ⚗️ fix string representation Niels Lohmann 2020-12-29 22:21:31 +01:00
  • bdb2469c31 🚨 fix warnings Niels Lohmann 2020-12-29 21:36:30 +01:00
  • c886646707 🚨 fix warning Niels Lohmann 2020-12-29 21:04:41 +01:00
  • 4402176df5 add regression test Niels Lohmann 2020-12-29 20:52:57 +01:00
  • e4fc598466 ⚗️ add C++20 build Niels Lohmann 2020-12-29 20:45:56 +01:00
  • 77be4f6aaf ⚗️ add C++20 build Niels Lohmann 2020-12-29 20:32:07 +01:00
  • 91d7aa571f ⚗️ add C++20 build Niels Lohmann 2020-12-29 20:30:50 +01:00
  • ca51dc62f2 ⚗️ try to use Clang 10 Niels Lohmann 2020-12-29 20:21:43 +01:00
  • 433da31334 ⚗️ try to use GCC 10 Niels Lohmann 2020-12-29 20:16:51 +01:00
  • 7b98df515f add regression test Niels Lohmann 2020-12-29 14:48:18 +01:00
  • 98b2152452 Merge branch 'develop' of https://github.com/nlohmann/json into std_bytes Niels Lohmann 2020-12-29 14:37:46 +01:00
  • ff3863dc1d Merge pull request #2553 from jasujm/jasujm/input_adapter_custom_container Niels Lohmann 2020-12-29 14:37:20 +01:00
  • 467f622c65 Fix compilation of input_adapter(container) in edge cases Jaakko Moisio 2020-12-28 22:20:37 +01:00
  • 5dd06714b1 🐛 allow parsing from std::byte containers #2546 Niels Lohmann 2020-12-28 11:31:21 +01:00
  • dfedefb993 🚨 fix warnings Niels Lohmann 2020-12-26 17:56:16 +01:00
  • 903b8a6e04 Build as "Debug" for coverage test Alexander Karzhenkov 2020-12-26 21:14:16 +05:00
  • f15d447522 🚨 fix warnings Niels Lohmann 2020-12-26 14:55:19 +01:00
  • 10db9184a3 Configure Travis to build "Release" instead of "Debug" Alexander Karzhenkov 2020-12-23 20:55:02 +05:00
  • 7092890ff1 Properly select the build type for Travis Alexander Karzhenkov 2020-12-22 18:03:50 +05:00
  • 5e55158d60 Merge branch 'develop' of https://github.com/nlohmann/json into feature/optional Niels Lohmann 2020-12-21 20:59:41 +01:00
  • f78d456075 Merge pull request #2540 from karzhenkov/disrupt-cxx17-tests Niels Lohmann 2020-12-21 20:58:06 +01:00
  • 9493f4beb1 Advance gcc library version for clang++-7 Alexander Karzhenkov 2020-12-20 23:50:28 +05:00
  • cd7acc1dc5 Include <string_view> in "nlohmann/json.hpp" when C++17 is used Alexander Karzhenkov 2020-12-20 19:40:36 +05:00
  • 39b8d6bd33 Restore intentionally disrupted C++17 tests Alexander Karzhenkov 2020-12-20 12:43:35 +05:00
  • aae0e4959e Fix travis configuration to enable C++17 tests Alexander Karzhenkov 2020-12-20 10:18:41 +05:00
  • 8247a217bb Disrupt all C++17 tests to check if they are executed Alexander Karzhenkov 2020-12-19 17:23:58 +05:00
  • c3c574cf96 Merge pull request #2538 from YarikTH/feature/doctest_v2.4.3 Niels Lohmann 2020-12-18 22:10:42 +01:00
  • a1772743a1 Doctest is updated to v2.4.3 Krylov Yaroslav 2020-12-18 07:27:22 +03:00
  • 8593260044 Merge pull request #2537 from nlohmann/fix_warnings Niels Lohmann 2020-12-17 21:48:16 +01:00
  • c026e1a475 🚨 fix warnings Niels Lohmann 2020-12-16 21:44:35 +01:00
  • af8c6e7aa9 Merge pull request #2533 from nlohmann/c++_future Niels Lohmann 2020-12-16 20:54:09 +01:00
  • 5c1a5bc9c1 Merge pull request #2534 from nlohmann/clarify_license Niels Lohmann 2020-12-16 20:53:38 +01:00
  • 45810082d4 Merge pull request #2536 from nlohmann/shadowing Niels Lohmann 2020-12-16 20:52:46 +01:00
  • 5cc5285fe8 🚨 fix shadowing warning Niels Lohmann 2020-12-15 22:15:36 +01:00
  • 94d177e09a 📄 clarify license Niels Lohmann 2020-12-14 14:58:59 +01:00
  • 467986fe98 ♻️ do not unconditionally redefine C++14 constructs Niels Lohmann 2020-12-14 14:31:27 +01:00
  • 2fc1f694ad Merge pull request #2514 from globberwops/develop Niels Lohmann 2020-12-14 13:41:46 +01:00
  • 1771e9249f Remove comment on CTest inclusion Martin Stump 2020-12-14 10:59:38 +01:00
  • 85ffc85a29 🎨 amalgamate code Niels Lohmann 2020-12-14 10:38:49 +01:00
  • ea759d0360 Compare to CMAKE_CURRENT_SOURCE_DIR for main project check Martin Stump 2020-12-13 20:34:51 +01:00
  • 97fe455ad5 Merge branch 'develop' of https://github.com/nlohmann/json into develop Niels Lohmann 2020-12-12 17:17:43 +01:00
  • d028eff9e1 📦 add license to include.zip #2487 Niels Lohmann 2020-12-12 17:17:38 +01:00
  • be32cc4f5e Merge pull request #2525 from YarikTH/feature/doctest_v2.4.1 Niels Lohmann 2020-12-12 15:08:55 +01:00
  • 47c2004f7f Merge branch 'develop' of https://github.com/nlohmann/json into develop Niels Lohmann 2020-12-12 14:10:05 +01:00
  • fc4040ce9d 🔨 clean up CI Niels Lohmann 2020-12-12 14:09:50 +01:00
  • 6390fca71a Doctest is updated to v2.4.1 Krylov Yaroslav 2020-12-12 05:27:03 +03:00
  • 260be043ba Merge pull request #2406 from leozz37/develop Niels Lohmann 2020-12-11 14:47:18 +01:00
  • 5026acd70c Merge pull request #2444 from linev/fix_gcc48_warn Niels Lohmann 2020-12-11 13:46:41 +01:00
  • 30dd0c0f09 Change underscore placement Sergey Linev 2020-12-11 13:43:17 +01:00
  • 3ad6992f50 Merge pull request #2405 from karzhenkov/fix-json_ref-move Niels Lohmann 2020-12-11 13:36:33 +01:00
  • e3643aadf7 Merge pull request #2447 from jbzdarkid/develop Niels Lohmann 2020-12-11 13:27:52 +01:00
  • d9e2b191ad Merge pull request #2512 from YarikTH/issue2490 Niels Lohmann 2020-12-11 13:21:33 +01:00
  • 790508887e Set MAIN_PROJECT=OFF initially Martin Stump 2020-12-09 12:39:44 +01:00
  • 5c589dd138 Add MAIN_PROJECT check for test and install options Martin Stump 2020-12-09 11:37:01 +01:00
  • 972c15f26e ordered_map::insert(InputIt first, InputIt last) is added Krylov Yaroslav 2020-12-07 20:15:41 +03:00
  • 5155cc2c48 Ranged insert test section is added in unit-ordered_json.cpp Krylov Yaroslav 2020-12-07 19:47:41 +03:00
  • d8d8cbf6e0 🔨 fix site URL Niels Lohmann 2020-12-07 15:30:28 +01:00
  • 3322c9df6e 🔒 use HTTPS Niels Lohmann 2020-12-06 14:41:48 +01:00
  • cde29b3a11 Merge branch 'develop' of https://github.com/nlohmann/json into develop jbzdarkid 2020-12-03 12:47:34 -08:00
  • eaac918034 👷 remove clang9 CI Niels Lohmann 2020-12-02 08:58:45 +01:00
  • 9f45d314d5 Apply suggestions from code review Joseph Blackman 2020-11-24 11:02:58 -08:00
  • 64ff1cf90d Add asserts to suppress C28020 jbzdarkid 2020-10-26 13:57:38 -07:00
  • 71cb7d12da Change argument name "subtype" in byte_container_with_subtype Sergey Linev 2020-10-23 13:52:24 +02:00
  • 42a9dc0bc3 Improve json_ref implementation Alexander Karzhenkov 2020-09-27 10:45:21 +05:00
  • b273f28dae 📝 add CPM.Cmake example leozz37 2020-09-26 19:16:03 -03:00
  • fd7a9f6007 💰 add sponsor Niels Lohmann 2020-09-23 19:55:03 +02:00
  • 1bcabd9e83 📝 fix URLs to documentation Niels Lohmann 2020-09-02 22:25:32 +02:00
  • 1047d09b2a annotate non-reproducible tests #2324 Niels Lohmann 2020-08-30 13:23:34 +02:00
  • d9843fc9fc 📝 add note for Intel compilers #2346 Niels Lohmann 2020-08-29 12:46:47 +02:00
  • 6030a11051 Merge pull request #2367 from nlohmann/hedley14 Niels Lohmann 2020-08-26 08:13:43 +02:00
  • 14f8be11ce Merge branch 'develop' of https://github.com/nlohmann/json into hedley14 Niels Lohmann 2020-08-24 16:12:11 +02:00
  • b9d76516a2 Merge pull request #2363 from nlohmann/issue2360 Niels Lohmann 2020-08-20 11:38:43 +02:00
  • 9d81eedb42 📝 fix and extend documentation of discarded values Niels Lohmann 2020-08-19 20:26:30 +02:00
  • b386f4de0b 📝 fix and extend documentation of discarded values Niels Lohmann 2020-08-19 20:26:06 +02:00