summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Updated email address in `CREDITS.txt`.Michael Park2017-03-061-1/+1
| | | * Header update with info about the current status of C++17Marshall Clow2017-03-061-1/+2
| | | * Update list with changes from Kona meetingMarshall Clow2017-03-061-4/+73
| | | * Fix nonsense commentEric Fiselier2017-03-041-1/+2
| | | * teach LIT how to detect the glibc versionEric Fiselier2017-03-041-0/+8
| | | * Remove the buildit and testit scripts; they haven't been supported in yearsEric Fiselier2017-03-032-372/+0
| | | * Fix hash requirements check in __hash_table.Eric Fiselier2017-03-033-9/+47
| | | * Fix libc++ test to pass in C++03 modeMehdi Amini2017-03-032-2/+2
| | | * Clean up more usages of _LIBCPP_HAS_NO_RVALUE_REFERENCESEric Fiselier2017-03-0315-58/+25
| | | * Fix sign-compare warning in test; Oddly this only appears on OS XEric Fiselier2017-03-031-7/+5
| | | * Work around test failure on 32 bit OS XEric Fiselier2017-03-021-6/+13
| | | * remove max_size() extension from polymorphic_allocator. It is unneededEric Fiselier2017-03-022-71/+6
| | | * Fix libc++ test experimental/algorithms/alg.random.sample/sample.pass.cpp whe...Mehdi Amini2017-03-021-5/+9
| | | * Work around GCC linking errors within libc++abi due to missing new/delete def...Eric Fiselier2017-03-021-1/+6
| | | * Fix test failures caused by new/delete calls getting optimized awayEric Fiselier2017-03-025-5/+13
| | | * Update ABI list for 4.0 releaseEric Fiselier2017-03-022-1905/+1906
| | | * [libc++] Add option to disable new/delete overloads when libc++abi provides t...Eric Fiselier2017-03-022-2/+17
| | | * [libc++] Make _LIBCPP_TYPE_VIS export membersShoaib Meenai2017-03-029-14/+35
| | | * [libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export membersShoaib Meenai2017-03-025-17/+66
| | | * [libc++] Mark some std::num_get method templates inlineShoaib Meenai2017-03-023-22/+40
| | | * Remove more usages of REQUIRES-ANY in the test-suiteEric Fiselier2017-03-0217-17/+17
| | | * Recommit r296712: "Fix Apple-specific XFAIL directive in libc++ test"Mehdi Amini2017-03-021-1/+1
| | | * Revert "Fix Apple-specific XFAIL directive in libc++ test"Mehdi Amini2017-03-021-1/+1
| | | * Fix python 3 syntax error in sym_diffEric Fiselier2017-03-021-1/+1
| | | * Fix Apple-specific XFAIL directive in libc++ testMehdi Amini2017-03-011-1/+1
| | | * Fix Apple-specific XFAIL directive in libc++ testMehdi Amini2017-03-014-4/+4
| | | * Generate the test configuration even when LIBCXX_INCLUDE_TESTS=OFF.Eric Fiselier2017-03-012-9/+14
| | | * [libcxx] Support threads on FuchsiaPetr Hosek2017-03-011-2/+2
| | | * Mark test as unsupported in C++11Eric Fiselier2017-03-011-1/+5
| | | * Fix test failures due to bad test hasherEric Fiselier2017-03-0118-0/+24
| | | * Improve diagnostics when an invalid hash is used in an unordered container.Eric Fiselier2017-03-012-7/+52
| | | * Fix PR32097 - is_abstract doesn't work on class templates.Eric Fiselier2017-03-012-12/+12
| | | * Updated the XFAIL comment in variant tests.Michael Park2017-03-012-2/+8
| | | * Remove XFAIL in implicit_deduction_guides testsSteven Wu2017-02-272-8/+0
| | | * Fix LIBCXX_HAS_EXTERNAL_THREAD_API builds. NFC.Asiri Rathnayake2017-02-271-1/+2
| | | * Fix typo in error message. NFC.Asiri Rathnayake2017-02-271-1/+1
| | | * Fix cmake dependency for the external-thread-library variant. NFC.Asiri Rathnayake2017-02-271-1/+1
| | | * Revert "threading_support: make __thread_sleep_for be alertable"Saleem Abdulrasool2017-02-181-5/+3
| | | * test: silence warnings on clang under clang-clSaleem Abdulrasool2017-02-181-1/+1
| | | * math: add type promoting template definition on MSVCRTSaleem Abdulrasool2017-02-181-0/+20
| | | * test: explicitly size enumerationSaleem Abdulrasool2017-02-181-1/+1
| | | * test: prevent incorrect quoting of pathsSaleem Abdulrasool2017-02-171-13/+11
| | | * math: fix typo in macroSaleem Abdulrasool2017-02-172-8/+8
| | | * cmath: Use c99 math on a new enough msvcrtSaleem Abdulrasool2017-02-171-4/+4
| | | * Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier2017-02-1740-46/+46
| | | * Use inline namespaces with GCC instead of __attribute__((__strong__)).Eric Fiselier2017-02-171-4/+3
| | | * Remove dead code in testEric Fiselier2017-02-171-2/+0
| | | * add implicit deduction guide tests for string_viewEric Fiselier2017-02-171-0/+71
| | | * Work around Clang assertion when testing C++17 deduction guides with '-g'.Eric Fiselier2017-02-171-0/+4
| | | * Add doc for _LIBCPP_ENABLE_CXX17_DISABLED_AUTO_PTR and make it work under _LI...Eric Fiselier2017-02-173-2/+9