summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow libc++ to be built on systems without POSIX threadsJonathan Roelofs2014-09-05268-8/+687
* Bugfix: allow additional_features to be emptyJonathan Roelofs2014-09-051-3/+4
* Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on av...Jonathan Roelofs2014-09-053-2/+12
* Define ELAST in libcxx's config header on FreeBSDViktor Kutuzov2014-09-041-0/+1
* Make the ASAN RAII object a nop when building w/o ASANMarshall Clow2014-09-031-0/+8
* Detection for _LIBCPP_HAS_NO_MONOTONIC_CLOCK caused several more build breakagesJonathan Roelofs2014-09-031-6/+0
* Allow libc++ to be built with GCC 5.0 compilerAlexey Volkov2014-09-031-2/+2
* test: Make it possible to opt in to use_clang_verify per testJustin Bogner2014-09-032-3/+8
* Fix buffer overflow issue in valarray testEric Fiselier2014-09-031-3/+2
* test: Allow using clang -verify for failures rather than exit 1Justin Bogner2014-09-032-16/+38
* Fix yet another aspect of the build breakage caused by r216949Jonathan Roelofs2014-09-031-0/+4
* Fix comment that was obsoleted by r216949Jonathan Roelofs2014-09-021-4/+2
* Fix build breakage introduced in r216949Jonathan Roelofs2014-09-021-2/+2
* [asan] Make vector asan annotations exception-friendlyKostya Serebryany2014-09-023-33/+243
* Silence _LIBCPP_ELAST porting warning on __APPLE__Jonathan Roelofs2014-09-021-0/+2
* Don't #define _LIBCPP_HAS_NO_MONOTONIC_CLOCK on __APPLE__Jonathan Roelofs2014-09-021-2/+3
* Partially address a FIXME in steady_clock::now()Jonathan Roelofs2014-09-025-0/+15
* Newlib names ELAST differently than linuxJonathan Roelofs2014-09-023-23/+25
* Fix PR#20834 - 'is_trivially_destructible yeilds wrong answer for arrays of u...Marshall Clow2014-09-0214-22/+21
* Mark test types for <atomic> nothrow default constructible. Patch from Steve ...Eric Fiselier2014-08-2715-15/+15
* Rename arguments in include/cmath to work around Newlib macro implementation ...Jonathan Roelofs2014-08-271-230/+230
* Revert r216497: "[libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking."Jonathan Roelofs2014-08-271-30/+30
* [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking.Jonathan Roelofs2014-08-261-30/+30
* Replace 'noexcept' with '_NOEXCEPT' in <shared_mutex>. This allows us to buil...Marshall Clow2014-08-251-10/+10
* Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for coun...Marshall Clow2014-08-246-2/+307
* Fix assignments that should be comparisons x3Eric Fiselier2014-08-233-4/+4
* Add return statement to a test class's assignment operator. Defect found by C...Eric Fiselier2014-08-231-1/+1
* [libcxx] Add --show-unsupported and --show-xfail to check-libcxx's default LI...Eric Fiselier2014-08-231-1/+1
* Fix handling of format strings to work with python 2.6Eric Fiselier2014-08-231-4/+4
* Refactor lit.cfg.Dan Albert2014-08-211-195/+247
* Add self to creditsEric Fiselier2014-08-211-0/+4
* Mark some localization time tests as XFAIL on linux.Eric Fiselier2014-08-212-0/+9
* Mark some localization monetary tests as XFAIL on linux.Eric Fiselier2014-08-213-2/+17
* Mark localization ctype tests as XFAIL on linux.Eric Fiselier2014-08-216-0/+8
* fix missing include for ::close in platform_support.hEric Fiselier2014-08-191-0/+2
* Add extra test case for PR20345. Should have been commited with r215984Eric Fiselier2014-08-191-0/+76
* Fix is_member_function_pointer does not account for ellipsis. PR20345. Patch ...Eric Fiselier2014-08-192-0/+248
* Give libcxx tests temporary filenames that are actually unique.Jonathan Roelofs2014-08-191-4/+14
* Add standard version to lit.cfg's available featuresEric Fiselier2014-08-181-0/+1
* Update linux test resultsEric Fiselier2014-08-181-81/+492
* [libcxx] Add UNSUPPORTED tag to lit. It mirrors REQUIRES.Eric Fiselier2014-08-181-0/+11
* [libcxx] Add list of currently known buildbots to libc++ homepageEric Fiselier2014-08-181-0/+19
* Mark cuchar tests as always xfail since we don't provide the header'Eric Fiselier2014-08-182-2/+2
* [libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standa...Eric Fiselier2014-08-184-21/+66
* [libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormatEric Fiselier2014-08-165-20/+32
* Readding FreeBSD support to lit.cfg. Patch from Pawel Worach.Eric Fiselier2014-08-151-0/+15
* Tame a few enum size tests when using -fshort-enums on ARM.Jonathan Roelofs2014-08-152-2/+2
* Revert get testsuite running on FreeBSD.Eric Fiselier2014-08-151-14/+0
* Get testsuite running on FreeBSD.Eric Fiselier2014-08-151-0/+14
* Revert "Turn off extern templates for most uses."Justin Bogner2014-08-156-10/+1