Commit Graph

857 Commits

Author SHA1 Message Date
Oliver Kowalke
6d48391e51 x86_64 preserve FP env 2016-12-04 12:11:06 +01:00
Oliver Kowalke
9f84687239 i386 preserve FP env 2016-12-04 12:11:05 +01:00
Oliver Kowalke
b685a89f08 arm64 preserve FP env 2016-12-04 12:10:31 +01:00
oliver Kowalke
53e44f632d arm32 preserve FP env 2016-12-04 12:10:31 +01:00
Oliver Kowalke
df7f46260a unit-test: enable ontop-exception 2016-12-04 12:09:55 +01:00
Oliver Kowalke
ba3673d9cb add unit-tests for fcontext 2016-11-26 19:45:39 +01:00
oliver Kowalke
3feb5330e3 fix performance tests for execution_context v2 2016-11-21 08:24:48 +01:00
oliver Kowalke
1aa4e6a320 Merge branch 'ontop' into develop 2016-11-21 08:19:56 +01:00
Oliver Kowalke
e607528e4a reduced signature of ontop-fn 2016-11-21 08:19:02 +01:00
Oliver Kowalke
da5208ac52 build performance test for ucontext with properties spped+release 2016-11-19 12:11:50 +01:00
Oliver Kowalke
c2c29cd23f ifx perfromance test for fcontext 2016-11-19 12:09:04 +01:00
Oliver Kowalke
b2149a615a reduced signature of ontop-fn 2016-11-17 19:56:26 +01:00
Oliver Kowalke
a83c1dcc62 fix unit test 2016-11-11 16:43:20 +01:00
oliver Kowalke
4ad58e5516 documentation: fix perforamnce numbers 2016-11-11 08:05:13 +01:00
oliver Kowalke
8ca008bca4 fix performance test for ucontext 2016-11-11 08:03:19 +01:00
Oliver Kowalke
88ce079b46 test for std::invoke() via BOOST_NO_CXX17_STD_INVOKE 2016-10-23 11:30:13 +02:00
Oliver Kowalke
2bfdd768d3 fix unit-test 2016-10-15 08:25:29 +02:00
Oliver Kowalke
2e5430fd27 disable warning for MSVC 2016-10-11 11:49:39 +02:00
Oliver Kowalke
46c8ef4e8d backtrace example using libunwind 2016-10-11 11:42:32 +02:00
Oliver Kowalke
a1547da510 Update README.md 2016-10-11 11:31:23 +02:00
Rene Rivera
c678ebca49 Add, and update, documentation build targets. 2016-10-07 23:07:33 -05:00
Oliver Kowalke
796163f4cd update docu 2016-10-07 19:29:52 +02:00
Oliver Kowalke
d7e39b4c18 pass ecv2 a universal reference to context-fn 2016-10-07 19:20:30 +02:00
Oliver Kowalke
9e0698cae7 Merge pull request #34 from blastrock/develop
Fix compilation in c++1z
2016-10-02 19:42:17 +02:00
Philippe Daouadi
dee1124b42 Fix compilation in c++1z
invoke() could resolve to both boost::context::detail::invoke and std::invoke
because of ADL, which would result in an ambiguous call error
2016-10-02 18:32:11 +02:00
oliver Kowalke
1a04f47b72 fix examples n docu for ecv2 2016-09-27 09:28:19 +02:00
oliver Kowalke
ec470c7344 ecv1 depends on support for thread_local 2016-09-27 09:28:15 +02:00
oliver Kowalke
b1472d4338 use macro BOOST_MSVC in unit-test 2016-09-26 09:04:41 +02:00
oliver Kowalke
5d6e4a61c0 use macro BOOST_MSVC in unit-test 2016-09-26 08:59:35 +02:00
oliver Kowalke
b4be67d81f Revert "build: apply defect macro tests"
This reverts commit f8c1f30c92.

boost.context must still build for boost.coroutine
2016-09-19 09:32:41 +02:00
Oliver Kowalke
db24454704 Update README.md 2016-09-15 14:01:46 +02:00
oliver Kowalke
f8c1f30c92 build: apply defect macro tests 2016-09-15 08:54:13 +02:00
oliver Kowalke
ff4f933429 unit-tests: use defect macro for thread_local 2016-09-15 08:51:50 +02:00
oliver Kowalke
891fb38840 C++11 hint in README.md 2016-09-06 13:05:04 +02:00
oliver Kowalke
6623cf0e1f update note regarding to C++11 in documentation 2016-09-06 09:15:23 +02:00
Oliver Kowalke
f91dbd674a fix test-function name 2016-07-31 20:55:57 +02:00
Oliver Kowalke
648c24c3f5 execute seh-test in separate thread 2016-07-31 20:55:27 +02:00
Oliver Kowalke
61ab618846 rename test_windows_nulled_stack() 2016-07-31 17:45:53 +02:00
Oliver Kowalke
087b68382a test for 12340 (SEH test on Windows) 2016-07-31 17:45:00 +02:00
Oliver Kowalke
b79603a8ec docu: add forced_unwind ref 2016-07-08 07:46:42 +02:00
Oliver Kowalke
205abc22e9 docu: add not to stack unwinding vor ecv2 2016-07-08 07:45:51 +02:00
Oliver Kowalke
c0ffc68c3a docu: stack unwinding in ecv1 2016-07-08 07:38:05 +02:00
Oliver Kowalke
993029ed5b Update libraries.json 2016-07-04 10:14:47 +02:00
Oliver Kowalke
309c381b85 Update README.md 2016-06-24 11:32:32 +02:00
oliver Kowalke
ae66946c06 fix test/Jamfile.v2 requirements 2016-06-17 08:18:46 +02:00
oliver Kowalke
0f291d7729 add boostdoc in doc/Jamfile 2016-06-15 08:00:00 +02:00
Oliver Kowalke
29bf77b057 build with Intel C++ compiler for MacOS
- fixes #12242
2016-05-31 21:23:09 +02:00
oliver Kowalke
da5865406a set fiber-storage for missing asm to zero (Windows only) 2016-05-25 07:50:25 +02:00
Oliver Kowalke
20d4a5ed5f set fiber-storage to zero (Windows)
- fixes bug 12215
2016-05-24 18:58:35 +02:00
oliver Kowalke
c904627ceb README 2016-05-23 08:36:42 +02:00