Tomerkm
0012f860e7
Merge branch 'nlohmann:develop' into develop
2023-11-10 22:51:59 +02:00
Niels Lohmann
6eab7a2b18
💚 fix documentation deploy
2023-11-01 22:16:27 +01:00
Niels Lohmann
1dfe4073e3
💚 fix documentation deploy
2023-11-01 22:09:53 +01:00
Niels Lohmann
4ffd5bd18e
💚 fix documentation deploy
2023-11-01 22:06:01 +01:00
Niels Lohmann
0261bc04d3
Fix CI (again) ( #4196 )
2023-11-01 21:23:55 +01:00
Colby Haskell
59da644db4
Add more specific error message when attempting to parse empty input ( #4180 )
2023-10-31 20:17:43 +01:00
Benjamin Buch
cdb29069da
fix cmake header path in install with custom CMAKE_INSTALL_INCLUDEDIR ( #4194 )
2023-10-31 19:52:54 +01:00
Aleksei Sapitskii
58d6aa5831
Support Apple's Swift Package Manager ( #4010 )
...
Co-authored-by: Aleksei <sapial@f-secure.com>
2023-10-21 19:41:10 +02:00
scribam
edffad036d
Fix MinGW CI ( #4175 )
2023-10-04 22:16:48 +02:00
Mathieu Westphal
6adae02ddd
Fix spellcheck issue ( #4173 )
2023-10-04 15:24:38 +02:00
Vyacheslav Zhdanovskiy
35c0b3e54c
Fix source highlighting in user defined type macros docs ( #4169 )
2023-10-02 13:09:53 +02:00
Craig Scott
fac07e22c5
Accept NEW CMake policies up to CMake 3.14 ( #4112 )
...
Starting with CMake 3.27, deprecation warnings are issued
when asking for policy settings for CMake 3.4 or earlier.
The cmake_minimum_required() command accepts a version
range, which allows NEW policy settings up to the upper end
of that range to be used, but without raising the minimum
CMake version above the bottom of that range. This means
NEW policy settings will be used where available, without
requiring them. This change updates the project's
cmake_minimum_required() calls to use a version range to
extend the upper policy version to 3.14 where it wasn't already
at that version or higher. This prevents the deprecation warning
from CMake 3.27, and gives breathing space before a future
CMake release will start issuing similar deprecation warnings
again.
2023-09-25 09:31:26 +02:00
alferov
6d4b72d3c3
Fix compile error with _HAS_STATIC_RTTI=0 ( #4046 )
2023-09-24 11:23:41 +02:00
Niels Lohmann
bbd2e1636d
Fix deprecation warning ( #4161 )
2023-09-23 20:16:37 +02:00
tomalakgeretkal
6e36c721f0
Fixed init-list construction when size_type is not int ( #4140 )
2023-09-23 17:21:40 +02:00
miny1233
e75b94b31e
Update index.md ( #4159 )
2023-09-23 17:20:47 +02:00
Ivor Wanders
aa87ab8b40
Capture exceptions by const& in docs. ( #4099 )
2023-09-23 17:19:50 +02:00
Niels Lohmann
1ce29fa22f
Fix CI ( #4160 )
2023-09-23 17:19:28 +02:00
HO-COOH
5fec803493
Update index.md ( #4149 )
2023-09-14 17:46:34 +02:00
Felix Yan
da92c0e3e7
Correct a typo in serve_header/README.md ( #4143 )
2023-09-10 21:49:38 +02:00
Niels Lohmann
836b7beca4
Fix CI, again ( #4083 )
2023-09-07 20:41:12 +02:00
Ikko Eltociear Ashimine
788e5468e4
Fix typo in afl_driver.cpp ( #4109 )
2023-09-02 17:16:33 +02:00
taro
6cc0eaf88f
Update CODEOWNERS ( #4126 )
2023-08-28 22:04:08 +02:00
Tomerkm
83bf8dd35e
Merge branch 'nlohmann:develop' into develop
2023-06-16 12:26:20 +03:00
Niels Lohmann
5d2754306d
💸 add sponsor
2023-06-14 07:39:09 +02:00
No
c71ecde505
Use template get instead of get in examples ( #4039 )
...
Co-authored-by: tusooa <tusooa@kazv.moe>
2023-06-11 10:06:24 +02:00
Tomerkm
793878898f
Added to tests the file unit-algorithm.cpp (c++ 11) functions from algorithm library ( #4044 )
2023-06-11 09:59:57 +02:00
Tomerkm
ae144bae3a
added the tests that was before editing
2023-06-10 23:10:56 +03:00
Tomerkm
6706a8919c
canceled comments
2023-06-10 15:35:49 +03:00
Tomerkm
e3b114ecab
formated the file using tests/src/unit-algorithms.cpp
...
make amalgamat
2023-06-10 12:50:24 +03:00
gregmarr
254395e5f7
Add to CONTRIBUTING.md that make pretty is required for test updates. ( #4045 )
2023-06-08 18:47:44 +02:00
Niels Lohmann
ab06fc9951
Fix Clang-Tidy warnings ( #4047 )
2023-06-08 18:46:48 +02:00
Tomerkm
b4312a18de
removed float check
2023-06-03 14:07:38 +03:00
Tomerkm
b4fd9e5545
move up
2023-06-03 12:49:47 +03:00
Tomerkm
9c7247f4b0
removed vector std
2023-06-03 12:46:55 +03:00
Tomerkm
ccce0b1a8b
comment copy function to check if CI will be passed
2023-06-03 12:31:52 +03:00
Tomerkm
01e313e3f5
removed the test failed in gcc
2023-06-03 10:48:05 +03:00
Tomerkm
741e606bc6
fixed error compile linux
2023-06-02 20:46:16 +03:00
Tomerkm
c0217184f5
Added to the file unit-algorithm.cpp (c++ 11) the following functions that were missing:
...
1. iota
2. copy
3. copy if
4. copy n
2023-06-02 19:42:00 +03:00
Niels Lohmann
a0c1318830
Fix CI + new Doctest ( #3985 )
2023-05-21 17:23:18 +02:00
Nicolas Jakob
6af826d0bd
Add Vcpkg port version badge ( #3988 )
2023-03-24 14:45:47 +01:00
Joyce
546370c9e7
Set minimal permissions to Github Workflows ( #3972 )
2023-03-13 12:14:35 +01:00
Raphael Grimm
bbe337c3a3
Prevent memory leak when exception is thrown in adl_serializer::to_json ( #3901 )
...
Co-authored-by: barcode <barcode@example.com>
2023-03-08 13:43:45 +01:00
dependabot[bot]
fe4b66355c
⬆️ Bump future from 0.18.2 to 0.18.3 in /docs/mkdocs ( #3934 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-08 13:41:44 +01:00
Joyce
31c00dc729
Refactor amalgamation workflow to avoid dangerous use of pull_request_target ( #3969 )
2023-03-08 13:41:20 +01:00
Sergei Trofimovich
6cec5aefc9
custom allocators: define missing 'rebind' type ( #3895 )
2023-03-08 12:31:56 +01:00
theevilone45
b504dca35a
Fix typo in test.cmake ( #3951 )
2023-03-05 14:12:18 +01:00
Arsen Arsenović
660d0b5856
tests/unit-iterators2: use std::ranges::equals for range comparisons ( #3950 )
...
Closes https://github.com/nlohmann/json/issues/3927
2023-03-05 14:11:22 +01:00
haadfida
b2306145e1
removed lgtm badge and added Cirrus CI badge ( #3937 )
2023-02-01 08:19:45 +01:00
Florian Segginger
8fa0d7bb7e
Change 2022 to 2023 ( #3932 )
2023-01-31 19:24:27 +01:00