summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std
Commit message (Expand)AuthorAgeFilesLines
...
* Last bit of P0006; mark it as completeMarshall Clow2015-11-301-0/+4
* Fix bugs in alignment_of_v, etc. Re-enable the newly added testsMarshall Clow2015-11-303-16/+16
* Temporarily disable new tests while I figure out what's going onMarshall Clow2015-11-303-19/+19
* Fix bad macrosMarshall Clow2015-11-301-1/+1
* Implement more of P0006; Type Traits Variable Templates. <ratio>Marshall Clow2015-11-306-54/+120
* Fix bad macros in testsMarshall Clow2015-11-303-5/+5
* Implement more of P0006; Type Traits Variable Templates.Marshall Clow2015-11-306-2/+68
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow2015-11-2613-0/+234
* Silence a -Wmissing-braces warning in the tests; mbstate_t is defined differe...Marshall Clow2015-11-251-0/+8
* Remove undefined behavior from tests; specifically, ensure that the value typ...Marshall Clow2015-11-2414-49/+59
* Add tests for the extended integer types - as required by LWG#2119Marshall Clow2015-11-171-0/+40
* Implement P0007: Constant View: A proposal for a std::as_const helper functio...Marshall Clow2015-11-172-0/+68
* Fix compile error in test. Can't use `operator[]` for multimap.Marshall Clow2015-11-161-1/+1
* More tests for LWG#2156Marshall Clow2015-11-164-0/+64
* LWG#2156 loosened the requirements on unordered containers 'rehash' calls. Ad...Marshall Clow2015-11-164-0/+48
* Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation...Marshall Clow2015-11-163-0/+171
* Implement P0074: Making owner_less more flexibleMarshall Clow2015-11-121-0/+40
* [libcxx] Fixup a few fumbles in the initial no-exceptions XFAILs list.Asiri Rathnayake2015-11-125-3/+2
* 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-1059-31/+85
* 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-10153-0/+153
* Implement LWG#2353: std::next is over-constrainedMarshall Clow2015-11-071-0/+4
* More of P0006R0: type traits variable aliases for C++17.Marshall Clow2015-11-0726-5/+234
* Implement P0092R1 for C++1zMarshall Clow2015-11-0514-0/+589
* 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
* 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-0134-0/+2198
* Implement P0004R1 'Remove Deprecated iostreams aliases'Marshall Clow2015-10-295-0/+25
* Fix LWG#2489: mem_fn() should be noexceptMarshall Clow2015-10-251-0/+3
* Add the tests for the last commitMarshall Clow2015-10-252-0/+144
* Add a test for LWG#2466: allocator_traits::max_size() default behavior is inc...Marshall Clow2015-10-251-2/+2
* 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-251-4/+23
* Fix LWG#2244: basic_istream::seekgMarshall Clow2015-10-251-0/+9
* Set LC_COLLATE rather than LANG to override collation.Tim Northover2015-10-231-1/+1
* Fix use of libc++ <foo.h> headers from within an 'extern "C"' context in C++98.Richard Smith2015-10-131-0/+43
* 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-101-11/+24
* Add a test that we declare the right set of C library function signatures in ::Richard Smith2015-10-101-0/+517
* Revert r249889 due to bot failure.Manman Ren2015-10-101-18/+11
* Split <wchar.h> out of <cwchar>.Richard Smith2015-10-091-11/+18
* Split <stdlib.h> out of <cstdlib>.Richard Smith2015-10-091-0/+24
* Split <stdio.h> out of <cstdio>.Richard Smith2015-10-091-0/+20
* 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-081-0/+22
* Split <setjmp.h> out of <csetjmp>.Richard Smith2015-10-081-0/+4
OpenPOWER on IntegriCloud