1. 0148a83 Simplied bind using __invoke. In the process, found and fixed a couple of bugs. C++11 only. by Howard Hinnant · 13 years ago
  2. 3dd965b This commit was accidental. Reverting. by Howard Hinnant · 13 years ago
  3. 932209b A bunch of future tests got invalidated with the latest updates to thread. Fixed the tests. by Howard Hinnant · 13 years ago
  4. 6cbf9f9 Fix and beef up test bug for move_if_noexcept by Howard Hinnant · 13 years ago
  5. 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
  6. 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
  7. 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
  8. 37c53b6 Redesign of result_of to handle reference-qualified member functions by Howard Hinnant · 13 years ago
  9. f6cc833 Warning suppression in test. by Howard Hinnant · 13 years ago
  10. 783b810 Warning suppression in test. by Howard Hinnant · 13 years ago
  11. a5a0ba8 Warning suppression in test. by Howard Hinnant · 13 years ago
  12. e80c36e Correction to hexfloat hack. by Howard Hinnant · 13 years ago
  13. d515df2 Fix test bug. by Howard Hinnant · 13 years ago
  14. f1151ef Suppress some warings in the tests. by Howard Hinnant · 13 years ago
  15. 2d01bf0 Suppress some warings in the tests. by Howard Hinnant · 13 years ago
  16. 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
  17. 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
  18. 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
  19. ef3b2e2 Fix bug in Sseq constraints found by Seth Cantrell by Howard Hinnant · 13 years ago
  20. 3e93e96 Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351 by Howard Hinnant · 13 years ago
  21. b8a03c7 ... And these wonderful tests. by Howard Hinnant · 13 years ago
  22. 770a3c5 <rdar://problem/9073695> std::uncaught_exception() becomes true before evaluating the throw-expression rather than after by Nick Kledzik · 13 years ago
  23. 6e5e7e7 Corrected const-correctness on nullptr type_traits, and beefed up the test for nullptr_t. by Howard Hinnant · 13 years ago
  24. e7c8da6 http://llvm.org/bugs/show_bug.cgi?id=9326 by Howard Hinnant · 14 years ago
  25. c4cbb5b Update testit to default to clang by Howard Hinnant · 14 years ago
  26. 211f0ee Bug 9096 - list::iterator not default constructible by Howard Hinnant · 14 years ago
  27. 80f9180 minor corrections to test, and hook is_base_of up to clang intrinsic by Howard Hinnant · 14 years ago
  28. 4ff9d35 placeholder test by Howard Hinnant · 14 years ago
  29. f9e1c7e Eliminate the C++0x-only is_convertible testing function that accepts by Douglas Gregor · 14 years ago
  30. e76496c Teach the Lit configuration to actually use the cxx0x setting when by Chandler Carruth · 14 years ago
  31. 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
  32. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago
  33. b8f787b Test adjustment for recent changes in allocator_traits by Howard Hinnant · 14 years ago
  34. f190e97 This got accidentally removed by Howard Hinnant · 14 years ago
  35. 31aaf55 N3158 Missing preconditions for default-constructed match_result objects by Howard Hinnant · 14 years ago
  36. 1b18a48 cleaning up... by Howard Hinnant · 14 years ago
  37. 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
  38. c9f5d9f test: Rename string_op+= to string_op_plus_equal. Windows git doesn't like it. by Michael J. Spencer · 14 years ago
  39. f02417b atomics ... by Howard Hinnant · 14 years ago
  40. 91e2f26 Work on <atomic> continues. The file size is actually sane now... by Howard Hinnant · 14 years ago
  41. 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
  42. a445151 N3189 Observers for the three handler functions by Howard Hinnant · 14 years ago
  43. 7de4790 Implemented N3194 by Howard Hinnant · 14 years ago
  44. c706565 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  45. 6051e24 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  46. adaa626 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  47. 8771430 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  48. afff5aa Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  49. 17c3a81 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  50. 6587dfe Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  51. 73d2f94 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  52. 091f2ab Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  53. 6689564 N3188 - Revision to N3113: Async Launch Policies (CH 36) by Howard Hinnant · 14 years ago
  54. f8f8521 N3191: C++ Timeout Specification by Howard Hinnant · 14 years ago
  55. f048fe3 N3123 by Howard Hinnant · 14 years ago
  56. 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
  57. 995676a LWG 1522 by Howard Hinnant · 14 years ago
  58. 2f6a627 LWG 1339 by Howard Hinnant · 14 years ago
  59. 4776107 LWG 1404 by Howard Hinnant · 14 years ago
  60. 34d6b19 LWG 1325 by Howard Hinnant · 14 years ago
  61. 7b2cb48 LWG 1323 by Howard Hinnant · 14 years ago
  62. cd2254b LWG 1191 by Howard Hinnant · 14 years ago
  63. 86ed8ae LWG 1118 by Howard Hinnant · 14 years ago
  64. b64f8b0 license change by Howard Hinnant · 14 years ago
  65. 726a76f I have reverted all contributions made by Jesse Towner in revision 110724 by Howard Hinnant · 14 years ago
  66. bce9c31 [atomics.types.address] by Howard Hinnant · 14 years ago
  67. 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
  68. e738501 atomic_char by Howard Hinnant · 14 years ago
  69. 0d5dff1 Fix two test bugs by Howard Hinnant · 14 years ago
  70. 251aaa1 Relaxing timing test a bit to avoid spurious test failures under load by Howard Hinnant · 14 years ago
  71. 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
  72. 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
  73. 767ae2b Contemplating this <atomic> reorganization... by Howard Hinnant · 14 years ago
  74. c260b06 Didn't mean to commit that one by Howard Hinnant · 14 years ago
  75. ed760f4 Wrestling with the slowly dawning realization that <atomic> isn't implementable on any compiler at my disposal... by Howard Hinnant · 14 years ago
  76. 0ce0224 fixing whitespace by Howard Hinnant · 14 years ago
  77. d1176e2 [atomics.order] by Howard Hinnant · 14 years ago
  78. 8f73c63 Getting started on <atomic> by Howard Hinnant · 14 years ago
  79. 611581b tests/lit: Split options into two groups, so we don't get driver warnings about by Daniel Dunbar · 14 years ago
  80. 26a43c2 tests: Remove some stray cleanup code. by Daniel Dunbar · 14 years ago
  81. 7e0c57b tests: Fixup lit config, which got garbled somehow... by Daniel Dunbar · 14 years ago
  82. f5eadcd tests: Sketch a lit config for running libc++ tests; currently expects libc++ to have been installed. by Daniel Dunbar · 14 years ago
  83. 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
  84. 745d473 Hooked the following up to clang: is_class, is_enum, has_nothrow_copy_assign, has_trivial_destructor, has_virtual_destructor, is_pod. Implemented has_copy_assign. by Howard Hinnant · 14 years ago
  85. 2703111 has_nothrow_copy_assign hooked up to clang by Howard Hinnant · 14 years ago
  86. 99ad765 has_trivial_copy_assign hooked up to clang (without workarounds). Filed http://llvm.org/bugs/show_bug.cgi?id=8109 to take care of several types which don't work yet. If there is some reason we don't want to handle these types in the compiler, I can handle most of them in the library. by Howard Hinnant · 14 years ago
  87. 954b366 Made a stab at has_copy_constructor. Got it mostly working for g++-4.0, but only works for scalar types on clang. Ultimately this needs a compiler-supported is_constructible which clang is missing, and won't be able to use until it gets variadic templates. by Howard Hinnant · 14 years ago
  88. aad0db3 has_nothrow_copy_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8107 to take care of several types which don't work yet. If there is some reason we don't want to handle these types in the compiler, I can handle most of them in the library. by Howard Hinnant · 14 years ago
  89. 87eea6d has_trivial_copy_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8105 to take care of void, arrays of incomplete bounds and complete bounds which don't work yet. If there is some reason we don't want to handle these types in the compiler, I can handle them in the library. by Howard Hinnant · 14 years ago
  90. bb73d76 Made a stab at has_default_constructor. Got it mostly working for g++-4.0, but only works for scalar types on clang. Ultimately this needs a compiler-supported is_constructible which clang is missing, and won't be able to use until it gets variadic templates. by Howard Hinnant · 14 years ago
  91. 6fd2e09 has_nothrow_default_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8101 to take care of void, arrays of incomplete types, and classes with virtual destructors which don't work yet. If there is some reasons we don't want to handle these types in the compiler, I can handle them in the library. by Howard Hinnant · 14 years ago
  92. 2fd6d25 has_trivial_default_constructor hooked up to clang. Filed http://llvm.org/bugs/show_bug.cgi?id=8097 to take care of void and arrays of incomplete types which don't work yet. If there is some reasons we don't want to handle these types in the compiler, I can handle them in the library. by Howard Hinnant · 14 years ago
  93. 1387038 Working the type_traits area: Hooked up to clang's __is_union. Got has_trivial_copy_assign working. by Howard Hinnant · 14 years ago
  94. 3991b55 sync with N3126 by Howard Hinnant · 14 years ago
  95. a2ccccc sync with N3126 by Howard Hinnant · 14 years ago
  96. 9c2683d sync with N3126 by Howard Hinnant · 14 years ago
  97. e3e488e sync with N3126 by Howard Hinnant · 14 years ago
  98. b02310e sync with N3126 by Howard Hinnant · 14 years ago
  99. bfd5530 Fix whitespace by Howard Hinnant · 14 years ago
  100. 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