Commit Graph

857 Commits

Author SHA1 Message Date
Oliver Kowalke
2c9447da52 context: update performance section in documentation for i386
[SVN r80108]
2012-08-21 11:18:23 +00:00
Oliver Kowalke
fc05e1ebb9 context: update todo list in documentation
[SVN r80062]
2012-08-16 17:49:30 +00:00
Oliver Kowalke
77b37b7de7 context: fix links in documentation
[SVN r79962]
2012-08-11 11:34:42 +00:00
Oliver Kowalke
2af800f214 context: remove PDFs from documentation
[SVN r79960]
2012-08-11 11:12:08 +00:00
Oliver Kowalke
2f2e6df0de context: disble warning 4996 for MSVC
[SVN r79957]
2012-08-10 20:08:44 +00:00
Oliver Kowalke
2be3bf4d5a context: use size instead of limit if fc_stack
[SVN r79956]
2012-08-10 16:07:25 +00:00
Oliver Kowalke
48749379f0 context: fix for MACH-O on i386
[SVN r79947]
2012-08-09 15:29:16 +00:00
Oliver Kowalke
b41ed88abf context: define _XOPEN_SOURCE/XOPEN_SOURCE_EXTEND for Solaris
[SVN r79329]
2012-07-07 10:51:27 +00:00
Oliver Kowalke
e55f852bf7 context: fixes related to Solaris
[SVN r79315]
2012-07-06 14:59:48 +00:00
Daniel James
83dcdeeb08 context: Remove some doc build settings + redirect for documentation.
It looks like the Jamfile was based on an old version of boost, the settings I
deleted should be automatically set to appropriate values.

[SVN r79188]
2012-06-30 19:24:00 +00:00
Oliver Kowalke
56842e31d3 context: update docu
[SVN r79016]
2012-06-20 09:41:38 +00:00
Oliver Kowalke
f60965dc6b context: fixing warnings on Windows platform
[SVN r78958]
2012-06-15 18:27:09 +00:00
Oliver Kowalke
c2946326cf context: fix warnings on Windows platform
[SVN r78868]
2012-06-10 09:08:27 +00:00
Oliver Kowalke
367fa773eb context: remove dependencies to other boost libs in performance test
[SVN r78752]
2012-05-29 18:23:19 +00:00
Oliver Kowalke
02a3245684 contxt: bugfix related FPU on ARM
[SVN r78623]
2012-05-25 18:42:16 +00:00
Oliver Kowalke
d9b09bb066 context: acknowledgement updated
[SVN r78620]
2012-05-25 15:58:57 +00:00
Oliver Kowalke
11c74662b2 context: remove precompiler abort on non-x86 platforms for performance test
[SVN r78619]
2012-05-25 15:49:09 +00:00
Oliver Kowalke
560ae0097e context: conditiona compilation for rdtsc - performance tests
[SVN r78617]
2012-05-25 15:13:20 +00:00
Oliver Kowalke
f96a1f1838 context: update documentation - acknowledgement
[SVN r78556]
2012-05-23 15:00:26 +00:00
Oliver Kowalke
cfeb8b5db4 context: clock_gettime() added to performance measurement
[SVN r78548]
2012-05-23 08:17:24 +00:00
Oliver Kowalke
b5fe010e78 context: tab cleanup
[SVN r78544]
2012-05-22 20:02:04 +00:00
Oliver Kowalke
2737dd710c context: fix for MacOS X 64bit
[SVN r78449]
2012-05-13 07:57:19 +00:00
Oliver Kowalke
6953e84529 context: documentation regarding to fpu preserving
[SVN r78189]
2012-04-25 05:51:24 +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
dc735d51b1 context: fix for Win32 in asm
[SVN r78169]
2012-04-23 21:19:15 +00:00
Oliver Kowalke
64a2520f4f context: fix for i386 SysV in asm
[SVN r78168]
2012-04-23 21:16:44 +00:00
Oliver Kowalke
87ef352f14 context: fix in Win64 asm
[SVN r78167]
2012-04-23 21:10:53 +00:00
Oliver Kowalke
53a1d5b734 context: fix type inf ppc asm (%r6)
[SVN r78163]
2012-04-23 19:56:38 +00:00
Oliver Kowalke
f8c50b79b2 context: remove fc_link from fcontext_mips.hpp
[SVN r78162]
2012-04-23 19:10:32 +00:00
Oliver Kowalke
4ba622d34c context: fpu enve preserving in i386 too
[SVN r78155]
2012-04-23 11:48:47 +00:00
Oliver Kowalke
eb86feb0df context: conditional preserving of fpu env
[SVN r78152]
2012-04-23 08:12:19 +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
f6366fe7a6 context: remove fc_link from fcontext_t
[SVN r78150]
2012-04-23 07:20:37 +00:00
Oliver Kowalke
6fe81b39f7 context: fix using correct context stack to pass argument
[SVN r78140]
2012-04-22 17:13:05 +00:00
Oliver Kowalke
41035e723e context: pragma warning dsiabled on Win32
[SVN r78135]
2012-04-22 12:27:27 +00:00
Oliver Kowalke
e7be3fef80 context: documentation updated regarding to make_fcontext() changes
[SVN r78131]
2012-04-22 10:28:16 +00:00
Oliver Kowalke
6151f8173d context: remove argument for context function from make_fcontext()
[SVN r78129]
2012-04-22 10:18:43 +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
3109e98c79 context: use bitwise logical AND instead shift operators in align_stack
[SVN r78127]
2012-04-22 08:43:01 +00:00
Oliver Kowalke
ea74336a59 context: add pragma stuff to Win32/Win64 fcontext headers
[SVN r78126]
2012-04-22 08:35:40 +00:00
Oliver Kowalke
b68bac5274 context: add missing curly bracket in fcontext_x86_64_win.hpp
[SVN r78125]
2012-04-22 08:32:45 +00:00
Oliver Kowalke
f23d1b3245 context: correct XMM access on Win64
[SVN r78124]
2012-04-22 08:26:39 +00:00
Oliver Kowalke
9211abe87c context: return zero as exit code if context function returns on i386
[SVN r78118]
2012-04-21 21:20:31 +00:00
Oliver Kowalke
3076341595 context: corected label for ppc in make_context
[SVN r78117]
2012-04-21 21:06:11 +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
97d37d559f context: remove start_fcontext; context linking removed
[SVN r78114]
2012-04-21 19:05:03 +00:00
Oliver Kowalke
9e44f7d33c context: corrected ybte count in ppc32 asm
[SVN r78103]
2012-04-20 20:58:24 +00:00
Oliver Kowalke
1e927285a6 context: corrected access of stack base in ppc32 asm
[SVN r78096]
2012-04-20 19:36:50 +00:00
Oliver Kowalke
68bdae0265 context: correction for Win32 (typo in fcontext_t), correct stack base in asm
[SVN r78095]
2012-04-20 18:51:35 +00:00