summaryrefslogtreecommitdiffstats
path: root/libcxx/test
Commit message (Expand)AuthorAgeFilesLines
...
* Don't check STREAMS error numbers on systems that don't implement the obsolet...David Chisnall2011-09-212-0/+16
* More locale cleanups. Fully specify locales in iostream tests.David Chisnall2011-09-214-22/+22
* Localisation test fixes to make the tests pass on FreeBSD, which does not pro...David Chisnall2011-09-2150-283/+297
* The vector test suite now passes for no-debug, debug-lite and debug-regularHoward Hinnant2011-09-161-0/+3
* Reimplemented much of <istream> such that single character extractions do not...Howard Hinnant2011-09-015-10/+10
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-12107-205/+226
* Correct test.Howard Hinnant2011-07-191-0/+1
* Adjust two tests to account for a nasty change in copying behaviorAlexis Hunt2011-07-184-0/+18
* Make all fstream tests use tmpnam if creating files, rather thanAlexis Hunt2011-07-1824-156/+205
* Do a litmus test of using tmpnam to generate safe temporary file namesAlexis Hunt2011-07-181-4/+6
* Given that __underlying_type is now available in clang, implementAlexis Hunt2011-07-181-1/+15
* Give A an explicitly non-throwing destructor so that B's destructor isAlexis Hunt2011-07-181-1/+1
* Fix wchar tests by not assuming that tm is complete and by using theAlexis Hunt2011-07-152-4/+12
* Fixing up some ABI issuesHoward Hinnant2011-07-071-4/+14
* <inttypes.h> does not necessarily include <stdint.h>. Accordingly, doAlexis Hunt2011-07-061-286/+0
* 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 <stack>. This completes noexcept for Chapter 23 [containers].Howard Hinnant2011-06-045-0/+148
* noexcept for <queue>.Howard Hinnant2011-06-0410-0/+300
* noexcept for <unordered_set>.Howard Hinnant2011-06-0410-0/+690
* noexcept for <unordered_map>.Howard Hinnant2011-06-0410-0/+690
* noexcept for <set>. Plus a few fixes to noexcept for <map>.Howard Hinnant2011-06-0421-12/+548
* noexcept for <map>.Howard Hinnant2011-06-0410-0/+536
* noexcept for <vector>. This also includes installing move_if_noexcept() into...Howard Hinnant2011-06-0310-0/+523
* Bring noexcept for <string> inline with other containers.Howard Hinnant2011-06-035-0/+238
* noexcept for <list>.Howard Hinnant2011-06-035-0/+264
* noexcept for <forward_list>.Howard Hinnant2011-06-036-0/+268
* After sleeping on it I've decided that all special members that can be noexce...Howard Hinnant2011-06-032-0/+98
* Add noexcept tests for deque.Howard Hinnant2011-06-033-0/+162
* 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
* This commit was accidental. Reverting.Howard Hinnant2011-05-181-2/+2
* A bunch of future tests got invalidated with the latest updates to thread. F...Howard Hinnant2011-05-1717-47/+47
* 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-1729-4/+54
* Brought call_once variadic call up to current spec, which allows move-only fu...Howard Hinnant2011-05-161-0/+20
* Brought thread variadic constructor up to current spec, which allows move-onl...Howard Hinnant2011-05-161-0/+20
* Redesign of result_of to handle reference-qualified member functionsHoward Hinnant2011-05-161-0/+4
* Warning suppression in test.Howard Hinnant2011-05-141-2/+0
* Warning suppression in test.Howard Hinnant2011-05-141-2/+0
* Warning suppression in test.Howard Hinnant2011-05-141-1/+1
* Correction to hexfloat hack.Howard Hinnant2011-05-141-3/+4
* Fix test bug.Howard Hinnant2011-05-141-1/+1
* Suppress some warings in the tests.Howard Hinnant2011-05-141-8/+8
* Suppress some warings in the tests.Howard Hinnant2011-05-131-1/+1
* http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat...Howard Hinnant2011-05-137-84/+128
* 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
* Fix bug in Sseq constraints found by Seth CantrellHoward Hinnant2011-04-112-2/+2
* Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351Howard Hinnant2011-04-044-76/+5
OpenPOWER on IntegriCloud