-
Notifications
You must be signed in to change notification settings - Fork 598
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog: * Fix build with gcc 11.3.0 (resolves #57) by @danvratil in #58 * Fix ODR violation when LTO is enabled by @danvratil in #59 * Rework Github CI - add compilers and platforms by @danvratil in #60 * CI: consolidate the CI builds into a single matrix by @danvratil in #61 * Export QCoro wrapper classes by @danvratil in #65 * CI: disable shared libs on Windows by @danvratil in #67 * Enable "modern Qt" compiler definitions by @danvratil in #66 * Introduce Generator and AsyncGenerator coroutine return types by @danvratil in #69 * Fix installing export header by @danvratil in #77 * Deprecate task.h in favor of qcorotask.h (#70) by @danvratil in #76 * QtWebSockets support by @danvratil in #75 * Document -DQCORO_WITH_QTWEBSOCKETS by @dangelog in #81 * Fix the build by #include'ing by @dangelog in #82 * QCoroTask: fixup a template type parameter name by @dangelog in #83 * Add support for clang-cl (fixes #84) by @danvratil in #86 * Fix possible race in TestWsServer by @danvratil in #88 * WebSocket bugfixes & documentation by @danvratil in #89 * Explicitly enable exception support for clang-cl (fixes #90) by @danvratil in #91
- Loading branch information
Showing
3 changed files
with
29 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
TIMESTAMP = 1651673770 | ||
SHA256 (danvratil-qcoro-v0.5.1_GH0.tar.gz) = 49c996797d101d8152dcd5a35005c274770d75ef18eabff78c12cdfba36e6a8f | ||
SIZE (danvratil-qcoro-v0.5.1_GH0.tar.gz) = 91850 | ||
SHA256 (b4abc5874103.patch) = 48d4f3bdb0267452fc230eff314a83dd683542bae8ac5da974deb8582680c9fc | ||
SIZE (b4abc5874103.patch) = 2121 | ||
TIMESTAMP = 1657522013 | ||
SHA256 (danvratil-qcoro-v0.6.0_GH0.tar.gz) = 26d6ea1103c51b895e93d27b59bee394f80db8fd9ca21e7c0056583b1938906d | ||
SIZE (danvratil-qcoro-v0.6.0_GH0.tar.gz) = 122618 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters