2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-24 17:52:41 +00:00

18 Commits

Author SHA1 Message Date
Oliver Kowalke
71f98f5e3c add example circle
- demonstrates that fibers keep their identities
2018-02-05 08:12:46 +01:00
Oliver Kowalke
8346fbfa89 no data transfer with call/cc 2017-08-01 09:43:29 +02:00
Oliver Kowalke
df8c107f91 example demonstrating continuation::resume_with() 2017-06-16 17:34:44 +02:00
Oliver Kowalke
e038a7402c fix minimum/default stacksize for POSIX 2017-06-15 18:06:11 +02:00
Oliver Kowalke
73add9eb12 cleanup examples directory 2017-06-01 18:20:02 +02:00
Oliver Kowalke
834ca26aed remove examples for fcontext_t 2016-01-12 19:31:29 +01:00
Oliver Kowalke
d0ab46ad5c use std::call_once + lambda in stack_traits init
- stack_traits uses std::call_once for static initialization
2015-01-15 18:31:45 +01:00
Oliver Kowalke
e0a8c3f49c add new example stacking contexts 2014-03-01 19:30:20 +01:00
Oliver Kowalke
03f7418656 examples enhanced (SSE) 2014-02-28 19:06:29 +01:00
Oliver Kowalke
676b4e5d79 fcontext_t as typedef of void* 2014-02-16 21:07:50 +01:00
Oliver Kowalke
b42ab834d0 add example for throwing/catching exceptions 2013-12-04 06:37:24 +01:00
Oliver Kowalke
e71743b756 context: fix auto-link inc config.hpp
[SVN r84995]
2013-07-10 06:37:39 +00:00
Oliver Kowalke
70cd2a52a5 context: fix TABs, pagesize() added in docu
[SVN r80425]
2012-09-06 20:18:23 +00:00
Oliver Kowalke
f84d16bf0c context: example link.cpp removed; example exit.cpp added
[SVN r78151]
2012-04-23 07:23:26 +00:00
Oliver Kowalke
e6105a5715 context: remove dependency to boost.system and boost.thread in examples/Jamfile
[SVN r78116]
2012-04-21 21:04:16 +00:00
Oliver Kowalke
13b4a5b3bd context: library stripped
[SVN r77938]
2012-04-12 18:42:36 +00:00
Oliver Kowalke
8470818290 link examples statically to libboost_context
[SVN r77133]
2012-02-28 18:18:06 +00:00
Oliver Kowalke
b8fd549bac initial commit of boost.context
[SVN r76974]
2012-02-11 13:04:55 +00:00