Commit Graph

15 Commits

Author SHA1 Message Date
Thomas Kent
0361f571d1 Added working compiler versions and features needed for the lib 2018-03-15 16:36:26 -05:00
Oliver Kowalke
40f871b2b3 docu 2018-02-15 17:51:04 +01:00
Oliver Kowalke
cd1ac4b87b update docu 2018-02-15 17:44:20 +01:00
Oliver Kowalke
4b8a730919 support ucontext_t in callcc() 2017-06-01 18:20:02 +02:00
Oliver Kowalke
daf0737dae Update requirements.qbk 2015-08-13 11:19:28 +02:00
Oliver Kowalke
9f3a134520 Update requirements.qbk 2015-08-13 11:18:53 +02:00
Oliver Kowalke
ba36e3d243 add support for execution_context 2014-11-21 20:21:47 +01:00
Oliver Kowalke
0320c4d888 update docu 2014-03-11 06:17:34 +01:00
Oliver Kowalke
785e498459 context: update documentation (hint for MASM64)
[SVN r82665]
2013-01-30 14:01:26 +00:00
Oliver Kowalke
c984e02510 context: hint for source of MASM64 added
[SVN r82652]
2013-01-28 08:10:17 +00:00
Oliver Kowalke
8457d6f264 context: ARMasm requirement added to documentation
[SVN r82196]
2012-12-24 06:19:47 +00:00
Oliver Kowalke
e32d499ae2 context: new layout for fcontext_t
- fcontext_t takes pointer to stack (lower addresses) and stack size
 - make_fcontext() computes start address of stack pointer depending on
   architecture (growing upwards, downwards)
 - make_fcontext() preserves frame pointer on intel
 - stack alignment corrected on intel
 - BOOST_USE_UCONTEXT for performance measurements added


[SVN r80338]
2012-08-31 19:50:07 +00:00
Oliver Kowalke
ba0bd236fb context: update of documentation
[SVN r78180]
2012-04-24 15:49:11 +00:00
Oliver Kowalke
96b8b9a8db context: comment int documentation related to building on 64bit Windows
[SVN r78084]
2012-04-19 19:39:50 +00:00
Oliver Kowalke
8d1deae68f icontext: add requirements section to documentation
[SVN r77322]
2012-03-13 09:07:40 +00:00