Promises/A+ implementation for Qt/C++
Go to file
yuailong 9bb107d7f4 Brings conan package management to qtpromise.
I have uploaded it to personal conan-repository(https://fish.jfrog.io/artifactory/api/conan/fish-conan), dependence: QtPromise/master
TODO:
1, Need to add test_package for testing
2, Need to upload to conan-center, better with ci/cd
2021-07-07 16:38:37 +08:00
cmake Simplify tests directory structure 2020-02-11 22:13:57 +01:00
docs Fix a typo in then.md (#43) 2021-01-23 13:41:38 +01:00
include Simplify license notice in source files 2020-02-06 22:33:19 +01:00
src/qtpromise Remove QPromiseError; fix include order to compile on GCC 9 (#45) 2021-03-20 09:25:41 +01:00
tests Implement QPromise<T>::convert<U>() (#41) 2020-11-22 17:26:06 +01:00
.appveyor.yml Migrate to CMake to build the entire project 2020-01-12 21:04:43 +01:00
.clang-format Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
.gitignore Migrate to CMake to build the entire project 2020-01-12 21:04:43 +01:00
.remarkrc.yml Add CMake support and enhance the getting started docs 2020-01-09 20:45:04 +01:00
.travis.yml Migrate to CMake to build the entire project 2020-01-12 21:04:43 +01:00
CMakeLists.txt Fix Clang/GCC warnings and update compile options (#39) 2020-10-26 21:51:52 +01:00
conanfile.py Brings conan package management to qtpromise. 2021-07-07 16:38:37 +08:00
LICENSE Simplify license notice in source files 2020-02-06 22:33:19 +01:00
package-lock.json Upgrade npm dependencies for security fixes 2020-10-01 22:54:58 +02:00
package.json Upgrade npm dependencies for security fixes 2020-10-01 22:54:58 +02:00
qpm.json Bump version to 0.6.0 2020-10-01 23:00:38 +02:00
qtpromise.pri Setup Travis CI builds and code coverage 2017-05-26 14:39:11 +02:00
README.md Upgrade npm dependencies for security fixes 2020-10-01 22:54:58 +02:00

Install Builds Coverage Marketplace

Overview

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

Requires Qt 5.6 (or later) with C++11 support enabled.

Documentation

License

QtPromise is available under the MIT license.