File libprotozero.changes of Package libprotozero
-------------------------------------------------------------------
Wed Mar 13 19:22:33 UTC 2024 - Dirk Stoecker <opensuse@dstoecker.de>
- fix build, require C++ 17
-------------------------------------------------------------------
Sat Jan 29 14:32:18 UTC 2022 - Predrag Ivanović <predivan@mts.rs>
- Update to 1.7.1
Changed
* Don't build tests if the standard CMake BUILD_TESTING variable is set to off.
* Now needs CMake 3.5.0 or greater.
* Update included catch2 framework to current version v2.13.8.
* Only enable clang-tidy make target if protobuf was found.
* Allow setting C++ version to compile with in CMake config.
Fixed
* Fixes undefined behaviour in float and double byteswap.
* Add missing includes of "config.hpp".
* Avoid narrowing conversion by doing an explicit static_cast.
-------------------------------------------------------------------
Sat Nov 27 14:52:07 UTC 2021 - Predrag Ivanović <predivan@mts.rs>
- Add signal.diff from @kukuk, to deal with catch test failure on Factory/TW
-------------------------------------------------------------------
Fri Jul 16 14:25:46 UTC 2021 - Predrag Ivanović <predivan@mts.rs>
- Update to 1.7.0
Added
Support for buffer types other that std::string. pbf_writer is now
just a typedef for basic_pbf_writer<std::string>.
Other buffer types can be used with basic_pbf_writer. See doc/advanced.md for details.
Changed
Some minor tweaks.
Fixed
Removed some undefined behaviour.
-------------------------------------------------------------------
Tue Dec 3 19:19:16 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
- update to 1.6.8
Changed
Various code cleanups due to clang-tidy warnings.
Fixed
Made data_view::compare noexcept.
-------------------------------------------------------------------
Wed Jul 3 10:43:00 UTC 2019 - Dirk Stoecker <opensuse@dstoecker.de>
- update to 1.6.7, rework package a lot, proper naming
-------------------------------------------------------------------
Thu Nov 1 08:03:15 CET 2018 - kukuk@suse.de
- Initial version