summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-12-08Fix PR27374 - Remove the implicit reduced-arity-extension in tuple.Eric Fiselier
2016-12-08Fix PR30323: numeric_limits<T>::max_digits10 when using 16 bit ints.Eric Fiselier
2016-12-08Fix _LIBCPP_VERSION tests with modules on DarwinEric Fiselier
2016-12-06Revert r288787: Add missing stdbool.h module.Eric Fiselier
2016-12-06Add missing stdbool.h module. The test suite now passes on OS X with modulesEric Fiselier
2016-12-06Fix stdio module build on OS XEric Fiselier
2016-12-06Fix C++03 modules buildEric Fiselier
2016-12-05Add module definitions for <experimental/foo> headersEric Fiselier
2016-12-05Add module definitions for string_viewEric Fiselier
2016-12-05Add modules for any/optional/variantEric Fiselier
2016-12-05Adjust libc++ test infastructure to fully support modulesEric Fiselier
2016-12-05[libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONSShoaib Meenai
2016-12-04Choose better hash values for std::monostate and valueless variants.Eric Fiselier
2016-12-03Make make_exception_ptr abort with -fno-exceptionsEric Fiselier
2016-12-03Fix <variant> w/o exception supportEric Fiselier
2016-12-03Fix -Wshadow warnings and enable warnings by default for C++ >= 11Eric Fiselier
2016-12-02Fix C++03 buildEric Fiselier
2016-12-02Make variant's index part of the hash valueEric Fiselier
2016-12-02Fix generated warnings in <variant>Eric Fiselier
2016-12-02Implement C++17 <variant>. Patch from Michael Park!Eric Fiselier
2016-11-29[libcxx] remove unused codeAditya Kumar
2016-11-26Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for...Marshall Clow
2016-11-26Implement the 'detection idiom' from LFTS v2Marshall Clow
2016-11-23Fix __hash_table::max_size() on 32 bit systemsEric Fiselier
2016-11-23[libcxx] Fix max_size() across all containersEric Fiselier
2016-11-22Allow libc++ to use modules in C++03.Eric Fiselier
2016-11-22Attempt to fix stdint/cstdint modules try 2Eric Fiselier
2016-11-22Cleanup module.modulemapEric Fiselier
2016-11-21Revert r287435 because of OS X test failuresEric Fiselier
2016-11-19Fix stdint/cstdint modulesEric Fiselier
2016-11-19[libcxx] Implement locale.h to fix modules buildEric Fiselier
2016-11-18Remove _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONSEric Fiselier
2016-11-18[libc++] Fix preprocessor guard for overload declarationShoaib Meenai
2016-11-17Workaround compilers w/o C++1z inline variablesEric Fiselier
2016-11-17Implement P0504R0: Revisiting in-place tag types for any/optional/variantEric Fiselier
2016-11-16[libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`Shoaib Meenai
2016-11-16Fix non-reserved name usageEric Fiselier
2016-11-15[CUDA] Mark __libcpp_{isnan,isinf,isfinite} as constexpr.Justin Lebar
2016-11-14Implement P0516: 'Clarify That shared_future’s Copy Operations have Wide Co...Marshall Clow
2016-11-14Implement P0510 'Make future_error Constructible' adopted in IssaquahMarshall Clow
2016-11-14Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow
2016-11-14Add check-cxx-abilist target when supported.Eric Fiselier
2016-11-13Implement LWG 2770 - Make tuple_size<T> defined for all TEric Fiselier
2016-11-13Fix PR30979 - tuple<move_only> is constructible from move_only const&Eric Fiselier
2016-11-08[libc++] Remove unnecessary MSVCRT exclusionsShoaib Meenai
2016-11-02Implement another part of P0031; adding constexpr to move_iteratorMarshall Clow
2016-11-02Fix GCC test failure caused by manually defining _LIBCPP_HAS_NO_VARIADICSEric Fiselier
2016-11-02Fix __libcpp_is_constructible for source types with explicit conversion opera...Eric Fiselier
2016-10-31[libc++] Add configuration define for off_t functionsShoaib Meenai
2016-10-31Add 'inline' but not 'always_inline' to std::strings destructor.Eric Fiselier