summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* Last bit of P0006; mark it as completeMarshall Clow2015-11-303-1/+13
* Fix bugs in alignment_of_v, etc. Re-enable the newly added testsMarshall Clow2015-11-304-19/+19
* 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
* Missing file from last commitMarshall Clow2015-11-301-0/+33
* 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-307-2/+93
* Add static_assert to set/multiset/map/multimap/forward_list/deque that the al...Marshall Clow2015-11-2617-0/+252
* 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
* Use libcxx's default rune table with the Musl C library.Vasileios Kalintiris2015-11-243-19/+15
* Fix some mistakes in the <utility> and <tuple> synopses. No functional change...Marshall Clow2015-11-192-11/+11
* Fix some mistakes in the <array> synopsis. No functional change. Thanks to K-...Marshall Clow2015-11-191-5/+5
* Fix bad variable name. project_root -> project_obj_rootEric Fiselier2015-11-171-1/+1
* 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-174-1/+77
* 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-165-1/+49
* Implement P0013R1: Logical Operator Type Traits. Make a hidden implementation...Marshall Clow2015-11-165-143/+370
* Mark P0013 as 'in progress'Marshall Clow2015-11-161-1/+1
* Implement P0074: Making owner_less more flexibleMarshall Clow2015-11-123-1/+69
* [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-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
OpenPOWER on IntegriCloud