283 Commits

Author SHA1 Message Date
oliver Kowalke
1dd53ec4db pass address of fcontext_t to jump_fcontext() 2017-02-21 13:15:09 +01:00
Rene Rivera
182463bd03 Add, and update, documentation build targets. 2016-10-07 23:07:33 -05:00
Oliver Kowalke
ed2112ab02 fix typo in docu 2016-10-07 17:45:19 +02:00
oliver Kowalke
c33f5fcc42 fix type regarding to deprecation warning 2016-09-23 09:37:21 +02:00
oliver Kowalke
5eefc3c6eb maker boost.coroutine as deprectated 2016-09-06 13:12:16 +02:00
oliver Kowalke
64de8a62c9 declare boost.cotnext as deprecated 2016-06-14 15:13:24 +02:00
oliver Kowalke
35e9dcf0d4 update example section 2016-03-22 08:26:37 +01:00
Oliver Kowalke
cf0b1b2844 remove unnecessary attributes and flags 2016-03-08 06:34:43 +01:00
Oliver Kowalke
bc76ee17e6 fcontext_t-API is no longer part of public API 2016-01-14 17:55:10 +01:00
Oliver Kowalke
014b28eb23 remove nothrow specifier 2015-11-15 14:44:25 +01:00
Oliver Kowalke
a29c4a08b1 adapt new fcontext-API 2015-11-11 08:24:20 +01:00
Oliver Kowalke
c8ca13f8c5 user support of segmented-stacks from boost.context 2015-11-11 07:59:00 +01:00
Oliver Kowalke
5fa22ef3b8 Merge pull request #24 from BenWiederhake/develop
Fix signed pointer comparison.
2015-09-17 19:50:02 +02:00
Ben Wiederhake
75ecf585a8 Fix signed pointer comparison. 2015-09-17 19:33:54 +02:00
Oliver Kowalke
4f11e1604c Merge pull request #22 from BenWiederhake/develop
Fix several typos I spotted while reading the documentation
2015-09-01 13:27:19 +02:00
Ben Wiederhake
c8d2f3c09c fix wording in doc 2015-09-01 13:12:34 +02:00
Ben Wiederhake
a8a60c0990 fix capitalization in doc 2015-09-01 13:12:34 +02:00
Ben Wiederhake
01f2450a69 fix colon-typos in doc 2015-09-01 13:12:34 +02:00
Ben Wiederhake
d3cd3d4837 fix bad reference in doc 2015-09-01 13:12:34 +02:00
Ben Wiederhake
664077525f fix then/than-typos in doc 2015-09-01 13:12:34 +02:00
Oliver Kowalke
b3235bca7c add export declaration in cpp files 2015-06-19 18:52:40 +02:00
Oliver Kowalke
ff1bad40f2 fix exit code of examples 2015-06-04 07:05:43 +02:00
Oliver Kowalke
cbbde4f7d0 don't evaluate return value in non-debug mode 2015-06-04 07:05:20 +02:00
Oliver Kowalke
ed585885de fix segmented-stacks bug in Jamfiles 2015-06-04 07:04:37 +02:00
Oliver Kowalke
06f255c471 replace internal_stack_ctx by instance of preallocated 2015-06-02 17:22:24 +02:00
Oliver Kowalke
8b5cb1df2d add const_iterator to asymmetric_coroutine<>::pull_type 2015-04-29 20:31:08 +02:00
Oliver Kowalke
c3a35637b5 Merge pull request #20 from nbougalis/dangling_what
Do not return dangling pointer to exception message
2015-04-25 16:05:34 +02:00
Nik Bougalis
ba2517b6be Do not return dangling pointer to exception message 2015-04-10 13:23:14 -07:00
Oliver Kowalke
49bd16d34f delete iterator's post increment op. 2015-02-16 18:41:56 +01:00
Oliver Kowalke
8e9be79a51 remove semicolon after macro 2015-01-29 19:19:20 +01:00
olk
32bcbbd4b9 declaration of feature valgrind moved to coroutine2 2015-01-29 09:55:17 +01:00
olk
9814084a4f remove feature segmented stack (already defined in boost.context) 2014-11-24 11:30:31 +01:00
Oliver Kowalke
8dfd139178 docu related to valgrind support 2014-10-24 16:58:19 +02:00
olk
5827586ce3 Merge pull request #16 from anttirt/develop
Optionally register stacks with valgrind
2014-10-06 18:53:52 +02:00
anttirt
a6bd532525 Optionally register stacks with valgrind 2014-10-06 15:59:05 +03:00
Oliver Kowalke
3991225896 fix issue related to ADL for begin()/end() 2014-08-28 20:00:26 +02:00
Oliver Kowalke
a5c7873893 use pthread_self() in performance test 2014-08-27 20:49:17 +02:00
Oliver Kowalke
bf652d436a fix iterator_range example 2014-08-27 16:50:56 +02:00
Oliver Kowalke
f022e910d8 fix await_emu example 2014-08-27 16:50:44 +02:00
olk
5df47445ae Merge pull request #14 from danieljames/metadata
Create metadata file.
2014-08-23 14:23:43 +02:00
Oliver Kowalke
5007f44b19 remove extra semicolon from unit-tests 2014-08-23 14:12:23 +02:00
Oliver Kowalke
c15ffa7146 fix example for multiple definitions 2014-08-23 13:39:24 +02:00
Oliver Kowalke
06145727ee prefix forward() with namespace boost 2014-08-21 18:48:14 +02:00
Oliver Kowalke
d952e5b504 fix docu 2014-08-21 17:43:52 +02:00
Oliver Kowalke
ec0ce03081 fix nlining for full-specialized tempaltes 2014-08-21 17:15:10 +02:00
Oliver Kowalke
8a5e77dc8b add test regarding to multiple definition 2014-08-21 16:53:53 +02:00
Daniel James
53f176460b Add metadata file. 2014-08-18 14:58:20 +01:00
olk
552c0282ba Merge pull request #13 from jzmaddock/patch-2
Update Jamfile.v2
2014-08-17 09:05:32 +02:00
jzmaddock
f35d8ca66a Update Jamfile.v2
Fix path to images used for PDF build.
2014-08-13 18:24:03 +01:00
Oliver Kowalke
bffa3f5561 add BOOST_DISABLE_ASSERTS in Jamfile 2014-07-29 20:27:42 +02:00