summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Detect relaxed constexpr rules for gcc versionsMarshall Clow2015-10-201-1/+4
* Fix an unfortunate yet old typo that never got attention before r250507.Benjamin Kramer2015-10-161-1/+1
* Remove a long-standing __has_include hack.Benjamin Kramer2015-10-164-25/+8
* Re-enable linker scripts after fixing bad CMakeEric Fiselier2015-10-152-4/+4
* Quickly fix bad commitEric Fiselier2015-10-151-1/+2
* [libcxx] Make libc++.so a linker script by default on most platforms.Eric Fiselier2015-10-154-6/+48
* Fix handling of -Wno-pedanticEric Fiselier2015-10-151-2/+3
* Add links to libc++ code coverage and buildersEric Fiselier2015-10-151-2/+4
* Update issues statusEric Fiselier2015-10-141-2/+2
* Use correct CMake variable for the libnameEric Fiselier2015-10-141-1/+1
* Link to new documentation from existing homepageEric Fiselier2015-10-141-0/+10
* Update testing guide for libc++Eric Fiselier2015-10-141-7/+56
* [libcxx] Make it drastically simpler to link libc++.Eric Fiselier2015-10-144-2/+131
* Split out config_site logic so libc++abi can use itEric Fiselier2015-10-141-12/+15
* [libcxx] Use __config_site to configure the test suite features.Eric Fiselier2015-10-143-70/+57
* Fix GCC atomic implementation in C++03Eric Fiselier2015-10-141-3/+8
* Use __config_site when building libc++. Also cleanup ABI versioning docEric Fiselier2015-10-145-4/+10
* Workaround -pedantic flag added by LLVMEric Fiselier2015-10-131-0/+4
* ABI versioning macros for libc++.Evgeniy Stepanov2015-10-1311-12/+85
* Fix use of libc++ <foo.h> headers from within an 'extern "C"' context in C++98.Richard Smith2015-10-132-0/+45
* Fix whitespace in docEric Fiselier2015-10-131-1/+1
* Remove __config module to avoid #include cycle when libc headers include libc...Richard Smith2015-10-131-1/+5
* [libcxx] Capture configuration information when installing the libc++ headersEric Fiselier2015-10-136-7/+173
* Mark 2447 and 2466 as completed.Marshall Clow2015-10-121-5/+5
* [Darwin] Reworking r250003 to use lit.util.capture instead of subprocess.Chris Bieneman2015-10-121-6/+2
* [Darwin] Need to add -isysroot on OS X otherwise the tests will fail if you d...Chris Bieneman2015-10-121-0/+21
* Turn off -pedantic by default when building due to #include_next. :-(Eric Fiselier2015-10-101-1/+3
* Revert r249931 - Remove same_decls.pass.cpp because it fails on OS X and in C...Eric Fiselier2015-10-101-517/+0
* Get some of wchar_h.pass.cpp working on apple.Eric Fiselier2015-10-101-10/+16
* Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently do...Richard Smith2015-10-103-19/+161
* Add a test that we declare the right set of C library function signatures in ::Richard Smith2015-10-101-0/+517
* Split <string.h> out of <cstring>.Richard Smith2015-10-102-18/+86
* Revert r249889 due to bot failure.Manman Ren2015-10-103-155/+19
* Split <wctype.h> out of <cwctype>.Richard Smith2015-10-092-18/+79
* Split <wchar.h> out of <cwchar>.Richard Smith2015-10-093-19/+155
* Split <stdlib.h> out of <cstdlib>.Richard Smith2015-10-093-22/+152
* Split <stdio.h> out of <cstdio>.Richard Smith2015-10-093-10/+147
* PR25118: move system_header pragma before uses of include_next to avoid exten...Richard Smith2015-10-099-14/+29
* Fix test failure in C++98 mode due to imperfect static_assert emulation.Richard Smith2015-10-081-1/+1
* Split <stddef.h> out of <cstddef>.Richard Smith2015-10-083-2/+80
* Fix incorrect file header. This is <cfenv> not <cctype>.Richard Smith2015-10-081-1/+1
* Split <setjmp.h> out of <csetjmp>.Richard Smith2015-10-083-4/+44
* Split <math.h> out of <cmath>.Richard Smith2015-10-085-1178/+2314
* Split <inttypes.h> out of <cinttypes>.Richard Smith2015-10-083-5/+537
* Split <float.h> out of <cfloat>.Richard Smith2015-10-082-8/+78
* Split <errno.h> out of <cerrno>.Richard Smith2015-10-082-360/+393
* Split <ctype.h> out of <cctype>.Richard Smith2015-10-083-32/+82
* Factor definition of std::nullptr_t out of <cstddef> into a header that can a...Richard Smith2015-10-082-44/+67
* Mark 2244 as 'Patch Ready', 2477 and 2487 as 'Complete'Marshall Clow2015-10-071-7/+7
* While researching LWG#2244, I noticed we weren't testing that eofbit was bein...Marshall Clow2015-10-071-0/+9
OpenPOWER on IntegriCloud