mirror of
https://github.com/simonbrunel/qtpromise.git
synced 2024-11-22 02:34:30 +08:00
Promises/A+ implementation for Qt/C++
26a2110a14
Explicitly enable -Wold-style-cast and make all warnings into errors in tests (-Werror on GCC, -WX on MSVC). |
||
---|---|---|
docs | ||
include | ||
package/features | ||
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
book.json | ||
LICENSE | ||
qpm.json | ||
qtpromise.pri | ||
qtpromise.pro | ||
README.md |
QtPromise
Promises/A+ implementation for Qt/C++.
Requires Qt 5.4 (or later) with C++11 support enabled.
Documentation
License
QtPromise is available under the MIT license.