Commit Graph

  • adbd67fc6c
    Encode ABI information in inline namespace Florian Albrechtskirchinger 2022-07-19 08:10:47 +0200
  • 04ff89161a
    Add namespace macros Florian Albrechtskirchinger 2022-07-19 08:08:58 +0200
  • bfa5f9ac86
    Add versioned inline namespace Florian Albrechtskirchinger 2022-07-18 22:35:10 +0200
  • 9227b3df3b
    📝 note platform-dependent output on some examples Niels Lohmann 2022-07-29 09:19:53 +0200
  • e41e278ab5
    📝 note platform-dependent output on some examples Niels Lohmann 2022-07-29 08:05:35 +0200
  • 6576c3f776
    build: install .pc and .cmake files to share/ (#3619) Andrea Pappacoda 2022-07-29 07:43:22 +0200
  • 50b891e009
    👷 add test for documentation Niels Lohmann 2022-07-29 07:40:39 +0200
  • 0e25bfde65
    👷 add test for documentation Niels Lohmann 2022-07-28 22:54:25 +0200
  • d84cbe3152
    👷 add test for documentation Niels Lohmann 2022-07-28 22:43:54 +0200
  • ac66648111
    📝 adjust JSON Pointer examples Niels Lohmann 2022-07-28 22:27:37 +0200
  • e3095f636f
    Add operator<<(json_pointer) (#3601) Florian Albrechtskirchinger 2022-07-28 22:12:23 +0200
  • 7777300442
    Install MinGW from GitHub NuGet registry (#3618) Florian Albrechtskirchinger 2022-07-28 21:54:12 +0200
  • a87c1885cb
    Re-add value_type detection to distinguish string types (#3604) Florian Albrechtskirchinger 2022-07-28 21:52:23 +0200
  • a714381a5f
    Use swap() by ADL (#3609) Florian Albrechtskirchinger 2022-07-28 21:51:45 +0200
  • 298e4a9449
    Use concurrency (#3610) Florian Albrechtskirchinger 2022-07-28 21:51:32 +0200
  • 5520761433
    Fix Unicode test timeout (for real this time!) (#3614) Florian Albrechtskirchinger 2022-07-28 21:51:11 +0200
  • 886ee698fc
    build: install .pc and .cmake files to share/ Andrea Pappacoda 2022-07-28 16:25:37 +0200
  • c2824998c6
    Install MinGW from GitHub NuGet registry Florian Albrechtskirchinger 2022-07-28 09:56:32 +0200
  • cfcee93418
    Florian Albrechtskirchinger 2022-07-28 07:46:31 +0200
  • 5135bbb74c
    Florian Albrechtskirchinger 2022-07-27 18:47:05 +0200
  • 847e0ded4a
    Bump macos-10.5 runner to macos-11 and update Xcode versions Florian Albrechtskirchinger 2022-07-27 11:23:12 +0200
  • 886c1099c4
    Use TIMEOUT instead of TIMEOUT_AFTER_MATCH to set test timeout Florian Albrechtskirchinger 2022-07-27 10:47:00 +0200
  • f2d8001303
    Florian Albrechtskirchinger 2022-07-26 20:46:37 +0200
  • 1b0abfc64f
    Florian Albrechtskirchinger 2022-07-26 20:45:26 +0200
  • f33192c8e9
    Use concurrency Florian Albrechtskirchinger 2022-07-26 17:18:03 +0200
  • b75823bb06
    Add type to swap() exception messages Florian Albrechtskirchinger 2022-07-26 09:05:44 +0200
  • e6d7cfe3fa
    Add unit test Florian Albrechtskirchinger 2022-07-24 09:46:23 +0200
  • 3dd24e88b9
    Rename JSON pointer operator_string to operator_string_t Florian Albrechtskirchinger 2022-07-24 08:40:31 +0200
  • 5f59a20e0c
    Move operator<< and operator>> doc pages out of basic_json/ Florian Albrechtskirchinger 2022-07-24 08:19:43 +0200
  • 7aa4b72ab3
    Add mkdocs-redirects Florian Albrechtskirchinger 2022-07-24 08:01:38 +0200
  • d06a9f8809
    Add example Florian Albrechtskirchinger 2022-07-23 19:34:47 +0200
  • 22f7368574
    Move operator<<(basic_json) example Florian Albrechtskirchinger 2022-07-23 19:21:09 +0200
  • df12a090e8
    Update documentation Florian Albrechtskirchinger 2022-07-23 19:14:38 +0200
  • f4946eb8ef
    Use swap() by ADL Florian Albrechtskirchinger 2022-07-25 21:59:24 +0200
  • 307b828ed5
    Add value_type detection to from_json for strings Florian Albrechtskirchinger 2022-07-24 07:35:40 +0200
  • 372a47a7fa
    Re-add value_type detection to is_constructible_string_type trait Florian Albrechtskirchinger 2022-07-23 22:09:51 +0200
  • 2d48a4d9c5
    Add documentation for comparing json and ordered_json (#3599) Niels Lohmann 2022-07-23 20:54:40 +0200
  • 7ce92a6375
    Deprecate json_pointer::operator string_t() Florian Albrechtskirchinger 2022-07-23 19:13:43 +0200
  • e5f3eb2d7d
    Add operator<< for json_pointer Florian Albrechtskirchinger 2022-07-23 19:13:09 +0200
  • 8904546300
    Apply suggestions from code review Niels Lohmann 2022-07-23 18:20:18 +0200
  • 925524532b
    📝 add documentation for #3443 Niels Lohmann 2022-07-23 15:06:01 +0200
  • e91686cc17
    Make sure iterator_input_adapter advances iterators correctly (#3548) Florian Albrechtskirchinger 2022-07-23 14:36:10 +0200
  • dbfd33a70a
    Add assertion if nullptr is passed to parse function (#3593) Niels Lohmann 2022-07-23 01:26:51 +0200
  • 043a0d72ee
    🔥 remove unused header Niels Lohmann 2022-07-22 19:03:27 +0200
  • 885abbd813
    Merge remote-tracking branch 'origin/file_exception' into file_exception Niels Lohmann 2022-07-22 18:56:38 +0200
  • d07c454127
    ♻️ change behavior for null FILE* Niels Lohmann 2022-07-22 18:56:31 +0200
  • 61409c3516
    Apply suggestions from code review Niels Lohmann 2022-07-22 17:50:07 +0200
  • b185c5bc9d
    📝 clean up after #3581 (#3596) Niels Lohmann 2022-07-22 15:35:29 +0200
  • 5a97913e93
    ♻️ change behavior for null FILE* Niels Lohmann 2022-07-22 15:34:35 +0200
  • 4a0f93eb32
    📝 clean up after #3581 Niels Lohmann 2022-07-21 16:33:00 +0200
  • 09fb4819ff
    add patch_inplace function (#3581) Wolf Vollprecht 2022-07-21 16:27:59 +0200
  • 313e8eb0e7
    👌 apply review comment Niels Lohmann 2022-07-21 15:15:03 +0200
  • f5c49c8532
    🚨 suppress UBSAN warning Niels Lohmann 2022-07-21 15:09:01 +0200
  • 002765c0e0
    🚨 suppress UBSAN warning Niels Lohmann 2022-07-21 14:57:56 +0200
  • 7d4f2f4ec0
    🚨 suppress UBSAN warning Niels Lohmann 2022-07-21 14:50:48 +0200
  • fe31d31a1b fix up docs Wolf Vollprecht 2022-07-21 08:48:02 +0200
  • 4b6d3638ca
    📝 minor fixes (#3592) Niels Lohmann 2022-07-20 18:59:04 +0200
  • 5fb2b7ec55
    🚨 fix UBSAN warning Niels Lohmann 2022-07-20 18:58:08 +0200
  • 0f9a2f264e
    👌 apply review comment Niels Lohmann 2022-07-20 17:07:35 +0200
  • 432d78195d
    👌 apply review comment Niels Lohmann 2022-07-20 17:02:51 +0200
  • cca872f18f
    🚨 fix warnings Niels Lohmann 2022-07-20 15:43:23 +0200
  • fd62620005 add documentation Wolf Vollprecht 2022-07-20 14:43:19 +0200
  • b661022ccd
    💥 throw exception if nullptr is passed to parse function Niels Lohmann 2022-07-20 13:09:36 +0200
  • 00859bf5a8
    📝 minor fixes Niels Lohmann 2022-07-20 12:49:12 +0200
  • feef0eb595
    Add error message if test suite cannot be found (#3585) Niels Lohmann 2022-07-20 12:41:33 +0200
  • 527da54dcb
    Use REUSE framework (#3546) Niels Lohmann 2022-07-20 12:38:07 +0200
  • 71aa668658
    Merge branch 'develop' of https://github.com/nlohmann/json into reuse Niels Lohmann 2022-07-20 11:31:30 +0200
  • 5c2521aa51
    👌 apply review comment Niels Lohmann 2022-07-19 12:14:07 +0200
  • 2f80a8ee34
    🐛 fix logic Niels Lohmann 2022-07-18 22:50:34 +0200
  • 2a9ae2b487
    Make certain usage patterns more prominent in the README (#3557) Jake Zimmerman 2022-07-18 08:55:44 -0700
  • 0841d58ab6
    🚨 fix warning Niels Lohmann 2022-07-18 17:54:12 +0200
  • 86168f9c2c
    Merge branch 'develop' of https://github.com/nlohmann/json into issue_3584 Niels Lohmann 2022-07-18 17:50:00 +0200
  • a15683e348
    📝 add badge for https://repology.org/project/nlohmann-json/versions (#3586) Niels Lohmann 2022-07-18 17:48:42 +0200
  • fbc92899d6
    Another tweak Jake Zimmerman 2022-07-17 12:41:05 -0700
  • 180775245a
    Put the section back Jake Zimmerman 2022-07-17 12:40:20 -0700
  • ff97e193b1
    📝 add badge for https://repology.org/project/nlohmann-json/versions Niels Lohmann 2022-07-17 15:22:42 +0200
  • bb50ac61bb
    🚸 add error message if test suite cannot be found Niels Lohmann 2022-07-17 15:13:47 +0200
  • 62e0f33f59
    Merge remote-tracking branch 'origin/issue_3584' into issue_3584 Niels Lohmann 2022-07-17 14:35:15 +0200
  • 9b6dbc5b9e
    🚸 add error message if test suite cannot be found Niels Lohmann 2022-07-17 14:26:25 +0200
  • ae00914a50
    🚸 add error message if test suite cannot be found Niels Lohmann 2022-07-17 14:26:25 +0200
  • d64d40518c
    Ignore output directory (#3572) NN 2022-07-17 14:43:55 +0300
  • 71bdaf5748
    Enable overriding test properties and set Unicode test timeouts (#3580) Florian Albrechtskirchinger 2022-07-17 13:43:32 +0200
  • 475612a501
    Update .gitignore NN 2022-07-17 14:33:17 +0300
  • fa9a1395c8 add patch_inplace function to json class Wolf Vollprecht 2022-07-16 06:47:10 -0500
  • 90b56747e0
    CMake: Set timeouts for Unicode tests Florian Albrechtskirchinger 2022-07-14 09:50:04 +0200
  • 7b8aec1455
    CMake: Add TEST_PROPERTIES to json_test_set_test_options() Florian Albrechtskirchinger 2022-07-14 09:44:58 +0200
  • 876de47953
    Squash a warning Eric Wieser 2022-07-13 08:57:31 +0100
  • ad4da95ca1 restrict implicit constructor Eric Wieser 2022-07-13 06:53:14 +0000
  • f77b8e5c41
    Update unit-custom-integer.cpp Eric Wieser 2022-07-13 07:47:57 +0100
  • 2f8a6621c6
    Update unit-custom-integer.cpp Eric Wieser 2022-07-13 07:46:38 +0100
  • a11691680d
    Rename val to m_val Eric Wieser 2022-07-13 07:45:35 +0100
  • c5075348e8 better test casting Eric Wieser 2022-07-11 21:51:00 +0000
  • 398fdd96da docs Eric Wieser 2022-07-11 21:37:07 +0000
  • 1fc44778f2 Merge branch 'custom-integer-types' of https://github.com/eric-wieser/json into custom-integer-types Eric Wieser 2022-07-11 21:30:34 +0000
  • fefa98702c roll back some parts of the change Eric Wieser 2022-07-11 21:30:23 +0000
  • 3d0c1ba3ee
    Update unit-custom-integer.cpp Eric Wieser 2022-07-11 19:36:37 +0100
  • 17f5b3f4c2
    decltype not typeof Eric Wieser 2022-07-11 17:02:00 +0100
  • d585b6e86e Allow custom number types to be used Eric Wieser 2022-07-11 13:34:49 +0000
  • e15a17b437 Support for integer types with non-trivial destructors, copy, and move constructors Eric Wieser 2022-07-11 12:58:24 +0000
  • d4daaa897f
    Optimize output vector adapter write (#3569) Romain Reignier 2022-07-08 08:12:00 +0200