summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/msgpack/msgpack-cpp_4.1.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* msgpack-cpp: upgrade 4.1.1 -> 6.1.0alperak2023-11-281-21/+0
| | | | | | | | | | | | | | | | | | | | | | | Changelog: - Remove dependency on boost in chrono.hpp (#1076) - Add support for std::variant behavior (#1075) - Fix msgpack::type::variant behavior to respect MessagePack format (#1071) - Add rebind allocators (#1065) - Change CMake package name of C++ library to msgpack-cxx (#1054) - Unified all C++ package, library, cmake, tarball name become msgpack-cxx. - Change CMake package name of C++ library to msgpackc-cxx (#1045, #1048) - Fix config for new MSVC preprocessor (#1040) - Fix compile error that direct inclusion of chrono with MSGPACK_NO_BOOST (#1038) - Fix noexcept on zone (#1030) - Improve cmake support (#1028, #1032) - Improve CI (#1023) - Improve supporting platform (#1021) - Refine double/float packing (#1018) - Refine include files dependency (#1011) Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msgpack-cpp: Upgrade to 4.1.1 releaseKhem Raj2022-03-211-0/+21
Use tarball from release artifacts Signed-off-by: Khem Raj <raj.khem@gmail.com>