Promises/A+ implementation for Qt/C++
Go to file
Simon Brunel a8ad3619b9 Setup Travis CI builds and code coverage
Built with Qt 5.4.2/GCC 4.8.4, code coverage with LCOV 1.13 and reported to Codecov.
2017-05-26 14:39:11 +02:00
include Move helpers in separate file and add unit tests 2017-05-25 09:19:36 +02:00
package/features Initial implementation 2017-05-14 19:03:01 +02:00
src Enhance QFuture integration and add unit tests 2017-05-25 18:00:17 +02:00
tests Setup Travis CI builds and code coverage 2017-05-26 14:39:11 +02:00
.gitignore Setup Travis CI builds and code coverage 2017-05-26 14:39:11 +02:00
.travis.yml Setup Travis CI builds and code coverage 2017-05-26 14:39:11 +02:00
LICENSE.md Initial implementation 2017-05-14 19:03:01 +02:00
qtpromise.pri Setup Travis CI builds and code coverage 2017-05-26 14:39:11 +02:00
qtpromise.pro Move helpers in separate file and add unit tests 2017-05-25 09:19:36 +02:00
README.md Setup Travis CI builds and code coverage 2017-05-26 14:39:11 +02:00

Promises/A+

QtPromise

Travis coverage

Promises/A+ implementation for Qt/C++.

Requires Qt 5.4 or later.

License

QtPromise is available under the MIT license.