76 Commits

Author SHA1 Message Date
Denis Blank
0f242df1a6 Remove an unused lambda capture 2017-09-30 19:49:33 +02:00
Denis Blank
8d7f4e5a1b Fix some unused warnings 2017-09-30 02:40:20 +02:00
Denis Blank
fb8bb4580f Update dependencies 2017-09-30 02:40:11 +02:00
Denis Blank
aa311a378c Update travis to use the containerized trusty and later compiler versions 2017-09-30 02:26:02 +02:00
Denis Blank
7d9198b5cc Rename set_error -> set_exception
* In order to move closer to the standard
2017-09-30 02:19:58 +02:00
Denis Blank
37c70c3365 First building API of promises and error handling
* Currently not functional (yet)
2017-09-30 02:13:27 +02:00
Denis Blank
8e8f5e982d Remove the deprecated composition APIs 2017-09-29 16:16:21 +02:00
Denis Blank
6481b5454d Started on implementing error handler chaining
* Namespace fixups
2017-09-29 15:39:07 +02:00
Denis Blank
98936f6972 minor stuff 2017-09-29 01:24:33 +02:00
Denis Blank
9ed0adbab7 Expose the arguments in promises
* better IDE support
* less instantiations
2017-09-28 05:24:17 +02:00
Denis Blank
eb8528c90e Move unused to util 2017-09-28 05:23:21 +02:00
Denis Blank
7accbdf41c Adapt the promise to the latest tag changes 2017-09-28 05:03:15 +02:00
Denis Blank
172f3561e9 Lift invoke_proxy into chain_continuation 2017-09-28 05:02:02 +02:00
Denis Blank
687133870f Make the multi flow less intrusive 2017-09-28 04:25:29 +02:00
Denis Blank
ff91ff7fc3 More work on supporting multiple flow paths 2017-09-27 06:47:45 +02:00
Denis Blank
0aa42d5b1a Attempt to fix the GCC build 2017-09-27 02:35:53 +02:00
Denis Blank
b65eea8b1a Started to implement promises and multi execution flow 2017-09-27 02:32:46 +02:00
Denis Blank
8d6c9ab895 Split util into traits and util 2017-09-27 01:10:35 +02:00
Denis Blank
7a02148c9d Change inclusions 2017-09-26 23:28:50 +02:00
Denis Blank
bc2d46ff40 Split more functionality into seperate header 2017-09-25 03:28:00 +02:00
Denis Blank
bd68d14b34 Split the header into multiple files 2017-09-24 19:55:58 +02:00
Denis Blank
55252bce4a Add abi inline headers 2017-09-22 17:14:39 +02:00
Denis Blank
08dbd75736 Update the codestyle 2017-09-21 23:36:09 +02:00
Denis Blank
3809af9092 Update editor, formatting and CI files 2017-09-21 23:29:21 +02:00
Denis Blank
bd9cf93f74 Update function2 2017-09-21 23:27:11 +02:00
Denis Blank
447dc123e3 Update gtest 2017-09-21 23:27:03 +02:00
Denis Blank
2392778b11 Bump the version to 1.1.0 2017-04-21 20:04:04 +02:00
Denis Blank
bb70199422 Disable the cxx_function tests 2017-04-21 19:43:57 +02:00
Denis Blank
90dfde84c5 Rename all connection functions to their std counterparts:
- all_of -> when_all
- any_of -> when_any
- seq_of -> when_seq
2017-04-21 19:43:46 +02:00
Denis Blank
db0c20ae3d Update cxx_function to potswa/cxx_function@c12ed6e 2017-04-21 19:14:05 +02:00
Denis Blank
4b570029a9 mock: std::error_code -> std::error_condition 2017-04-21 19:11:36 +02:00
Denis Blank
89559468e7 Update cxx_function to potswa/cxx_function@354f966 2017-03-19 17:50:06 +01:00
Denis Blank
6e04f0d389 Disable the cxx_function tests for now 2017-03-19 00:46:05 +01:00
Denis Blank
a2f9007cf6 Use cxx_function as second testing backend 2017-03-19 00:30:50 +01:00
Denis Blank
e22db05cc3 Add potswa/cxx_function@e7beb8bfe as second test type erasure backend 2017-03-18 23:35:14 +01:00
Denis Blank
c46aa9e7c3 More mocks 2017-03-18 23:33:14 +01:00
Denis Blank
f6151262dc Cleanup 2017-03-18 02:34:09 +01:00
Denis Blank
151dc56297 Update the appveyor badge to display the master branch 2017-03-18 02:26:19 +01:00
Denis Blank
6d9680905a Add a promise mock 2017-03-18 02:10:14 +01:00
Denis Blank
2de2f8d6d9 More mocks 2017-03-17 23:39:51 +01:00
Denis Blank
7c0f6f897b Some minor qualifier and naming improvements 2017-03-17 22:03:21 +01:00
Denis Blank
aa0f0db0cd Also include the exception header 2017-03-17 16:44:21 +01:00
Denis Blank
9822484088 Fix the CI build 2017-03-17 16:33:26 +01:00
Denis Blank
80fb5026fe Add a mock project for experimental research 2017-03-17 13:33:17 +01:00
Denis Blank
8ac5e668c7 Add a missing unit-test for execcutors 2017-03-08 17:20:34 +01:00
Denis Blank
32d3c30703 Beautify the doxygen main page v1.0.0 2017-03-06 21:20:02 +01:00
Denis Blank
4baddcd534 Set the version to 1.0.0 2017-03-04 21:50:41 +01:00
Denis Blank
ccd77dee29 Edit the readme 2017-03-04 21:49:57 +01:00
Denis Blank
7ab7c726b6 Change the expected behaviour of some GTest macros from expect -> assert 2017-03-04 14:11:58 +01:00
Denis Blank
a2fa1c1ae2 Add a slideshow 2017-03-04 14:11:57 +01:00