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 |
|
Oliver Kowalke
|
951700832a
|
coroutine: fix for 8526, reorg. for new interface
[SVN r84099]
|
2013-05-01 10:40:07 +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
|
d16dfc92e5
|
coroutine: support C++11 range-for
[SVN r82760]
|
2013-02-06 16:59:17 +00:00 |
|
Oliver Kowalke
|
5bcd700e86
|
coroutine: fix memset() typo, add Licence and Copyright
[SVN r81767]
|
2012-12-07 17:55:34 +00:00 |
|
Oliver Kowalke
|
76e3bcfa1d
|
icoroutine: missing copyright and licence to examples added
[SVN r81691]
|
2012-12-03 12:30:20 +00:00 |
|
Oliver Kowalke
|
fe6ecee884
|
coroutine: bugfix regarding to min/max MACROS from MS
[SVN r81690]
|
2012-12-03 12:17:51 +00:00 |
|
Oliver Kowalke
|
3d578a9525
|
coroutine: initial commit
[SVN r81511]
|
2012-11-24 19:42:09 +00:00 |
|