summaryrefslogtreecommitdiffstats
path: root/include/experimental/coroutine
Commit message (Expand)AuthorAgeFilesLines
* Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...Eric Fiselier2018-11-281-3/+3
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2018-11-281-3/+3
* [libc++] Declare noop_coroutine() with _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-101-0/+1
* [coroutines] libcxx, noop_coroutine, make bots even more happyGor Nishanov2018-04-051-3/+3
* [coroutines] Allow compilation under c++03Gor Nishanov2018-04-041-1/+1
* [coroutines] Add noop_coroutine to <experimental/coroutine>Gor Nishanov2018-04-041-29/+68
* Allow coroutine_handle<const T> to support creation from const references to ...Eric Fiselier2017-06-161-2/+4
* Fix <experimental/coroutine> in C++03Eric Fiselier2017-05-291-2/+2
* [coroutines] Make coroutine_handle<T>::from_address ill-formed for everything...Eric Fiselier2017-05-291-2/+26
* Fix coroutine test failures caused by API misusages.Eric Fiselier2017-05-291-0/+9
* Fix multiple bugs in coroutine tests.Eric Fiselier2017-05-291-0/+3
* Get <experimental/coroutine> working in C++03.Eric Fiselier2017-05-261-33/+37
* Guard <experimental/coroutine> against older Clang versions.Eric Fiselier2017-05-261-5/+5
* Re-add <experimental/coroutine> to the module map.Eric Fiselier2017-05-251-3/+3
* Update more coroutine_handle signatures to reflect N4663.Eric Fiselier2017-05-251-3/+3
* Update coroutine_handle<P>::promise to reflect N4663.Eric Fiselier2017-05-251-8/+2
* Add <experimental/coroutine>Eric Fiselier2017-05-251-0/+260