summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-06-29[libc++] Hoist explicit instantiation above implicit. NFCShoaib Meenai
2017-06-26[libcxx] Annotate c++17 aligned new/delete operators with availabilityAkira Hatanaka
2017-06-23Implement inclusive_scan/transform_inclusive_scan for C++17.Marshall Clow
2017-06-19Add a missing SFINAE condition to the `variant`'s converting constructor.Michael Park
2017-06-18iostreams: Fix deployment target for streams dylib supportDuncan P. N. Exon Smith
2017-06-18any: Add availability for experimental::bad_any_castDuncan P. N. Exon Smith
2017-06-16Allow the libc++ C header wrappers to be included when compiling C.Eric Fiselier
2017-06-16Allow coroutine_handle<const T> to support creation from const references to ...Eric Fiselier
2017-06-15Add missing include to __bsd_locale_fallbacks.h. Fixes https://bugs.llvm.org...Marshall Clow
2017-06-15attempt to fix GCC ToT build failuresEric Fiselier
2017-06-14[locale] Avoid copy of __atoms when char_type is charAditya Kumar
2017-06-14Rework some metaprogramming to use the detection idiom; no functional changeMarshall Clow
2017-06-14Add some const_casts in places where we were implicitly casting away constnes...Marshall Clow
2017-06-14In several places in std::allocator<const T> (and one in shared_ptr, we were ...Marshall Clow
2017-06-14PR32476: __nop_locale_mgmt.h not needed with newlib 2.5+James Y Knight
2017-06-14Add an `__is_inplace_index` metafunction.Michael Park
2017-06-14Implement the non-parallel versions of reduce and transform_reduce for C++17Marshall Clow
2017-06-13Fix bug 33389 - __is_transparent check requires too muchMarshall Clow
2017-06-12Make tuple_element static_assert in pair if the index is out of range. Also, ...Marshall Clow
2017-06-12[array.tuple]/1 says that instantiating tuple_element<N, array<T, M>> is ill-...Marshall Clow
2017-06-10Implement the non-parallel versions of exclusive_scan and transform_exclusive...Marshall Clow
2017-06-08Add tests for class template deduction on std::tuple.Eric Fiselier
2017-06-08Revert r304955 - Fix class template deduction for scoped_lock.Eric Fiselier
2017-06-08Fix class template deduction for scoped_lock.Eric Fiselier
2017-06-07Fix compile error with Bionic's PTHREAD_MUTEX_INITIALIZEREric Fiselier
2017-06-07Implement LWG 2904.Michael Park
2017-06-06add missing constexpr to optional::value_orCasey Carter
2017-06-03Fix some undefined behavior in __hash_table. Thanks to vsk for the report and...Marshall Clow
2017-06-01Fix more unreserved namesEric Fiselier
2017-06-01Rename unreserved names in tupleEric Fiselier
2017-05-31Fix Libc++ build with MinGW64Eric Fiselier
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-05-31Remove uses of _UI because Windows is evil and tchar.h #define's itEric Fiselier
2017-05-29Add missing 'requires coroutines' to module mapEric Fiselier
2017-05-29Fix <experimental/coroutine> in C++03Eric Fiselier
2017-05-29[coroutines] Make coroutine_handle<T>::from_address ill-formed for everything...Eric Fiselier
2017-05-29Fix coroutine test failures caused by API misusages.Eric Fiselier
2017-05-29Fix multiple bugs in coroutine tests.Eric Fiselier
2017-05-26Get <experimental/coroutine> working in C++03.Eric Fiselier
2017-05-26Guard <experimental/coroutine> against older Clang versions.Eric Fiselier
2017-05-25Re-add <experimental/coroutine> to the module map.Eric Fiselier
2017-05-25libcxx: fix bootstrapping for mingw-w64Martell Malone
2017-05-25Update more coroutine_handle signatures to reflect N4663.Eric Fiselier
2017-05-25Update coroutine_handle<P>::promise to reflect N4663.Eric Fiselier
2017-05-25Add support for shared_ptr<FunctionType>Erik Pilkington
2017-05-25Last commit included some extra constexpr; remove themMarshall Clow
2017-05-25Make for_each_n only avaliable on C++17Marshall Clow
2017-05-25Remove <experimental/coroutine> from the module map for now. It doesn't work ...Eric Fiselier
2017-05-25Add <experimental/coroutine>Eric Fiselier
2017-05-25Add non-parallel version of for_each_n (+tests) from the Parallelism TSMarshall Clow