summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* [tests] Add support for a link_flags lit parameter.Daniel Dunbar2013-02-121-15/+31
* [tests] Another batch of timeout increases.Daniel Dunbar2013-02-118-12/+12
* Michael van der Westhuizen: Update instructions for building on Linux.Howard Hinnant2013-02-081-0/+75
* Add Michael van der Westhuizen to CREDITS.TXTHoward Hinnant2013-02-081-0/+3
* Michael van der Westhuizen: update to CMake.Howard Hinnant2013-02-081-110/+59
* [tests] Another batch of timeout increases.Daniel Dunbar2013-02-085-5/+5
* [tests] Add back stdc macros I accidentally refactored out.Daniel Dunbar2013-02-081-0/+1
* [tests] Increase a bunch of wait limits.Daniel Dunbar2013-02-0811-12/+12
* Change the 'result_type' from unsigned to 'uint_fast32_t'. This eliminates tr...Marshall Clow2013-02-071-1/+1
* Belt and suspenders when calling sysconfMarshall Clow2013-02-071-1/+3
* Another libc++ warning suppression on Linux; no functionality changeMarshall Clow2013-02-071-1/+1
* More libc++ warning suppression on Linux; no functionality changeMarshall Clow2013-02-071-2/+6
* Revert accidental check-in. These changes are probably good, but premature a...Howard Hinnant2013-02-074-35/+8
* Michael van der Westhuizen: The attached patch add support for building again...Howard Hinnant2013-02-075-8/+118
* Clean up some warnings for Linux build; No functionality changeMarshall Clow2013-02-071-43/+50
* [build/Darwin] Use the correct libc++abi reexport list.Daniel Dunbar2013-02-071-1/+9
* [build] Detabify.Daniel Dunbar2013-02-071-44/+44
* Marcin Zalewski: Change the name of a template parameter in __copy_backward ...Howard Hinnant2013-02-061-2/+2
* Give a lot more timing latitude to some of the timing tests. Busy buildbots a...Howard Hinnant2013-02-065-8/+8
* [tests] Infer the cxx_under_test (as clang++).Daniel Dunbar2013-02-061-4/+11
* [tests] Change test default to run against locally built library.Daniel Dunbar2013-02-061-3/+3
* [tests] Enable use_system_lib support on Linux.Daniel Dunbar2013-02-061-1/+2
* [tests] One last batch of XFAILs, for tests using new symbols added to libc++.Daniel Dunbar2013-02-0616-0/+80
* [build] Create the link for the final library install name in the lib dir.Daniel Dunbar2013-02-061-0/+15
* [tests] Accept XFAIL arguments that match any part of a feature.Daniel Dunbar2013-02-061-3/+4
* [tests] XFAIL some locale tests that don't seem to work on any Darwin.Daniel Dunbar2013-02-058-0/+16
* [tests] If no explicit target triple is given, try to infer it.Daniel Dunbar2013-02-051-2/+7
* [tests] Mark another stream input expected failure (with system libc++).Daniel Dunbar2013-02-051-0/+2
* [tests] Mark another stream input expected failure (with system libc++).Daniel Dunbar2013-02-051-0/+2
* [tests] Mark some string.conversions expected failures (with system libc++).Daniel Dunbar2013-02-052-0/+6
* [tests] XFAIL a few things that require libc (?) support missing on Darwin.Daniel Dunbar2013-02-054-0/+8
* [tests] Mark some istream.unformatted expected failures (with system libc++).Daniel Dunbar2013-02-054-0/+9
* [tests] Add an available feature that combines the triple and use_system_lib.Daniel Dunbar2013-02-051-0/+8
* [tests] Add support for REQUIRES and XFAIL lines in libc++ tests.Daniel Dunbar2013-02-051-1/+68
* [tests] Add a 'use_system_lib' parameter.Daniel Dunbar2013-02-051-11/+37
* Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differ...Howard Hinnant2013-01-222-20/+20
* Saleem Abdulrasool: __terminate_handler and __unexpected_handler are defined ...Howard Hinnant2013-01-221-1/+1
* Saleem Abdulrasool: Ensure that __GLIBCXX__ is defined when building with lib...Howard Hinnant2013-01-221-0/+1
* Implement the ATOMIC_*_LOCK_FREE macros.Howard Hinnant2013-01-211-8/+12
* Donated anonymously: This enables GCC 4.8.0 to build libc++.Howard Hinnant2013-01-212-2/+2
* Make a few tests optimization-proof. These tests were failing under -O3 beca...Howard Hinnant2013-01-164-4/+4
* Optimize basic_ostream::write by having it call sputn instead of sputc.Howard Hinnant2013-01-151-11/+2
* Make <cmath> classification macros work with integral types.Howard Hinnant2013-01-142-42/+60
* Fix a race in the construction of future. This fixes http://llvm.org/bugs/sh...Howard Hinnant2013-01-142-2/+6
* Fix string conversions functions to throw out_of_range properly. Fixes http:...Howard Hinnant2013-01-143-62/+80
* Michael van der Westhuizen: Improve support for testing on Linux. Fixes http...Howard Hinnant2013-01-142-6/+30
* Michael van der Westhuizen: Patches for Linux. Fixes http://llvm.org/bugs/s...Howard Hinnant2013-01-143-2/+8
* Fix exception safety bug in vector::push_backHoward Hinnant2013-01-118-3/+446
* Made test output iterators have value_type of 'void'; matches ones in libraryMarshall Clow2013-01-092-1/+14
* Move common header files into a 'support' directory; make 'testit' include -I...Marshall Clow2013-01-05364-388/+389
OpenPOWER on IntegriCloud