Commit Graph

19 Commits

Author SHA1 Message Date
Oliver Kowalke
4b8a730919 support ucontext_t in callcc() 2017-06-01 18:20:02 +02:00
Ben Wiederhake
948893b0f8 fix copy-pasted typo in doc 2015-09-01 13:15:21 +02:00
Oliver Kowalke
308e0ba086 Update rationale.qbk 2015-08-13 11:21:54 +02:00
Oliver Kowalke
65b283a0aa Update rationale.qbk 2015-08-13 11:17:56 +02:00
Oliver Kowalke
ba36e3d243 add support for execution_context 2014-11-21 20:21:47 +01:00
Oliver Kowalke
f1f7a800a5 update documentation 2014-02-20 20:38:23 +01:00
Oliver Kowalke
5fe939cd06 context: namespace renamed to 'context'; spltting up asm files
[SVN r80529]
2012-09-15 06:31:49 +00:00
Oliver Kowalke
854c49d321 context: return pointer to fcontext_t
- make_fcontext() allocated fcontext_t on context stack and return pointer
 - stack_allocator renamed to guarded_stack_allocator
 - simple_stack_allocator using calloc()/free() added
 - pagesize() made public accessible


[SVN r80423]
2012-09-06 19:43:07 +00:00
Oliver Kowalke
bfcb85b02d context: remove properties <abi>, <binary-format> from Jamfile; update docu
[SVN r80165]
2012-08-24 08:26:53 +00:00
Oliver Kowalke
77b37b7de7 context: fix links in documentation
[SVN r79962]
2012-08-11 11:34:42 +00:00
Oliver Kowalke
ba0bd236fb context: update of documentation
[SVN r78180]
2012-04-24 15:49:11 +00:00
Oliver Kowalke
ac53b011b4 context: documentation update, performance test with boost.function
[SVN r78179]
2012-04-24 12:36:55 +00:00
Oliver Kowalke
2f0f7ae225 context: update documentation regarding to removed start_fcontext()
[SVN r78128]
2012-04-22 08:59:57 +00:00
Oliver Kowalke
73dc406bcd context: addtional comments to FPU and calling convetion
[SVN r78077]
2012-04-19 12:18:50 +00:00
Oliver Kowalke
dde275b359 context: add link to MSDN related to register usage on Win64
[SVN r78071]
2012-04-18 18:42:45 +00:00
Oliver Kowalke
1956ebde6e context: update documentation related to FPU registers and calling conventions
[SVN r78070]
2012-04-18 18:33:57 +00:00
Oliver Kowalke
a8dddfee04 context: documentation related to preserving floating-pointer registers
[SVN r78064]
2012-04-18 13:16:04 +00:00
Oliver Kowalke
13b4a5b3bd context: library stripped
[SVN r77938]
2012-04-12 18:42:36 +00:00
Oliver Kowalke
b8fd549bac initial commit of boost.context
[SVN r76974]
2012-02-11 13:04:55 +00:00