summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libcereal/libcereal_1.3.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* libcereal: upgrade 1.3.0 -> 1.3.1wangmy2022-01-251-33/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | License-Update: year updated to 2022 0001-Use-GNUInstallDirs-instead-of-hard-wiring-install-di.patch removed since it is included in 1.3.1 Changelog: ========= Highlighted fixes and enhancements include: ------------------------------------------ Github actions in place of Travis CI Doctest updates (and upstream patches!) to support all targeted compilers Cmake modernization Bug fixes and minor enhancements: --------------------------------- Fix typo in docs in #597 Add MSVC 2019 to build, default ctor for static object Fix json.hpp compilation issue when int32_t is a long [cpp20] explicitly capture 'this' as copy Fix rapidjson for Clang 10 Fixes to prevent clang-diagnostic errors cleanup cmake files to be a little more moderen CVE-2020-11105: Store a copy of each serialized shared_ptr within the archive to prevent the shared_ptr to be freed to early add license files for components of cereal Catch short documents in JSON input C++17: use inline globals for StaticObjects Use std::variant::emplace when loading Use std::optional::emplace() when loading non-empty optional Fix itsNextName not clearing when not found + style change Update doctest to 2.4.6 + local fixes slated for upstream Fixed loading of std::vector Update license to match BSD template Update doctest to 2.4.7 Use GNUInstallDirs instead of hard wiring install directories Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* cereal: Use GNUInstallDirs instead of hard wiring install directoriesAnton Blanchard2021-08-191-1/+3
| | | | | | | On a multilib setup cmake files should go into lib64. Signed-off-by: Anton Blanchard <anton@ozlabs.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-2/+2
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* librcereal: A couple of improvementsPeter Kjellerstedt2021-02-281-7/+3
| | | | | | | | | | * Add "+git${SRCPV}" to PV to indicate that a non-released version is used. * Do not redefine FILES_${PN}-dev; the default will work just fine. * Move PROVIDES to better match the style guide. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: add dev package that can be included into toolchain sdkAdam Miartus2021-02-261-1/+10
| | | | | Signed-off-by: Adam Miartus <adam.miartus@softhows.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: pick up additional licenses of cereal componentsAdam Miartus2021-02-261-2/+8
| | | | | Signed-off-by: Adam Miartus <adam.miartus@softhows.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: update to newer versionAdam Miartus2021-02-261-1/+1
| | | | | | | | fixes CVE-2020-11105 adds license information for components of cerial Signed-off-by: Adam Miartus <adam.miartus@softhows.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcereal: upgrade 1.2.2 -> 1.3.0Pierre-Jean Texier2020-03-231-0/+20
This is a feature and bug fix release. See full changelog https://github.com/USCiLab/cereal/releases/tag/v1.3.0 Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>