summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Fix typo I just introduced.Marshall Clow2015-11-101-1/+1
* std:: qualify ptrdiff_t in the test. Thanks to Walter for the catchMarshall Clow2015-11-101-2/+2
* Walter pointed out some missing includes in the tests. Fixing the includes un...Marshall Clow2015-11-1060-35/+94
* Explicitly #include <utility> so that we get std::move. Thanks to Walter for ...Marshall Clow2015-11-101-0/+1
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-10158-0/+159
* Mark LWG#2486 as complete. Eric did this as part of r242959Marshall Clow2015-11-091-1/+1
* Make check-libcxx Py3-compatible.NAKAMURA Takumi2015-11-091-3/+3
* Add initial support for the MUSL C library.Vasileios Kalintiris2015-11-096-18/+100
* Mark LWG#2224 as complete. Wording change only, no code changes requiredMarshall Clow2015-11-071-1/+1
* Implement LWG#2353: std::next is over-constrainedMarshall Clow2015-11-073-6/+10
* More of P0006R0: type traits variable aliases for C++17.Marshall Clow2015-11-0727-5/+354
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2015-11-0715-260/+496
* Allow deque to handle incomplete types.Evgeniy Stepanov2015-11-063-12/+77
* Cleanup foo.h headers and __config to work in CEric Fiselier2015-11-066-3/+24
* Mark LWG issue #2234. We already do this; no code change neededMarshall Clow2015-11-051-1/+1
* Implement P0092R1 for C++1zMarshall Clow2015-11-0516-1/+713
* Make reverse() call iter_swap like the standard says, instead of calling swap...Marshall Clow2015-11-021-2/+2
* Remove undefined behavior from some tests. Same pattern as the unitialized_co...Marshall Clow2015-11-022-10/+16
* Remove undefined behavior from some tests. Thanks to Walter Brown for the hea...Marshall Clow2015-11-022-10/+18
* Add 'nostdinc++' to the flags used by testit. Makes the tests run better on M...Marshall Clow2015-11-011-1/+1
* Improve the tests for 'is_literal_type'Marshall Clow2015-11-011-18/+62
* Implement the first part of P0006R0: Adopt Type Traits Variable Templates for...Marshall Clow2015-11-0135-2/+2510
* Revert r249929 ("Split <string.h> out of <cstring>").Richard Smith2015-10-292-86/+18
* Implement P0004R1 'Remove Deprecated iostreams aliases'Marshall Clow2015-10-297-7/+35
* Mark two Kona papers as 'in progress'Marshall Clow2015-10-281-2/+2
* Adapt to lit change in llvm r251478-r251481Matthias Braun2015-10-281-8/+13
* Fix test suite configuration. Sorry MarshallEric Fiselier2015-10-261-1/+3
* Mark LWG#2495 as complete. No code changes neededMarshall Clow2015-10-251-1/+1
* Fix LWG#2489: mem_fn() should be noexceptMarshall Clow2015-10-253-4/+7
* Add the tests for the last commitMarshall Clow2015-10-252-0/+144
* Fix LWG#2476: scoped_allocator_adaptor is not assignableMarshall Clow2015-10-251-0/+4
* Add a test for LWG#2466: allocator_traits::max_size() default behavior is inc...Marshall Clow2015-10-253-5/+4
* Add a test for LWG#2462: std::ios_base::failure is overspecifiedMarshall Clow2015-10-251-0/+3
* Fix LWG#2127: Move-construction with raw_storage_iterator.Marshall Clow2015-10-253-5/+28
* Fix LWG#2244: basic_istream::seekgMarshall Clow2015-10-253-1/+11
* Update C++ status from KonaMarshall Clow2015-10-252-1/+56
* Set LC_COLLATE rather than LANG to override collation.Tim Northover2015-10-231-1/+1
* Use proper output directory when naminging the libc++ outputEric Fiselier2015-10-231-1/+1
* Dont required CMake 3 to install a linker scriptEric Fiselier2015-10-221-2/+3
* Only disable linker script when LIBCXX_CXX_ABI_LIBNAME is noneEric Fiselier2015-10-222-15/+15
* Disable linker scripts when the ABI library is not specified or is none.Eric Fiselier2015-10-221-1/+4
* 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
OpenPOWER on IntegriCloud