Commit Graph

  • 58a4812f92 introduce static inititalization function main() Oliver Kowalke 2015-09-07 18:22:31 +0200
  • 8c3d8e4dbd replace decltype(auto) -> void in lambda expression Oliver Kowalke 2015-09-05 07:47:26 +0200
  • 611d5608e3 Merge pull request #18 from BenWiederhake/develop Oliver Kowalke 2015-09-01 13:26:54 +0200
  • b868537ba7 fix then/than-typos in doc Ben Wiederhake 2015-09-01 13:06:28 +0200
  • 948893b0f8 fix copy-pasted typo in doc Ben Wiederhake 2015-09-01 12:49:11 +0200
  • 6431d27506 fix #11604: Assembler Error A1010 with Intel Compiler 16.0 (win7 64bit) Oliver Kowalke 2015-08-31 21:20:41 +0200
  • acbe483eeb fix usage of semgneted-stacks Oliver Kowalke 2015-08-23 19:29:25 +0200
  • a7be53c71e fix #11565 - segmented stacks not build for gcc-5.2 Oliver Kowalke 2015-08-21 08:47:57 +0200
  • 308e0ba086 Update rationale.qbk Oliver Kowalke 2015-08-13 11:21:54 +0200
  • daf0737dae Update requirements.qbk Oliver Kowalke 2015-08-13 11:19:28 +0200
  • 9f3a134520 Update requirements.qbk Oliver Kowalke 2015-08-13 11:18:53 +0200
  • 65b283a0aa Update rationale.qbk Oliver Kowalke 2015-08-13 11:17:56 +0200
  • 7db01269e7 Revert "fix result_of usage" Oliver Kowalke 2015-08-12 18:16:57 +0200
  • a264431eb8 fix result_of usage Oliver Kowalke 2015-08-12 17:39:47 +0200
  • 3fb8dabbeb fix stack-types for Windos+WinFibers Oliver Kowalke 2015-07-30 23:29:06 +0200
  • 0855249214 reduce deferred-call Oliver Kowalke 2015-07-30 23:20:04 +0200
  • c5ede089b0 enhance tests for execution_context Oliver Kowalke 2015-07-14 18:04:21 +0200
  • 1be3321f0f add return value specifier for lambda Oliver Kowalke 2015-06-29 17:07:53 +0200
  • a1447bb35e add invoke() in order to support member fn Oliver Kowalke 2015-06-23 17:52:34 +0200
  • 16abb31ae8 add checks for C++11/14 features in unit-tests Oliver Kowalke 2015-06-21 18:42:55 +0200
  • bcfbe21cff some modifications for stack_traits Oliver Kowalke 2015-06-19 18:48:38 +0200
  • 28cc7c8336 add workaround for MSVC 14 Oliver Kowalke 2015-06-17 20:15:42 +0200
  • 1d6ef329f9 add hint for cross compiling in docu Oliver Kowalke 2015-06-16 18:04:00 +0200
  • a3d02c0507 Windows Fibers: no convertion back to thread Oliver Kowalke 2015-06-16 17:58:48 +0200
  • 2e4ea730c6 add SD-6 test maro for compile-time integer sequence Oliver Kowalke 2015-06-16 17:57:33 +0200
  • 54a4c23b35 WinFibers API: allow to allocate less than stack_traits::minimum_size() Oliver Kowalke 2015-06-13 08:01:31 +0200
  • b48f92384e define BOOST_DISABLE_ASSERTS in Jamfile Oliver Kowalke 2015-06-13 08:00:39 +0200
  • 95e1aecc72 enable alignment of control structure on stack Oliver Kowalke 2015-06-10 20:50:03 +0200
  • a76a402c2c fix some typos for MinGW64 Oliver Kowalke 2015-06-07 18:06:51 +0200
  • e7c71e7898 some fixes for asm MinGW on Win64 Oliver Kowalke 2015-06-07 17:34:25 +0200
  • a455a63447 fix MinGW asm Oliver Kowalke 2015-06-07 09:50:27 +0200
  • 624ecaf337 fix assembler for Win32+MinGw Oliver Kowalke 2015-06-06 18:36:37 +0200
  • 36a2394909 renaming of asm files Oliver Kowalke 2015-06-05 20:49:29 +0200
  • f8fda25030 add reference to BOOST_USE_WINFIBERS in docu Oliver Kowalke 2015-06-05 20:02:40 +0200
  • 88eec47ea3 Windows: use minimum_stacksize() Oliver Kowalke 2015-06-05 19:53:58 +0200
  • d0a9efcc24 Windows: use user-defined size for WinFiber's stack Oliver Kowalke 2015-06-05 19:42:42 +0200
  • fcb2283c76 first guess for support of MinGW Oliver Kowalke 2015-06-05 15:00:36 +0200
  • e6c82dc3ac fix using Windows Fibers Oliver Kowalke 2015-06-05 15:00:08 +0200
  • 175dad2d04 std::isdigit() -> isdigit() Argument depended lookup Oliver Kowalke 2015-06-05 14:57:49 +0200
  • b8cb8dc2c2 intro of BOOST_USE_WINFIBERS Oliver Kowalke 2015-06-04 10:28:47 +0200
  • 6189ae5ce5 don't evaluate return type in non-debug mode Oliver Kowalke 2015-06-04 07:08:38 +0200
  • aadb5968f4 remove parent-tracking in execution_context Oliver Kowalke 2015-06-03 09:00:21 +0200
  • 70fab42aa4 XCOFF: have jump,make_fcontext show up as importable Oliver Kowalke 2015-04-25 15:59:55 +0200
  • b3659adcb3 Merge pull request #13 from dlunch/feature/fix_windows_export Oliver Kowalke 2015-04-25 11:19:54 +0200
  • 4818164601 Do not export symbols for static build on PE builds. Inseok Lee 2015-04-25 11:30:24 +0900
  • ae1a70b3c0 use stack of parent context's Oliver Kowalke 2015-04-14 19:53:46 +0200
  • 2d7cd77957 use bitset for states Oliver Kowalke 2015-04-07 22:39:59 +0200
  • 492347ed16 fix deallocation of capture_record Oliver Kowalke 2015-04-03 09:42:43 +0200
  • f19a744e72 add example cycle, deal with cycles in parentship Oliver Kowalke 2015-03-31 20:01:55 +0200
  • 41123e262d make execution_context conform to N4397 Oliver Kowalke 2015-03-26 09:41:06 +0100
  • 55b10634f7 return to parent activation record Oliver Kowalke 2015-03-25 22:43:37 +0100
  • ded781420f update parser example using execution_context Oliver Kowalke 2015-03-19 19:52:22 +0100
  • 39ccd9687e Lift architecture detection Oliver Kowalke 2015-03-08 17:42:48 +0100
  • 1fbea51a47 update docu Oliver Kowalke 2015-03-05 17:28:50 +0100
  • b2af03e76b update examples Oliver Kowalke 2015-03-05 17:26:19 +0100
  • 0735822d19 update documentation Oliver Kowalke 2015-03-05 17:26:05 +0100
  • 6e2a2b4b30 do not use aliases LR and FP for ARM64/gcc Oliver Kowalke 2015-02-25 19:49:30 +0100
  • 1e2584e00c some fixes for ARM64 Oliver Kowalke 2015-02-24 17:50:14 +0100
  • 8481d3ccfc add support for ARM64/ELF Oliver Kowalke 2015-02-23 16:23:11 +0100
  • b717da49d5 fix warning in variant=release Oliver Kowalke 2015-02-19 19:06:14 +0100
  • c876a81184 docu Oliver Kowalke 2015-02-18 18:47:26 +0100
  • 5e6f073f2e update docu Oliver Kowalke 2015-02-18 18:35:00 +0100
  • bc3cd0fbed rename jump_to() -> resume() Oliver Kowalke 2015-02-18 18:23:58 +0100
  • eb021109eb remove execution_context::operator bool() Oliver Kowalke 2015-02-18 18:23:26 +0100
  • 1a4682e5be Merge pull request #9 from 0x1997/patch-1 Oliver Kowalke 2015-02-18 09:47:42 +0100
  • 9443d969aa fix typo in execution_context.hpp Zhe Wang 2015-02-18 16:33:54 +0800
  • 57d9bc6e1b small optimization/fix unit.test Oliver Kowalke 2015-02-13 17:31:44 +0100
  • 8b802b9b3d add alignment (no enalbed yet -> gcc-5.0 required) Oliver Kowalke 2015-02-11 22:12:39 +0100
  • 0ae6d8af2a execution_context now C++14 Oliver Kowalke 2015-02-11 19:42:15 +0100
  • bf0468b878 use BOOST_CONTEXT_NO_EXECUTION_CONTEXT in unit test Oliver Kowalke 2015-02-10 18:56:40 +0100
  • 3b9a002642 replace test for __cplusplus by BOOST_NO_CXX11_ - macros Oliver Kowalke 2015-02-07 16:42:17 +0100
  • 1a119ca612 add support for Valgrind Oliver Kowalke 2015-01-29 19:11:44 +0100
  • 2dce78f1bf update docu Oliver Kowalke 2015-01-23 22:27:08 +0100
  • aba41e54cc update documentation Oliver Kowalke 2015-01-23 22:19:23 +0100
  • 447623fc62 some comments to parser example added Oliver Kowalke 2015-01-23 22:19:02 +0100
  • fa078765cb me stack-allocators/some fixes Oliver Kowalke 2015-01-23 22:02:20 +0100
  • 9ec7f56a5a fix performance-test Oliver Kowalke 2015-01-16 20:35:54 +0100
  • cb29688ff5 fix destruction fcontext Oliver Kowalke 2015-01-15 18:32:45 +0100
  • d0ab46ad5c use std::call_once + lambda in stack_traits init Oliver Kowalke 2015-01-15 18:27:42 +0100
  • 42f8be9752 remove coroutine examples Oliver Kowalke 2015-01-15 18:23:33 +0100
  • ac1b8457eb usei consistent use of BOOST_ASSERT Oliver Kowalke 2015-01-14 22:32:48 +0100
  • 45f75dac66 enhance performance measurements Oliver Kowalke 2015-01-14 18:09:14 +0100
  • e20a8ad6fb use lambda Oliver Kowalke 2015-01-14 18:09:02 +0100
  • cc46f8b0d3 use correct stack-pointer and stack-size if preallocated Oliver Kowalke 2015-01-13 11:26:06 +0100
  • cf2c8f4422 add support for additional control-structures (preallocated) Oliver Kowalke 2015-01-12 20:03:49 +0100
  • fae49e0fc2 allow coroutine-functions with arguments Oliver Kowalke 2015-01-11 11:30:24 +0100
  • fce0c97c79 Merge pull request #6 from jhunold/fix-typo olk 2015-01-07 20:50:40 +0100
  • 6ab6140d4a Remove extra "e" in include directive. Jürgen Hunold 2015-01-07 20:23:05 +0100
  • 7984b53fe4 Merge branch 'develop' of github.com:boostorg/context into develop Oliver Kowalke 2015-01-05 19:55:06 +0100
  • 1200ee4e8a fix for segemented stack usage Oliver Kowalke 2015-01-05 19:45:29 +0100
  • 58107a5882 fix for segemented stack usage Oliver Kowalke 2015-01-05 19:45:29 +0100
  • de60227a90 remove untested.cpp for ARM64/MACH-O Oliver Kowalke 2014-12-30 21:08:50 +0100
  • 3cd7013691 Merge pull request #5 from johncapfull/develop olk 2014-12-30 21:03:31 +0100
  • efcdb6aae8 jump and make stubs for arm64 (aarch64) for iOS ABI Evgeny Shapovalov 2014-12-30 17:14:49 +0300
  • a92010989b some small fixes Oliver Kowalke 2014-12-27 09:49:02 +0100
  • c2618274c5 Revert "some fixes" Oliver Kowalke 2014-12-27 09:37:55 +0100
  • f77909d0aa some fixes Oliver Kowalke 2014-12-26 19:42:11 +0100
  • a917cd01b1 fix linker issue Oliver Kowalke 2014-12-18 19:53:35 +0100
  • c3a9e2b3f7 fix invalif path the header stack_context.hpp Oliver Kowalke 2014-12-14 10:17:33 +0100
  • d78da992f0 remove reserve Oliver Kowalke 2014-12-14 10:17:20 +0100