Promises/A+ implementation for Qt/C++
Go to file
Simon Brunel 18739bd8e0 New documentation based on GitBook CLI
Split the root README.md in multiple Markdown files (in the `docs/` folder) to make easier reading, editing and extending the documentation. An online version is also available on netlify (https://qtpromise.netlify.com). Building it requires Node.js installed, then:

- npm install -g gitbook-cli
- gitbook install ./
- gitbook build . dist/docs
2018-02-11 19:02:14 +01:00
docs New documentation based on GitBook CLI 2018-02-11 19:02:14 +01:00
include Minor code style cleanup 2017-06-10 10:06:25 +02:00
package/features Initial implementation 2017-05-14 19:03:01 +02:00
src Make QPromise::all accept more container types 2018-02-11 16:26:27 +01:00
tests Make QPromise::all accept more container types 2018-02-11 16:26:27 +01:00
.gitignore New documentation based on GitBook CLI 2018-02-11 19:02:14 +01:00
.travis.yml New documentation based on GitBook CLI 2018-02-11 19:02:14 +01:00
book.json New documentation based on GitBook CLI 2018-02-11 19:02:14 +01:00
LICENSE Add qpm package.json and docs 2017-06-10 11:27:38 +02:00
qpm.json Bump version to 0.2.0 2017-09-02 12:36:44 +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 New documentation based on GitBook CLI 2018-02-11 19:02:14 +01:00

Promises/A+

QtPromise

qpm Travis coverage

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.