File qcoro.changes of Package qcoro
-------------------------------------------------------------------
Wed Apr 27 15:02:51 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 0.5.1
* Fix build with GCC>=11.3 (workaround for GCC#105406)
* Fix ODR violation when building with GCC and LTO enabled
(workaround for GCC#101118)
- Don't run tests for now. Random timeouts happen.
-------------------------------------------------------------------
Wed Apr 27 05:59:13 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 0.5.0
* .then() continuation for Task<T>
* Fixed namespace scoping
* Fixed QCoro::waitFor() getting stuck when coroutine returns
synchronously
* Fixed -pthread usage in CMake
* Produce QMake config files (.pri) for each module
* Fix build on platforms where -latomic must be linked explicitly
* Return Task<T> from all operations
* Add QCoro wrapper for QThread
* Many documentation updates
-------------------------------------------------------------------
Mon Mar 14 16:12:18 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 0.4.0
* QCoro can now be built with Clang against libstdc++
* Qt5 and Qt6 builds of QCoro are now co-installable
* Fixed early co_return not resuming the caller
* Fixed QProcess example
* Test suite has been improved and extended
* Task move assignment operator checks for self-assignment
* QCoro can now be built as a subdirectory inside another CMake project
* Fixed QCoroCore/qcorocore.h header
* DBus is disabled by default on Windows, Mac and Android
- Build Qt5 and Qt6 flavors.
-------------------------------------------------------------------
Fri Dec 10 16:18:46 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Install the dbus-launch executable at build time to run tests.
-------------------------------------------------------------------
Sun Oct 10 07:31:47 UTC 2021 - Luca Beltrame <lbeltrame@kde.org>
- Initial package