summaryrefslogtreecommitdiff
path: root/libcxx
AgeCommit message (Expand)Author
2017-02-18Revert "threading_support: make __thread_sleep_for be alertable"Saleem Abdulrasool
2017-02-18test: silence warnings on clang under clang-clSaleem Abdulrasool
2017-02-18math: add type promoting template definition on MSVCRTSaleem Abdulrasool
2017-02-18test: explicitly size enumerationSaleem Abdulrasool
2017-02-17test: prevent incorrect quoting of pathsSaleem Abdulrasool
2017-02-17math: fix typo in macroSaleem Abdulrasool
2017-02-17cmath: Use c99 math on a new enough msvcrtSaleem Abdulrasool
2017-02-17Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier
2017-02-17Use inline namespaces with GCC instead of __attribute__((__strong__)).Eric Fiselier
2017-02-17Remove dead code in testEric Fiselier
2017-02-17add implicit deduction guide tests for string_viewEric Fiselier
2017-02-17Work around Clang assertion when testing C++17 deduction guides with '-g'.Eric Fiselier
2017-02-17Add doc for _LIBCPP_ENABLE_CXX17_DISABLED_AUTO_PTR and make it work under _LI...Eric Fiselier
2017-02-17[libcxx] Remove unexpected handlers in C++17Eric Fiselier
2017-02-17Mark a couple for basic_string member templates as inline. no ABI change this...Eric Fiselier
2017-02-17update revision in CHANGELOG.TXT and fix python errorEric Fiselier
2017-02-17Remove more basic_string member function templates from the dylib exportsEric Fiselier
2017-02-17[libc++] Fix PR 31938 - std::basic_string constructors use non-deductible par...Eric Fiselier
2017-02-17add tests for ENAMETOOLONGEric Fiselier
2017-02-16Update a couple of issue statusesMarshall Clow
2017-02-16math: correct the MSVCRT conditionSaleem Abdulrasool
2017-02-16threading_support: make __thread_sleep_for be alertableSaleem Abdulrasool
2017-02-13Add tests for noexcept functionsEric Fiselier
2017-02-13config: disable thread safety analysis on COFFSaleem Abdulrasool
2017-02-13math: actually pull the declarations/overloads into stdSaleem Abdulrasool
2017-02-13test: mark another test as requiring pthreadsSaleem Abdulrasool
2017-02-12math: follow up to SVN r294902Saleem Abdulrasool
2017-02-12test: use char32_t rather than wchar_tSaleem Abdulrasool
2017-02-12test: mark requirement for pthread testSaleem Abdulrasool
2017-02-12math: pull more C functions from stdSaleem Abdulrasool
2017-02-12test: squelch -Wreturn-type errorSaleem Abdulrasool
2017-02-12cmath: adjust math forwards for WindowsSaleem Abdulrasool
2017-02-11Remove a now unneeded __CloudABI__ check.Ed Schouten
2017-02-11Fix the build of thread.cpp on CloudABI.Ed Schouten
2017-02-10Fix a bug I introduced in the tests for experimental::lcm and experimental::gcd.Marshall Clow
2017-02-10Make lcm/gcd work better in edge cases. Fixes a UBSAN failure.Marshall Clow
2017-02-10Fix yet another Apple buildit bugEric Fiselier
2017-02-10Attempt to fix Apple buildit botsEric Fiselier
2017-02-10Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier
2017-02-10Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier
2017-02-10Properly escape ShellTest subsitutions on Windows. Try 2Eric Fiselier
2017-02-10test: XFAIL windows for non-portable testSaleem Abdulrasool
2017-02-10test: fix test under WindowsSaleem Abdulrasool
2017-02-10properly escape compiler path in .sh.cpp testsEric Fiselier
2017-02-10test: allow -target usage on WindowsSaleem Abdulrasool
2017-02-10Correctly default to using the system libc++abi on Apple.Eric Fiselier
2017-02-10Split exception.cpp and new.cpp implementation into different files for diffe...Eric Fiselier
2017-02-10docs: add some documentation for building on WindowsSaleem Abdulrasool
2017-02-10Attempt to fix finding clang++ on WindowsEric Fiselier
2017-02-10__threading_support: fix windows buildSaleem Abdulrasool