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

Commit Graph

  • 98d0939e4b Merge branch 'develop' Oliver Kowalke 2017-02-23 06:14:52 +01:00
  • b4e18ff600 add missing export decl oliver Kowalke 2017-02-22 09:02:25 +01:00
  • def95318cb remove performance test for ontop_fcontext oliver Kowalke 2017-02-20 14:50:36 +01:00
  • e21d9ec555 remove unnecessary contiunation construction in operator() Oliver Kowalke 2017-02-19 09:06:23 +01:00
  • 6b1611d46f fix performance test for callcc Oliver Kowalke 2017-02-19 09:06:19 +01:00
  • 08067a544d Merge pull request #44 from aargor/develop Oliver Kowalke 2017-02-14 21:55:21 +01:00
  • 7046102c2a Deliberate-failure tests shouldn't be optimized Aaron Gorenstein 2017-02-14 12:24:00 -08:00
  • b26342288a execution_context is deprecated oliver Kowalke 2017-02-13 08:50:31 +01:00
  • cc309abdba rename toolset to 'clang-win' for Windows oliver Kowalke 2017-02-07 14:23:11 +01:00
  • ff5ee71034 define default_stack for windows oliver Kowalke 2017-02-07 08:21:12 +01:00
  • 9373ee97b3 Merge branch 'develop' Oliver Kowalke 2017-02-04 11:11:24 +01:00
  • 25ed545efb ontop-fn accept rvalue reference to continuation Oliver Kowalke 2017-02-04 06:38:38 +01:00
  • 3a822359ec resume() -> continuation::operator() oliver Kowalke 2017-02-02 09:19:10 +01:00
  • 98291526a7 rename transfer_data() -> get_data() oliver Kowalke 2017-02-01 09:30:35 +01:00
  • 869ad9a6a6 on windows stack must be aligned on page size Oliver Kowalke 2017-01-23 17:41:18 +01:00
  • 5544120b47 test bug 12592 bug12592 Oliver Kowalke 2017-01-21 14:52:19 +01:00
  • 22c7c25de0 Merge branch 'develop' oliver Kowalke 2017-01-16 11:40:34 +01:00
  • e14edacf68 remove html docu oliver Kowalke 2017-01-16 11:40:28 +01:00
  • 1f53a8825d remove execution_context docu Oliver Kowalke 2017-01-08 20:07:16 +01:00
  • a98bc78310 Merge pull request #40 from tsandmann/develop Oliver Kowalke 2017-01-08 18:50:06 +01:00
  • 3167d4dfb8 Fixes #38 Timo Sandmann 2017-01-08 18:24:20 +01:00
  • dc515159f6 Little optimization for x86_64 SysV mach-o assembler Timo Sandmann 2017-01-08 18:13:05 +01:00
  • f2e1761a4d fix example fibonacci Oliver Kowalke 2017-01-08 09:38:37 +01:00
  • e847c37d43 modify example endless_loop Oliver Kowalke 2017-01-07 15:50:15 +01:00
  • 68c3d100b4 remove inline namespace 'v1' Oliver Kowalke 2017-01-05 19:23:50 +01:00
  • 26b61a67cf remove directive '.cpu' for ARM64/AAPCS/ELF Oliver Kowalke 2017-01-05 10:38:47 -08:00
  • dbd95e8421 callcc() -> resume() Oliver Kowalke 2017-01-05 18:59:02 +01:00
  • 3ea3b5cc90 fix for 12719 (mingw-w64) Oliver Kowalke 2017-01-03 18:31:41 +01:00
  • 0a78c3da65 use defect macro for std::exchange Oliver Kowalke 2017-01-03 17:29:19 +01:00
  • 047e9f43eb remove doc/html directory Oliver Kowalke 2017-01-02 21:57:13 +01:00
  • c35ecd04df documentation: call/cc Oliver Kowalke 2016-12-30 00:14:50 +01:00
  • ac38815b6d refactor all.hpp Oliver Kowalke 2016-12-30 00:14:28 +01:00
  • 6aafda324d decouple passed types Oliver Kowalke 2016-12-28 15:43:27 +01:00
  • d32842cb50 context-fn signature continuation(*)(continuation &&) Oliver Kowalke 2016-12-28 14:28:44 +01:00
  • ba37cd3968 remove template arg from callcc() Oliver Kowalke 2016-12-26 19:07:25 +01:00
  • b78e0c894b return values transferred by continuation Oliver Kowalke 2016-12-25 22:54:00 +01:00
  • 7ab9ace7b3 introduction of callcc()/continuation<> oliver Kowalke 2016-12-20 09:16:56 +01:00
  • bd76e76d0a implicitly declared default constructor would not be constexpr Oliver Kowalke 2016-12-20 05:15:33 +01:00
  • 859463e707 rename sub-directories in directory performance Oliver Kowalke 2016-12-20 04:53:37 +01:00
  • af1cffe8bc rename sub-directories in directory examples Oliver Kowalke 2016-12-20 04:50:53 +01:00
  • 7b74a799e2 Merge branch 'develop' boost-1.63.0 oliver Kowalke 2016-12-16 08:26:12 +01:00
  • 16bc5a5bc0 fix indirect jump asm for x86_64/SYSV/ELF oliver Kowalke 2016-12-16 08:25:25 +01:00
  • 5f00a23bc8 Merge branch 'develop' oliver Kowalke 2016-12-16 07:48:53 +01:00
  • 7db7873401 enable unit-test only if <thread> is supported oliver Kowalke 2016-12-13 08:06:01 +01:00
  • b033d82ea8 Merge branch 'develop' Oliver Kowalke 2016-12-12 06:43:21 +01:00
  • bb8b7f5dbf fix calling _exit() for x86_64 SYSV/MACH-O Oliver Kowalke 2016-12-11 19:50:25 +01:00
  • e71b38c1d2 fix indirect jump for x86_64 on MACH-O Oliver Kowalke 2016-12-11 17:29:26 +01:00
  • e428581e1d use defect macro BOOST_NO_CXX17_STD_APPLY Oliver Kowalke 2016-12-11 14:59:53 +01:00
  • 5df4efe146 std::invoke() is already checked by Boost defect macro Oliver Kowalke 2016-12-11 14:50:37 +01:00
  • 8589a5613c remove callgrind profile Oliver Kowalke 2016-12-11 14:49:07 +01:00
  • 626d64550b Merge branch 'develop' Oliver Kowalke 2016-12-06 19:37:23 +01:00
  • 9dd3b50b8f foo Oliver Kowalke 2016-12-06 19:36:43 +01:00
  • 985a7c8e96 use indirect jump on x86 Oliver Kowalke 2016-12-06 19:18:01 +01:00
  • 6a005a5301 Merge branch 'develop' Oliver Kowalke 2016-12-04 12:22:57 +01:00
  • 11ef8338fb ppc32 preserve FP env Oliver Kowalke 2016-11-26 21:45:20 +01:00
  • 317a01d935 mips32 preserve FP env Oliver Kowalke 2016-11-26 15:56:52 +01:00
  • 6d48391e51 x86_64 preserve FP env Oliver Kowalke 2016-11-26 20:01:09 +01:00
  • 9f84687239 i386 preserve FP env Oliver Kowalke 2016-11-26 20:27:30 +01:00
  • b685a89f08 arm64 preserve FP env Oliver Kowalke 2016-11-27 12:20:27 +01:00
  • 53e44f632d arm32 preserve FP env oliver Kowalke 2016-11-25 08:30:37 +01:00
  • df7f46260a unit-test: enable ontop-exception Oliver Kowalke 2016-11-28 06:38:20 +01:00
  • 3d3876bf68 Merge branch 'develop' Oliver Kowalke 2016-11-27 13:44:45 +01:00
  • f3d3ca3ab8 arm64 preserve FP env Oliver Kowalke 2016-11-27 12:20:27 +01:00
  • 7596b1cc2b documentation: remove section rleated to x86 FP env Oliver Kowalke 2016-11-27 07:35:35 +01:00
  • 143b02dbca arm32 preserve FP env oliver Kowalke 2016-11-25 08:30:37 +01:00
  • ba3673d9cb add unit-tests for fcontext Oliver Kowalke 2016-11-25 17:23:34 +01:00
  • ff834e8c15 Merge branch 'develop' oliver Kowalke 2016-11-21 08:25:56 +01:00
  • 3feb5330e3 fix performance tests for execution_context v2 oliver Kowalke 2016-11-21 08:24:48 +01:00
  • 1aa4e6a320 Merge branch 'ontop' into develop oliver Kowalke 2016-11-21 08:19:56 +01:00
  • e607528e4a reduced signature of ontop-fn Oliver Kowalke 2016-11-16 17:14:00 +01:00
  • da5208ac52 build performance test for ucontext with properties spped+release Oliver Kowalke 2016-11-19 12:11:50 +01:00
  • c2c29cd23f ifx perfromance test for fcontext Oliver Kowalke 2016-11-19 12:09:04 +01:00
  • b2149a615a reduced signature of ontop-fn Oliver Kowalke 2016-11-16 17:14:00 +01:00
  • 3726d7fd9f Merge branch 'develop' Oliver Kowalke 2016-11-11 17:46:28 +01:00
  • a83c1dcc62 fix unit test Oliver Kowalke 2016-11-11 16:43:20 +01:00
  • e157f07662 Merge branch 'develop' oliver Kowalke 2016-11-11 08:05:51 +01:00
  • 4ad58e5516 documentation: fix perforamnce numbers oliver Kowalke 2016-11-11 08:05:13 +01:00
  • 8ca008bca4 fix performance test for ucontext oliver Kowalke 2016-11-11 08:03:19 +01:00
  • 551623d897 Merge branch 'develop' oliver Kowalke 2016-11-09 08:29:56 +01:00
  • 88ce079b46 test for std::invoke() via BOOST_NO_CXX17_STD_INVOKE Oliver Kowalke 2016-10-23 11:30:13 +02:00
  • 2bfdd768d3 fix unit-test Oliver Kowalke 2016-10-15 08:25:29 +02:00
  • 2e5430fd27 disable warning for MSVC Oliver Kowalke 2016-10-11 11:49:39 +02:00
  • 46c8ef4e8d backtrace example using libunwind Oliver Kowalke 2016-10-11 11:29:25 +02:00
  • a1547da510 Update README.md Oliver Kowalke 2016-10-11 11:31:23 +02:00
  • 1a2446f60c Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:33 -05:00
  • c678ebca49 Add, and update, documentation build targets. Rene Rivera 2016-10-07 23:07:33 -05:00
  • 796163f4cd update docu Oliver Kowalke 2016-10-07 19:29:52 +02:00
  • d7e39b4c18 pass ecv2 a universal reference to context-fn Oliver Kowalke 2016-10-07 19:20:30 +02:00
  • 9e0698cae7 Merge pull request #34 from blastrock/develop Oliver Kowalke 2016-10-02 19:42:17 +02:00
  • dee1124b42 Fix compilation in c++1z Philippe Daouadi 2016-10-02 18:26:26 +02:00
  • 1a04f47b72 fix examples n docu for ecv2 oliver Kowalke 2016-09-27 09:27:35 +02:00
  • ec470c7344 ecv1 depends on support for thread_local oliver Kowalke 2016-09-27 09:26:48 +02:00
  • b1472d4338 use macro BOOST_MSVC in unit-test oliver Kowalke 2016-09-26 09:04:41 +02:00
  • 5d6e4a61c0 use macro BOOST_MSVC in unit-test oliver Kowalke 2016-09-26 08:59:35 +02:00
  • 2e064f9db6 Revert "build: apply defect macro tests" boost-1.62.0 oliver Kowalke 2016-09-19 09:32:41 +02:00
  • b4be67d81f Revert "build: apply defect macro tests" oliver Kowalke 2016-09-19 09:32:41 +02:00
  • c70b7f7b56 Update README.md Oliver Kowalke 2016-09-15 14:02:04 +02:00
  • db24454704 Update README.md Oliver Kowalke 2016-09-15 14:01:46 +02:00
  • 60fc1b1fcb Merge branch 'develop' oliver Kowalke 2016-09-15 08:54:54 +02:00
  • f8c1f30c92 build: apply defect macro tests oliver Kowalke 2016-09-15 08:54:13 +02:00