Commit Graph

380 Commits

Author SHA1 Message Date
Oliver Kowalke
8a5e77dc8b add test regarding to multiple definition 2014-08-21 16:53:53 +02:00
Daniel James
53f176460b Add metadata file. 2014-08-18 14:58:20 +01:00
olk
552c0282ba Merge pull request #13 from jzmaddock/patch-2
Update Jamfile.v2
2014-08-17 09:05:32 +02:00
olk
25445fa787 Merge pull request #12 from jzmaddock/patch-1
Update Jamfile.v2
2014-08-17 09:05:18 +02:00
jzmaddock
f35d8ca66a Update Jamfile.v2
Fix path to images used for PDF build.
2014-08-13 18:24:03 +01:00
jzmaddock
206627a0c4 Update Jamfile.v2
Fix image location used for PDF build.
2014-08-13 18:22:47 +01:00
Oliver Kowalke
bffa3f5561 add BOOST_DISABLE_ASSERTS in Jamfile 2014-07-29 20:27:42 +02:00
Oliver Kowalke
ba957788e6 add hint regarding to exception in docu 2014-07-29 20:27:04 +02:00
Oliver Kowalke
73acf26e7a Merge branch 'develop' 2014-07-09 19:45:23 +02:00
Oliver Kowalke
1005688697 fix MAP_ANONYMOUS for old Mac OS X 2014-07-09 19:44:41 +02:00
Oliver Kowalke
4e46fc6e5a Merge branch 'develop' 2014-07-04 16:52:19 +02:00
Oliver Kowalke
6def88c073 Fixed unbalanced include of abi headers
- resulting in more pops than pushes in MSVC.
2014-07-04 16:51:32 +02:00
Oliver Kowalke
494555edbc Merge branch 'develop' 2014-06-27 21:47:27 +02:00
Oliver Kowalke
6e23c9e816 use MAP_ANONYMOUS instead of file discriptor for mmap() 2014-06-27 21:46:46 +02:00
Oliver Kowalke
0aa96a1eec Merge branch 'develop' 2014-06-25 17:47:27 +02:00
Oliver Kowalke
7e8fda6d6c set/remove flag_running 2014-06-25 17:45:27 +02:00
Oliver Kowalke
a6469920e0 Merge branch 'develop' 2014-06-11 19:45:24 +02:00
Oliver Kowalke
df5c96fb59 add recursive SAX parsing to documentation 2014-06-11 19:44:51 +02:00
Oliver Kowalke
5ae6c52d4e Merge branch 'develop' 2014-05-03 09:30:57 +02:00
Oliver Kowalke
ac73aeebf6 add macros for unidirectional trasnafer and symmetric corutines 2014-05-03 09:29:26 +02:00
olk
5b82e16152 Merge pull request #10 from nat-goodspeed/develop
Minor editorial tweaks.
2014-04-22 09:15:56 +02:00
Nat Goodspeed
3e1fa675cd Minor editorial tweaks. 2014-04-21 19:04:01 -04:00
Oliver Kowalke
69d510d0b7 Merge branch 'develop' 2014-04-11 18:06:27 +02:00
Oliver Kowalke
f4835ee70e re-enable await_emu 2014-04-11 18:05:55 +02:00
Oliver Kowalke
2316c85874 Merge branch 'develop' 2014-04-05 06:54:28 +02:00
Oliver Kowalke
223403af71 fix for #7988: range-for wit clang-c++11 2014-04-03 20:52:58 +02:00
Oliver Kowalke
0850c643aa use asymmetric_coroutine<> 2014-04-03 20:52:53 +02:00
Oliver Kowalke
e44109ed6f some stuff 2014-04-02 18:22:21 +02:00
Oliver Kowalke
46adcaab5b remove stack_allocator parameter from ctor of coroutines 2014-04-02 18:10:52 +02:00
Oliver Kowalke
049092bd22 add example related to segmented-stacks for symmetric-coroutine 2014-04-02 18:07:38 +02:00
Oliver Kowalke
22b374d03b Merge branch 'develop' 2014-03-31 20:06:06 +02:00
Oliver Kowalke
c797ecab53 remove tempalte<> for MSVC 2014-03-31 20:00:17 +02:00
Oliver Kowalke
7a0dfb6a59 disable warnings for MSVC 2014-03-31 19:00:29 +02:00
Oliver Kowalke
29408a0746 fix typo: push_coroutine 2014-03-31 18:52:47 +02:00
Oliver Kowalke
272368f6f8 add missing stack_allocator parameter to ctor 2014-03-31 18:49:08 +02:00
Oliver Kowalke
6eea05d045 update performance.qbk 2014-03-31 17:38:43 +02:00
Oliver Kowalke
19c95ad5cc dd missing keyword typename 2014-03-30 13:52:15 +02:00
Oliver Kowalke
665c2382ef asyymmetric-coroutine with placement new 2014-03-30 11:01:14 +02:00
Oliver Kowalke
24f523f4b3 small changes related to symmetric-coroutine 2014-03-27 20:59:17 +01:00
Oliver Kowalke
68e5857509 symmetric-coroutine: placement new + StackAllocator
- for symmetric_coroutine<> StackAllocator is type-erased
- symmetric_coroutine_impl<> is allocated via placement-new on
  coroutine's stack -> no extra jump to coroutine-context
2014-03-26 17:44:18 +01:00
Oliver Kowalke
60b5fc208b Merge branch 'develop' 2014-03-22 18:21:22 +01:00
Oliver Kowalke
e3225bbacb use traits_type::page_size() in protected-stack_allocator 2014-03-21 17:10:22 +01:00
Oliver Kowalke
e91081dc0e Merge branch 'develop' 2014-03-20 18:04:06 +01:00
Oliver Kowalke
00205b2431 add clang support for segmented stacks 2014-03-19 21:19:44 +01:00
Oliver Kowalke
3b39af8001 some code cleanup related to segmented stacks 2014-03-19 21:17:45 +01:00
Oliver Kowalke
8310ae5695 pass templated coroutine-fn to symmetric_coroutine
- clang-c++11 does not accept templated fucntions to be passed to
  coroutine-ctor (in contrast to gcc-4.8.1)
2014-03-19 19:43:47 +01:00
Oliver Kowalke
965829128c add missing header attributes.hpp 2014-03-19 19:43:23 +01:00
Oliver Kowalke
67762dd012 Merge branch 'develop' 2014-03-17 18:23:23 +01:00
Oliver Kowalke
fbb82004fe fix typo for protect_stack_allocator on Windows 2014-03-17 17:45:07 +01:00
Oliver Kowalke
deb806f464 douc updated 2014-03-14 17:58:17 +01:00