Commit Graph

  • 231f3108ff
    Amalgamate the forward declaration header (#3679) Florian Albrechtskirchinger 2022-08-07 13:57:32 +0200
  • dae5412268
    Properly constrain non-string json_pointer overloads (#3681) Florian Albrechtskirchinger 2022-08-07 13:55:09 +0200
  • 0c7a18374c
    Reimplement value() access functions (#3663) Florian Albrechtskirchinger 2022-08-07 13:54:55 +0200
  • 8eee62d388
    Miscellaneous small fixes (#3643) Florian Albrechtskirchinger 2022-08-07 13:52:43 +0200
  • f1e34070d2
    Fix 'const' qualifier on bool& has no effect (#3678) Florian Albrechtskirchinger 2022-08-07 13:50:08 +0200
  • bfbe774d8f
    🚑 fix documentation job Niels Lohmann 2022-08-07 13:34:34 +0200
  • 504acef0b8
    Add unit tests Florian Albrechtskirchinger 2022-08-07 10:20:38 +0200
  • 5fe8b92951
    Make json_pointer usable as map key Florian Albrechtskirchinger 2022-08-07 09:43:42 +0200
  • 05f30df8cd
    Update documentation Florian Albrechtskirchinger 2022-08-06 21:11:21 +0200
  • c2532084a0
    Deprecate json_pointer/string_t comparisons Florian Albrechtskirchinger 2022-08-06 21:09:22 +0200
  • 5c8e3593cf
    Add lgtm configuration file Florian Albrechtskirchinger 2022-08-02 08:12:08 +0200
  • 58cef11a28
    Add checks to unit test readme Florian Albrechtskirchinger 2022-08-02 08:10:00 +0200
  • d354ac42c2
    serve_header: replace deprecated ssl.wrap_socket() Florian Albrechtskirchinger 2022-08-01 15:13:43 +0200
  • adb12cd94f
    serve_header: fix exit code Florian Albrechtskirchinger 2022-08-01 15:13:27 +0200
  • 46e53ad177
    serve_header: suppress lgtm warning Florian Albrechtskirchinger 2022-08-07 07:32:40 +0200
  • 3e8e8ebd80
    Update documentation Florian Albrechtskirchinger 2022-08-07 06:32:25 +0200
  • e90dc4462f
    Extend std::vector<bool> unit test Florian Albrechtskirchinger 2022-08-05 21:09:17 +0200
  • e63b094c7d
    Fix 'const' qualifier on bool& has no effect Florian Albrechtskirchinger 2022-08-05 17:13:30 +0200
  • 8cc150c67b
    Properly constrain non-string json_pointer overloads Florian Albrechtskirchinger 2022-08-05 21:43:51 +0200
  • d091cc27b4
    Update CONTRIBUTING and PULL_REQUEST_TEMPLATE Florian Albrechtskirchinger 2022-08-06 08:51:47 +0200
  • b0422f8013
    🚑 fix documentation job Niels Lohmann 2022-08-05 23:09:55 +0200
  • ced42d5275
    Update documentation Florian Albrechtskirchinger 2022-08-05 17:29:44 +0200
  • 07cbbc548a
    Add type_traits unit test Florian Albrechtskirchinger 2022-08-05 17:20:49 +0200
  • 76da3b7aeb
    Make JSON_MultipleHeaders visible to unit tests Florian Albrechtskirchinger 2022-08-05 10:39:23 +0200
  • 0f9643cdf3
    Add additional value() tests Florian Albrechtskirchinger 2022-08-03 12:34:31 +0200
  • 9308a03085
    Reimplement value() access functions Florian Albrechtskirchinger 2022-08-03 12:28:24 +0200
  • 9ebfeb7087 Add operator< to , to allow use as a map key Karl Hiner 2022-08-05 14:35:38 -0400
  • 32e05f7966
    Amalgamate the forward declaration header Florian Albrechtskirchinger 2022-08-05 20:32:14 +0200
  • 7b6cf5918b
    Documentation change (#3672) Niels Lohmann 2022-08-05 19:51:39 +0200
  • 1217a2ba48
    Merge 35f6a61dad into 9e1a7c85e3 Florian Albrechtskirchinger 2022-08-05 18:57:24 +0200
  • 3dcc260378
    Update docs/mkdocs/docs/api/adl_serializer/from_json.md Niels Lohmann 2022-08-05 18:26:08 +0200
  • 3d28dd096e
    Fix -Wignored-reference-qualifiers Yuriy Chernyshov 2022-08-05 16:22:09 +0300
  • 31496f4b69
    🚧 add CI check for the API documentation Niels Lohmann 2022-08-05 14:15:13 +0200
  • b22a991802
    Merge branch 'develop' of https://github.com/nlohmann/json into docs Niels Lohmann 2022-08-05 14:09:39 +0200
  • 9e1a7c85e3
    Add json_pointer/string_t equality comparison operators (#3664) Florian Albrechtskirchinger 2022-08-05 14:08:27 +0200
  • 3dbd31fb9a
    Update documentation Florian Albrechtskirchinger 2022-08-05 08:42:32 +0200
  • b5c4440ca4
    Rename template parameter Florian Albrechtskirchinger 2022-08-03 16:43:51 +0200
  • 4479ee9654
    Test json_pointer/string_t equality comparison Florian Albrechtskirchinger 2022-08-03 14:58:15 +0200
  • d3ff992356
    Add json_pointer/string_t equality comparison operators Florian Albrechtskirchinger 2022-08-03 14:57:22 +0200
  • c66f645c92 added check obj lhs & rhs // use update func 김형준 2022-08-05 16:21:15 +0900
  • 3adfef4fa9
    🎨 replace tabs with spaces Niels Lohmann 2022-08-05 09:19:57 +0200
  • 894b94056c
    📝 fix sentence Niels Lohmann 2022-08-05 09:17:50 +0200
  • 346963fe04
    Update docs/mkdocs/docs/api/basic_json/boolean_t.md Niels Lohmann 2022-08-05 09:15:44 +0200
  • efffa2876b
    Apply suggestions from code review Niels Lohmann 2022-08-05 09:15:22 +0200
  • e839f58a2a
    👷 fix whitespace (#3675) Niels Lohmann 2022-08-05 09:12:28 +0200
  • efc1b9df62
    added nlohmann::json operator+ 김형준 2022-08-05 11:39:33 +0900
  • cea18e7304
    👷 fix whitespace Niels Lohmann 2022-08-05 00:16:10 +0200
  • 823877e426
    💄 adjust line length Niels Lohmann 2022-08-05 00:13:51 +0200
  • 28f7780ba5
    🚸 add NOLINT comment Niels Lohmann 2022-08-04 23:46:56 +0200
  • 12d6672d60
    ⬆️ upgrade packages Niels Lohmann 2022-08-04 23:46:33 +0200
  • ce139af67a
    📝 add more missing examples Niels Lohmann 2022-08-04 23:46:17 +0200
  • 01af734d63
    Attempt to fix labeler permissions (#3674) Florian Albrechtskirchinger 2022-08-04 23:38:27 +0200
  • b13b8748b6
    Refine 'Publish documentation' workflow (#3673) Florian Albrechtskirchinger 2022-08-04 22:53:05 +0200
  • b6e2942d1c
    Complete contributor list (#3670) Niels Lohmann 2022-08-04 22:48:30 +0200
  • 6cd038e6bc
    Don't try to publish documentation from forks Florian Albrechtskirchinger 2022-08-04 17:29:41 +0200
  • 0bf7dba387
    Enable manual publishing of the documentation Florian Albrechtskirchinger 2022-08-04 17:27:47 +0200
  • e9f2e24bb5
    Only publish documentation when changed Florian Albrechtskirchinger 2022-08-04 17:22:37 +0200
  • 12819cf62c
    Attempt to fix labeler permissions Florian Albrechtskirchinger 2022-08-04 19:11:43 +0200
  • 13c3d7b082
    Update README.md Niels Lohmann 2022-08-04 17:46:32 +0200
  • 05c08a2ac4
    Update docs/mkdocs/docs/api/macros/nlohmann_json_namespace.md Niels Lohmann 2022-08-04 17:29:25 +0200
  • 500bdc56bf
    Add labeler action (#3671) Niels Lohmann 2022-08-04 16:46:45 +0200
  • b1648d3100
    📝 add some examples Niels Lohmann 2022-08-04 16:45:04 +0200
  • 1333a66a50
    👷 add labeler action Niels Lohmann 2022-08-04 15:53:34 +0200
  • 2371639edb
    👷 add labeler action Niels Lohmann 2022-08-04 15:21:27 +0200
  • 4d8cfafdd0
    👷 add labeler action Niels Lohmann 2022-08-04 15:12:21 +0200
  • c0e68645aa
    👷 add labeler action Niels Lohmann 2022-08-04 14:59:29 +0200
  • 9e178d6207
    👷 add labeler action Niels Lohmann 2022-08-04 14:48:18 +0200
  • 532b20dad0
    👥 complete contributor list Niels Lohmann 2022-08-04 14:25:04 +0200
  • 35f6a61dad
    Don't build in parallel to avoid OOM conditions Florian Albrechtskirchinger 2022-08-02 14:06:50 +0200
  • c4e21ba91a
    Silence warning about hidden global declaration Florian Albrechtskirchinger 2022-08-01 09:55:14 +0200
  • e5f1821bb3
    Build print_meta target in CI Florian Albrechtskirchinger 2022-08-01 08:44:08 +0200
  • 98d70d4676
    Publish documentation on push to develop branch (#3660) Niels Lohmann 2022-08-03 22:28:26 +0200
  • d8d9d63536
    Cleanup ci.cmake Florian Albrechtskirchinger 2022-08-01 09:21:28 +0200
  • 34ac1f2c2d
    Move test-related CMake files into tests/cmake Florian Albrechtskirchinger 2022-05-10 21:07:54 +0200
  • b65a904574
    Update unit test meta Florian Albrechtskirchinger 2022-08-01 12:34:43 +0200
  • 1465077636
    Update examples/meta.output Florian Albrechtskirchinger 2022-08-01 12:35:15 +0200
  • 6a501169c7
    Add print_meta target Florian Albrechtskirchinger 2022-05-09 19:54:57 +0200
  • c24067e5fc
    Print JSON meta at the start of each unit test Florian Albrechtskirchinger 2022-05-09 19:54:03 +0200
  • 77baab32e6
    Add C++ standard library to JSON meta Florian Albrechtskirchinger 2022-05-09 19:48:23 +0200
  • 867621ee5a
    Export library configuration in JSON meta Florian Albrechtskirchinger 2022-05-09 19:47:25 +0200
  • 146aebc77f
    Add _MSC_FULL_VER to JSON meta Florian Albrechtskirchinger 2022-05-09 19:46:19 +0200
  • 81c6ba3387
    Fix HP compiler detection in JSON meta Florian Albrechtskirchinger 2022-05-09 19:45:17 +0200
  • 46ec41871e
    Reorder JSON meta Florian Albrechtskirchinger 2022-05-09 19:43:09 +0200
  • a76b2c5229
    Add CMake function to associate macros with C++ standards Florian Albrechtskirchinger 2022-05-09 19:03:22 +0200
  • 22cd1c9eb9
    🔧 adjust naming of GitHub action jobs (#3661) Niels Lohmann 2022-08-03 18:37:02 +0200
  • ac20714e2e
    👥 complete contributor list (#3662) Niels Lohmann 2022-08-03 18:36:46 +0200
  • ff108a3067
    👷 add job to publish the documentation Niels Lohmann 2022-08-03 18:20:20 +0200
  • d249eab793
    👷 add job to publish the documentation Niels Lohmann 2022-08-03 18:17:33 +0200
  • 79ea26105f
    👥 complete contributor list Niels Lohmann 2022-08-03 16:27:34 +0200
  • 214b47208d
    🔧 adjust naming of GitHub action jobs Niels Lohmann 2022-08-03 15:53:52 +0200
  • 77b4f6157e
    👷 add job to publish the documentation Niels Lohmann 2022-08-03 15:32:08 +0200
  • 1e28684e07
    👷 add job to publish the documentation Niels Lohmann 2022-08-03 15:29:38 +0200
  • 510336e20b
    👷 add job to publish the documentation Niels Lohmann 2022-08-03 15:24:37 +0200
  • df76e71fad
    👷 add job to publish the documentation Niels Lohmann 2022-08-03 15:20:12 +0200
  • 33759a78a9
    👷 add job to publish the documentation Niels Lohmann 2022-08-03 15:10:41 +0200
  • 582933cbf3
    👷 add job to publish the documentation Niels Lohmann 2022-08-03 14:59:13 +0200
  • 0e64c58d32
    👷 add job to publish the documentation Niels Lohmann 2022-08-03 14:58:07 +0200
  • 85095fac4d
    Add forgotten is_basic_json guard to functions with json_pointer<BasicJsonType> argument Aleksei Latyshev 2022-08-03 15:13:16 +0300
  • 9fe14a8336
    👷 add job to publish the documentation Niels Lohmann 2022-08-03 10:10:54 +0200
  • 465b7785fe
    👷 add job to publish the documentation Niels Lohmann 2022-08-03 10:09:29 +0200