Commit Graph

59 Commits

Author SHA1 Message Date
Oliver Kowalke
d698d19fc6
Merge pull request #42 from Kojoley/move-library-inclusion-to-top
Move library include to the top
2019-11-25 17:41:27 +01:00
Nikita Kniazev
3bc66cbb94 Move library include to the top
This helps ensure that library inclusion is self sustainable
2019-11-24 21:49:24 +03:00
Nikita Kniazev
e03129e60b Fix project names clash 2019-11-24 21:47:10 +03:00
Zaytsev Mikhail
21ce294df2 fixed example: iterate all left items 2018-03-23 15:25:03 +03:00
oliver Kowalke
35e9dcf0d4 update example section 2016-03-22 08:26:37 +01:00
Oliver Kowalke
ff1bad40f2 fix exit code of examples 2015-06-04 07:05:43 +02:00
Oliver Kowalke
ed585885de fix segmented-stacks bug in Jamfiles 2015-06-04 07:04:37 +02:00
Oliver Kowalke
3991225896 fix issue related to ADL for begin()/end() 2014-08-28 20:00:26 +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
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
8a5e77dc8b add test regarding to multiple definition 2014-08-21 16:53:53 +02:00
Oliver Kowalke
f4835ee70e re-enable await_emu 2014-04-11 18:05:55 +02:00
Oliver Kowalke
0850c643aa use asymmetric_coroutine<> 2014-04-03 20:52:53 +02:00
Oliver Kowalke
049092bd22 add example related to segmented-stacks for symmetric-coroutine 2014-04-02 18:07:38 +02:00
Oliver Kowalke
665c2382ef asyymmetric-coroutine with placement new 2014-03-30 11:01:14 +02:00
Oliver Kowalke
00205b2431 add clang support for segmented stacks 2014-03-19 21:19:44 +01:00
Oliver Kowalke
7b0c1dd87d introduction of stack_traits 2014-03-14 17:09:59 +01:00
Oliver Kowalke
a6e5fe64da fix unwinding symmetric coroutine 2014-03-12 17:39:45 +01:00
Oliver Kowalke
c913a541d1 corrected corourine_context in asyymetric coroutine 2014-03-11 19:52:39 +01:00
Oliver Kowalke
4424232cf1 bugfix for #9760 2014-03-09 15:01:44 +01:00
Oliver Kowalke
4d7705aad8 wrap pragma for MSVC 2014-03-03 17:51:45 +01:00
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
04f6936ec5 consolidate c++11 example for symmetric coroutine 2014-02-03 20:18:22 +01:00
Oliver Kowalke
1fde4d2219 c++11 examples for symmetric coroutines 2014-02-03 20:09:51 +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
33015374a0 disable example await_emu because of problems with boost::thread 2014-01-16 20:39:05 +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
Oliver Kowalke
a7c36808de coroutine: new push/pull interface
[SVN r84657]
2013-06-06 17:26:45 +00:00
Oliver Kowalke
e3b7ffd486 coroutine: fixes for MSVC
[SVN r84537]
2013-05-28 18:59:27 +00:00
Oliver Kowalke
ce1270c353 coroutine: activate new interface V2
[SVN r84428]
2013-05-22 20:15:43 +00:00