Commit Graph

  • 6fc779005c fix ci_test errors Qianqian Fang 2022-02-18 17:22:38 -0500
  • 42701cc2fc gcc warn useless conversion but msvc gives an error Qianqian Fang 2022-02-18 15:32:30 -0500
  • c8752b349f add tests for optimized ndarray, improve coverage, fix clang/gcc warnings Qianqian Fang 2022-02-18 15:22:19 -0500
  • 55682ffb5a add more tests to cover the new bjdata types Qianqian Fang 2022-02-17 23:49:24 -0500
  • 4985323bb7 fix additional warnings and errors for clang and msvc Qianqian Fang 2022-02-17 11:11:36 -0500
  • 76ee885fd2 fix more VS compilation errors Qianqian Fang 2022-02-17 01:11:24 -0500
  • 58efde83f0 fix additional VS errors Qianqian Fang 2022-02-17 00:40:52 -0500
  • 94b0268cc2 partially fix VS compilation errors Qianqian Fang 2022-02-17 00:21:34 -0500
  • 02d8f926f0 fix Codacy warning Qianqian Fang 2022-02-16 22:50:15 -0500
  • 3c820dd215 support UBJSON-derived Binary JData (BJData) format Qianqian Fang 2022-02-16 18:05:31 -0500
  • 48af996d90
    Merge branch 'develop' of https://github.com/nlohmann/json into overwork_documentation Niels Lohmann 2022-04-22 20:39:41 +0200
  • 1a90c9463a
    Disable regression test for #3070 on GCC <8.4 (#3451) Florian Albrechtskirchinger 2022-04-22 14:21:16 +0200
  • 7cd3120e7f Disable regression test for #3070 on GCC <8.4 Florian Albrechtskirchinger 2022-04-22 11:45:12 +0200
  • 90be3582e8
    📝 overwork macro documentation Niels Lohmann 2022-04-18 16:07:23 +0200
  • b94e90e66e
    📝 overwork macro documentation Niels Lohmann 2022-04-17 15:23:00 +0200
  • 03a5483533
    📝 overwork macro documentation Niels Lohmann 2022-04-16 22:43:11 +0200
  • 551b516255
    Merge branch 'develop' of https://github.com/nlohmann/json into overwork_documentation Niels Lohmann 2022-04-16 22:33:17 +0200
  • 169e1da4b0
    📝 overwork macro documentation Niels Lohmann 2022-04-16 22:33:06 +0200
  • f4a8d2d97f tidying up code, no change to logic Luca 2022-04-14 14:35:55 +0200
  • 358970e3d0 fix iterator_input_adapter consuming input before it should Luca 2022-04-14 13:00:52 +0200
  • edf4b3e82e code refactoring, common sax_interface for all sax Luca 2022-04-13 02:42:48 +0200
  • df1abddfd9 added support for varius key types in msgpack, added key types: null, bool, unsigned, integer Luca 2022-04-12 21:42:26 +0200
  • 07571ed4be added support for varius key types in msgpack, added key types: null, bool, unsigned, integer Luca 2022-04-12 21:42:26 +0200
  • a94430615d
    Fix typo in basic_json documentation (#3439) JungHoon Lee 2022-04-12 22:58:06 +0900
  • 9252772a83 Fix typo in basic_json documentation jhnlee 2022-04-12 22:27:17 +0900
  • 616caea27a
    Re-template json_pointer on string type (#3415) Florian Albrechtskirchinger 2022-04-12 14:18:16 +0200
  • 1deeb434c6
    Exclude std::any from implicit conversion (fixes #3428) (#3437) Florian Albrechtskirchinger 2022-04-12 14:08:20 +0200
  • a41b003a3a Exclude std::any from implicit conversion Florian Albrechtskirchinger 2022-04-12 09:16:53 +0200
  • 6ea011f2b6 Exclude std::any from implicit conversion Florian Albrechtskirchinger 2022-04-12 07:34:16 +0200
  • 10344907ff
    📝 document which version introduced the macros #3429 (#3431) Niels Lohmann 2022-04-09 18:09:23 +0200
  • fdb15f956f Update version numbers Florian Albrechtskirchinger 2022-04-08 11:51:25 +0200
  • 261cc4e509
    Fix constraints on from_json() for strings (#3427) Florian Albrechtskirchinger 2022-04-08 10:22:47 +0200
  • e9c8d5c4a2
    📝 document which version introduced the macros #3429 Niels Lohmann 2022-04-08 10:18:02 +0200
  • ebab61ecd3 Fix constraints on from_json() for strings Florian Albrechtskirchinger 2022-04-06 14:57:03 +0200
  • f5f975a48c Allow comparing different json_pointers Florian Albrechtskirchinger 2022-04-05 14:57:10 +0200
  • 03dbf3ed97 Update json_pointer docs Florian Albrechtskirchinger 2022-04-05 06:39:54 +0200
  • 38f251f158 Add backwards compatibility with json_pointer<basic_json> Florian Albrechtskirchinger 2022-04-04 12:03:01 +0200
  • 6f319322ac Fix regression test for #2958 Florian Albrechtskirchinger 2022-04-03 19:26:04 +0200
  • 067c473a2d Add unit test for #3388 Florian Albrechtskirchinger 2022-04-03 18:37:05 +0200
  • 4092fb0c4f Template json_pointer on string type Florian Albrechtskirchinger 2022-04-03 11:38:32 +0200
  • ddd60f2092 Replace string concatenations using + with concat() Florian Albrechtskirchinger 2022-04-03 18:34:22 +0200
  • 10e451b58d Add string concatenation function Florian Albrechtskirchinger 2022-04-03 17:43:39 +0200
  • b9d27b6a1f Support escaping other string types Florian Albrechtskirchinger 2022-04-03 09:04:25 +0200
  • a3492aef21 Make exception context optional Florian Albrechtskirchinger 2022-04-03 08:48:49 +0200
  • 15fa6a342a
    at.md: fix typo (#3426) Michael Nosthoff 2022-04-06 15:26:35 +0200
  • ab36e6cf22
    at.md: fix typo Michael Nosthoff 2022-04-06 15:22:13 +0200
  • 448b173ccf
    Update CI image (#3420) Niels Lohmann 2022-04-06 15:14:14 +0200
  • 9d608aa772
    🚨 fix duplicate inclusion Niels Lohmann 2022-04-06 13:57:29 +0200
  • 2d48787dcc
    📝 update used compilers Niels Lohmann 2022-04-06 13:53:44 +0200
  • aca1f3dca6
    💚 add missing compiler Niels Lohmann 2022-04-06 13:23:28 +0200
  • 5a97ed6783
    ⬆️ use more recent GitHub actions Niels Lohmann 2022-04-06 13:23:14 +0200
  • b4ce4a962b
    🚨 suppress Clang-Tidy warnings Niels Lohmann 2022-04-06 12:58:55 +0200
  • acbffd05a4
    💚 use proper scan-build version Niels Lohmann 2022-04-06 12:37:55 +0200
  • d1870f9869
    🚨 suppress Clang-Tidy warnings Niels Lohmann 2022-04-06 12:34:56 +0200
  • ba6307a6ea
    Merge branch 'develop' of https://github.com/nlohmann/json into new_ci Niels Lohmann 2022-04-06 12:30:01 +0200
  • 52e16a9f9c
    🚸 add check if different version is also included #3337 (#3418) Niels Lohmann 2022-04-06 08:29:01 +0200
  • fa91409a73
    CI: speedup AppVeyor builds by ~30% (#3422) Florian Albrechtskirchinger 2022-04-06 08:26:49 +0200
  • c2054b96b9
    Restore disabled check for #3070 (except on MSVC) (#3421) Florian Albrechtskirchinger 2022-04-06 08:25:35 +0200
  • 3fe8396ab0
    ⬆️ use new CI image Niels Lohmann 2022-04-06 07:16:09 +0200
  • 4154928a7c CI: speedup AppVeyor builds by ~30% Florian Albrechtskirchinger 2022-04-05 17:17:04 +0200
  • db1196f41b Restore disabled check for #3070 (except on MSVC) Florian Albrechtskirchinger 2022-04-05 09:47:39 +0200
  • 577d8efdee
    ⬆️ use new CI image Niels Lohmann 2022-04-05 07:22:40 +0200
  • 6be9c6f76f
    🚸 add check if different version is also included #3337 Niels Lohmann 2022-04-04 21:22:51 +0200
  • ab5cecb34f
    Report the right __cplusplus value for MSVC in basic_json meta() (#3417) flagarde 2022-04-05 02:45:19 +0800
  • 5cb7bde72b Run amalgamate flagarde 2022-04-04 22:50:52 +0800
  • 8bdfe53a0b Report the right __cplusplus value for MSVC in basic_json meta() flagarde 2022-04-04 22:40:03 +0800
  • 33b75e513a
    CI: windows-2016 has been deprecated; remove jobs (#3416) Florian Albrechtskirchinger 2022-04-04 13:18:00 +0200
  • 9d11f0a339 CI: windows-2016 has been deprecated; remove jobs Florian Albrechtskirchinger 2022-04-04 06:45:57 +0200
  • 6121dbbe02
    Avoid clash with Arduino defines (#3338) DarkZeros 2022-04-03 17:33:33 +0100
  • f5f122cd0d
    Apply suggestions from code review Niels Lohmann 2022-04-03 17:18:39 +0200
  • 95087716ae
    Apply suggestions from code review Niels Lohmann 2022-04-03 17:17:00 +0200
  • 3b16057ffa
    Refactor unit tests to use more convenient doctest assertion macros (Part 2) (#3405) Krzysiek Karbowiak 2022-04-01 14:38:17 +0200
  • a7f04487a2 Apply formatting Krzysiek Karbowiak 2022-03-31 08:56:43 +0200
  • f421f67da3 Rename local variable Krzysiek Karbowiak 2022-03-30 15:49:43 +0200
  • 58a32fea40 Refactor assertion and remove redundant local variable Krzysiek Karbowiak 2022-03-30 15:46:54 +0200
  • f12d1ac577 Refactor assertion and remove redundant local variable Krzysiek Karbowiak 2022-03-30 15:45:22 +0200
  • 44deb1c508 Refactor assertion and adjust expected error message Krzysiek Karbowiak 2022-03-30 15:42:23 +0200
  • 6481d2e7c4 Refactor assertion and adjust expected error message Krzysiek Karbowiak 2022-03-30 15:41:49 +0200
  • 66f6b4b6a0
    🔧 overwork issue template #3348 Niels Lohmann 2022-03-25 10:16:21 +0100
  • 1ba736893e
    🔧 overwork issue template #3348 Niels Lohmann 2022-03-25 10:12:33 +0100
  • f7490e33da
    🔧 overwork issue template #3348 Niels Lohmann 2022-03-25 10:10:21 +0100
  • ce35256825
    Refactor unit tests to use more convenient doctest assertion macros (#3393) Krzysiek Karbowiak 2022-03-24 15:55:35 +0100
  • bd24f687c0
    Merge branch 'nlohmann:develop' into develop Krzysiek Karbowiak 2022-03-24 12:02:48 +0100
  • 78580ca8bd
    Merge branch 'develop' of https://github.com/nlohmann/json into update_doctest Niels Lohmann 2022-03-24 07:55:48 +0100
  • ad103e5b45
    Improve unit testing (Part 1) (#3380) Florian Albrechtskirchinger 2022-03-24 07:54:07 +0100
  • cf2a272e6b
    Merge 93aabac6ef into 700b95f447 domsoll 2022-03-23 19:46:28 -0400
  • 4741215786 Apply formatting Krzysiek Karbowiak 2022-03-17 11:55:49 +0100
  • 59e51e8a35 Refactor assertions in unit-unicode1.cpp Krzysiek Karbowiak 2022-03-17 10:45:15 +0100
  • 8c91092487 Refactor assertions in unit-ubjson.cpp Krzysiek Karbowiak 2022-03-17 10:44:53 +0100
  • 443d446bdd Refactor assertions in unit-serialization.cpp Krzysiek Karbowiak 2022-03-17 10:44:31 +0100
  • b9ee1de662 Refactor assertions in unit-regression1.cpp Krzysiek Karbowiak 2022-03-17 10:44:11 +0100
  • c8b8907dd4 Refactor assertions in unit-reference_access.cpp Krzysiek Karbowiak 2022-03-17 10:43:43 +0100
  • 3b1bdf4571 Refactor assertions in unit-msgpack.cpp Krzysiek Karbowiak 2022-03-17 10:43:19 +0100
  • 16e9318048 Refactor assertions in unit-modifiers.cpp Krzysiek Karbowiak 2022-03-17 10:42:47 +0100
  • 44d242da7d Refactor assertions in unit-json_pointer.cpp Krzysiek Karbowiak 2022-03-17 10:42:03 +0100
  • 96783fd22d Refactor assertions in unit-json_patch.cpp Krzysiek Karbowiak 2022-03-17 10:41:34 +0100
  • ac8d903b9e Refactor assertions in unit-iterators2.cpp Krzysiek Karbowiak 2022-03-17 10:41:07 +0100
  • 1c523fe363 Refactor assertions in unit-iterators1.cpp Krzysiek Karbowiak 2022-03-17 10:40:35 +0100
  • b77d8026a8 Refactor assertions in unit-element_access2.cpp Krzysiek Karbowiak 2022-03-17 10:40:08 +0100
  • fc10743bdb Refactor assertions in unit-element_access1.cpp Krzysiek Karbowiak 2022-03-17 10:39:32 +0100