1. 5f5859c Add attribute to inlined member. by Howard Hinnant · 14 years ago
  2. 6fd4b66 Fixing an ambiguity in variadics found by clang. by Howard Hinnant · 14 years ago
  3. ac38bae fix guard by Howard Hinnant · 14 years ago
  4. 52c4eb2 Two minor fixes: 1. Put integral_constant conversion to integral in even without constexpr support. 2. Add ios_base to <iosfwd>. The latter is being tracked by LWG 2026. by Howard Hinnant · 14 years ago
  5. 04240d9 Reverting an old optimization that conflicts with the new allocator model, and causes some test casees to compile that shouldn't. by Howard Hinnant · 14 years ago
  6. 93c382b Marshall Clow's fix for Bug 8421. by Howard Hinnant · 14 years ago
  7. 2d72b1e Effort to reduce the number of exported symbols by Howard Hinnant · 14 years ago
  8. e48e366 Reduced copying cost of tuple_cat from quadratic to linear. by Howard Hinnant · 14 years ago
  9. 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
  10. eee7698 The implementation of the new definition of result_of (N3123) resulted in some test failures in [func.memfn] that I failed to previously notice. This corrects that mistake. by Howard Hinnant · 14 years ago
  11. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago
  12. b8f787b Test adjustment for recent changes in allocator_traits by Howard Hinnant · 14 years ago
  13. f190e97 This got accidentally removed by Howard Hinnant · 14 years ago
  14. 31aaf55 N3158 Missing preconditions for default-constructed match_result objects by Howard Hinnant · 14 years ago
  15. 1b18a48 cleaning up... by Howard Hinnant · 14 years ago
  16. 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
  17. c9f5d9f test: Rename string_op+= to string_op_plus_equal. Windows git doesn't like it. by Michael J. Spencer · 14 years ago
  18. d2f6afb atomics ... by Howard Hinnant · 14 years ago
  19. 57e5e87 atomics ... by Howard Hinnant · 14 years ago
  20. f02417b atomics ... by Howard Hinnant · 14 years ago
  21. 91e2f26 Work on <atomic> continues. The file size is actually sane now... by Howard Hinnant · 14 years ago
  22. 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
  23. 7a0248d Add a couple more std-qualifers. by Howard Hinnant · 14 years ago
  24. d42c4be oops, forgot std:: by Howard Hinnant · 14 years ago
  25. 1f970ad Fix up uses of new/terminate/unexpected handlers to use the new getters. by Howard Hinnant · 14 years ago
  26. 55ddb21 Add typeinfo for char16_t, char32_t and nullptr. by Howard Hinnant · 14 years ago
  27. a445151 N3189 Observers for the three handler functions by Howard Hinnant · 14 years ago
  28. 7de4790 Implemented N3194 by Howard Hinnant · 14 years ago
  29. ac417fa Minor fixup in <ratio> and add optional support for shared_mutex and upgrade_mutex which must be opted into with #define _LIBCPP_SHARED_LOCK by Howard Hinnant · 14 years ago
  30. d397d03 Add template alias emulation to <ratio> by Howard Hinnant · 14 years ago
  31. c706565 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  32. 6051e24 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  33. adaa626 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  34. 8771430 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  35. 46ab5de Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  36. fa5043d Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  37. 83b6979 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  38. 59a5ddb Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  39. afff5aa Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  40. 17c3a81 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  41. 5711e4d Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  42. 6587dfe Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  43. 73d2f94 Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  44. 091f2ab Update testsuite strucuture to latest draft by Howard Hinnant · 14 years ago
  45. 6689564 N3188 - Revision to N3113: Async Launch Policies (CH 36) by Howard Hinnant · 14 years ago
  46. f8f8521 N3191: C++ Timeout Specification by Howard Hinnant · 14 years ago
  47. f048fe3 N3123 by Howard Hinnant · 14 years ago
  48. 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
  49. 01feecb type_traits intrinsics design by Howard Hinnant · 14 years ago
  50. 9835d76 type_traits intrinsics design by Howard Hinnant · 14 years ago
  51. 995676a LWG 1522 by Howard Hinnant · 14 years ago
  52. 9650b6c LWG 1439 by Howard Hinnant · 14 years ago
  53. 2f6a627 LWG 1339 by Howard Hinnant · 14 years ago
  54. 278bf2d LWG 1432 by Howard Hinnant · 14 years ago
  55. 4776107 LWG 1404 by Howard Hinnant · 14 years ago
  56. 34d6b19 LWG 1325 by Howard Hinnant · 14 years ago
  57. 7b2cb48 LWG 1323 by Howard Hinnant · 14 years ago
  58. cd2254b LWG 1191 by Howard Hinnant · 14 years ago
  59. 86ed8ae LWG 1118 by Howard Hinnant · 14 years ago
  60. e32b5e2 Update <string> to use allocator_traits. by Howard Hinnant · 14 years ago
  61. b64f8b0 license change by Howard Hinnant · 14 years ago
  62. f38bc6e libc++ is now dual licensed under both UIUC and MIT licenses. by Chris Lattner · 14 years ago
  63. 662497e add a credits file for libc++ by Chris Lattner · 14 years ago
  64. 28dbbe0 Dave Zarzycki showed how the efficiency of shared_ptr could be significantly 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. a8feece update to use new linker option to re-export from libc++abi.dylb by Nick Kledzik · 14 years ago
  67. e87ad17 Secure __next_prime from overflowing by Howard Hinnant · 14 years ago
  68. 4e59948 Fixed bug in random_shuffle to avoid swapping with self by Howard Hinnant · 14 years ago
  69. bce9c31 [atomics.types.address] by Howard Hinnant · 14 years ago
  70. f26262d Updated chart with weekly test results, and updated export files for chnages in <atomic>. by Howard Hinnant · 14 years ago
  71. 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
  72. e738501 atomic_char by Howard Hinnant · 14 years ago
  73. 21ef47f Changing <atomic> to follow Design A by Howard Hinnant · 14 years ago
  74. be22ed4 Update atomic Design A spec with reference C++ implementations for the purpose of documeting the semantics of each atomic operation. by Howard Hinnant · 14 years ago
  75. f6fe084 Update atomic Design A spec by Howard Hinnant · 14 years ago
  76. 0d5dff1 Fix two test bugs by Howard Hinnant · 14 years ago
  77. b742dcd Convert __thread_local_data to the singleton pattern and change export files... by Howard Hinnant · 14 years ago
  78. 5306d68 Convert __thread_local_data to the singleton pattern by Howard Hinnant · 14 years ago
  79. 8177207 Bug 7983 fixed by Bernhard Rosenkraenzer by Howard Hinnant · 14 years ago
  80. f9734c8 temporarily use cc to link instead of clang to work around issue with -Xarch by Nick Kledzik · 14 years ago
  81. 373a9d1 update export list for when building with clang++ by Nick Kledzik · 14 years ago
  82. 4d89249 updated for weekly test results by Howard Hinnant · 14 years ago
  83. 3c143ad Patch by Marshall Clow to make the assignment operators of piecewise_constant_distribution and piecewise_linear_distribution exception safe. by Howard Hinnant · 14 years ago
  84. 08f2969 Updated atomic design docs by Howard Hinnant · 14 years ago
  85. ffb9a4e Corrected an inconsistency with recent changes in tuple, and perfect forwarding within bind by Howard Hinnant · 14 years ago
  86. 251aaa1 Relaxing timing test a bit to avoid spurious test failures under load by Howard Hinnant · 14 years ago
  87. 77868b9 Update atomic design A by Howard Hinnant · 14 years ago
  88. 086b718 Updated <atomic> docs with three design options by Howard Hinnant · 14 years ago
  89. e78d1f5 A compiler writer's guide to <atomic>, minor update by Howard Hinnant · 14 years ago
  90. 56f0d5b A compiler writer's guide to <atomic> by Howard Hinnant · 14 years ago
  91. 6cac2c2 Make flag type configurable by the compiler by Howard Hinnant · 14 years ago
  92. b4ac745 Thanks Sebastian\! by Howard Hinnant · 14 years ago
  93. 002f1d3 Filling out the infrastructure in <atomic> by Howard Hinnant · 14 years ago
  94. 26994e3 __has_feature crutch by Howard Hinnant · 14 years ago
  95. 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
  96. 7c0c696 Tweak to make clang blocks work with std::functional (very fragile) by Howard Hinnant · 14 years ago
  97. 364f596 Bug 7984 by Bernhard Rosenkraenzer by Howard Hinnant · 14 years ago
  98. 1348fba Bug 8254 by Bernhard Rosenkraenzer by Howard Hinnant · 14 years ago
  99. 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
  100. f701e25 Name change of intrinsics as suggested by Jeffrey Yasskin by Howard Hinnant · 14 years ago