summaryrefslogtreecommitdiffstats
path: root/libcxx/test/utilities
Commit message (Expand)AuthorAgeFilesLines
* default_delete needs a static_assert against void types. I had previously th...Howard Hinnant2013-04-241-0/+24
* Somehow aligned_union got dropped through the cracks. This adds it. Did a d...Howard Hinnant2013-04-223-8/+73
* addressof misbehaving for type with an implicit conversion operator to char&....Howard Hinnant2013-04-161-0/+18
* Accidentally disallowed explicit tuple conversions when all elements of the t...Howard Hinnant2013-04-141-0/+9
* Richard Smith: It was pointed out to me off-list that libc++'s non-compiler-b...Howard Hinnant2013-04-021-0/+6
* Test case was forming the wrong limits when size_t != unsigned long.Howard Hinnant2013-03-291-1/+2
* This is a start at making the libc++ test suite friendlier to the -fnoexcepti...Howard Hinnant2013-03-232-2/+12
* [tests] One last batch of XFAILs, for tests using new symbols added to libc++.Daniel Dunbar2013-02-0613-0/+65
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-123-0/+12
* Andrew Morrow: There are two tests under test/utilities/memory that heap allo...Howard Hinnant2012-08-022-4/+0
* Implement [util.smartptr.shared.atomic]. This is the last unimplementedHoward Hinnant2012-07-3011-0/+409
* Relax the complete-type checks that are happening under __invokable<Fp, Args....Howard Hinnant2012-07-161-0/+29
* Applied constexpr to <chrono>.Howard Hinnant2012-07-1325-6/+357
* Apply constexpr to <bitset>.Howard Hinnant2012-07-073-2/+5
* Give tuple a constexpr default constructor.Howard Hinnant2012-07-061-0/+14
* I believe tuple is still under development in the standard. Daniel Krugler i...Howard Hinnant2012-04-012-4/+25
* Hook up to the new clang __is_trivially_constructible and __is_trivially_assi...Howard Hinnant2012-02-242-11/+19
* Modernize relational operators for shared_ptr and unique_ptr. This includes ...Howard Hinnant2012-02-212-0/+142
* Exercise rvalue arguements to make_shared for C++11 mode.Howard Hinnant2012-02-181-0/+11
* tuple was accidentally lacking a valid copy assignment operator. It went und...Howard Hinnant2012-02-152-2/+2
* Starting using murmur2 when combining multiple size_t's into a single hash, a...Howard Hinnant2011-12-051-1/+2
* Fix ratio arithmetic with zeroHoward Hinnant2011-11-012-0/+36
* Adjust two tests to account for a nasty change in copying behaviorAlexis Hunt2011-07-184-0/+18
* Given that __underlying_type is now available in clang, implementAlexis Hunt2011-07-181-1/+15
* Fixing up some ABI issuesHoward Hinnant2011-07-071-4/+14
* Correct for new rules regarding implicitly deleted special members. http://ll...Howard Hinnant2011-07-012-2/+2
* test for pair piecewise constructionHoward Hinnant2011-06-221-1/+34
* noexcept for <memory>. I've added a few extension noexcept to: allocator_tr...Howard Hinnant2011-05-281-1/+1
* Simplied bind using __invoke. In the process, found and fixed a couple of bu...Howard Hinnant2011-05-192-0/+19
* Fix and beef up test bug for move_if_noexceptHoward Hinnant2011-05-171-3/+11
* Clean up a bunch of warnings in the tests, 3 of which actually turned out to ...Howard Hinnant2011-05-1726-1/+51
* Redesign of result_of to handle reference-qualified member functionsHoward Hinnant2011-05-161-0/+4
* A much improved type_traits for C++0x. Not yet done: is_trivially_constructi...Howard Hinnant2011-05-1317-48/+79
* Corrected some bugs in both memory and the tests. Preparing for being able t...Howard Hinnant2011-05-112-5/+5
* minor corrections to test, and hook is_base_of up to clang intrinsicHoward Hinnant2011-01-282-5/+2
* placeholder testHoward Hinnant2011-01-251-0/+19
* Eliminate the C++0x-only is_convertible testing function that acceptsDouglas Gregor2011-01-251-0/+15
* LWG 1385 [FCD] tuple_cat should be a single variadic signature (http://www.op...Howard Hinnant2010-12-111-15/+90
* Test adjustment for recent changes in allocator_traitsHoward Hinnant2010-12-101-1/+1
* This got accidentally removedHoward Hinnant2010-12-101-0/+20
* cleaning up...Howard Hinnant2010-12-0821-634/+0
* Update testsuite strucuture to latest draftHoward Hinnant2010-11-233-0/+64
* Update testsuite strucuture to latest draftHoward Hinnant2010-11-234-12/+0
* N3191: C++ Timeout SpecificationHoward Hinnant2010-11-205-8/+8
* N3123Howard Hinnant2010-11-201-3/+3
* N3142. Many of these traits are just placeholders with medium quality emulat...Howard Hinnant2010-11-1938-723/+1235
* LWG 1339Howard Hinnant2010-11-181-2/+3
* LWG 1404Howard Hinnant2010-11-182-2/+48
* LWG 1325Howard Hinnant2010-11-171-1/+4
* LWG 1191Howard Hinnant2010-11-172-0/+62
OpenPOWER on IntegriCloud