1. 8e50a9c Remove quotes from locale name identifier. Credit Edward Meewis. by Howard Hinnant · 13 years ago
  2. 40c13d3 Starting using murmur2 when combining multiple size_t's into a single hash, and also for basic_string. Also made hash<thread::id> ever so slighly more portable. I had to tweak one test which is questionable (definitely not portable) anyway. by Howard Hinnant · 13 years ago
  3. f836d53 unord test fixes by Edward Meewis by Howard Hinnant · 13 years ago
  4. f6d875f Fix http://llvm.org/bugs/show_bug.cgi?id=11428. Fix provided by Alberto Ganesh Barbati by Howard Hinnant · 13 years ago
  5. ce6884c Fix ratio arithmetic with zero by Howard Hinnant · 13 years ago
  6. b97de44 Fix <rdar://problem/10256836> getline of an empty string mistakenly causes failure by Howard Hinnant · 13 years ago
  7. c6fe8ca Fix <rdar://problem/10255403> match_results::begin() is off by one by Howard Hinnant · 13 years ago
  8. c0d0cba Windows porting work by Ruben Van Boxem by Howard Hinnant · 13 years ago
  9. 8452d21 Updated testit to run on Windows and fresh Windows results by Ruben Van Boxem by Howard Hinnant · 13 years ago
  10. 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
  11. 5983252 Fix test bugs found by David Chisnall by Howard Hinnant · 13 years ago
  12. 9e02b90 Fix locales used in re tests. by David Chisnall · 13 years ago
  13. 2fb1a9d Remove undefines in cstdio test. Fix these properly rather than bodging the tests. by David Chisnall · 13 years ago
  14. 8669889 More +.UTF-8 fixes. by David Chisnall · 13 years ago
  15. 709c3d2 Fix failure found by David Chisnall by Howard Hinnant · 13 years ago
  16. db2e99f More fixes to the tests. Add UTF-8 encoding to all locales that don't specify one. Undefine some stdio.h macros that break the tests. by David Chisnall · 13 years ago
  17. a824f53 Fully-qualify some more locales in the tests... by David Chisnall · 13 years ago
  18. eb2c855 Don't check STREAMS error numbers on systems that don't implement the obsolete (as described in POSIX2008) XSI STREAMS extension. by David Chisnall · 13 years ago
  19. 6b8ac3a More locale cleanups. Fully specify locales in iostream tests. by David Chisnall · 13 years ago
  20. e2f2a15 Localisation test fixes to make the tests pass on FreeBSD, which does not provide shortened forms of the various locales (e.g. en_US, rather than en_US.UTF-8 / en_US.ISO{whatever}). by David Chisnall · 13 years ago
  21. 0442b12 The vector test suite now passes for no-debug, debug-lite and debug-regular by Howard Hinnant · 13 years ago
  22. 92a836c Reimplemented much of <istream> such that single character extractions do not check to see if this is the last character in the stream and thus never set eofbit. This fixes http://llvm.org/bugs/show_bug.cgi?id=10817 . This fix requires a recompiled libc++.dylib to be fully implemented. The recompiled libc++.dylib is ABI compatible with that shipped on Lion. by Howard Hinnant · 13 years ago
  23. e3e3291 Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 by Howard Hinnant · 13 years ago
  24. bf6666f Correct test. by Howard Hinnant · 13 years ago
  25. 541cb30 Adjust two tests to account for a nasty change in copying behavior by Sean Hunt · 13 years ago
  26. 13aaf42 Make all fstream tests use tmpnam if creating files, rather than by Sean Hunt · 13 years ago
  27. e6440c6 Do a litmus test of using tmpnam to generate safe temporary file names by Sean Hunt · 13 years ago
  28. 737a351 Given that __underlying_type is now available in clang, implement by Sean Hunt · 13 years ago
  29. 2d81f3d Give A an explicitly non-throwing destructor so that B's destructor is by Sean Hunt · 13 years ago
  30. a78264f Fix wchar tests by not assuming that tm is complete and by using the by Sean Hunt · 13 years ago
  31. ac6de54 Fixing up some ABI issues by Howard Hinnant · 13 years ago
  32. 12c3d37 <inttypes.h> does not necessarily include <stdint.h>. Accordingly, do by Sean Hunt · 13 years ago
  33. 61aa601 Correct for new rules regarding implicitly deleted special members. http://llvm.org/bugs/show_bug.cgi?id=10191 by Howard Hinnant · 13 years ago
  34. a2a08b4 test for pair piecewise construction by Howard Hinnant · 13 years ago
  35. 58cd823 noexcept for <stack>. This completes noexcept for Chapter 23 [containers]. by Howard Hinnant · 13 years ago
  36. 6a09441 noexcept for <queue>. by Howard Hinnant · 13 years ago
  37. 04dae1d noexcept for <unordered_set>. by Howard Hinnant · 13 years ago
  38. 5f2f14c noexcept for <unordered_map>. by Howard Hinnant · 13 years ago
  39. b2e2a8f noexcept for <set>. Plus a few fixes to noexcept for <map>. by Howard Hinnant · 13 years ago
  40. 7686add noexcept for <map>. by Howard Hinnant · 13 years ago
  41. d1d27a4 noexcept for <vector>. This also includes installing move_if_noexcept() into vector. by Howard Hinnant · 13 years ago
  42. 53f7d4c Bring noexcept for <string> inline with other containers. by Howard Hinnant · 13 years ago
  43. c560727 noexcept for <list>. by Howard Hinnant · 13 years ago
  44. b965fed noexcept for <forward_list>. by Howard Hinnant · 13 years ago
  45. 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
  46. 93f2764 Add noexcept tests for deque. by Howard Hinnant · 13 years ago
  47. 1694d23 noexcept for <memory>. I've added a few extension noexcept to: allocator_traits<A>::deallocate, allocaate<T>::deallocate, return_temporary_buffer, and default_delete<T>::operator()(T*) const. My rationale was: If a std-dicated noexcept function needs to call another std-defined function, that called function must be noexcept. We're all a little new to noexcept, so things like this are to be expected. Also included fix for broken __is_swappable trait pointed out by Marc Glisse, thanks Marc|. And fixed a test case for is_nothrow_destructible. Destructors are now noexcept by default| by Howard Hinnant · 13 years ago
  48. 0148a83 Simplied bind using __invoke. In the process, found and fixed a couple of bugs. C++11 only. by Howard Hinnant · 13 years ago
  49. 3dd965b This commit was accidental. Reverting. by Howard Hinnant · 13 years ago
  50. 932209b A bunch of future tests got invalidated with the latest updates to thread. Fixed the tests. by Howard Hinnant · 13 years ago
  51. 6cbf9f9 Fix and beef up test bug for move_if_noexcept by Howard Hinnant · 13 years ago
  52. 97ecd64 Clean up a bunch of warnings in the tests, 3 of which actually turned out to be test bugs. by Howard Hinnant · 13 years ago
  53. ad935d5 Brought call_once variadic call up to current spec, which allows move-only functors and move-only arguments, but disallows functors with non-const lvalue reference parameters. by Howard Hinnant · 13 years ago
  54. 656bdc3 Brought thread variadic constructor up to current spec, which allows move-only functors and move-only arguments, but disallows functors with non-const lvalue reference parameters. by Howard Hinnant · 13 years ago
  55. 37c53b6 Redesign of result_of to handle reference-qualified member functions by Howard Hinnant · 13 years ago
  56. f6cc833 Warning suppression in test. by Howard Hinnant · 13 years ago
  57. 783b810 Warning suppression in test. by Howard Hinnant · 13 years ago
  58. a5a0ba8 Warning suppression in test. by Howard Hinnant · 13 years ago
  59. e80c36e Correction to hexfloat hack. by Howard Hinnant · 13 years ago
  60. d515df2 Fix test bug. by Howard Hinnant · 13 years ago
  61. f1151ef Suppress some warings in the tests. by Howard Hinnant · 13 years ago
  62. 2d01bf0 Suppress some warings in the tests. by Howard Hinnant · 13 years ago
  63. 0a11111 http://llvm.org/bugs/show_bug.cgi?id=9854. Also created an emulated hexfloat literal for use in some of the tests. <sigh> And cleaned up some harmless but irritating warnings in the tests. by Howard Hinnant · 13 years ago
  64. 6063ec1 A much improved type_traits for C++0x. Not yet done: is_trivially_constructible, is_trivially_assignable and underlying_type. by Howard Hinnant · 13 years ago
  65. 6b41c60 Corrected some bugs in both memory and the tests. Preparing for being able to turn on support for alias templates. by Howard Hinnant · 13 years ago
  66. ef3b2e2 Fix bug in Sseq constraints found by Seth Cantrell by Howard Hinnant · 13 years ago
  67. 3e93e96 Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351 by Howard Hinnant · 13 years ago
  68. b8a03c7 ... And these wonderful tests. by Howard Hinnant · 13 years ago
  69. 770a3c5 <rdar://problem/9073695> std::uncaught_exception() becomes true before evaluating the throw-expression rather than after by Nick Kledzik · 13 years ago
  70. 6e5e7e7 Corrected const-correctness on nullptr type_traits, and beefed up the test for nullptr_t. by Howard Hinnant · 13 years ago
  71. e7c8da6 http://llvm.org/bugs/show_bug.cgi?id=9326 by Howard Hinnant · 13 years ago
  72. c4cbb5b Update testit to default to clang by Howard Hinnant · 13 years ago
  73. 211f0ee Bug 9096 - list::iterator not default constructible by Howard Hinnant · 13 years ago
  74. 80f9180 minor corrections to test, and hook is_base_of up to clang intrinsic by Howard Hinnant · 13 years ago
  75. 4ff9d35 placeholder test by Howard Hinnant · 14 years ago
  76. f9e1c7e Eliminate the C++0x-only is_convertible testing function that accepts by Douglas Gregor · 14 years ago
  77. e76496c Teach the Lit configuration to actually use the cxx0x setting when by Chandler Carruth · 14 years ago
  78. 0e1493e LWG 1385 [FCD] tuple_cat should be a single variadic signature (http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#1385). This issue is only in Ready status, meaning it is not official, but probably will be this March in Madrid. It was tentatively accepted in Batavia with the previso that Bill and I didn't have any problems implementing it. This is my part of that agreement. by Howard Hinnant · 14 years ago
  79. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago
  80. b8f787b Test adjustment for recent changes in allocator_traits by Howard Hinnant · 14 years ago
  81. f190e97 This got accidentally removed by Howard Hinnant · 14 years ago
  82. 31aaf55 N3158 Missing preconditions for default-constructed match_result objects by Howard Hinnant · 14 years ago
  83. 1b18a48 cleaning up... by Howard Hinnant · 14 years ago
  84. 770d1c4 After a long break to wait for the atomic spec to settle, this completes the library part of <atomic>. It currently won't even parse as it depends on the existence of the intrinsics specified at http://libcxx.llvm.org/atomic_design_a.html. Everything has been tested using fake intrinsics which have now been removed. As the intrinsics come online, the ATOMIC_* macros will need to be adjusted to reflect which operations are lock-free. These macros will probably need to be #ifdef'd for each supported platform. by Howard Hinnant · 14 years ago
  85. c9f5d9f test: Rename string_op+= to string_op_plus_equal. Windows git doesn't like it. by Michael J. Spencer · 14 years ago
  86. f02417b atomics ... by Howard Hinnant · 14 years ago
  87. 91e2f26 Work on <atomic> continues. The file size is actually sane now... by Howard Hinnant · 14 years ago
  88. 4777bf2 Getting <atomic> warmed back up. We have a hopefully more stable spec now. And I believe the intrinsic spec at http://libcxx.llvm.org/atomic_design_a.html is still good. by Howard Hinnant · 14 years ago
  89. a445151 N3189 Observers for the three handler functions by Howard Hinnant · 14 years ago
  90. 7de4790 Implemented N3194 by Howard Hinnant · 14 years ago
  91. c706565 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  92. 6051e24 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  93. adaa626 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  94. 8771430 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  95. afff5aa Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  96. 17c3a81 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  97. 6587dfe Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  98. 73d2f94 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  99. 091f2ab Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  100. 6689564 N3188 - Revision to N3113: Async Launch Policies (CH 36) by Howard Hinnant · 14 years ago