Import qcoro_0.8.0.orig.tar.gz
authorPino Toscano <pino@debian.org>
Wed, 1 Feb 2023 22:16:33 +0000 (23:16 +0100)
committerPino Toscano <pino@debian.org>
Wed, 1 Feb 2023 22:16:33 +0000 (23:16 +0100)
commitfaf5c7c0a28f2d88eda98f4d1ee55138e254604b
tree963183ba6d95ac4fc38ecb24bbdd134a9ad7e8a7
Import qcoro_0.8.0.orig.tar.gz

[dgit import orig qcoro_0.8.0.orig.tar.gz]
202 files changed:
.clang-format [new file with mode: 0644]
.git-blame-ignore-revs [new file with mode: 0644]
.github/FUNDING.yml [new file with mode: 0644]
.github/actions/install-compiler/action.yml [new file with mode: 0644]
.github/actions/install-qt/action.yml [new file with mode: 0644]
.github/actions/install-qt/install-dbus.ps1 [new file with mode: 0644]
.github/dependabot.yml [new file with mode: 0644]
.github/workflows/build-docker-images.yml [new file with mode: 0644]
.github/workflows/build-linux.yml [new file with mode: 0644]
.github/workflows/build-macos.yml [new file with mode: 0644]
.github/workflows/build-windows.yml [new file with mode: 0644]
.github/workflows/generate-matrix.py [new file with mode: 0644]
.github/workflows/unit_tests_results.yml [new file with mode: 0644]
.github/workflows/update-docs.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.reuse/dep5 [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
LICENSES/BSD-3-Clause.txt [new file with mode: 0644]
LICENSES/GFDL-1.3-or-later.txt [new file with mode: 0644]
LICENSES/MIT.txt [new file with mode: 0644]
QCoroConfig.cmake.in [new file with mode: 0644]
README.md [new file with mode: 0644]
cmake/AddQCoroLibrary.cmake [new file with mode: 0644]
cmake/CheckAtomic.cmake [new file with mode: 0644]
cmake/CodeCoverage.cmake [new file with mode: 0644]
cmake/ECMGeneratePriFile.cmake [new file with mode: 0644]
cmake/ECMQueryQt.cmake [new file with mode: 0644]
cmake/GenerateHeaders.cmake [new file with mode: 0644]
cmake/GenerateModuleConfigFile.cmake [new file with mode: 0644]
cmake/QCoroFindQt.cmake [new file with mode: 0644]
cmake/QCoroModuleConfig.cmake.in [new file with mode: 0644]
config.cmake.in [new file with mode: 0644]
docker/Dockerfile [new file with mode: 0644]
docker/install-qt.sh [new file with mode: 0755]
docs/about/license.md [new file with mode: 0644]
docs/building-and-using.md [new file with mode: 0644]
docs/changelog.md [new file with mode: 0644]
docs/coroutines/coawait.md [new file with mode: 0644]
docs/coroutines/qt-vs-coawait.md [new file with mode: 0644]
docs/coroutines/reading.md [new file with mode: 0644]
docs/examples/qdbus.cpp [new file with mode: 0644]
docs/examples/qfuture.cpp [new file with mode: 0644]
docs/examples/qnetworkreply.cpp [new file with mode: 0644]
docs/examples/qprocess.cpp [new file with mode: 0644]
docs/examples/qtcpserver.cpp [new file with mode: 0644]
docs/examples/qtcpsocket.cpp [new file with mode: 0644]
docs/examples/qthread.cpp [new file with mode: 0644]
docs/index.md [new file with mode: 0644]
docs/macros.py [new file with mode: 0644]
docs/news.md [new file with mode: 0644]
docs/news/2021/2021-08-16-qcoro-0.1.0-announcement.md [new file with mode: 0644]
docs/news/2021/2021-09-08-qcoro-0.2.0-announcement.md [new file with mode: 0644]
docs/news/2022/2022-01-06-qcoro-0.4.0-announcement.md [new file with mode: 0644]
docs/news/2022/2022-04-25-qcoro-0.5.0-announcement.md [new file with mode: 0644]
docs/news/2022/2022-07-09-qcoro-0.6.0-announcement.md [new file with mode: 0644]
docs/news/2022/2022-11-17-qcoro-0.7.0-announcement.md [new file with mode: 0644]
docs/news/2023/2023-01-31-qcoro-0.8.0-announcement.md [new file with mode: 0644]
docs/overrides/.gitkeep [new file with mode: 0644]
docs/reference/core/index.md [new file with mode: 0644]
docs/reference/core/qfuture.md [new file with mode: 0644]
docs/reference/core/qiodevice.md [new file with mode: 0644]
docs/reference/core/qprocess.md [new file with mode: 0644]
docs/reference/core/qthread.md [new file with mode: 0644]
docs/reference/core/qtimer.md [new file with mode: 0644]
docs/reference/core/signals.md [new file with mode: 0644]
docs/reference/coro/asyncgenerator.md [new file with mode: 0644]
docs/reference/coro/coro.md [new file with mode: 0644]
docs/reference/coro/generator.md [new file with mode: 0644]
docs/reference/coro/index.md [new file with mode: 0644]
docs/reference/coro/task.md [new file with mode: 0644]
docs/reference/dbus/index.md [new file with mode: 0644]
docs/reference/dbus/qdbuspendingcall.md [new file with mode: 0644]
docs/reference/dbus/qdbuspendingreply.md [new file with mode: 0644]
docs/reference/network/index.md [new file with mode: 0644]
docs/reference/network/qabstractsocket.md [new file with mode: 0644]
docs/reference/network/qlocalsocket.md [new file with mode: 0644]
docs/reference/network/qnetworkreply.md [new file with mode: 0644]
docs/reference/network/qtcpserver.md [new file with mode: 0644]
docs/reference/qml/index.md [new file with mode: 0644]
docs/reference/qml/qmltask.md [new file with mode: 0644]
docs/reference/quick/imageprovider.md [new file with mode: 0644]
docs/reference/quick/index.md [new file with mode: 0644]
docs/reference/websockets/index.md [new file with mode: 0644]
docs/reference/websockets/qwebsocket.md [new file with mode: 0644]
docs/reference/websockets/qwebsocketserver.md [new file with mode: 0644]
docs/stylesheets/doctable.css [new file with mode: 0644]
examples/CMakeLists.txt [new file with mode: 0644]
examples/basics/CMakeLists.txt [new file with mode: 0644]
examples/basics/await-async-string.cpp [new file with mode: 0644]
examples/basics/await-sync-string.cpp [new file with mode: 0644]
examples/chained/CMakeLists.txt [new file with mode: 0644]
examples/chained/main.cpp [new file with mode: 0644]
examples/dbus/CMakeLists.txt [new file with mode: 0644]
examples/dbus/common/CMakeLists.txt [new file with mode: 0644]
examples/dbus/common/dbusserver.cpp [new file with mode: 0644]
examples/dbus/common/dbusserver.h [new file with mode: 0644]
examples/dbus/coroutine/CMakeLists.txt [new file with mode: 0644]
examples/dbus/coroutine/main.cpp [new file with mode: 0644]
examples/dbus/regular-blocking/CMakeLists.txt [new file with mode: 0644]
examples/dbus/regular-blocking/main.cpp [new file with mode: 0644]
examples/future/CMakeLists.txt [new file with mode: 0644]
examples/future/main.cpp [new file with mode: 0644]
examples/iodevice/CMakeLists.txt [new file with mode: 0644]
examples/iodevice/main.cpp [new file with mode: 0644]
examples/network/CMakeLists.txt [new file with mode: 0644]
examples/network/main.cpp [new file with mode: 0644]
examples/timer/CMakeLists.txt [new file with mode: 0644]
examples/timer/main.cpp [new file with mode: 0644]
mkdocs.yml [new file with mode: 0644]
qcoro/CMakeLists.txt [new file with mode: 0644]
qcoro/QCoroCoroConfig.cmake.in [new file with mode: 0644]
qcoro/QCoroMacros.cmake [new file with mode: 0644]
qcoro/concepts_p.h [new file with mode: 0644]
qcoro/core/CMakeLists.txt [new file with mode: 0644]
qcoro/core/qcorocore.h [new file with mode: 0644]
qcoro/core/qcorofuture.h [new file with mode: 0644]
qcoro/core/qcoroiodevice.cpp [new file with mode: 0644]
qcoro/core/qcoroiodevice.h [new file with mode: 0644]
qcoro/core/qcoroiodevice_p.cpp [new file with mode: 0644]
qcoro/core/qcoroiodevice_p.h [new file with mode: 0644]
qcoro/core/qcoroprocess.cpp [new file with mode: 0644]
qcoro/core/qcoroprocess.h [new file with mode: 0644]
qcoro/core/qcorosignal.h [new file with mode: 0644]
qcoro/core/qcorothread.cpp [new file with mode: 0644]
qcoro/core/qcorothread.h [new file with mode: 0644]
qcoro/core/qcorotimer.cpp [new file with mode: 0644]
qcoro/core/qcorotimer.h [new file with mode: 0644]
qcoro/coroutine.h [new file with mode: 0644]
qcoro/dbus/CMakeLists.txt [new file with mode: 0644]
qcoro/dbus/qcorodbus.h [new file with mode: 0644]
qcoro/dbus/qcorodbuspendingcall.cpp [new file with mode: 0644]
qcoro/dbus/qcorodbuspendingcall.h [new file with mode: 0644]
qcoro/dbus/qcorodbuspendingreply.h [new file with mode: 0644]
qcoro/macros_p.h [new file with mode: 0644]
qcoro/network/CMakeLists.txt [new file with mode: 0644]
qcoro/network/qcoroabstractsocket.cpp [new file with mode: 0644]
qcoro/network/qcoroabstractsocket.h [new file with mode: 0644]
qcoro/network/qcorolocalsocket.cpp [new file with mode: 0644]
qcoro/network/qcorolocalsocket.h [new file with mode: 0644]
qcoro/network/qcoronetwork.h [new file with mode: 0644]
qcoro/network/qcoronetworkreply.cpp [new file with mode: 0644]
qcoro/network/qcoronetworkreply.h [new file with mode: 0644]
qcoro/network/qcorotcpserver.cpp [new file with mode: 0644]
qcoro/network/qcorotcpserver.h [new file with mode: 0644]
qcoro/qcoro.h [new file with mode: 0644]
qcoro/qcoroasyncgenerator.h [new file with mode: 0644]
qcoro/qcorofwd.h [new file with mode: 0644]
qcoro/qcorogenerator.h [new file with mode: 0644]
qcoro/qcorotask.h [new file with mode: 0644]
qcoro/qml/CMakeLists.txt [new file with mode: 0644]
qcoro/qml/qcoroqml.cpp [new file with mode: 0644]
qcoro/qml/qcoroqml.h [new file with mode: 0644]
qcoro/qml/qcoroqmltask.cpp [new file with mode: 0644]
qcoro/qml/qcoroqmltask.h [new file with mode: 0644]
qcoro/quick/CMakeLists.txt [new file with mode: 0644]
qcoro/quick/qcoroimageprovider.cpp [new file with mode: 0644]
qcoro/quick/qcoroimageprovider.h [new file with mode: 0644]
qcoro/task.h [new file with mode: 0644]
qcoro/waitoperationbase_p.h [new file with mode: 0644]
qcoro/websockets/CMakeLists.txt [new file with mode: 0644]
qcoro/websockets/qcorowebsocket.cpp [new file with mode: 0644]
qcoro/websockets/qcorowebsocket.h [new file with mode: 0644]
qcoro/websockets/qcorowebsockets.h [new file with mode: 0644]
qcoro/websockets/qcorowebsocketserver.cpp [new file with mode: 0644]
qcoro/websockets/qcorowebsocketserver.h [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]
tests/qcoroabstractsocket.cpp [new file with mode: 0644]
tests/qcoroasyncgenerator.cpp [new file with mode: 0644]
tests/qcorogenerator.cpp [new file with mode: 0644]
tests/qcoroimageprovider-qt5-lsan.supp [new file with mode: 0644]
tests/qcoroimageprovider.cpp [new file with mode: 0644]
tests/qcoroiodevice_macros.h [new file with mode: 0644]
tests/qcorolocalsocket.cpp [new file with mode: 0644]
tests/qcoronetworkreply.cpp [new file with mode: 0644]
tests/qcoroprocess.cpp [new file with mode: 0644]
tests/qcoroqmltask.cpp [new file with mode: 0644]
tests/qcorosignal.cpp [new file with mode: 0644]
tests/qcorotask.cpp [new file with mode: 0644]
tests/qcorotcpserver.cpp [new file with mode: 0644]
tests/qcorothread.cpp [new file with mode: 0644]
tests/qcorowebsocket.cpp [new file with mode: 0644]
tests/qcorowebsocketserver.cpp [new file with mode: 0644]
tests/qdbuspendingcall.cpp [new file with mode: 0644]
tests/qdbuspendingreply.cpp [new file with mode: 0644]
tests/qfuture.cpp [new file with mode: 0644]
tests/qtimer.cpp [new file with mode: 0644]
tests/testconstraints.cpp [new file with mode: 0644]
tests/testhttpserver.cpp [new file with mode: 0644]
tests/testlibs/CMakeLists.txt [new file with mode: 0644]
tests/testlibs/cz.dvratil.qcorodbustest.xml [new file with mode: 0644]
tests/testlibs/testdbusserver.cpp [new file with mode: 0644]
tests/testlibs/testdbusserver.h [new file with mode: 0644]
tests/testlibs/testhttpserver.h [new file with mode: 0644]
tests/testlibs/testloop.cpp [new file with mode: 0644]
tests/testlibs/testloop.h [new file with mode: 0644]
tests/testlibs/testmacros.h [new file with mode: 0644]
tests/testlibs/testobject.cpp [new file with mode: 0644]
tests/testlibs/testobject.h [new file with mode: 0644]
tests/testlibs/testwsserver.cpp [new file with mode: 0644]
tests/testlibs/testwsserver.h [new file with mode: 0644]