1. 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
  2. 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
  3. 99be823 [futures.shared_future] by Howard Hinnant · 14 years ago
  4. 54da338 [futures.task] and [futures.async]. Requires variadics and rvalue-ref support. by Howard Hinnant · 14 years ago
  5. 7158e5c [futures.unique_future] by Howard Hinnant · 14 years ago
  6. f39daa8 [futures.promise]. Depends on rvalue-ref support to work 100%. by Howard Hinnant · 14 years ago
  7. a652172 Getting started on <future> by Howard Hinnant · 14 years ago
  8. ef0036c Corrected some int -> char narrowing conversions by Howard Hinnant · 14 years ago
  9. 8e705bb Accidentally changed a data file during the whitespace cleanup by Howard Hinnant · 14 years ago
  10. d510977 Remove tabs by Howard Hinnant · 14 years ago
  11. d2bb032 Fixing whitespace problems by Howard Hinnant · 14 years ago
  12. c52f43e Fixing whitespace problems by Howard Hinnant · 14 years ago
  13. f11ea14 Fixing whitespace problems by Howard Hinnant · 14 years ago
  14. 6e0a1f4 Fixing whitespace problems by Howard Hinnant · 14 years ago
  15. bbd8086 Fixing whitespace problems by Howard Hinnant · 14 years ago
  16. 0e20cae Fixing whitespace problems by Howard Hinnant · 14 years ago
  17. 22a74dc Fixing whitespace problems by Howard Hinnant · 14 years ago
  18. cf6dcc3 Fixing whitespace problems by Howard Hinnant · 14 years ago
  19. 712522c Fixing whitespace problems by Howard Hinnant · 14 years ago
  20. 256813f Fixing whitespace problems by Howard Hinnant · 14 years ago
  21. 74231bf Fixing whitespace problems by Howard Hinnant · 14 years ago
  22. aa20444 Fixing whitespace problems by Howard Hinnant · 14 years ago
  23. 6046ace Fixing whitespace problems by Howard Hinnant · 14 years ago
  24. eb564e7 Fixing whitespace problems by Howard Hinnant · 14 years ago
  25. 92172b8 US 108, N3109 by Howard Hinnant · 14 years ago
  26. a785e4e DE 23 by Howard Hinnant · 14 years ago
  27. 7a2523b US 117 by Howard Hinnant · 14 years ago
  28. 98e5d97 US 122, N3106 by Howard Hinnant · 14 years ago
  29. 7255280 Installed allocator into std::function by Howard Hinnant · 14 years ago
  30. e3263b4 GB 85, GB 87 by Howard Hinnant · 14 years ago
  31. 2794e6c DE 19 by Howard Hinnant · 14 years ago
  32. 3c1ffba US 98, US 99 by Howard Hinnant · 14 years ago
  33. e92c3d7 US 107 by Howard Hinnant · 14 years ago
  34. ba590bd LWG 1278 by Howard Hinnant · 14 years ago
  35. 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
  36. 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
  37. 262b779 [re.tokiter] by Howard Hinnant · 14 years ago
  38. a712c72 [re.regiter] by Howard Hinnant · 14 years ago
  39. aa78f9c [re.alg.match] by Howard Hinnant · 14 years ago
  40. 27405f9 Everything under [re.results] by Howard Hinnant · 14 years ago
  41. 7026a17 Everything under [re.regex] by Howard Hinnant · 14 years ago
  42. 8784650 Filling out regex tests... by Howard Hinnant · 14 years ago
  43. 0a68a4d Fix conflict with cstring and using namespace std by Howard Hinnant · 14 years ago
  44. 60a0a8e patch by Jesse Towner, and bug fix by Sebastian Redl by Howard Hinnant · 14 years ago
  45. 15476f3 Fixed some bugs in the ecma bracket epression regarding escaped characters, and got the awk grammar going. by Howard Hinnant · 14 years ago
  46. e9de5ff lookahead for ecma by Howard Hinnant · 14 years ago
  47. 856846b grep and egrep grammars by Howard Hinnant · 14 years ago
  48. ad2a7ab continued regex development... by Howard Hinnant · 14 years ago
  49. 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
  50. 2ade7c2 I believe posix extended expr is feature complete. Getting started on ecma exprs. by Howard Hinnant · 14 years ago
  51. 1371b2e A few more tests for posix extended alternation by Howard Hinnant · 14 years ago
  52. aa69808 A good start on extended posix regex. Loops working. Alternation working. Also update by-chapter completeness summary. by Howard Hinnant · 14 years ago
  53. 639a668 Tests for basic posix regex templated on wchar_t by Howard Hinnant · 14 years ago
  54. 22ce0b4 Fixed to work with generalized iterators. by Howard Hinnant · 14 years ago
  55. 68025ed Minor optimizations. Minor bug fixes. More tests. by Howard Hinnant · 14 years ago
  56. 173968a Bracket expressions are working (lightly tested). by Howard Hinnant · 14 years ago
  57. e34f17d regex_constants icase and collate for matching a single char and for matching back references by Howard Hinnant · 14 years ago
  58. cba352d back references for BRE by Howard Hinnant · 14 years ago
  59. ac30386 Redesign number 3. The previous design was not handling matching of empty strings inside of loops. by Howard Hinnant · 14 years ago
  60. 37f9f9c weekly update to by-chapter-summary, plus left and right anchor support in basic posix. by Howard Hinnant · 14 years ago
  61. e77aa5e Marked subexpressions in a loop in basic posix working (only lightly tested so far) by Howard Hinnant · 14 years ago
  62. 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
  63. 0dca5fc First test for marked subexpressions by Howard Hinnant · 14 years ago
  64. 9b80f2b First, very primitive, search results on one engine by Howard Hinnant · 14 years ago
  65. 7e9d84b two steps forward, one step back... by Howard Hinnant · 14 years ago
  66. cd85b9e [re.submatch] by Howard Hinnant · 14 years ago
  67. 0de86b6 regex: learning to crawl by Howard Hinnant · 14 years ago
  68. 8c2c18d Continuing to work through regex, and updated libcxx_by_chapter.pdf with weekly test results by Howard Hinnant · 14 years ago
  69. f409d2f Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <regex>. by Howard Hinnant · 14 years ago
  70. 3257c98 Just getting our toes wet on <regex> by Howard Hinnant · 14 years ago
  71. 21aefc3 [util.smartptr.hash] by Howard Hinnant · 14 years ago
  72. a6a062d [string.conversions] by Howard Hinnant · 14 years ago
  73. 4b53f50 [conversions.buffer] by Howard Hinnant · 14 years ago
  74. d23b464 [conversions.string] by Howard Hinnant · 14 years ago
  75. 87d1a8a [locale.stdcvt] by Howard Hinnant · 14 years ago
  76. fcc5938 [support.initlist.range] by Howard Hinnant · 14 years ago
  77. a309da1 Corrected a test bug in reverse_iterator by Howard Hinnant · 14 years ago
  78. 85d7b33 UTF-8 data in this file somehow got garbled by Howard Hinnant · 14 years ago
  79. 3ec3184 Implemented some adaptor constructors which I had missed. by Howard Hinnant · 14 years ago
  80. 6bb9f58 Corrected rethrow_if_nested by Howard Hinnant · 14 years ago
  81. ed2c291 [except.nested] by Howard Hinnant · 14 years ago
  82. ebef745 [numeric.iota] by Howard Hinnant · 14 years ago
  83. c326721 Completed [alg.random.shuffle]. by Howard Hinnant · 14 years ago
  84. 5430540 [rand.dist.samp.plinear]. This means we've got a fully tested and functional <random>! 489 tests over 48 sections are passing. :-) The only thing still on my plate in this area is to back-port some of this technology to random_shuffle/shuffle in <algorithm>. That will involve shuffling header bits around (<random> depepends on <algorithm>), but it won't entail that much development (compared to what has been required for <random>). by Howard Hinnant · 14 years ago
  85. d6d1171 [rand.dist.samp.pconst] plus some bug fixes in the tests of the other distributions by Howard Hinnant · 14 years ago
  86. 551d8e4 [rand.dist.samp.discrete] by Howard Hinnant · 14 years ago
  87. 321b4bb [rand.dist.norm.t] by Howard Hinnant · 14 years ago
  88. d8bc09b [rand.dist.norm.f] by Howard Hinnant · 14 years ago
  89. ed9b2aa Better cauchy tests by Howard Hinnant · 14 years ago
  90. 72215c2 more :: to _ by Howard Hinnant · 14 years ago
  91. 0873a52 more :: to _ by Howard Hinnant · 14 years ago
  92. d7d0113 [rand.dist.norm.cauchy]. I'm having trouble testing the output as all statistical properties are undefined. They do not converge upon any one value as the number of samples increases. Suggestions for tests welcome. by Howard Hinnant · 14 years ago
  93. d90b0a4 Got rid of more :: path names by Howard Hinnant · 14 years ago
  94. 2bc36fc [rand.dist.norm.lognormal] by Howard Hinnant · 14 years ago
  95. c2b0dc7 [rand.dist.pois.extreme] by Howard Hinnant · 14 years ago
  96. 34e8a57 [rand.dist.bern.geo] by Howard Hinnant · 14 years ago
  97. f2fe5d5 [rand.dist.bern.negbin] by Howard Hinnant · 14 years ago
  98. df40dc6 Beefed up the tests for all of the distributions to include checks against the expected skewness and kurtosis by Howard Hinnant · 14 years ago
  99. 9cb7043 Replaced :: with _ in several path names by Howard Hinnant · 14 years ago
  100. 4bd6cc9 Replaced :: with _ in several path names by Howard Hinnant · 14 years ago