aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test/containers
AgeCommit message (Expand)AuthorFilesLines
2011-09-27Another installment on debug mode. This addresses list. However this should...Howard Hinnant1-0/+3
2011-09-16The vector test suite now passes for no-debug, debug-lite and debug-regularHoward Hinnant1-0/+3
2011-08-12Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant73-146/+146
2011-06-04noexcept for <stack>. This completes noexcept for Chapter 23 [containers].Howard Hinnant5-0/+148
2011-06-04noexcept for <queue>.Howard Hinnant10-0/+300
2011-06-04noexcept for <unordered_set>.Howard Hinnant10-0/+690
2011-06-04noexcept for <unordered_map>.Howard Hinnant10-0/+690
2011-06-04noexcept for <set>. Plus a few fixes to noexcept for <map>.Howard Hinnant21-12/+548
2011-06-04noexcept for <map>.Howard Hinnant10-0/+536
2011-06-03noexcept for <vector>. This also includes installing move_if_noexcept() into...Howard Hinnant10-0/+523
2011-06-03noexcept for <list>.Howard Hinnant5-0/+264
2011-06-03noexcept for <forward_list>.Howard Hinnant6-0/+268
2011-06-03After sleeping on it I've decided that all special members that can be noexce...Howard Hinnant2-0/+98
2011-06-03Add noexcept tests for deque.Howard Hinnant3-0/+162
2011-05-13Suppress some warings in the tests.Howard Hinnant1-1/+1
2011-04-04Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351Howard Hinnant4-76/+5
2011-04-03... And these wonderful tests.Howard Hinnant4-0/+96
2011-01-28Bug 9096 - list::iterator not default constructibleHoward Hinnant14-10/+263
2010-11-17LWG 1191Howard Hinnant1-0/+29
2010-11-16license changeHoward Hinnant740-1480/+1480
2010-10-14Fix two test bugsHoward Hinnant2-4/+2
2010-09-08Updated by-chapter-summary with weekly test results, and fixed up some bad pa...Howard Hinnant36-41/+41
2010-09-05sync with N3126Howard Hinnant83-0/+0
2010-09-04Changed __config to react to all of clang's currently documented has_feature ...Howard Hinnant206-455/+455
2010-08-22Fixing whitespace problemsHoward Hinnant268-585/+574
2010-08-21US 117Howard Hinnant2-13/+26
2010-08-19LWG 1278Howard Hinnant3-6/+6
2010-05-11Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant740-740/+740
2010-05-11libcxx initial importHoward Hinnant750-0/+50298