aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/nlohmann-json
AgeCommit message (Collapse)Author
2020-05-17nlohmann-json: backport gcc10 fixAndrew Geissler
The following issue and PR describe an issue with nlohmann-json and GCC10. https://github.com/nlohmann/json/issues/1920 https://github.com/nlohmann/json/pull/2034 Confirmed that this fixed the issue seen in OpenBMC when pulling in the latest upstream meta-openembedded. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-16nlohmann-json: Upgrade to 3.7.3Khem Raj
Rename recipe to express PV Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-25nlohmann-json: upgrade 3.3.0 -> 3.7.0David Roman
2018-10-11nlohmann-json: Add symlink to json.hpp and update to 3.3.0James Feist
nlohmann-json has examples in their repo that refer to the header as json.hpp directly, as such many packages that require nlohmann-json expect json.hpp and not nlohmann/json.hpp as the cmake file installs. Create symlink so that access is available by either option. Also update to release 3.3.0. Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-10-04nlohmann-json: Add recipeJames Feist
nlohmann-json is a c++ header-only json library. Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>