1. 767ae2b Contemplating this <atomic> reorganization... by Howard Hinnant · 14 years ago
  2. ed760f4 Wrestling with the slowly dawning realization that <atomic> isn't implementable on any compiler at my disposal... by Howard Hinnant · 14 years ago
  3. d1176e2 [atomics.order] by Howard Hinnant · 14 years ago
  4. 8f73c63 Getting started on <atomic> by Howard Hinnant · 14 years ago
  5. d05c6e6 Bugzilla 8231 by Howard Hinnant · 14 years ago
  6. e049cc5 Cleaning up some tuple code. by Howard Hinnant · 14 years ago
  7. ee6ccd0 visibility-decoration sweep completed. by Howard Hinnant · 14 years ago
  8. 8d7a955 visibility-decoration. by Howard Hinnant · 14 years ago
  9. 28c97e6 visibility-decoration. by Howard Hinnant · 14 years ago
  10. aef07cb visibility-decoration. by Howard Hinnant · 14 years ago
  11. b9af2ea visibility-decoration. by Howard Hinnant · 14 years ago
  12. 8289481 visibility-decoration. by Howard Hinnant · 14 years ago
  13. 68a8e90 visibility-decoration. by Howard Hinnant · 14 years ago
  14. 8c6cbb2 visibility-decoration. by Howard Hinnant · 14 years ago
  15. 42a63a7 visibility-decoration. by Howard Hinnant · 14 years ago
  16. 422a53f visibility-decoration. by Howard Hinnant · 14 years ago
  17. 333f50d visibility-decoration. by Howard Hinnant · 14 years ago
  18. b0be42b visibility-decoration. by Howard Hinnant · 14 years ago
  19. 99acc50 visibility-decoration. by Howard Hinnant · 14 years ago
  20. c0de2e4 Getting started on a visibility-decoration sweep. by Howard Hinnant · 14 years ago
  21. 3975ebd Tweak clang support for char16_t/char32_t by Howard Hinnant · 14 years ago
  22. 45f5717 Cement ABI on clang for char16_t and char32_t. Also fixed some comments in <iterator>. by Howard Hinnant · 14 years ago
  23. d2a9251 Experimenting with a new forward fomulation (kudos Daniel Kruegler), updated insert iterators to work better with pproxies, and doubled the speed of __next_prime. by Howard Hinnant · 14 years ago
  24. a0f1dc9 Fix another const bug in function. Thanks to Daniel Krugler for finding this and the previous bug. by Howard Hinnant · 14 years ago
  25. fdc5a0f Fix const bug in function by Howard Hinnant · 14 years ago
  26. 36cdf02 I am experimenting with putting visibility-default attributes on all struct/classes in libc++. This checkin decorates only basic_string and vector as an experiment, and for review by those in this audience that might know more about visibilty than I do. If I get no negative feedback on this procedure I will begin to decorate the entire library in this way. by Howard Hinnant · 14 years ago
  27. cb2deb2 Yonggang Luo fixed gcc version checking for type_traits support. by Howard Hinnant · 14 years ago
  28. 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
  29. 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
  30. 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
  31. 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
  32. 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
  33. 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
  34. 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
  35. 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
  36. 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
  37. bfd5530 Fix whitespace by Howard Hinnant · 14 years ago
  38. 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
  39. 171a9a7 Configure libc++ to recognize and use inline namespaces for clang. Many, many thanks to Sebastian Redl for implementing it in clang, and to Daniel Dunbar for rattling my cage about it. This is huge for libc++. Thanks to you both\! by Howard Hinnant · 14 years ago
  40. e6e4d01 [futures.atomic_future] and notify_all_at_thread_exit. This completes the header <future> and all of Chapter 30 (for C++0x enabled compilers). by Howard Hinnant · 14 years ago
  41. 99be823 [futures.shared_future] by Howard Hinnant · 14 years ago
  42. 54da338 [futures.task] and [futures.async]. Requires variadics and rvalue-ref support. by Howard Hinnant · 14 years ago
  43. f39daa8 [futures.promise]. Depends on rvalue-ref support to work 100%. by Howard Hinnant · 14 years ago
  44. 47499b1 future continues ... by Howard Hinnant · 14 years ago
  45. a652172 Getting started on <future> by Howard Hinnant · 14 years ago
  46. d510977 Remove tabs by Howard Hinnant · 14 years ago
  47. 324bb03 Fixing whitespace problems by Howard Hinnant · 14 years ago
  48. 92172b8 US 108, N3109 by Howard Hinnant · 14 years ago
  49. a785e4e DE 23 by Howard Hinnant · 14 years ago
  50. 7a2523b US 117 by Howard Hinnant · 14 years ago
  51. 98e5d97 US 122, N3106 by Howard Hinnant · 14 years ago
  52. 7255280 Installed allocator into std::function by Howard Hinnant · 14 years ago
  53. e00e030 JP 3 & JP 4 by Howard Hinnant · 14 years ago
  54. e3263b4 GB 85, GB 87 by Howard Hinnant · 14 years ago
  55. 2794e6c DE 19 by Howard Hinnant · 14 years ago
  56. 3c1ffba US 98, US 99 by Howard Hinnant · 14 years ago
  57. e92c3d7 US 107 by Howard Hinnant · 14 years ago
  58. ba590bd LWG 1278 by Howard Hinnant · 14 years ago
  59. 4a23e1e Updated by-chapter chart with weekly test results. Also did some prototyping on result_of, but if-def'd out the prototyped part (which the LWG may or may not accept) by Howard Hinnant · 14 years ago
  60. a8d7759 [re.alg.replace]. This finishes all of <regex>. That being said, <regex> is exceptionally difficult to thoroughly test. If anyone has the ability to test this, combined with the interest to do so, now would be a good time. :-) by Howard Hinnant · 14 years ago
  61. 262b779 [re.tokiter] by Howard Hinnant · 14 years ago
  62. a712c72 [re.regiter] by Howard Hinnant · 14 years ago
  63. 27405f9 Everything under [re.results] by Howard Hinnant · 14 years ago
  64. 7026a17 Everything under [re.regex] by Howard Hinnant · 14 years ago
  65. 8784650 Filling out regex tests... by Howard Hinnant · 14 years ago
  66. d444470 now works with -fno-exceptions and -fno-rtti by Howard Hinnant · 14 years ago
  67. 81e6858 #ifdef around Solaris/Linux/Darwin-specific error codes and replace them with their BSD equivalents if they are not available. by David Chisnall · 14 years ago
  68. 3e13d4f Include sys/endian.h on FreeBSD and use that to detect the byte order. by David Chisnall · 14 years ago
  69. b271eff Modified the definition of std::foward to address National Body Comment US 90 by Howard Hinnant · 14 years ago
  70. 0a68a4d Fix conflict with cstring and using namespace std by Howard Hinnant · 14 years ago
  71. 60a0a8e patch by Jesse Towner, and bug fix by Sebastian Redl by Howard Hinnant · 14 years ago
  72. 3da2d48 Let C lib supply stdbool.h by Howard Hinnant · 14 years ago
  73. d78b315 Make complex.h play nice with C by Howard Hinnant · 14 years ago
  74. f3dcca0 bug fix concerning search not at beginning of string and word boundaries by Howard Hinnant · 14 years ago
  75. 8daa733 fix bug incrementing past end in search by Howard Hinnant · 14 years ago
  76. a0d045b fix parse bug in ecma non-greedy loop by Howard Hinnant · 14 years ago
  77. 15476f3 Fixed some bugs in the ecma bracket epression regarding escaped characters, and got the awk grammar going. by Howard Hinnant · 14 years ago
  78. e9de5ff lookahead for ecma by Howard Hinnant · 14 years ago
  79. 856846b grep and egrep grammars by Howard Hinnant · 14 years ago
  80. ad2a7ab continued regex development... by Howard Hinnant · 14 years ago
  81. 17615b0 A good start on ecma regex's. Maybe even feature complete, not sure yet. Also an unrelated fix to is_constructible thanks to Daniel Krugler. by Howard Hinnant · 14 years ago
  82. 2ade7c2 I believe posix extended expr is feature complete. Getting started on ecma exprs. by Howard Hinnant · 14 years ago
  83. 1371b2e A few more tests for posix extended alternation by Howard Hinnant · 14 years ago
  84. aa69808 A good start on extended posix regex. Loops working. Alternation working. Also update by-chapter completeness summary. by Howard Hinnant · 14 years ago
  85. 639a668 Tests for basic posix regex templated on wchar_t by Howard Hinnant · 14 years ago
  86. 22ce0b4 Fixed to work with generalized iterators. by Howard Hinnant · 14 years ago
  87. 68025ed Minor optimizations. Minor bug fixes. More tests. by Howard Hinnant · 14 years ago
  88. 173968a Bracket expressions are working (lightly tested). by Howard Hinnant · 14 years ago
  89. e34f17d regex_constants icase and collate for matching a single char and for matching back references by Howard Hinnant · 14 years ago
  90. cba352d back references for BRE by Howard Hinnant · 14 years ago
  91. ac30386 Redesign number 3. The previous design was not handling matching of empty strings inside of loops. by Howard Hinnant · 14 years ago
  92. 37f9f9c weekly update to by-chapter-summary, plus left and right anchor support in basic posix. by Howard Hinnant · 14 years ago
  93. e77aa5e Marked subexpressions in a loop in basic posix working (only lightly tested so far) by Howard Hinnant · 14 years ago
  94. f8ce459 First loop test passed. The data structure and search algorithm is still crude and in-flux. But this milestone needed to be locked in. Right now every loop is implemented in terms of a structure that will handle the most complicated {min, max} loop. Though only *-loops are tested at the moment. In a future iteration *-loops will likely be optimized a little more. The only tests are for basic posix so far, but I have prototype code running for extended posix and ecma. The prototype code lacks the complicating properties of the real <regex> requirements though. by Howard Hinnant · 14 years ago
  95. 0dca5fc First test for marked subexpressions by Howard Hinnant · 14 years ago
  96. 9b80f2b First, very primitive, search results on one engine by Howard Hinnant · 14 years ago
  97. 7e9d84b two steps forward, one step back... by Howard Hinnant · 14 years ago
  98. cd85b9e [re.submatch] by Howard Hinnant · 14 years ago
  99. 0de86b6 regex: learning to crawl by Howard Hinnant · 14 years ago
  100. 8c2c18d Continuing to work through regex, and updated libcxx_by_chapter.pdf with weekly test results by Howard Hinnant · 14 years ago