Commit Graph

12 Commits

Author SHA1 Message Date
Oliver Kowalke
ed585885de fix segmented-stacks bug in Jamfiles 2015-06-04 07:04:37 +02:00
Oliver Kowalke
665c2382ef asyymmetric-coroutine with placement new 2014-03-30 11:01:14 +02:00
Oliver Kowalke
68e5857509 symmetric-coroutine: placement new + StackAllocator
- for symmetric_coroutine<> StackAllocator is type-erased
- symmetric_coroutine_impl<> is allocated via placement-new on
  coroutine's stack -> no extra jump to coroutine-context
2014-03-26 17:44:18 +01:00
Oliver Kowalke
9d2f6bd6b5 add unit-tests for symmetric coroutines 2014-02-02 17:02:35 +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
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
2f378844b6 coroutine: add support for gcc-4.8
[SVN r83793]
2013-04-07 15:53:00 +00:00
Oliver Kowalke
09271762bd coroutine: introduction of property segmented-stacks
[SVN r82898]
2013-02-15 09:19:26 +00:00
Oliver Kowalke
3bf228523c coroutine: support for segmented stacks added
[SVN r82840]
2013-02-12 19:01:29 +00:00
Oliver Kowalke
3d578a9525 coroutine: initial commit
[SVN r81511]
2012-11-24 19:42:09 +00:00