summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | 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
| | | * | [libcxx] Remove unexpected handlers in C++17Eric Fiselier2017-02-1713-1/+179
| | | * | Mark a couple for basic_string member templates as inline. no ABI change this...Eric Fiselier2017-02-171-3/+3
| | | * | update revision in CHANGELOG.TXT and fix python errorEric Fiselier2017-02-172-3/+3
| | | * | Remove more basic_string member function templates from the dylib exportsEric Fiselier2017-02-173-1913/+1924
| | | * | [libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par...Eric Fiselier2017-02-174-27/+336
| | | * | add tests for ENAMETOOLONGEric Fiselier2017-02-172-9/+25
| | | * | Update a couple of issue statusesMarshall Clow2017-02-161-3/+3
| | | * | math: correct the MSVCRT conditionSaleem Abdulrasool2017-02-162-4/+4
| | | * | threading_support: make __thread_sleep_for be alertableSaleem Abdulrasool2017-02-161-2/+5
| | | * | Add tests for noexcept functionsEric Fiselier2017-02-133-93/+190
| | | * | config: disable thread safety analysis on COFFSaleem Abdulrasool2017-02-131-2/+8
| | | * | math: actually pull the declarations/overloads into stdSaleem Abdulrasool2017-02-132-1/+4
| | | * | test: mark another test as requiring pthreadsSaleem Abdulrasool2017-02-131-0/+1
| | | * | math: follow up to SVN r294902Saleem Abdulrasool2017-02-121-26/+26