mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-27 13:49:06 +08:00
Promises/A+ implementation for Qt/C++
9bb107d7f4
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 |
||
---|---|---|
cmake | ||
docs | ||
include | ||
src/qtpromise | ||
tests | ||
.appveyor.yml | ||
.clang-format | ||
.gitignore | ||
.remarkrc.yml | ||
.travis.yml | ||
CMakeLists.txt | ||
conanfile.py | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
qpm.json | ||
qtpromise.pri | ||
README.md |
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.