Commit Graph

106 Commits

Author SHA1 Message Date
Niels Lohmann 6a7392058e Complete documentation for 3.11.0 (#3464)
* 🧍 update contributor and sponsor list

* 🚧 document BJData format

* 🚧 document BJData format

* 📡 clarified documentation of [json.exception.parse_error.112]

* ✏️ adjust titles

* 📡 add more examples

* 🎓 adjust warnings for index.md files

* 📡 add more examples

* 🦚 remove example for deprecated code

* 📡 add missing enum entry

* 📡 overwork table for binary formats

*  add test to create table for binary formats

* 📡 fix wording in example

* 📡 add more examples

* Update iterators.md (#3481)

*  add check for overloads to linter #3455

* 🧍 update contributor list

* 📡 add more examples

* 📡 fix documentation

* 📡 add more examples

* 🚶 fix indentation

* 🦚 remove example for destructor

* 📡 overwork documentation

* Updated BJData documentation, #3464 (#3493)

* update bjdata.md for #3464

* Minor edit

* Fix URL typo

* Add info on demoting ND array to a 1-D optimized array when singleton dimension

Co-authored-by: Chaoqi Zhang <prncoprs@163.com>
Co-authored-by: Qianqian Fang <fangqq@gmail.com>
2022-05-17 13:08:56 +02:00
Qianqian Fang a8a547d7a2 change bjdata ndarray flag to detect negative size, as part of #3475 (#3479)
* change bjdata ndarray flag to detect negative size, fix https://github.com/nlohmann/json/issues/3475

* fix CI error

* fix CI on 32bit windows

* remove platform specific out_of_range error messages

* Incorporate suggestions from @nlohmann and @falbrechtskirchinger

* fix CI errors

* add coverage

* fix sax event order

* fix coverage
2022-05-10 21:13:24 +02:00
Niels Lohmann d6efe672b5 Document fuzzer usage (#3478)
* 📡 document fuzzer usage

* 📡 address review comments
2022-05-09 08:02:41 +02:00
Qianqian Fang b205361d86 Handle invalid BJData optimized type, fix #3461 (#3463)
* Handle invalid BJData optimized type, fix #3461

* Update unit test to handle bjdata optimized array type error
2022-05-01 22:47:06 +02:00
Florian Albrechtskirchinger bdc21ad1a7 Add build step for ICPC (with fixes) (#3465)
* 🤜 Doctest 2.4.7

* 👷 add CI step for ICPC

* 👷 add CI step for ICPC

* 👷 add CI step for ICPC

* ☑️ downgrade to Doctest 2.4.6

* 👷 add CI step for ICPC

* 👷 add CI step for ICPC

* 👷 add CI step for ICPC

* 👷 add CI step for ICPC

* 👷 add CI step for ICPC

* 🍚 suppress warning #2196: routine is both "inline" and "noinline"

* Re-enable <filesystem> detection on ICPC

* Limit regression test for #3070 to Clang and GCC >=8.4

* Disable deprecation warnings on ICPC

* Disable regression test for #1647 on ICPC (C++20)

* Fix compilation failure of regression test for #3077 on ICPC

* Disable wstring unit test on ICPC

Fixes:
  error 913: invalid multibyte character sequence

* Add ICPC to README

Co-authored-by: Niels Lohmann <mail@nlohmann.me>
2022-05-01 22:46:45 +02:00
Niels Lohmann b21c345179 Reorganize directories (#3462)
* 🦃 move files
* 🦃 rename doc folder to docs
* 🦃 rename test folder to tests
2022-05-01 09:41:50 +02:00