Skip to content

Releases: xhawk18/promise-cpp

2.1.5

25 May 12:42
Compare
Choose a tag to compare

support no rtti and some small fix.

2.1.3

02 Oct 16:46
Compare
Choose a tag to compare
  1. supports multithread by default.

2.1.2

29 Sep 14:31
Compare
Choose a tag to compare

changed folder structure --

  1. moved header file to directory "include/promise-cpp/"
  2. moved header only source code into "promise_inl.hpp"

2.1.1

27 Sep 13:46
Compare
Choose a tag to compare
  1. support used as as static/shared library or headonly (with PROMISE_HEADONLY defined)
  2. fixed doWhile()
  3. can rethrow exceptions.

2.1.0

25 Sep 16:54
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/xhawk18/promise-cpp into …

1.0.3

25 Sep 03:31
Compare
Choose a tag to compare
small bug fix

1.0.2

20 Jun 13:13
Compare
Choose a tag to compare
can reject doWhile loop