8000 Releases · qcoro/qcoro · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: qcoro/qcoro

v0.12.0

03 Apr 20:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

04 Oct 08:25
v0.11.0
Compare
Choose a tag to compare

Release announcement

What's Changed

  • Suppress Clang error when building against Android NDK <= 25 by @danvratil in #205
  • Add QtGui dependency if QCORO_WITH_QTQUICK=ON by @a17r in #209
  • Fix wrong result of QCoroIODevice::write() (fixes #211) by @danvratil in #212
  • Add override to fix build failure due to -Werror -Wsuggest-override by @dfaure-kdab in #214
  • Fix coroutine being resumed on a wrong thread after timeout by @danvratil in #215
  • Implement QCoroFuture::takeResult (fixes #217) by @danvratil in #218
  • #include , needed by std::exception_ptr by @MicahSpikah in #220
  • waitFor(QCoro::Task): Do not require T to be default constructible by @joesdiner in #223
  • Add QCORO_BUILD_TESTING to allow overriding BUILD_TESTING by @danvratil in #236
  • Use refcount to track when to destroy coroutine by @danvratil in #239
  • Drop support for older compilers by @danvratil in #242
  • Implement LazyTask by @danvratil in #241
  • Use QueuedConnection for signals in QCoroNetworkReply by @danvratil in #245
  • Awaiting a default-constructed or moved-from Task will hang by @danvratil in #253
  • Add a backround task example, inspired by discussion #246 by @danvratil in #247

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

05 Dec 20:25
v0.10.0
fa5bc42
Compare
Choose a tag to compare

What's Changed

  • Rethrow exceptions from QCoro::waitFor() (fixes #172) by @danvratil in #173
  • qcorowebsocket replace QWebSocket::error with QWebSocket::errorOccurred by @nmariusp in #174
  • Add Qt 6.5 to the CI matrix by @danvratil in #176
  • QCoro::connect: Fix bug in concept requirements by @jbbgameich in #179
  • Avoid deprecated QVERIFY_EXCEPTION_THROWN by @danvratil in #180
  • Make QCoroTask header contain only declarations by @danvratil in #183
  • QCoroAsyncGenerator test: workaround compiler optimizations that breaks tests by @danvratil in #189
  • Update pygments requirement from ~=2.15 to ~=2.16 by @dependabot in #184
  • Update pymdown-extensions requirement from ~=9.11 to ~=10.3 by @dependabot in #190
  • Append postfix for qmake compatibility by @shaan7 in #192
  • Add support for connecting signals with QPrivateSignal by @danvratil in #193
  • QCoroSignalListener: support connecting to private signals by @danvratil in #194
  • fix error: std::coroutine_traits isn't a class template by @sizeofvoid in #196
  • Update pymdown-extensions requirement from ~=10.3 to ~=10.4 by @dependabot in #195
  • Update pygments requirement from ~=2.16 to ~=2.17 by @dependabot in #197
  • Update pymdown-extensions requirement from ~=10.4 to ~=10.5 by @dependabot in #198

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

27 Apr 08:14
v0.9.0
e66e888
Compare
Choose a tag to compare

Release announcement

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

31 Jan 19:52
v0.8.0
8c0d2bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

19 Nov 23:03
Compare
Choose a tag to compare

Release Announcement

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

09 Jul 13:41
v0.6.0
f2ba28e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.1...v0.6.0

QCoro 0.5.1

27 Apr 14:53
v0.5.1
5ada702
Compare
Choose a tag to compare
  • Fix build with GCC>=11.3 (#57, #58)
  • Fix ODR violation when building with GCC and LTO enabled (#59)

QCoro 0.5.0

25 Apr 21:22
v0.5.0
a873f35
Compare
Choose a tag to compare
  • .then() continuation for Task<T> (#39)
  • Fixed namespace scoping (#45)
  • Fixed QCoro::waitFor() getting stuck when coroutine returns synchronously (#46)
  • Fixed -pthread usage in CMake (#47)
  • Produce QMake config files (.pri) for each module (commit e215616)
  • Fix build on platforms where -latomic must be linked explicitly (#52)
  • Return Task<T> from all operations (#54)
  • Add QCoro wrapper for QThread (commit 832d931)
  • Many documentation updates

QCoro 0.4.0

06 Jan 19:31
v0.4.0
3f74afd
Compare
Choose a tag to compare
  • QCoro can now be built with Clang against libstdc++ (#38, #22)
  • Qt5 and Qt6 builds of QCoro are now co-installable (#36, #37)
  • Fixed early co_return not resuming the caller (#24, #35)
  • Fixed QProcess example (#34)
  • Test suite has been improved and extended (#29, #31)
  • Task move assignment operator checks for self-assignment (#27)
  • QCoro can now be built as a subdirectory inside another CMake project (#25)
  • Fixed QCoroCore/qcorocore.h header (#23)
  • DBus is disabled by default on Windows, Mac and Android (#21)
0