Commit Graph

  • 23e69222c5 💚 fix Ubuntu build Niels Lohmann 2022-12-10 14:10:28 +01:00
  • 5fa4e66d37 💚 fix Ubuntu build Niels Lohmann 2022-12-10 13:55:30 +01:00
  • c700a9ecbb 💚 fix Ubuntu build Niels Lohmann 2022-12-10 13:52:27 +01:00
  • c5a03c2ea0 💚 fix Ubuntu build Niels Lohmann 2022-12-10 13:48:06 +01:00
  • 349e4b310e Fix natvis XML (#3863) Niels Lohmann 2022-12-09 16:34:34 +01:00
  • 8f8315368b 🐛 fix natvis XML Niels Lohmann 2022-12-04 21:47:08 +01:00
  • 24ba54e687 Fix pipeline (#3862) Niels Lohmann 2022-12-04 14:03:54 +01:00
  • a3e6e26dc8 Bump joblib from 1.1.0 to 1.2.0 in /docs/mkdocs (#3781) dependabot[bot] 2022-10-02 11:55:39 +02:00
  • 4b2c8ce6bc Fix some typos for n-dimensional arrays (#3767) Dirk Stolle 2022-09-26 06:23:18 +02:00
  • 17d9eacd24 Add missing files to release artifacts (#3728) Florian Albrechtskirchinger 2022-09-25 12:00:44 +02:00
  • f4658de270 Fix 'declaration hides global declaration' warning (#3751) Florian Albrechtskirchinger 2022-09-19 08:04:39 +02:00
  • 3d1252bbff Replace limit macros with std::numeric_limits (#3723) Florian Albrechtskirchinger 2022-09-19 08:02:50 +02:00
  • 2d1f9b6a7d Add Bazel build support (#3709) Vertexwahn 2022-09-18 08:15:12 +02:00
  • 9dfa722669 Fix typos in .md files (#3748) tocic 2022-09-17 11:34:30 +03:00
  • c920f3f4fb Update Codacy link (#3740) Niels Lohmann 2022-09-16 08:54:27 +02:00
  • 15ca78a886 Add dark mode toggle to documentation (#3726) Florian Albrechtskirchinger 2022-09-15 22:02:54 +02:00
  • 58bd97e2b1 Add clang-tools to required tools for ci_static_analysis_clang (#3724) Niels Lohmann 2022-09-13 12:58:26 +02:00
  • 307c053b9b Add missing <numeric> include (#3719) Florian Albrechtskirchinger 2022-08-30 20:55:47 +02:00
  • bed648ca55 Allow custom base class as node customization point (#3110) Raphael Grimm 2022-08-28 13:59:07 +02:00
  • f7973f46d6 Use official Clang/GCC containers (#3703) Niels Lohmann 2022-08-27 17:28:50 +02:00
  • 4c8cdd7afc Add 'Check amalgamation' workflow (#3693) Florian Albrechtskirchinger 2022-08-27 14:20:51 +02:00
  • f9003d169b 🎨 fix indentation bon8 Niels Lohmann 2022-08-13 13:36:08 +02:00
  • b116faa02d 💚 fix unit test Niels Lohmann 2022-08-13 13:29:11 +02:00
  • d360b7e396 💚 fix unit test Niels Lohmann 2022-08-13 13:11:37 +02:00
  • 107e99ef1e 📝 fix example Niels Lohmann 2022-08-13 13:02:28 +02:00
  • 47934f8400 Merge branch 'develop' of https://github.com/nlohmann/json into bon8 Niels Lohmann 2022-08-13 11:42:08 +02:00
  • 8fcdbf2e77 Merge tag 'v3.11.2' into develop Niels Lohmann 2022-08-12 15:06:07 +02:00
  • bc889afb4c Merge branch 'release/3.11.2' v3.11.2 Niels Lohmann 2022-08-12 15:06:06 +02:00
  • 9d69186291 🔖 set version to 3.11.2 Niels Lohmann 2022-08-12 15:04:06 +02:00
  • 32bbd38072 generate_natvis.py: validate version number; cleanup (#3698) Florian Albrechtskirchinger 2022-08-12 12:13:52 +02:00
  • c0dae0f510 Add Python script for generating Natvis file and update file for 3.11.2 (#3697) Florian Albrechtskirchinger 2022-08-12 08:24:32 +02:00
  • 0e61ee8b07 Restructure inline namespace and allow version component to be disabled (#3683) Florian Albrechtskirchinger 2022-08-10 20:24:16 +02:00
  • 93112fbf4d fix typo in json_pointer.md (#3692) Ikko Ashimine 2022-08-11 03:01:32 +09:00
  • a92ccafd2c Deprecate json_pointer/string_t comparisons (#3684) Florian Albrechtskirchinger 2022-08-07 22:26:59 +02:00
  • e1a3fb74ba Add amalgamated json-fwd.hpp to release (#3687) Niels Lohmann 2022-08-07 20:33:34 +02:00
  • d79d12f854 Update docset index (#3686) Florian Albrechtskirchinger 2022-08-07 20:33:15 +02:00
  • 31265dc69c Make json_pointer usable as map key (again) (#3685) Florian Albrechtskirchinger 2022-08-07 14:35:40 +02:00
  • 231f3108ff Amalgamate the forward declaration header (#3679) Florian Albrechtskirchinger 2022-08-07 13:57:32 +02:00
  • dae5412268 Properly constrain non-string json_pointer overloads (#3681) Florian Albrechtskirchinger 2022-08-07 13:55:09 +02:00
  • 0c7a18374c Reimplement value() access functions (#3663) Florian Albrechtskirchinger 2022-08-07 13:54:55 +02:00
  • 8eee62d388 Miscellaneous small fixes (#3643) Florian Albrechtskirchinger 2022-08-07 13:52:43 +02:00
  • f1e34070d2 Fix 'const' qualifier on bool& has no effect (#3678) Florian Albrechtskirchinger 2022-08-07 13:50:08 +02:00
  • bfbe774d8f 🚑 fix documentation job Niels Lohmann 2022-08-07 13:34:34 +02:00
  • b0422f8013 🚑 fix documentation job Niels Lohmann 2022-08-05 23:09:55 +02:00
  • 7b6cf5918b Documentation change (#3672) Niels Lohmann 2022-08-05 19:51:39 +02:00
  • 9e1a7c85e3 Add json_pointer/string_t equality comparison operators (#3664) Florian Albrechtskirchinger 2022-08-05 14:08:27 +02:00
  • e839f58a2a 👷 fix whitespace (#3675) Niels Lohmann 2022-08-05 09:12:28 +02:00
  • 01af734d63 Attempt to fix labeler permissions (#3674) Florian Albrechtskirchinger 2022-08-04 23:38:27 +02:00
  • b13b8748b6 Refine 'Publish documentation' workflow (#3673) Florian Albrechtskirchinger 2022-08-04 22:53:05 +02:00
  • b6e2942d1c Complete contributor list (#3670) Niels Lohmann 2022-08-04 22:48:30 +02:00
  • 500bdc56bf Add labeler action (#3671) Niels Lohmann 2022-08-04 16:46:45 +02:00
  • 98d70d4676 Publish documentation on push to develop branch (#3660) Niels Lohmann 2022-08-03 22:28:26 +02:00
  • 22cd1c9eb9 🔧 adjust naming of GitHub action jobs (#3661) Niels Lohmann 2022-08-03 18:37:02 +02:00
  • ac20714e2e 👥 complete contributor list (#3662) Niels Lohmann 2022-08-03 18:36:46 +02:00
  • 2ac7d023d4 Add Discord badge to README (#3651) Florian Albrechtskirchinger 2022-08-03 09:17:02 +02:00
  • 32242022f7 Minor BJData fixes (#3637) Florian Albrechtskirchinger 2022-08-03 09:15:37 +02:00
  • ac9e668e63 Update CI (#3626) Florian Albrechtskirchinger 2022-08-03 09:15:16 +02:00
  • df98ca29f8 Merge tag 'v3.11.1' into develop Niels Lohmann 2022-08-01 23:31:54 +02:00
  • 69d744867f Merge branch 'release/3.11.1' v3.11.1 Niels Lohmann 2022-08-01 23:31:38 +02:00
  • f2020da0dd 🔖 set version to 3.11.1 Niels Lohmann 2022-08-01 23:27:58 +02:00
  • cbaf1033be Fix global UDLs (#3646) Florian Albrechtskirchinger 2022-08-01 22:42:35 +02:00
  • 817a4a2117 Merge tag 'v3.11.0' into develop Niels Lohmann 2022-08-01 13:15:38 +02:00
  • 499422b303 Merge branch 'release/3.11.0' v3.11.0 Niels Lohmann 2022-08-01 13:12:06 +02:00
  • ce0e13ccea 🔖 set version to 3.11.0 Niels Lohmann 2022-07-31 23:19:06 +02:00
  • 9aafcbe965 Move UDLs out of the global namespace (#3605) Florian Albrechtskirchinger 2022-07-31 17:38:52 +02:00
  • 8fd8b52907 Prepare 3.11.0 release (#3635) Niels Lohmann 2022-07-31 15:28:01 +02:00
  • d3e347bd2d More documentation updates for 3.11.0 (#3553) Florian Albrechtskirchinger 2022-07-31 14:05:58 +02:00
  • 11ba5c1120 🚨 fix warning (#3634) Niels Lohmann 2022-07-31 07:23:30 +02:00
  • 9472ab4f84 Add license header to new files (#3633) Niels Lohmann 2022-07-31 07:22:22 +02:00
  • 66c8bb5b90 Add a unit test including windows.h (#3631) Florian Albrechtskirchinger 2022-07-31 07:22:07 +02:00
  • 19e4c2bda0 Add regression tests for #3204 and #3333 (#3629) Florian Albrechtskirchinger 2022-07-31 07:21:48 +02:00
  • fc3e64cbf9 Fixed latest build error in msvc platform (#3630) KsaNL 2022-07-31 05:03:09 +08:00
  • a2578d1d50 Disable exceptions on ICPC (#3621) Florian Albrechtskirchinger 2022-07-30 22:10:49 +02:00
  • d909f80960 Add versioned, ABI-tagged inline namespace and namespace macros (#3590) Florian Albrechtskirchinger 2022-07-30 21:59:13 +02:00
  • fca1ddda96 Fix patch::add creating nonexistent parents (#3628) Florian Albrechtskirchinger 2022-07-30 21:23:55 +02:00
  • d1d79b930d Adjust JSON Pointer examples (#3622) Niels Lohmann 2022-07-29 14:28:37 +02:00
  • 6576c3f776 build: install .pc and .cmake files to share/ (#3619) Andrea Pappacoda 2022-07-29 07:43:22 +02:00
  • e3095f636f Add operator<<(json_pointer) (#3601) Florian Albrechtskirchinger 2022-07-28 22:12:23 +02:00
  • 7777300442 Install MinGW from GitHub NuGet registry (#3618) Florian Albrechtskirchinger 2022-07-28 21:54:12 +02:00
  • a87c1885cb Re-add value_type detection to distinguish string types (#3604) Florian Albrechtskirchinger 2022-07-28 21:52:23 +02:00
  • a714381a5f Use swap() by ADL (#3609) Florian Albrechtskirchinger 2022-07-28 21:51:45 +02:00
  • 298e4a9449 Use concurrency (#3610) Florian Albrechtskirchinger 2022-07-28 21:51:32 +02:00
  • 5520761433 Fix Unicode test timeout (for real this time!) (#3614) Florian Albrechtskirchinger 2022-07-28 21:51:11 +02:00
  • 2d48a4d9c5 Add documentation for comparing json and ordered_json (#3599) Niels Lohmann 2022-07-23 20:54:40 +02:00
  • e91686cc17 Make sure iterator_input_adapter advances iterators correctly (#3548) Florian Albrechtskirchinger 2022-07-23 14:36:10 +02:00
  • dbfd33a70a Add assertion if nullptr is passed to parse function (#3593) Niels Lohmann 2022-07-23 01:26:51 +02:00
  • b185c5bc9d 📝 clean up after #3581 (#3596) Niels Lohmann 2022-07-22 15:35:29 +02:00
  • 09fb4819ff add patch_inplace function (#3581) Wolf Vollprecht 2022-07-21 16:27:59 +02:00
  • 4b6d3638ca 📝 minor fixes (#3592) Niels Lohmann 2022-07-20 18:59:04 +02:00
  • feef0eb595 Add error message if test suite cannot be found (#3585) Niels Lohmann 2022-07-20 12:41:33 +02:00
  • 527da54dcb Use REUSE framework (#3546) Niels Lohmann 2022-07-20 12:38:07 +02:00
  • 2a9ae2b487 Make certain usage patterns more prominent in the README (#3557) Jake Zimmerman 2022-07-18 08:55:44 -07:00
  • a15683e348 📝 add badge for https://repology.org/project/nlohmann-json/versions (#3586) Niels Lohmann 2022-07-18 17:48:42 +02:00
  • d64d40518c Ignore output directory (#3572) NN 2022-07-17 14:43:55 +03:00
  • 71bdaf5748 Enable overriding test properties and set Unicode test timeouts (#3580) Florian Albrechtskirchinger 2022-07-17 13:43:32 +02:00
  • d4daaa897f Optimize output vector adapter write (#3569) Romain Reignier 2022-07-08 08:12:00 +02:00
  • 7d361ec8ef Add overloads for more key types to ordered_map and fix ordered_map::erase(first, last) with first == last (#3564) Florian Albrechtskirchinger 2022-07-04 19:58:19 +02:00
  • 954b10ad3b CI: fix "JSON_MultipleHeaders" option spelling (#3555) Alexander Karzhenkov 2022-06-25 16:38:39 +05:00
  • 39e27684ea Use DOCTEST_* compiler macros and suppress pragmas warning (#3550) Florian Albrechtskirchinger 2022-06-21 16:57:47 +02:00
  • dfdbbc71bb Merge branch 'develop' of https://github.com/nlohmann/json into bon8 Niels Lohmann 2022-06-18 21:19:48 +02:00