2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-24 05:42:16 +00:00

22 Commits

Author SHA1 Message Date
Oliver Kowalke
ac38815b6d refactor all.hpp 2017-01-02 10:07:18 +01:00
Oliver Kowalke
df7f46260a unit-test: enable ontop-exception 2016-12-04 12:09:55 +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
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
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
d7e39b4c18 pass ecv2 a universal reference to context-fn 2016-10-07 19:20:30 +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
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
2baea29df0 fix typo in unit.test (WINDOWS only) 2016-05-22 15:37:32 +02:00
oliver Kowalke
d4c3f32436 enhance unit-tests for Windows (nulled stack) 2016-05-19 08:25:56 +02:00
Oliver Kowalke
a136c521f5 return data from function with exec_ontop 2016-02-10 19:27:39 +01:00
Oliver Kowalke
31a196f12c add unit-test for passing pointers between execution_context 2016-02-09 16:55:04 +01:00
Oliver Kowalke
83a8fddf36 some fixes for passign references as arguments to ec 2016-02-08 21:29:06 +01:00
Oliver Kowalke
cf783fd907 make execution_context (v2) typesafe 2016-02-08 18:36:58 +01:00
Oliver Kowalke
68a57f29b3 rename captued_context to execution_context
- split into execution_context v2 (previous captured_context)
  and execution_context v1
- v1 enabled if segmented-stacks=on at b2 commandline
2016-02-06 12:18:38 +01:00