Promises/A+ implementation for Qt/C++
Go to file
Dmitriy Purgin 0c3955cca5
Implement QPromise<T>::convert<U>() (#41)
Converts the resolved value of `QPromise<T>` to the type `U`. Depending on types `T` and `U`, it performs a static cast, calls a converting constructor or tries to convert using `QVariant`.
2020-11-22 17:26:06 +01:00
cmake Simplify tests directory structure 2020-02-11 22:13:57 +01:00
docs Implement QPromise<T>::convert<U>() (#41) 2020-11-22 17:26:06 +01:00
include Simplify license notice in source files 2020-02-06 22:33:19 +01:00
src/qtpromise Implement QPromise<T>::convert<U>() (#41) 2020-11-22 17:26:06 +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
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.