2
0
mirror of https://github.com/boostorg/context.git synced 2026-02-20 14:42:17 +00:00
Commit Graph

548 Commits

Author SHA1 Message Date
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
Oliver Kowalke
2baea29df0 fix typo in unit.test (WINDOWS only) 2016-05-22 15:37:32 +02:00
oliver Kowalke
a5c0c85df3 nulled stack only for Windows 2016-05-19 08:28:16 +02:00
oliver Kowalke
d4c3f32436 enhance unit-tests for Windows (nulled stack) 2016-05-19 08:25:56 +02:00
oliver Kowalke
e785282bc2 fix variable name in pooled_fixedsize_stack 2016-05-19 08:25:52 +02:00
oliver Kowalke
0f184f7d0b zero out stack memory
- fixes #12215
2016-05-19 07:59:18 +02:00
Oliver Kowalke
daa2d39917 Merge pull request #27 from Flast/hotfix/dont-use-config-target
Don't use Boost.Config build-time configure target.
2016-03-25 12:38:33 +01:00
Kohei Takahashi
469dc955cb Don't use Boost.Config build-time configure target.
In some cases it doesn't respect config macros.
2016-03-25 18:03:51 +09:00
Oliver Kowalke
7c27227e52 Merge pull request #26 from Lastique/fix_once_flag_init
Fix boost::once_flag initialization
2016-03-24 08:34:56 +01:00
Andrey Semashev
c0c3053fd5 Fix boost::once_flag initialization. The initial value is required to be BOOST_ONCE_INIT. Luckily, it is currently equivalent to zero, that's why it worked before. 2016-03-24 10:32:02 +03:00