Commit Graph

21 Commits

Author SHA1 Message Date
Oliver Kowalke
82a78583ff rename to symmetric_coroutine_call<> 2014-02-05 19:27:22 +01:00
Oliver Kowalke
baabddae44 rename symmetric_coroutine_self -> symmetric_coroutine_yield 2014-02-05 17:38:09 +01:00
Oliver Kowalke
9419e36876 rename coroutine -> asymmetric_coroutine in examples 2014-02-03 19:26:39 +01:00
Oliver Kowalke
67e3c8ef6a add examples for symmetric coroutines 2014-02-03 19:21:48 +01:00
Oliver Kowalke
a6d9c1c773 add simple example for symmetric coroutines 2014-02-02 19:56:28 +01:00
Oliver Kowalke
6e51c8222c print overhead of measurement in preformance tests 2014-02-02 19:34:17 +01:00
Oliver Kowalke
f19a3bcc98 first working draft of symmetric coroutines 2014-02-02 08:14:32 +01:00
Oliver Kowalke
ad206b293d renamic coroutine<> -> asymmetric_coroutine<> 2014-02-01 11:24:38 +01:00
Oliver Kowalke
0223e75a70 remove pull/push_coroutine_object classes 2014-01-29 16:59:19 +01:00
Oliver Kowalke
d5e8413b5d remove pull/push_coroutine_object< void > 2014-01-28 20:46:45 +01:00
Oliver Kowalke
7b6bba07c0 allocate on stack 2014-01-25 23:41:06 +01:00
Oliver Kowalke
8857a31281 pull_coroutine< void > - ctor changes 2014-01-23 19:45:37 +01:00
Oliver Kowalke
f9f4caf47b sync with olk-repo 2013-12-04 22:26:09 +01:00
Oliver Kowalke
e5120a4b71 coroutine: remove deprecated interface
[SVN r86521]
2013-10-30 08:23:09 +00:00
Oliver Kowalke
2e191b6632 coroutine: fixing export issue for MSVC; increase used stacksize for example
[SVN r85979]
2013-09-28 15:00:26 +00:00
Oliver Kowalke
3ad3e2f1a0 coroutine: fix noinline attribute for MSVC in segmented-stack example
[SVN r85977]
2013-09-28 06:15:48 +00:00
Oliver Kowalke
6fd959fbf2 coroutine: fix for #8782 (no best alternative/missing symbol)
[SVN r85376]
2013-08-17 16:11:33 +00:00
Oliver Kowalke
4c4f2afbd5 coroutine: coroutine_error + coroutine_errc
[SVN r85139]
2013-07-23 19:49:38 +00:00
Oliver Kowalke
01235d2ee7 coroutine: update of interface
[SVN r85105]
2013-07-22 15:03:42 +00:00
Oliver Kowalke
865902f9b5 coroutine: intro of coroutine<>::pull_type, coroutine<>::push_type
[SVN r85058]
2013-07-17 14:09:07 +00:00
Oliver Kowalke
c39d9509a4 coroutine: fix auto-link in config.hpp and update examples
[SVN r84996]
2013-07-10 06:44:14 +00:00