Christopher Kohlhoff
|
138ff6f68f
|
Fix defence against macros defined by Qt on MSVC.
|
2021-10-17 11:02:39 +11:00 |
|
Christopher Kohlhoff
|
b6bd05ae45
|
Fixes compiler error "error: 'asio::posix' has not been declared" on Windows 10 with MSYS Mingw64 10.3.0
|
2021-10-17 11:02:22 +11:00 |
|
Christopher Kohlhoff
|
290ccf5a73
|
Use declval in is_legacy_connect_condition check.
gcc 11.2 at -O3 rejects:
error: 'this' pointer is null [-Werror=nonnull]
77 | (*static_cast<legacy_connect_condition_helper<T, Iterator>*>(0))(
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
78 | *static_cast<const asio::error_code*>(0),
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
79 | *static_cast<const Iterator*>(0)))) != 1;
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2021-10-17 11:01:58 +11:00 |
|
Christopher Kohlhoff
|
a6f695ae55
|
More doc fixes for per-operation cancellation.
|
2021-08-05 11:23:31 +10:00 |
|
Christopher Kohlhoff
|
51583924ba
|
Revert accidental code change in b12ae3da40.
|
2021-08-05 10:53:29 +10:00 |
|
Christopher Kohlhoff
|
b12ae3da40
|
Document per-operation cancellation for coroutines.
|
2021-08-05 10:31:54 +10:00 |
|
Christopher Kohlhoff
|
87f74576b9
|
Version bump.
|
2021-08-04 22:18:50 +10:00 |
|
Christopher Kohlhoff
|
f0ee983dca
|
Regenerate documentation.
|
2021-08-04 22:18:50 +10:00 |
|
Christopher Kohlhoff
|
d38deaa771
|
Add documentation for parallel_group.
|
2021-08-04 22:15:51 +10:00 |
|
Christopher Kohlhoff
|
211c1a33c9
|
Add experimental::coro to overview.
|
2021-08-04 21:17:00 +10:00 |
|
Christopher Kohlhoff
|
09fb579d33
|
Update revision history.
|
2021-08-04 21:16:59 +10:00 |
|
Christopher Kohlhoff
|
3a585b615e
|
Add missing C++14 examples.
|
2021-08-04 21:16:59 +10:00 |
|
Christopher Kohlhoff
|
481a1820a8
|
Add documentation for per-operation cancellation.
|
2021-08-04 20:38:17 +10:00 |
|
Christopher Kohlhoff
|
5ab0a54714
|
Update C++20 coroutines overview.
|
2021-08-04 20:38:17 +10:00 |
|
Klemens
|
9369dbb269
|
Gcc fixes for promise & coro.
|
2021-08-03 17:56:56 +10:00 |
|
Christopher Kohlhoff
|
b0c59119b7
|
Ensure parallel_group respects operations' associated executors.
|
2021-08-01 18:30:53 +10:00 |
|
Christopher Kohlhoff
|
eda851faa9
|
Fix typo.
|
2021-08-01 18:26:49 +10:00 |
|
Christopher Kohlhoff
|
2c20ef0da1
|
Add missing move of executor.
|
2021-07-31 19:29:02 +10:00 |
|
Christopher Kohlhoff
|
0938b4e425
|
Fix posix::basic_stream_descriptor move operations.
They were only working when using the default executor.
|
2021-07-31 19:28:50 +10:00 |
|
Christopher Kohlhoff
|
1580a27777
|
Fix handler type requirements checking to reflect rvalue completion handler invocation.
|
2021-07-20 17:44:15 +10:00 |
|
Christopher Kohlhoff
|
318fee3a20
|
Fix compilation errors when dev_poll_reactor backend is used.
|
2021-07-20 17:43:27 +10:00 |
|
Christopher Kohlhoff
|
0ed8cce777
|
Enable 'expression SFINAE' for recent MSVC using /std:c++latest.
|
2021-07-20 17:43:11 +10:00 |
|
Christopher Kohlhoff
|
23246bec20
|
Use c++20 / coroutines with gcc10 build.
|
2021-07-17 12:59:04 +10:00 |
|
Christopher Kohlhoff
|
20ff7b2c1a
|
Clean up memory recycling to ensure the cache size is used consistently.
|
2021-07-17 12:58:45 +10:00 |
|
Christopher Kohlhoff
|
2bfe4e9bf4
|
Fix argument evaluation order issue with a potentially moved-from variable.
|
2021-07-15 12:04:47 +10:00 |
|
Christopher Kohlhoff
|
31b21a0347
|
Add missing push/pop_options includes.
|
2021-07-15 12:04:39 +10:00 |
|
Christopher Kohlhoff
|
dc65ef1bfd
|
Add tag to disambiguate deferred constructors.
|
2021-07-15 12:04:27 +10:00 |
|
Christopher Kohlhoff
|
9ee3a1673e
|
Add missing lvalue-qualified overloads for operator().
|
2021-07-15 12:04:16 +10:00 |
|
Christopher Kohlhoff
|
d70f7e4440
|
Add missing 'boost_' prefix to namespaces during boostification.
|
2021-07-15 12:04:02 +10:00 |
|
Christopher Kohlhoff
|
ada04ca76f
|
Defend against macros defined by Qt.
|
2021-07-15 12:03:40 +10:00 |
|
Christopher Kohlhoff
|
e7f8e5eea5
|
Make awaitable_tag memory recycling use the configurable cache size.
|
2021-07-15 12:03:29 +10:00 |
|
Christopher Kohlhoff
|
f6d3a8c2ef
|
Version bump.
|
2021-07-15 12:03:16 +10:00 |
|
Christopher Kohlhoff
|
a51b9b8198
|
Ensure un-cancelled ops are correctly placed back in the queue.
|
2021-07-11 22:03:29 +10:00 |
|
Christopher Kohlhoff
|
aafa4c6471
|
Document supported cancellation types.
|
2021-07-11 19:12:44 +10:00 |
|
Christopher Kohlhoff
|
2f207559f0
|
Fix compatibility with recent LibreSSL when OPENSSL_NO_SSL_INTERN is defined.
|
2021-07-11 16:45:55 +10:00 |
|
Christopher Kohlhoff
|
455729198e
|
Disable coroutines support for the clang shipped with MSVC.
|
2021-07-11 16:45:42 +10:00 |
|
Christopher Kohlhoff
|
eb33daf680
|
Ensure gcc tests are not used for clang when detecting compiler/language features.
|
2021-07-11 16:45:12 +10:00 |
|
Christopher Kohlhoff
|
649dde15c9
|
Ensure handler alignment requirements are respected by cancellation_signal.
|
2021-07-11 10:20:19 +10:00 |
|
Christopher Kohlhoff
|
310dcb34b2
|
Fix order of _aligned_malloc arguments for MSVC.
|
2021-07-11 10:20:19 +10:00 |
|
Christopher Kohlhoff
|
99ebe28a64
|
Fix strand<> to avoid using a potentially moved-from executor.
|
2021-07-11 10:20:19 +10:00 |
|
Christopher Kohlhoff
|
c1fd78e785
|
Fix handling of move-only results with awaitable operators && and ||.
|
2021-07-11 10:20:19 +10:00 |
|
Christopher Kohlhoff
|
2de6076965
|
Add revision history.
|
2021-07-08 13:14:38 +10:00 |
|
Christopher Kohlhoff
|
ef4e3d873c
|
Add missing #includes for when using separate compilation.
|
2021-07-08 13:14:30 +10:00 |
|
Christopher Kohlhoff
|
c47d0007c5
|
Exclude is_deferred trait specialisations from the docs.
|
2021-07-08 00:50:38 +10:00 |
|
Christopher Kohlhoff
|
17ef2577d8
|
Fix this_coro::throw_if_cancelled link in reference index.
|
2021-07-07 23:52:08 +10:00 |
|
Christopher Kohlhoff
|
8f6bdef9e5
|
Version bump.
|
2021-07-07 22:47:51 +10:00 |
|
Christopher Kohlhoff
|
0729e41f99
|
Regenerate documentation.
|
2021-07-07 22:47:10 +10:00 |
|
Christopher Kohlhoff
|
fc486d6530
|
Fix failure in coro simple_test.
|
2021-07-07 22:47:10 +10:00 |
|
Christopher Kohlhoff
|
0cc4c7093a
|
Clean up doc generation to accommodate new features.
|
2021-07-07 22:47:10 +10:00 |
|
Christopher Kohlhoff
|
9cc511935c
|
Experimental features don't have convenience headers.
|
2021-07-07 22:47:10 +10:00 |
|