1. e3e3291 Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 by Howard Hinnant · 13 years ago
  2. bf6666f Correct test. by Howard Hinnant · 13 years ago
  3. 541cb30 Adjust two tests to account for a nasty change in copying behavior by Sean Hunt · 13 years ago
  4. 13aaf42 Make all fstream tests use tmpnam if creating files, rather than by Sean Hunt · 13 years ago
  5. e6440c6 Do a litmus test of using tmpnam to generate safe temporary file names by Sean Hunt · 13 years ago
  6. 737a351 Given that __underlying_type is now available in clang, implement by Sean Hunt · 13 years ago
  7. 2d81f3d Give A an explicitly non-throwing destructor so that B's destructor is by Sean Hunt · 13 years ago
  8. a78264f Fix wchar tests by not assuming that tm is complete and by using the by Sean Hunt · 13 years ago
  9. ac6de54 Fixing up some ABI issues by Howard Hinnant · 13 years ago
  10. 12c3d37 <inttypes.h> does not necessarily include <stdint.h>. Accordingly, do by Sean Hunt · 13 years ago
  11. 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
  12. a2a08b4 test for pair piecewise construction by Howard Hinnant · 13 years ago
  13. 58cd823 noexcept for <stack>. This completes noexcept for Chapter 23 [containers]. by Howard Hinnant · 13 years ago
  14. 6a09441 noexcept for <queue>. by Howard Hinnant · 13 years ago
  15. 04dae1d noexcept for <unordered_set>. by Howard Hinnant · 13 years ago
  16. 5f2f14c noexcept for <unordered_map>. by Howard Hinnant · 13 years ago
  17. b2e2a8f noexcept for <set>. Plus a few fixes to noexcept for <map>. by Howard Hinnant · 13 years ago
  18. 7686add noexcept for <map>. by Howard Hinnant · 13 years ago
  19. d1d27a4 noexcept for <vector>. This also includes installing move_if_noexcept() into vector. by Howard Hinnant · 13 years ago
  20. 53f7d4c Bring noexcept for <string> inline with other containers. by Howard Hinnant · 13 years ago
  21. c560727 noexcept for <list>. by Howard Hinnant · 13 years ago
  22. b965fed noexcept for <forward_list>. by Howard Hinnant · 13 years ago
  23. 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
  24. 93f2764 Add noexcept tests for deque. by Howard Hinnant · 13 years ago
  25. 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
  26. 0148a83 Simplied bind using __invoke. In the process, found and fixed a couple of bugs. C++11 only. by Howard Hinnant · 13 years ago
  27. 3dd965b This commit was accidental. Reverting. by Howard Hinnant · 13 years ago
  28. 932209b A bunch of future tests got invalidated with the latest updates to thread. Fixed the tests. by Howard Hinnant · 13 years ago
  29. 6cbf9f9 Fix and beef up test bug for move_if_noexcept by Howard Hinnant · 13 years ago
  30. 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
  31. 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
  32. 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
  33. 37c53b6 Redesign of result_of to handle reference-qualified member functions by Howard Hinnant · 13 years ago
  34. f6cc833 Warning suppression in test. by Howard Hinnant · 13 years ago
  35. 783b810 Warning suppression in test. by Howard Hinnant · 13 years ago
  36. a5a0ba8 Warning suppression in test. by Howard Hinnant · 13 years ago
  37. e80c36e Correction to hexfloat hack. by Howard Hinnant · 13 years ago
  38. d515df2 Fix test bug. by Howard Hinnant · 13 years ago
  39. f1151ef Suppress some warings in the tests. by Howard Hinnant · 13 years ago
  40. 2d01bf0 Suppress some warings in the tests. by Howard Hinnant · 13 years ago
  41. 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
  42. 6063ec1 A much improved type_traits for C++0x. Not yet done: is_trivially_constructible, is_trivially_assignable and underlying_type. by Howard Hinnant · 14 years ago
  43. 6b41c60 Corrected some bugs in both memory and the tests. Preparing for being able to turn on support for alias templates. by Howard Hinnant · 14 years ago
  44. ef3b2e2 Fix bug in Sseq constraints found by Seth Cantrell by Howard Hinnant · 14 years ago
  45. 3e93e96 Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351 by Howard Hinnant · 14 years ago
  46. b8a03c7 ... And these wonderful tests. by Howard Hinnant · 14 years ago
  47. 770a3c5 <rdar://problem/9073695> std::uncaught_exception() becomes true before evaluating the throw-expression rather than after by Nick Kledzik · 14 years ago
  48. 6e5e7e7 Corrected const-correctness on nullptr type_traits, and beefed up the test for nullptr_t. by Howard Hinnant · 14 years ago
  49. e7c8da6 http://llvm.org/bugs/show_bug.cgi?id=9326 by Howard Hinnant · 14 years ago
  50. c4cbb5b Update testit to default to clang by Howard Hinnant · 14 years ago
  51. 211f0ee Bug 9096 - list::iterator not default constructible by Howard Hinnant · 14 years ago
  52. 80f9180 minor corrections to test, and hook is_base_of up to clang intrinsic by Howard Hinnant · 14 years ago
  53. 4ff9d35 placeholder test by Howard Hinnant · 14 years ago
  54. f9e1c7e Eliminate the C++0x-only is_convertible testing function that accepts by Douglas Gregor · 14 years ago
  55. e76496c Teach the Lit configuration to actually use the cxx0x setting when by Chandler Carruth · 14 years ago
  56. 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
  57. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago
  58. b8f787b Test adjustment for recent changes in allocator_traits by Howard Hinnant · 14 years ago
  59. f190e97 This got accidentally removed by Howard Hinnant · 14 years ago
  60. 31aaf55 N3158 Missing preconditions for default-constructed match_result objects by Howard Hinnant · 14 years ago
  61. 1b18a48 cleaning up... by Howard Hinnant · 14 years ago
  62. 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
  63. c9f5d9f test: Rename string_op+= to string_op_plus_equal. Windows git doesn't like it. by Michael J. Spencer · 14 years ago
  64. f02417b atomics ... by Howard Hinnant · 14 years ago
  65. 91e2f26 Work on <atomic> continues. The file size is actually sane now... by Howard Hinnant · 14 years ago
  66. 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
  67. a445151 N3189 Observers for the three handler functions by Howard Hinnant · 14 years ago
  68. 7de4790 Implemented N3194 by Howard Hinnant · 14 years ago
  69. c706565 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  70. 6051e24 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  71. adaa626 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  72. 8771430 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  73. afff5aa Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  74. 17c3a81 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  75. 6587dfe Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  76. 73d2f94 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  77. 091f2ab Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  78. 6689564 N3188 - Revision to N3113: Async Launch Policies (CH 36) by Howard Hinnant · 14 years ago
  79. f8f8521 N3191: C++ Timeout Specification by Howard Hinnant · 14 years ago
  80. f048fe3 N3123 by Howard Hinnant · 14 years ago
  81. 1468b66 N3142. Many of these traits are just placeholders with medium quality emulation; waiting on compiler intrinsics to do it right. by Howard Hinnant · 14 years ago
  82. 995676a LWG 1522 by Howard Hinnant · 14 years ago
  83. 2f6a627 LWG 1339 by Howard Hinnant · 14 years ago
  84. 4776107 LWG 1404 by Howard Hinnant · 14 years ago
  85. 34d6b19 LWG 1325 by Howard Hinnant · 14 years ago
  86. 7b2cb48 LWG 1323 by Howard Hinnant · 14 years ago
  87. cd2254b LWG 1191 by Howard Hinnant · 14 years ago
  88. 86ed8ae LWG 1118 by Howard Hinnant · 14 years ago
  89. b64f8b0 license change by Howard Hinnant · 14 years ago
  90. 726a76f I have reverted all contributions made by Jesse Towner in revision 110724 by Howard Hinnant · 14 years ago
  91. bce9c31 [atomics.types.address] by Howard Hinnant · 14 years ago
  92. 5bbe97d atomic_schar, atomic_uchar, atomic_short, atomic_ushort, atomic_int, atomic_uint, atomic_long, atomic_ulong, atomic_llong, atomic_ullong, atomic_char16_t, atomic_char32_t and atomic_wchar_t. by Howard Hinnant · 14 years ago
  93. e738501 atomic_char by Howard Hinnant · 14 years ago
  94. 0d5dff1 Fix two test bugs by Howard Hinnant · 14 years ago
  95. 251aaa1 Relaxing timing test a bit to avoid spurious test failures under load by Howard Hinnant · 14 years ago
  96. 611fdaf Still working on the basic design of <atomic>. I'm working towards a system by which the compiler only needs to define the strongest intrinsics it can. Weaker atomics in the library automatically try stronger and stronger variants, picking the weakest compiler intrinsic available. If no compiler intrinsics are available for a given operation, the library locks a mutex and does the job. Better documentation to follow... by Howard Hinnant · 14 years ago
  97. 79101ae [atomics.flag] completed. Initialization is not working on clang and can't be made to work without defaulted default constructors. by Howard Hinnant · 14 years ago
  98. 767ae2b Contemplating this <atomic> reorganization... by Howard Hinnant · 14 years ago
  99. c260b06 Didn't mean to commit that one by Howard Hinnant · 14 years ago
  100. ed760f4 Wrestling with the slowly dawning realization that <atomic> isn't implementable on any compiler at my disposal... by Howard Hinnant · 14 years ago