- 20 Oct, 2021 1 commit
-
-
Cristi Vîjdea authored
* Fix typos in operator[] documentation * Fix additional typo
-
- 16 Oct, 2021 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
*
⏪ revert invalid fix
-
- 14 Oct, 2021 2 commits
-
-
Niels Lohmann authored
*
⏪ remove "fix" that caused #3077 -
Théo DELRIEU authored
* meta: rework is_compatible/is_constructible_string_type These type traits performed an incorrect and insufficient check. Converting to a std::filesystem::path used to work by accident thanks to these brittle constraints, but the clean-up performed in #3020 broke them. * support std::filesystem::path Fixes #3070
-
- 08 Oct, 2021 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 07 Oct, 2021 2 commits
-
-
Théo DELRIEU authored
The previous version relied on the existence of an 'iterator' type. As mentioned in comments, this is not the proper way to do it and causes issues with certain types (e.g. views from range-v3). Add a 'is_range' trait that properly detects the return type of 'begin'/'end', and use it in instead.
-
Carl Smedstad authored
* Fix assertion failure #3032
-
- 28 Sep, 2021 1 commit
-
-
Niels Lohmann authored
-
- 12 Sep, 2021 2 commits
-
-
Niels Lohmann authored
*
♻ allow allocators for vectors *✅ add regression tests -
Anthony VH authored
* Set parent pointers for values inserted via update() (fixes #3007). * Moved test for #3007 to proper file. * Enable access to private members in diagnostics unit tests. * Make style consistent with rest of code. * Forced amalgamate rerun. * Refactor test for #3007 so it doesn't use private members. Also extend to test both update() functions. * Added fix for #3007 to update(const_iterator, const_iterator) as well. * Added failing example code from #3007 as extra test.
-
- 01 Sep, 2021 1 commit
-
-
Niels Lohmann authored
*
📝 update docset generation script *📝 update documentation
-
- 30 Aug, 2021 1 commit
-
-
Niels Lohmann authored
-
- 29 Aug, 2021 1 commit
-
-
Niels Lohmann authored
-
- 26 Aug, 2021 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Giovanni Cerretani authored
* Fix #2975 Define JSON_DIAGNOSTICS to 0 if not defined to fix annoying Wundef warnings. * amalgamated
-
- 24 Aug, 2021 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
mb0202 authored
Changed a potential typo: "charater" -> "character"
-
- 22 Aug, 2021 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
🐛 fix parent update for diagnostics with ordered_json
-
- 21 Aug, 2021 1 commit
-
-
Niels Lohmann authored
*
🏁 set stack size for some unit tests
-
- 20 Aug, 2021 5 commits
-
-
Niels Lohmann authored
Add regression test
-
Niels Lohmann authored
-
Niels Lohmann authored
Update Travis badge
-
Niels Lohmann authored
-
Niels Lohmann authored
Fix some extra ";" clang warnings
-
- 19 Aug, 2021 4 commits
-
-
Pierre Hallot authored
-
Niels Lohmann authored
Updating the Homebrew Command
-
Amir Masoud Abdol authored
-
Niels Lohmann authored
-
- 18 Aug, 2021 6 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
🚨 fix gdb_pretty_printer failure on basic types -
Niels Lohmann authored
Add header to use value_t
-
Niels Lohmann authored
Skip some tests if JSON_Install is not set
-
Niels Lohmann authored
Remove outdated json_unit test binary
-