Commit Graph

370 Commits

Author SHA1 Message Date
Nikita Kniazev
3bc66cbb94 Move library include to the top
This helps ensure that library inclusion is self sustainable
2019-11-24 21:49:24 +03:00
Oliver Kowalke
f6741b3887 Merge branch 'develop' boost-1.71.0 boost-1.72.0.beta1 boost-1.71.0.beta1 boost-1.70.0 2019-03-20 14:59:22 +01:00
Oliver Kowalke
2090b4a4a8 Don't crash on pthread_cancel
Justinas V. Daugmaudis: This patch prevents abi::__forced_unwind from being eaten
2019-03-14 15:24:15 +01:00
Oliver Kowalke
d20833c5f7 Merge branch 'develop' boost-1.70.0.beta1 2019-01-22 14:32:13 +01:00
Oliver Kowalke
aefcb8743c Merge pull request #37 from Lastique/remove_linking_system
Remove linking with Boost.System
2019-01-14 20:02:22 +01:00
Andrey Semashev
bcc149cd33 Removed linking with Boost.System.
Since Boost.System is header-only now, no need to link with the library.
2019-01-14 20:58:22 +03:00
Oliver Kowalke
444c6e86c8 Merge pull request #36 from vinniefalco/develop
Fix Windows dll-interface compilation warnings:
2018-12-20 13:31:15 +01:00
Vinnie Falco
6c37e98873 Fix Windows dll-interface compilation warnings:
* Add BOOST_COROUTINES_DECL where needed

The resolves warning C4251:

"...needs to have dll-interface to be used by clients of class..."
2018-12-19 19:49:16 -08:00
Oliver Kowalke
f226f9ba27 remove deprecation warning requested by Vinnie Falco 2018-12-13 09:26:09 +01:00
Oliver Kowalke
8df277dc82 Merge pull request #34 from lorond/master
fixed example: iterate all left items
boost-1.69.0-beta1 boost-1.69.0 boost-1.68.0 boost-1.67.0
2018-03-23 13:49:14 +01:00
Zaytsev Mikhail
21ce294df2 fixed example: iterate all left items 2018-03-23 15:25:03 +03:00
Oliver Kowalke
c69093a4ba Merge branch 'develop' 2018-03-12 12:13:51 +01:00
Oliver Kowalke
6115da1f21 remove duplicate unit-test 2018-03-12 12:13:05 +01:00
Oliver Kowalke
af2d3bae8d Update README.md 2018-02-05 08:09:09 +01:00
Oliver Kowalke
58c74e7842 Update README.md 2018-02-05 08:08:46 +01:00
Oliver Kowalke
a024b32185 Merge pull request #33 from DanielaE/fix/no-iterator-inheritance
Inheriting std::iterator is deprecated in C++17
2018-01-01 19:12:23 +01:00
Daniela Engert
498302a051 Inheriting std::iterator is deprecated in C++17
Therefore replace inheritance by lifting std::iterator's members into the derived class.

Signed-off-by: Daniela Engert <dani@ngrt.de>
2018-01-01 16:24:17 +01:00
oliver Kowalke
50d99fd645 Merge branch 'develop' boost-1.66.0 2017-10-13 07:47:58 +02:00
Oliver Kowalke
cbab418fa6 add virtual dtor for push_coroutine_impl
- in context of #31
2017-08-10 19:27:57 +02:00
Rene Rivera
56f0c8ae9f Add, and update, documentation build targets. boost-1.65.1 boost-1.65.0 boost-1.64.0-beta2 boost-1.64.0-beta1 boost-1.64.0 boost-1.63.0 2016-10-10 11:39:48 -05:00
Rene Rivera
182463bd03 Add, and update, documentation build targets. 2016-10-07 23:07:33 -05:00
Oliver Kowalke
ed2112ab02 fix typo in docu 2016-10-07 17:45:19 +02:00
oliver Kowalke
01942be949 Merge branch 'develop' boost-1.62.0 2016-09-23 09:38:15 +02:00
oliver Kowalke
c33f5fcc42 fix type regarding to deprecation warning 2016-09-23 09:37:21 +02:00
oliver Kowalke
73fbcaf93d Merge branch 'develop' 2016-09-06 13:12:42 +02:00
oliver Kowalke
5eefc3c6eb maker boost.coroutine as deprectated 2016-09-06 13:12:16 +02:00
oliver Kowalke
64de8a62c9 declare boost.cotnext as deprecated 2016-06-14 15:13:24 +02:00
oliver Kowalke
d02118c4b4 Merge branch 'develop' boost-1.61.0 2016-03-22 08:27:46 +01:00
oliver Kowalke
35e9dcf0d4 update example section 2016-03-22 08:26:37 +01:00
Oliver Kowalke
62e52e26d4 Merge branch 'master' of github.com:boostorg/coroutine 2016-03-08 06:37:38 +01:00
Oliver Kowalke
cf0b1b2844 remove unnecessary attributes and flags 2016-03-08 06:34:43 +01:00
Oliver Kowalke
d8a40a74b1 adapt new fcontext-API 2016-03-08 06:31:19 +01:00
Oliver Kowalke
570dce065a Merge branch 'develop' 2016-01-26 17:47:15 +01:00
Oliver Kowalke
bc76ee17e6 fcontext_t-API is no longer part of public API 2016-01-14 17:55:10 +01:00
Oliver Kowalke
2633534d6f Merge branch 'develop' 2015-12-23 08:52:12 +01:00
Oliver Kowalke
6aa3a04986 fix for FPU-preserving 2015-12-23 08:51:41 +01:00
Oliver Kowalke
8adbe79b27 Merge branch 'develop' 2015-12-22 11:58:21 +01:00
Oliver Kowalke
8c1d440916 fixes 2015-11-21 19:09:30 +01:00
Oliver Kowalke
014b28eb23 remove nothrow specifier 2015-11-15 14:44:25 +01:00
Oliver Kowalke
a29c4a08b1 adapt new fcontext-API 2015-11-11 08:24:20 +01:00
Oliver Kowalke
c8ca13f8c5 user support of segmented-stacks from boost.context 2015-11-11 07:59:00 +01:00
Oliver Kowalke
70a72bff0a Merge branch 'develop' boost-1.60.0 2015-09-18 17:23:04 +02:00
Oliver Kowalke
5fa22ef3b8 Merge pull request #24 from BenWiederhake/develop
Fix signed pointer comparison.
2015-09-17 19:50:02 +02:00
Ben Wiederhake
75ecf585a8 Fix signed pointer comparison. 2015-09-17 19:33:54 +02:00
Oliver Kowalke
09b1a8cbb1 Merge branch 'develop' 2015-09-01 21:59:45 +02:00
Oliver Kowalke
4f11e1604c Merge pull request #22 from BenWiederhake/develop
Fix several typos I spotted while reading the documentation
2015-09-01 13:27:19 +02:00
Ben Wiederhake
c8d2f3c09c fix wording in doc 2015-09-01 13:12:34 +02:00
Ben Wiederhake
a8a60c0990 fix capitalization in doc 2015-09-01 13:12:34 +02:00
Ben Wiederhake
01f2450a69 fix colon-typos in doc 2015-09-01 13:12:34 +02:00
Ben Wiederhake
d3cd3d4837 fix bad reference in doc 2015-09-01 13:12:34 +02:00