Commit Graph

380 Commits

Author SHA1 Message Date
olk
5cfe2e36f8 Create README.md 2013-12-05 11:21:11 +01:00
Oliver Kowalke
f9f4caf47b sync with olk-repo 2013-12-04 22:26:09 +01:00
Oliver Kowalke
013c82539e file gitignore added 2013-12-04 06:44:51 +01:00
Oliver Kowalke
7b66aff743 coroutine: fix bug #9355
[SVN r86679]
2013-11-13 16:32:52 +00:00
Oliver Kowalke
4501cc7f31 coroutine: fix standard_allocator issue for Windows
[SVN r86567]
2013-11-05 20:14:45 +00:00
Oliver Kowalke
c6e664445d coroutine: fix calculating page-count in stackallocator
[SVN r86533]
2013-11-01 14:07:06 +00:00
Oliver Kowalke
e5120a4b71 coroutine: remove deprecated interface
[SVN r86521]
2013-10-30 08:23:09 +00:00
Oliver Kowalke
fafe0a71f5 coroutine: documentation update
[SVN r86407]
2013-10-23 16:31:47 +00:00
Oliver Kowalke
03acada249 coroutine: documentation update
[SVN r86406]
2013-10-23 16:29:25 +00:00
Oliver Kowalke
51a812e30f coroutine: fix typo in documentation
[SVN r86342]
2013-10-17 17:34:31 +00:00
Oliver Kowalke
5cba70e3d5 coroutine: type in docu
[SVN r86341]
2013-10-17 17:31:35 +00:00
Oliver Kowalke
c8e4cf8b85 coroutine: merge from trunk (fix missing 'inline')
[SVN r85985]
2013-09-28 16:06:40 +00:00
Oliver Kowalke
f00676e2c6 coroutine: fix missing 'inline' (MSVC)
[SVN r85983]
2013-09-28 15:54:09 +00:00
Oliver Kowalke
25fcc3bec9 coroutine: merge from trunk (bufx for export symbols, docu)
[SVN r85981]
2013-09-28 15:22:14 +00:00
Oliver Kowalke
6e2aff251c coroutine: fix documentation
[SVN r85980]
2013-09-28 15:20:50 +00:00
Oliver Kowalke
2e191b6632 coroutine: fixing export issue for MSVC; increase used stacksize for example
[SVN r85979]
2013-09-28 15:00:26 +00:00
Oliver Kowalke
3ad3e2f1a0 coroutine: fix noinline attribute for MSVC in segmented-stack example
[SVN r85977]
2013-09-28 06:15:48 +00:00
Oliver Kowalke
bd5484e894 coroutine: fix compiler wrning in tests
[SVN r85976]
2013-09-28 05:43:52 +00:00
Oliver Kowalke
cd23e2e588 coroutine: merge from trunk (documentation)
[SVN r85858]
2013-09-23 17:20:48 +00:00
Oliver Kowalke
ccdb869ca8 coroutine: fixing typos in documentation
[SVN r85857]
2013-09-23 17:19:37 +00:00
Oliver Kowalke
a0892e0195 coroutine: remove reference to old interface in documentation
[SVN r85856]
2013-09-23 17:03:41 +00:00
Oliver Kowalke
96331f6854 coroutine: documentation update
[SVN r85394]
2013-08-19 15:55:50 +00:00
Oliver Kowalke
52dbac36e6 coroutine: merge from trunk
[SVN r85377]
2013-08-17 16:13:43 +00:00
Oliver Kowalke
6fd959fbf2 coroutine: fix for #8782 (no best alternative/missing symbol)
[SVN r85376]
2013-08-17 16:11:33 +00:00
Oliver Kowalke
f0feae652d coroutine: merge from trunk
[SVN r85320]
2013-08-12 13:40:52 +00:00
Oliver Kowalke
835ffbf064 coroutine: add example to documentation
[SVN r85318]
2013-08-12 13:23:35 +00:00
Oliver Kowalke
81715a322d coroutine: merge from trunk
[SVN r85163]
2013-07-26 15:44:40 +00:00
Oliver Kowalke
25b1d071e1 coroutine: fix unit-test (error_code + errc)
[SVN r85156]
2013-07-25 07:21:21 +00:00
Oliver Kowalke
77a880ed4b coroutine: documentation updated
[SVN r85153]
2013-07-24 16:29:09 +00:00
Oliver Kowalke
4c4f2afbd5 coroutine: coroutine_error + coroutine_errc
[SVN r85139]
2013-07-23 19:49:38 +00:00
Oliver Kowalke
01235d2ee7 coroutine: update of interface
[SVN r85105]
2013-07-22 15:03:42 +00:00
Oliver Kowalke
865902f9b5 coroutine: intro of coroutine<>::pull_type, coroutine<>::push_type
[SVN r85058]
2013-07-17 14:09:07 +00:00
Oliver Kowalke
c39d9509a4 coroutine: fix auto-link in config.hpp and update examples
[SVN r84996]
2013-07-10 06:44:14 +00:00
Oliver Kowalke
98fe090fe6 coroutine: enhance evaluating macros
[SVN r84708]
2013-06-09 08:07:47 +00:00
Oliver Kowalke
a7c36808de coroutine: new push/pull interface
[SVN r84657]
2013-06-06 17:26:45 +00:00
Oliver Kowalke
af2fb9c1bd coroutine: fix typo in Jamfile
[SVN r84622]
2013-06-03 16:51:31 +00:00
Oliver Kowalke
e3b7ffd486 coroutine: fixes for MSVC
[SVN r84537]
2013-05-28 18:59:27 +00:00
Oliver Kowalke
3406ea2d45 coroutine: fix using typename in specialized tempalte
[SVN r84475]
2013-05-25 07:27:06 +00:00
Oliver Kowalke
ce1270c353 coroutine: activate new interface V2
[SVN r84428]
2013-05-22 20:15:43 +00:00
Oliver Kowalke
cd394b6278 coroutine: merge from trunk (fix)
[SVN r84417]
2013-05-22 16:15:41 +00:00
Oliver Kowalke
5d3d084d4b coroutine: merge from trunk
[SVN r84416]
2013-05-22 16:10:52 +00:00
Oliver Kowalke
bcae158775 coroutine: disable warning for MSVC
[SVN r84200]
2013-05-09 05:47:16 +00:00
Oliver Kowalke
951700832a coroutine: fix for 8526, reorg. for new interface
[SVN r84099]
2013-05-01 10:40:07 +00:00
Oliver Kowalke
2f378844b6 coroutine: add support for gcc-4.8
[SVN r83793]
2013-04-07 15:53:00 +00:00
Oliver Kowalke
870f381c7c coroutine: documentation fixed
[SVN r83314]
2013-03-05 18:20:47 +00:00
Oliver Kowalke
70c20a5ef2 coroutine: fix for segmented-stacks + parameter passing
[SVN r83236]
2013-03-01 23:01:29 +00:00
Oliver Kowalke
938aa69fc5 coroutine: update documentation regarding to segmented stacks
[SVN r83150]
2013-02-25 15:55:07 +00:00
Oliver Kowalke
118cfdd979 coroutine: merge from trunk
[SVN r83148]
2013-02-25 08:20:00 +00:00
Oliver Kowalke
d79282f405 coroutine: build segmented_stack_allocator depending on property <segmented-stacks>
[SVN r83047]
2013-02-20 16:33:05 +00:00
Oliver Kowalke
9107dca88d coroutine: fix for bug #8101 - post-fix increment for iterators
[SVN r83046]
2013-02-20 15:52:32 +00:00