summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/nlohmann-json
Commit message (Collapse)AuthorAgeFilesLines
* nlohmann-json: upgrade 3.9.0 -> 3.9.1Zang Ruochen2020-08-211-1/+1
| | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-json: upgrade 3.7.3 -> 3.9.0Zang Ruochen2020-07-313-146/+2
| | | | | | | | | | | -License-Update: Copyright year updated to 2020. -0001-Templatize-basic_json-ctor-from-json_ref.patch -0001-typo-fix.patch Removed since these are included in 3.9.0 Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-json: backport gcc10 fixAndrew Geissler2020-05-173-1/+146
| | | | | | | | | | | | | 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>
* nlohmann-json: Upgrade to 3.7.3Khem Raj2019-12-161-4/+2
| | | | | | Rename recipe to express PV Signed-off-by: Khem Raj <raj.khem@gmail.com>
* nlohmann-json: upgrade 3.3.0 -> 3.7.0David Roman2019-10-251-3/+3
|
* nlohmann-json: Add symlink to json.hpp and update to 3.3.0James Feist2018-10-111-2/+8
| | | | | | | | | | | | 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>
* nlohmann-json: Add recipeJames Feist2018-10-041-0/+23
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>