Commit Graph

  • 66370ecd28 Merge branch 'develop' boost-1.59.0 Oliver Kowalke 2015-06-19 18:53:11 +02:00
  • b3235bca7c add export declaration in cpp files Oliver Kowalke 2015-06-19 18:52:40 +02:00
  • d87ad0413e Merge branch 'develop' Oliver Kowalke 2015-06-04 07:06:20 +02:00
  • ff1bad40f2 fix exit code of examples Oliver Kowalke 2015-06-04 07:05:43 +02:00
  • cbbde4f7d0 don't evaluate return value in non-debug mode Oliver Kowalke 2015-06-04 07:05:20 +02:00
  • ed585885de fix segmented-stacks bug in Jamfiles Oliver Kowalke 2015-06-04 07:04:37 +02:00
  • c445a9d1f5 Merge branch 'develop' Oliver Kowalke 2015-06-03 23:07:01 +02:00
  • 06f255c471 replace internal_stack_ctx by instance of preallocated Oliver Kowalke 2015-06-02 17:22:24 +02:00
  • dba752d8fa Merge branch 'develop' Oliver Kowalke 2015-05-04 22:23:31 +02:00
  • 8b5cb1df2d add const_iterator to asymmetric_coroutine<>::pull_type Oliver Kowalke 2015-04-29 20:31:08 +02:00
  • c3a35637b5 Merge pull request #20 from nbougalis/dangling_what Oliver Kowalke 2015-04-25 16:05:34 +02:00
  • 4b5b0196c1 Merge pull request #21 from giacomodrago/patch-1 Oliver Kowalke 2015-04-19 20:54:34 +02:00
  • fa9ddbf573 Update symmetric_coroutine_impl.hpp Giacomo Drago 2015-04-19 19:20:51 +01:00
  • ba2517b6be Do not return dangling pointer to exception message Nik Bougalis 2015-04-10 13:22:18 -07:00
  • dfa9bc76bf Merge branch 'develop' boost-1.58.0 Oliver Kowalke 2015-02-16 18:42:26 +01:00
  • 49bd16d34f delete iterator's post increment op. Oliver Kowalke 2015-02-16 18:41:56 +01:00
  • 076b5bfcc0 Merge branch 'develop' Oliver Kowalke 2015-01-29 19:19:47 +01:00
  • 8e9be79a51 remove semicolon after macro Oliver Kowalke 2015-01-29 19:18:49 +01:00
  • 32bcbbd4b9 declaration of feature valgrind moved to coroutine2 olk 2015-01-29 09:55:17 +01:00
  • f687421d55 declaration of feature valgrind moved to coroutine2 olk 2015-01-29 09:53:40 +01:00
  • 40b3bafc59 Merge branch 'develop' Oliver Kowalke 2015-01-15 21:08:48 +01:00
  • 9814084a4f remove feature segmented stack (already defined in boost.context) olk 2014-11-24 11:30:31 +01:00
  • 4b40bebea1 Merge pull request #17 from jhunold/duplicated-feature olk 2014-11-24 11:25:11 +01:00
  • 5b07b4dd7d Remove duplicated feature 'segmented-stacks' Jürgen Hunold 2014-11-23 15:13:54 +01:00
  • 2ae24cc256 Merge branch 'develop' boost-1.57.0 Oliver Kowalke 2014-10-24 16:58:50 +02:00
  • 8dfd139178 docu related to valgrind support Oliver Kowalke 2014-10-24 16:58:19 +02:00
  • dad01fb26c Merge branch 'develop' Oliver Kowalke 2014-10-20 08:27:30 +02:00
  • 5827586ce3 Merge pull request #16 from anttirt/develop olk 2014-10-06 18:53:52 +02:00
  • a6bd532525 Optionally register stacks with valgrind anttirt 2014-10-06 15:59:05 +03:00
  • 3991225896 fix issue related to ADL for begin()/end() Oliver Kowalke 2014-08-28 20:00:26 +02:00
  • a5c7873893 use pthread_self() in performance test Oliver Kowalke 2014-08-27 20:49:17 +02:00
  • bf652d436a fix iterator_range example Oliver Kowalke 2014-08-27 16:50:56 +02:00
  • f022e910d8 fix await_emu example Oliver Kowalke 2014-08-27 16:50:44 +02:00
  • 5df47445ae Merge pull request #14 from danieljames/metadata olk 2014-08-23 14:23:43 +02:00
  • 5007f44b19 remove extra semicolon from unit-tests Oliver Kowalke 2014-08-23 14:12:23 +02:00
  • c15ffa7146 fix example for multiple definitions Oliver Kowalke 2014-08-23 13:39:24 +02:00
  • 06145727ee prefix forward() with namespace boost Oliver Kowalke 2014-08-21 18:48:14 +02:00
  • d952e5b504 fix docu Oliver Kowalke 2014-08-21 17:43:52 +02:00
  • ec0ce03081 fix nlining for full-specialized tempaltes Oliver Kowalke 2014-08-21 17:15:10 +02:00
  • 8a5e77dc8b add test regarding to multiple definition Oliver Kowalke 2014-08-21 16:53:53 +02:00
  • 53f176460b Add metadata file. Daniel James 2014-08-18 14:58:20 +01:00
  • 552c0282ba Merge pull request #13 from jzmaddock/patch-2 olk 2014-08-17 09:05:32 +02:00
  • 25445fa787 Merge pull request #12 from jzmaddock/patch-1 olk 2014-08-17 09:05:18 +02:00
  • f35d8ca66a Update Jamfile.v2 jzmaddock 2014-08-13 18:24:03 +01:00
  • 206627a0c4 Update Jamfile.v2 jzmaddock 2014-08-13 18:22:47 +01:00
  • bffa3f5561 add BOOST_DISABLE_ASSERTS in Jamfile Oliver Kowalke 2014-07-29 20:27:42 +02:00
  • ba957788e6 add hint regarding to exception in docu Oliver Kowalke 2014-07-29 20:27:04 +02:00
  • 73acf26e7a Merge branch 'develop' boost-1.56.0 Oliver Kowalke 2014-07-09 19:45:23 +02:00
  • 1005688697 fix MAP_ANONYMOUS for old Mac OS X Oliver Kowalke 2014-07-09 19:44:41 +02:00
  • 4e46fc6e5a Merge branch 'develop' Oliver Kowalke 2014-07-04 16:52:19 +02:00
  • 6def88c073 Fixed unbalanced include of abi headers Oliver Kowalke 2014-07-04 16:51:32 +02:00
  • 494555edbc Merge branch 'develop' Oliver Kowalke 2014-06-27 21:47:27 +02:00
  • 6e23c9e816 use MAP_ANONYMOUS instead of file discriptor for mmap() Oliver Kowalke 2014-06-27 21:46:46 +02:00
  • 0aa96a1eec Merge branch 'develop' Oliver Kowalke 2014-06-25 17:47:27 +02:00
  • 7e8fda6d6c set/remove flag_running Oliver Kowalke 2014-06-25 17:45:27 +02:00
  • a6469920e0 Merge branch 'develop' Oliver Kowalke 2014-06-11 19:45:24 +02:00
  • df5c96fb59 add recursive SAX parsing to documentation Oliver Kowalke 2014-06-11 19:44:51 +02:00
  • 5ae6c52d4e Merge branch 'develop' Oliver Kowalke 2014-05-03 09:30:57 +02:00
  • ac73aeebf6 add macros for unidirectional trasnafer and symmetric corutines Oliver Kowalke 2014-05-03 09:28:35 +02:00
  • 5b82e16152 Merge pull request #10 from nat-goodspeed/develop olk 2014-04-22 09:15:56 +02:00
  • 3e1fa675cd Minor editorial tweaks. Nat Goodspeed 2014-04-21 19:04:01 -04:00
  • 69d510d0b7 Merge branch 'develop' Oliver Kowalke 2014-04-11 18:06:27 +02:00
  • f4835ee70e re-enable await_emu Oliver Kowalke 2014-04-11 18:05:55 +02:00
  • 2316c85874 Merge branch 'develop' Oliver Kowalke 2014-04-05 06:54:28 +02:00
  • 223403af71 fix for #7988: range-for wit clang-c++11 Oliver Kowalke 2014-04-03 20:52:58 +02:00
  • 0850c643aa use asymmetric_coroutine<> Oliver Kowalke 2014-04-03 20:52:53 +02:00
  • e44109ed6f some stuff Oliver Kowalke 2014-04-02 18:22:21 +02:00
  • 46adcaab5b remove stack_allocator parameter from ctor of coroutines Oliver Kowalke 2014-04-02 18:10:52 +02:00
  • 049092bd22 add example related to segmented-stacks for symmetric-coroutine Oliver Kowalke 2014-04-02 18:07:38 +02:00
  • 22b374d03b Merge branch 'develop' Oliver Kowalke 2014-03-31 20:06:06 +02:00
  • c797ecab53 remove tempalte<> for MSVC Oliver Kowalke 2014-03-31 20:00:17 +02:00
  • 7a0dfb6a59 disable warnings for MSVC Oliver Kowalke 2014-03-31 19:00:29 +02:00
  • 29408a0746 fix typo: push_coroutine Oliver Kowalke 2014-03-31 18:52:47 +02:00
  • 272368f6f8 add missing stack_allocator parameter to ctor Oliver Kowalke 2014-03-31 18:49:08 +02:00
  • 6eea05d045 update performance.qbk Oliver Kowalke 2014-03-31 17:38:43 +02:00
  • 19c95ad5cc dd missing keyword typename Oliver Kowalke 2014-03-30 13:52:15 +02:00
  • 665c2382ef asyymmetric-coroutine with placement new Oliver Kowalke 2014-03-30 11:01:14 +02:00
  • 24f523f4b3 small changes related to symmetric-coroutine Oliver Kowalke 2014-03-27 20:54:06 +01:00
  • 68e5857509 symmetric-coroutine: placement new + StackAllocator Oliver Kowalke 2014-03-26 17:44:18 +01:00
  • 60b5fc208b Merge branch 'develop' Oliver Kowalke 2014-03-22 18:21:22 +01:00
  • e3225bbacb use traits_type::page_size() in protected-stack_allocator Oliver Kowalke 2014-03-21 17:10:22 +01:00
  • e91081dc0e Merge branch 'develop' Oliver Kowalke 2014-03-20 18:04:06 +01:00
  • 00205b2431 add clang support for segmented stacks Oliver Kowalke 2014-03-19 21:18:04 +01:00
  • 3b39af8001 some code cleanup related to segmented stacks Oliver Kowalke 2014-03-19 21:17:45 +01:00
  • 8310ae5695 pass templated coroutine-fn to symmetric_coroutine Oliver Kowalke 2014-03-19 19:43:47 +01:00
  • 965829128c add missing header attributes.hpp Oliver Kowalke 2014-03-19 19:43:23 +01:00
  • 67762dd012 Merge branch 'develop' Oliver Kowalke 2014-03-17 18:23:23 +01:00
  • fbb82004fe fix typo for protect_stack_allocator on Windows Oliver Kowalke 2014-03-17 17:45:07 +01:00
  • deb806f464 douc updated Oliver Kowalke 2014-03-14 17:58:17 +01:00
  • 9af8ddc714 docu Oliver Kowalke 2014-03-14 17:54:10 +01:00
  • 5e5b0ada89 symmetric_coroutine::get() throw invalid_result Oliver Kowalke 2014-03-14 17:33:53 +01:00
  • e77283f0f5 docu Oliver Kowalke 2014-03-14 17:23:03 +01:00
  • e25ee95ce9 update of documentation Oliver Kowalke 2014-03-14 17:21:30 +01:00
  • 7b0c1dd87d introduction of stack_traits Oliver Kowalke 2014-03-14 17:09:59 +01:00
  • 2ba556a67f graphics updated Oliver Kowalke 2014-03-14 17:09:27 +01:00
  • 36662b4371 docu update Oliver Kowalke 2014-03-13 20:15:23 +01:00
  • 40bd8b13c8 Merge pull request #7 from nat-goodspeed/develop olk 2014-03-13 09:02:49 +01:00
  • d38675b9f3 Documentation review: minor wording changes. Nat Goodspeed 2014-03-12 16:47:41 -04:00
  • b4d1319778 Merge branch 'develop' Oliver Kowalke 2014-03-12 19:56:40 +01:00
  • a6e5fe64da fix unwinding symmetric coroutine Oliver Kowalke 2014-03-12 17:39:45 +01:00