Commit Graph

  • d58aed7b3a
    CREATE_PERSON and CREATE_PERSON_WITH_ALPHABET macro are added to reduce code bloat in unit-udt_macro.cpp Krylov Yaroslav 2020-12-14 19:08:05 +0300
  • 94d177e09a
    📄 clarify license Niels Lohmann 2020-12-14 14:58:59 +0100
  • 467986fe98
    ♻️ do not unconditionally redefine C++14 constructs Niels Lohmann 2020-12-14 14:31:27 +0100
  • 2fc1f694ad
    Merge pull request #2514 from globberwops/develop Niels Lohmann 2020-12-14 13:41:46 +0100
  • 8d7c38efb1
    Two new macroses NLOHMANN_DEFINE_TYPE_INTRUSIVE_2 and NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_2 are renamed to *_T. Also doxygen docs for them are improved Krylov Yaroslav 2020-12-14 13:57:34 +0300
  • 985d3ea852
    Template declaration of NLOHMANN_DEFINE_TYPE_INTRUSIVE_2 and NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_2 updated to match NLOHMANN_JSON_SERIALIZE_ENUM Krylov Yaroslav 2020-12-14 13:05:19 +0300
  • 1771e9249f
    Remove comment on CTest inclusion Martin Stump 2020-12-14 10:59:38 +0100
  • 95118c4ae6
    Merge remote-tracking branch 'origin/develop' into feature/templated_define_type_macroses Krylov Yaroslav 2020-12-14 12:43:55 +0300
  • 85ffc85a29
    🎨 amalgamate code Niels Lohmann 2020-12-14 10:38:49 +0100
  • a0b170b668
    Two new macroses NLOHMANN_DEFINE_TYPE_INTRUSIVE_2 and NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE_2 added to make work with arbitrary basic_json overloads easier. Krylov Yaroslav 2020-12-14 03:45:34 +0300
  • ea759d0360
    Compare to CMAKE_CURRENT_SOURCE_DIR for main project check Martin Stump 2020-12-13 20:34:51 +0100
  • 97fe455ad5
    Merge branch 'develop' of https://github.com/nlohmann/json into develop Niels Lohmann 2020-12-12 17:17:43 +0100
  • d028eff9e1
    📦 add license to include.zip #2487 Niels Lohmann 2020-12-12 17:17:38 +0100
  • be32cc4f5e
    Merge pull request #2525 from YarikTH/feature/doctest_v2.4.1 Niels Lohmann 2020-12-12 15:08:55 +0100
  • 47c2004f7f
    Merge branch 'develop' of https://github.com/nlohmann/json into develop Niels Lohmann 2020-12-12 14:10:05 +0100
  • fc4040ce9d
    🔨 clean up CI Niels Lohmann 2020-12-12 14:09:50 +0100
  • 6390fca71a
    Doctest is updated to v2.4.1 Krylov Yaroslav 2020-12-12 05:27:03 +0300
  • 260be043ba
    Merge pull request #2406 from leozz37/develop Niels Lohmann 2020-12-11 14:47:18 +0100
  • 5026acd70c
    Merge pull request #2444 from linev/fix_gcc48_warn Niels Lohmann 2020-12-11 13:46:41 +0100
  • 30dd0c0f09 Change underscore placement Sergey Linev 2020-12-11 13:43:17 +0100
  • 3ad6992f50
    Merge pull request #2405 from karzhenkov/fix-json_ref-move Niels Lohmann 2020-12-11 13:36:33 +0100
  • e3643aadf7
    Merge pull request #2447 from jbzdarkid/develop Niels Lohmann 2020-12-11 13:27:52 +0100
  • d9e2b191ad
    Merge pull request #2512 from YarikTH/issue2490 Niels Lohmann 2020-12-11 13:21:33 +0100
  • 790508887e
    Set MAIN_PROJECT=OFF initially Martin Stump 2020-12-09 12:39:44 +0100
  • 5c589dd138
    Add MAIN_PROJECT check for test and install options Martin Stump 2020-12-09 11:37:01 +0100
  • 972c15f26e
    ordered_map::insert(InputIt first, InputIt last) is added Krylov Yaroslav 2020-12-07 20:15:41 +0300
  • 5155cc2c48
    Ranged insert test section is added in unit-ordered_json.cpp Krylov Yaroslav 2020-12-07 19:47:41 +0300
  • d8d8cbf6e0
    🔨 fix site URL Niels Lohmann 2020-12-07 15:30:28 +0100
  • 3322c9df6e
    🔒 use HTTPS Niels Lohmann 2020-12-06 14:41:48 +0100
  • cde29b3a11 Merge branch 'develop' of https://github.com/nlohmann/json into develop jbzdarkid 2020-12-03 12:47:34 -0800
  • eaac918034
    👷 remove clang9 CI Niels Lohmann 2020-12-02 08:58:45 +0100
  • 741d422fa6 POC for hex literal constants parsing Sfinktah Bungholio 2020-11-28 18:31:57 +1100
  • 9f45d314d5
    Apply suggestions from code review Joseph Blackman 2020-11-24 11:02:58 -0800
  • a51ee653fa fixed sax parser and ctest imwhocodes 2020-11-22 01:04:32 +0100
  • 0adbbd4a86 added support for object key type integer and unsigned imwhocodes 2020-11-21 01:58:54 +0100
  • a1eb71c056 added integer key and unsigned key to sax_parser, defaulted to key string imwhocodes 2020-11-21 01:00:08 +0100
  • 64ff1cf90d Add asserts to suppress C28020 jbzdarkid 2020-10-26 13:57:38 -0700
  • 71cb7d12da Change argument name "subtype" in byte_container_with_subtype Sergey Linev 2020-10-23 13:52:24 +0200
  • 80b39c72a7
    Create vowel or consonent pbhatnagar3248 2020-10-05 17:42:09 +0530
  • 8dd29c15dd
    Update README.md Sh1710 2020-10-05 17:18:43 +0530
  • 3da4ed3a16
    Create Matrix Multiplication Malya Bansal 2020-10-03 17:25:43 +0530
  • b6ab94933b
    Add files via upload rajashit14 2020-10-02 04:25:27 +0530
  • 232375f8b6
    Update unit-algorithms.cpp Keshaw Thakur 2020-10-01 09:36:45 +0530
  • 42a9dc0bc3 Improve json_ref implementation Alexander Karzhenkov 2020-09-27 10:45:21 +0500
  • b273f28dae 📝 add CPM.Cmake example leozz37 2020-09-26 19:16:03 -0300
  • fd7a9f6007
    💰 add sponsor Niels Lohmann 2020-09-23 19:55:03 +0200
  • 1bcabd9e83
    📝 fix URLs to documentation Niels Lohmann 2020-09-02 22:25:32 +0200
  • e226460154 github/actions: Remove clang9 on Windows Thomas Braun 2020-09-01 13:44:37 +0200
  • 435c7f8498 unit-items.cpp: Silence clang compiler warnings Thomas Braun 2020-09-01 13:33:53 +0200
  • f907c2ac2d unit-deserialization.cpp: Silence MSVC compiler warning Thomas Braun 2020-09-01 13:31:01 +0200
  • 0b8644c452 test/CMakeLists.txt: Use more fine grained compiler detection Thomas Braun 2020-09-01 13:36:55 +0200
  • 077122629c unit-allocator.cpp: Silence compiler warning on MSVC 2015 Thomas Braun 2020-07-07 22:53:34 +0200
  • e2889e3138 Tests: Ignore some compiler warnings Thomas Braun 2020-09-01 13:37:36 +0200
  • 5d053f36d6 Tests: Fix warning about unused result Thomas Braun 2020-08-30 20:31:39 +0200
  • 1047d09b2a
    annotate non-reproducible tests #2324 Niels Lohmann 2020-08-30 13:23:34 +0200
  • d9843fc9fc
    📝 add note for Intel compilers #2346 Niels Lohmann 2020-08-29 12:46:47 +0200
  • 6030a11051
    Merge pull request #2367 from nlohmann/hedley14 Niels Lohmann 2020-08-26 08:13:43 +0200
  • 14f8be11ce
    Merge branch 'develop' of https://github.com/nlohmann/json into hedley14 Niels Lohmann 2020-08-24 16:12:11 +0200
  • 5f566f090b Synchronize single-header and basic variants of json.hpp Alexander Karzhenkov 2020-08-21 23:02:16 +0500
  • 7b627c7bff Use old emplace_back even with C++17 Alexander Karzhenkov 2020-08-21 20:17:56 +0500
  • f7f75c8d2a Exclude test with std::variant when it's unavailable Alexander Karzhenkov 2020-08-21 19:45:15 +0500
  • 5a0d8f4ea5 Restore full test suite Alexander Karzhenkov 2020-08-21 10:48:49 +0500
  • 5eddcc134d Allow to use string_view from std::experimental Alexander Karzhenkov 2020-08-21 10:05:51 +0500
  • 1943399433 Fix C++ standard requirements for travis Alexander Karzhenkov 2020-08-21 09:40:21 +0500
  • df5943da52 Temporary remove appveyor tests too Alexander Karzhenkov 2020-08-21 12:10:45 +0500
  • fba2e9d88c Temporary reduce test suite and force verbose build Alexander Karzhenkov 2020-08-21 09:17:37 +0500
  • b9d76516a2
    Merge pull request #2363 from nlohmann/issue2360 Niels Lohmann 2020-08-20 11:38:43 +0200
  • 9d81eedb42
    📝 fix and extend documentation of discarded values Niels Lohmann 2020-08-19 20:26:30 +0200
  • b386f4de0b
    📝 fix and extend documentation of discarded values Niels Lohmann 2020-08-19 20:26:06 +0200
  • 77a36942c6 fix warning (-Wuseless-cast) ITotalJustice 2020-08-18 09:39:07 +0100
  • 3be6ee3525
    🚚 remove < from filename to fix Windows build Niels Lohmann 2020-08-16 21:39:40 +0200
  • fe507a7ee8
    🚚 remove < from filename to fix Windows build Niels Lohmann 2020-08-16 21:36:21 +0200
  • 6b04f05eba
    📝 add more API documentation Niels Lohmann 2020-08-16 21:23:44 +0200
  • 5c4cc20ed8
    📝 add more API documentation Niels Lohmann 2020-08-16 20:48:10 +0200
  • a430d25f22
    📝 add more API documentation Niels Lohmann 2020-08-16 14:48:48 +0200
  • fb5c20134f
    📝 add more API documentation Niels Lohmann 2020-08-16 14:27:26 +0200
  • d8ed98a7af
    📝 add more API documentation Niels Lohmann 2020-08-15 15:18:07 +0200
  • 1ce0ed5a52
    👷 ignore gh-pages branch in CircleCI Niels Lohmann 2020-08-14 13:58:55 +0200
  • 0c2088823d
    👷 ignore gh-pages branch in CircleCI Niels Lohmann 2020-08-14 13:56:42 +0200
  • fb8adb8e93
    👷 ignore gh-pages branch in CircleCI Niels Lohmann 2020-08-14 13:52:42 +0200
  • f6c2947f1e
    📝 add more API documentation Niels Lohmann 2020-08-14 13:47:54 +0200
  • 0356e0c75b
    📝 add more API documentation Niels Lohmann 2020-08-14 13:05:16 +0200
  • 6674561d6a
    📝 add more API documentation Niels Lohmann 2020-08-14 10:48:32 +0200
  • 772f37c12d
    Merge pull request #2354 from rbuch/develop Niels Lohmann 2020-08-14 06:04:56 +0200
  • 67d822d951 Fix typos in documentation Ronak Buch 2020-08-13 15:44:58 -0400
  • 298420263b
    🚚 remove quotes from filename to fix Windows build Niels Lohmann 2020-08-13 15:12:41 +0200
  • dd2fb3b454
    📝 add more API documentation Niels Lohmann 2020-08-13 15:03:28 +0200
  • ce6adc447a
    📝 add more API documentation Niels Lohmann 2020-08-13 14:04:08 +0200
  • d360fec216
    📝 add offline pages for docset Niels Lohmann 2020-08-13 13:35:05 +0200
  • 178125ff9b
    📝 add docset Niels Lohmann 2020-08-13 10:52:20 +0200
  • 8d0aa09ab5
    Merge pull request #2352 from nlohmann/private_macro Niels Lohmann 2020-08-13 10:06:59 +0200
  • 874f49e945
    📝 add more API documentation Niels Lohmann 2020-08-12 14:29:25 +0200
  • fe89049aee
    📝 add more API documentation Niels Lohmann 2020-08-12 13:41:59 +0200
  • 9d726c25d5
    ♻️ remove "#define private public" Niels Lohmann 2020-08-12 13:30:06 +0200
  • 411fc3249b
    ⬆️ Hedley 14 (dev branch) Niels Lohmann 2020-08-12 13:00:57 +0200
  • b888afe5f4
    Merge pull request #2349 from nlohmann/issue2348 Niels Lohmann 2020-08-11 09:05:02 +0200
  • 37ce871eeb
    Merge pull request #2347 from nlohmann/no_exceptions Niels Lohmann 2020-08-10 22:47:27 +0200
  • dd8cb2acc1
    🚨 remove -Wimplicit-fallthrough warning #2348 Niels Lohmann 2020-08-10 20:48:39 +0200
  • 4080d0b1a4
    add test to compile without exceptions Niels Lohmann 2020-08-10 09:48:11 +0200
  • 1b28a58280
    Merge remote-tracking branch 'origin/develop' into develop Niels Lohmann 2020-08-10 09:24:25 +0200