1. 24e9848 Continuing to work through regex, and updated libcxx_by_chapter.pdf with weekly test results by Howard Hinnant · 15 years ago
  2. 24757ff Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <regex>. by Howard Hinnant · 15 years ago
  3. 6cf1b79 updated for weekly tests by Howard Hinnant · 15 years ago
  4. 7050530 Just getting our toes wet on <regex> by Howard Hinnant · 15 years ago
  5. f4e31c8 Fix an apparent typo. by Dan Gohman · 15 years ago
  6. 3b61d21 updated by-chapter-complete chart by Howard Hinnant · 15 years ago
  7. 3bdce1c test results are now stored internal to Apple. by Howard Hinnant · 15 years ago
  8. d1803b6 [util.smartptr.hash] by Howard Hinnant · 15 years ago
  9. 8ae5097 for Ubuntu by Howard Hinnant · 15 years ago
  10. 2234ef3 I've reverted the changes needed for Ubuntu. The changes for Ubuntu should go under a #if and I'm not sure what that #if should look like. by Howard Hinnant · 15 years ago
  11. cbbf633 [string.conversions] by Howard Hinnant · 15 years ago
  12. 6508e99 [conversions.buffer] by Howard Hinnant · 15 years ago
  13. 5d3c113 [conversions.string] by Howard Hinnant · 15 years ago
  14. 0c17e32 [locale.stdcvt] by Howard Hinnant · 15 years ago
  15. bc3c5dc Fixed [support.types]. <cstddef> wasn't definining NULL or offsetof. by Howard Hinnant · 15 years ago
  16. 9d4a286 [support.initlist.range] by Howard Hinnant · 15 years ago
  17. a950f39 Corrected a test bug in reverse_iterator by Howard Hinnant · 15 years ago
  18. e95bd34 UTF-8 data in this file somehow got garbled by Howard Hinnant · 15 years ago
  19. 03ec83e Implemented some adaptor constructors which I had missed. by Howard Hinnant · 15 years ago
  20. a391bc1 Corrected rethrow_if_nested by Howard Hinnant · 15 years ago
  21. c8edcb3 weekly test results plus a bug fix clang found by Howard Hinnant · 15 years ago
  22. 019fe4b [except.nested] by Howard Hinnant · 15 years ago
  23. 40c7ef9 [numeric.iota] by Howard Hinnant · 15 years ago
  24. f9d540b Completed [alg.random.shuffle]. by Howard Hinnant · 15 years ago
  25. 5b00ffe For compiling on FreeBSD by Howard Hinnant · 15 years ago
  26. b4d2fd2 [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 · 15 years ago
  27. 128ba71 patch by Jeffrey Yasskin for porting to Ubuntu Hardy. Everything was accepted except there were some bug fixes needed in <locale> for the __nolocale_* series. For the apple branch I ended up using templates instead of the var_args solution because it seemed both safer and more efficient. by Howard Hinnant · 15 years ago
  28. 5d6a2e5 Optimized [rand.dist.samp.pconst] and several bug fixes in other distributions by Howard Hinnant · 15 years ago
  29. 1f044b6 weekly test results by Howard Hinnant · 15 years ago
  30. e302eab [rand.dist.samp.pconst] plus some bug fixes in the tests of the other distributions by Howard Hinnant · 15 years ago
  31. fb0e5ec [rand.dist.samp.discrete] by Howard Hinnant · 15 years ago
  32. 62713da Add set_new_handler and nothrow implementations by Nick Kledzik · 15 years ago
  33. ecbb921 [rand.dist.norm.t] by Howard Hinnant · 15 years ago
  34. e31e36f [rand.dist.norm.f] by Howard Hinnant · 15 years ago
  35. 34c3b52 Better cauchy tests by Howard Hinnant · 15 years ago
  36. 0dd05fb more :: to _ by Howard Hinnant · 15 years ago
  37. e4c7a35 more :: to _ by Howard Hinnant · 15 years ago
  38. 6692b26 [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 · 15 years ago
  39. eb6fa6a Got rid of more :: path names by Howard Hinnant · 15 years ago
  40. fd5c3a3 [rand.dist.norm.lognormal] by Howard Hinnant · 15 years ago
  41. c675d98 [rand.dist.pois.extreme] by Howard Hinnant · 15 years ago
  42. 05fa30d [rand.dist.bern.geo] by Howard Hinnant · 15 years ago
  43. 89eaea2 [rand.dist.bern.negbin] by Howard Hinnant · 15 years ago
  44. 45a9997 Beefed up the tests for all of the distributions to include checks against the expected skewness and kurtosis by Howard Hinnant · 15 years ago
  45. 5ce10a6 Replaced :: with _ in several path names by Howard Hinnant · 15 years ago
  46. 70d0fe5 Replaced :: with _ in several path names by Howard Hinnant · 15 years ago
  47. b882982 [rand.dist.pois.weibull] by Howard Hinnant · 15 years ago
  48. e390073 [rand.dist.norm.chisq] by Howard Hinnant · 15 years ago
  49. 932ce81 Revisited [rand.dist.bern.bin] and [rand.dist.pois.poisson] with better algorithms by Howard Hinnant · 15 years ago
  50. 0e67581 [rand.dist.pois.poisson] by Howard Hinnant · 15 years ago
  51. 38d72d5 fix strip options and properly copy include/ext by Nick Kledzik · 15 years ago
  52. 111e0cb add headers and implementation for <new>, <exception>, and <typeinfo> by Nick Kledzik · 15 years ago
  53. 749c758 change test case to verify unexpected() calls terminate - not is terminate by Nick Kledzik · 15 years ago
  54. 7070922 [rand.dist.pois.gamma] by Howard Hinnant · 15 years ago
  55. 97ae3d5 weekly test results by Howard Hinnant · 15 years ago
  56. f8bfb45 partial [rand.dist.pois.gamma] by Howard Hinnant · 15 years ago
  57. d55fd11 wording. by Chris Lattner · 15 years ago
  58. a940b5b wording by Chris Lattner · 15 years ago
  59. f005e8d tweak from cjefferson by Chris Lattner · 15 years ago
  60. 27de3d6 improve the 'current status' section to say what *is* there in by Chris Lattner · 15 years ago
  61. 6f97c4e [rand.dist.norm.normal] by Howard Hinnant · 15 years ago
  62. bcc4ff0 [rand.dist.pois.exp] by Howard Hinnant · 15 years ago
  63. c1cb949 tests for [rand.dist.bern.bin] by Howard Hinnant · 15 years ago
  64. bccf3fa Pruned test results to just the past 6 months by Howard Hinnant · 15 years ago
  65. deb23ec [rand.dist.bern.bin]. The evaluation function for this binomial distribution is hopefully just a placeholder. It is using the simplest and slowest method for computing the distribution and needs to be upgraded. by Howard Hinnant · 15 years ago
  66. 5b08a8a Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  67. f9e7e3a fix more links by Chris Lattner · 15 years ago
  68. 38a5927 Fixed svn link by Howard Hinnant · 15 years ago
  69. 6f12a7f cxx not cpp by Chris Lattner · 15 years ago
  70. 1f3e585 add css files, also, test commit. by Chris Lattner · 15 years ago
  71. 180e1d7 updated web page with clang mailing list link by Howard Hinnant · 15 years ago
  72. 3e51952 libcxx initial import by Howard Hinnant · 15 years ago