Package Release Info

qcoro-qt5-0.10.0-bp156.2.3

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libQCoro5Core0
libQCoro5DBus0
libQCoro5Network0
libQCoro5Qml0
libQCoro5Quick0
libQCoro5WebSockets0
qcoro-qt5-devel

Change Logs

* Wed Jan 31 2024 Christophe Marin <christophe@krop.fr>
- Switch to the latest GCC version available in Leap for packages
  that can't build with the default compiler
* Wed Dec 06 2023 Christophe Marin <christophe@krop.fr>
- Update to 0.10.0
  * Rethrow exceptions from QCoro::waitFor()
  * qcorowebsocket replace QWebSocket::error with
    QWebSocket::errorOccurred
  * QCoro::connect: Fix bug in concept requirements
  * Avoid deprecated QVERIFY_EXCEPTION_THROWN
  * Make QCoroTask header contain only declarations
  * QCoroAsyncGenerator test: workaround compiler optimizations
    that breaks tests
  * Append postfix for qmake compatibility
  * Add support for connecting signals with QPrivateSignal
  * QCoroSignalListener: support connecting to private signals
  * fix error: std::coroutine_traits isn't a class template
* Thu Apr 27 2023 Christophe Marin <christophe@krop.fr>
- Update to 0.9.0
  * Make QCoro::Generator properly move-constructible
  * iOS support: handle QProcess being not available
  * Fix QCoro::connect with QFutures
  * Fix debug build against MSVC2022
  * Fix CheckAtomic failing on Windows with Clang
  * Make how Qt packages are found more convenient
  * Fix clang 16 builds
  * Fix crash in QCoroSignal when signal is received after
  * destruction
  * Fix connecting to member function pointers
  * QML: Add declarative API for awaiting a task
  * Implement QCoroTest