1. f836d53 unord test fixes by Edward Meewis by Howard Hinnant · 13 years ago
  2. 1c3ec6d Another installment on debug mode. This addresses list. However this should be considered a temporary state. The API of the debug database and how vector and list use it, is unsatisfactory at the moment. It is both inefficient and overly verbose. I wanted to get this functionality checked in though. In the next day or so I'll refactor what is there in an attempt to streamline things. by Howard Hinnant · 13 years ago
  3. 0442b12 The vector test suite now passes for no-debug, debug-lite and debug-regular by Howard Hinnant · 13 years ago
  4. e3e3291 Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 by Howard Hinnant · 13 years ago
  5. 58cd823 noexcept for <stack>. This completes noexcept for Chapter 23 [containers]. by Howard Hinnant · 13 years ago
  6. 6a09441 noexcept for <queue>. by Howard Hinnant · 13 years ago
  7. 04dae1d noexcept for <unordered_set>. by Howard Hinnant · 13 years ago
  8. 5f2f14c noexcept for <unordered_map>. by Howard Hinnant · 13 years ago
  9. b2e2a8f noexcept for <set>. Plus a few fixes to noexcept for <map>. by Howard Hinnant · 13 years ago
  10. 7686add noexcept for <map>. by Howard Hinnant · 13 years ago
  11. d1d27a4 noexcept for <vector>. This also includes installing move_if_noexcept() into vector. by Howard Hinnant · 13 years ago
  12. c560727 noexcept for <list>. by Howard Hinnant · 13 years ago
  13. b965fed noexcept for <forward_list>. by Howard Hinnant · 13 years ago
  14. 009b2c4 After sleeping on it I've decided that all special members that can be noexcept, should be declared so. The client has the traits to detect and branch on this information, and it is often an important optimization. Give deque() a noexcept. Add test for deque default constructor and deque destructor. by Howard Hinnant · 13 years ago
  15. 93f2764 Add noexcept tests for deque. by Howard Hinnant · 13 years ago
  16. 2d01bf0 Suppress some warings in the tests. by Howard Hinnant · 13 years ago
  17. 3e93e96 Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351 by Howard Hinnant · 13 years ago
  18. b8a03c7 ... And these wonderful tests. by Howard Hinnant · 13 years ago
  19. 211f0ee Bug 9096 - list::iterator not default constructible by Howard Hinnant · 13 years ago
  20. cd2254b LWG 1191 by Howard Hinnant · 14 years ago
  21. b64f8b0 license change by Howard Hinnant · 14 years ago
  22. 0d5dff1 Fix two test bugs by Howard Hinnant · 14 years ago
  23. e764f0b Updated by-chapter-summary with weekly test results, and fixed up some bad paths in some tests caused by aligning the test suite with N3126. by Howard Hinnant · 14 years ago
  24. 3991b55 sync with N3126 by Howard Hinnant · 14 years ago
  25. 73d21a4 Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. by Howard Hinnant · 14 years ago
  26. 6046ace Fixing whitespace problems by Howard Hinnant · 14 years ago
  27. 7a2523b US 117 by Howard Hinnant · 14 years ago
  28. ba590bd LWG 1278 by Howard Hinnant · 14 years ago
  29. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 14 years ago
  30. bc8d3f9 libcxx initial import by Howard Hinnant · 14 years ago