1. 8c2c18d Continuing to work through regex, and updated libcxx_by_chapter.pdf with weekly test results by Howard Hinnant · 15 years ago
  2. f409d2f Finished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <regex>. by Howard Hinnant · 15 years ago
  3. 80d88f3 updated for weekly tests by Howard Hinnant · 15 years ago
  4. 3257c98 Just getting our toes wet on <regex> by Howard Hinnant · 15 years ago
  5. 4b3a088 Fix an apparent typo. by Dan Gohman · 15 years ago
  6. 89f2606 updated by-chapter-complete chart by Howard Hinnant · 15 years ago
  7. 45dc225 test results are now stored internal to Apple. by Howard Hinnant · 15 years ago
  8. 21aefc3 [util.smartptr.hash] by Howard Hinnant · 15 years ago
  9. ed30e07 for Ubuntu by Howard Hinnant · 15 years ago
  10. b6184db 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. a6a062d [string.conversions] by Howard Hinnant · 15 years ago
  12. 4b53f50 [conversions.buffer] by Howard Hinnant · 15 years ago
  13. d23b464 [conversions.string] by Howard Hinnant · 15 years ago
  14. 87d1a8a [locale.stdcvt] by Howard Hinnant · 15 years ago
  15. e056924 Fixed [support.types]. <cstddef> wasn't definining NULL or offsetof. by Howard Hinnant · 15 years ago
  16. fcc5938 [support.initlist.range] by Howard Hinnant · 15 years ago
  17. a309da1 Corrected a test bug in reverse_iterator by Howard Hinnant · 15 years ago
  18. 85d7b33 UTF-8 data in this file somehow got garbled by Howard Hinnant · 15 years ago
  19. 3ec3184 Implemented some adaptor constructors which I had missed. by Howard Hinnant · 15 years ago
  20. 6bb9f58 Corrected rethrow_if_nested by Howard Hinnant · 15 years ago
  21. 13c98cc weekly test results plus a bug fix clang found by Howard Hinnant · 15 years ago
  22. ed2c291 [except.nested] by Howard Hinnant · 15 years ago
  23. ebef745 [numeric.iota] by Howard Hinnant · 15 years ago
  24. c326721 Completed [alg.random.shuffle]. by Howard Hinnant · 15 years ago
  25. 0bfe880 For compiling on FreeBSD by Howard Hinnant · 15 years ago
  26. 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 · 15 years ago
  27. fff534e sync with working paper by Howard Hinnant · 15 years ago
  28. adff489 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
  29. 2a59254 Optimized [rand.dist.samp.pconst] and several bug fixes in other distributions by Howard Hinnant · 15 years ago
  30. daf0ff1 weekly test results by Howard Hinnant · 15 years ago
  31. d6d1171 [rand.dist.samp.pconst] plus some bug fixes in the tests of the other distributions by Howard Hinnant · 15 years ago
  32. 551d8e4 [rand.dist.samp.discrete] by Howard Hinnant · 15 years ago
  33. 76fdaa7 Add set_new_handler and nothrow implementations by Nick Kledzik · 15 years ago
  34. 321b4bb [rand.dist.norm.t] by Howard Hinnant · 15 years ago
  35. d8bc09b [rand.dist.norm.f] by Howard Hinnant · 15 years ago
  36. ed9b2aa Better cauchy tests by Howard Hinnant · 15 years ago
  37. 72215c2 more :: to _ by Howard Hinnant · 15 years ago
  38. 0873a52 more :: to _ by Howard Hinnant · 15 years ago
  39. 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 · 15 years ago
  40. d90b0a4 Got rid of more :: path names by Howard Hinnant · 15 years ago
  41. 2bc36fc [rand.dist.norm.lognormal] by Howard Hinnant · 15 years ago
  42. c2b0dc7 [rand.dist.pois.extreme] by Howard Hinnant · 15 years ago
  43. 34e8a57 [rand.dist.bern.geo] by Howard Hinnant · 15 years ago
  44. f2fe5d5 [rand.dist.bern.negbin] by Howard Hinnant · 15 years ago
  45. df40dc6 Beefed up the tests for all of the distributions to include checks against the expected skewness and kurtosis by Howard Hinnant · 15 years ago
  46. 9cb7043 Replaced :: with _ in several path names by Howard Hinnant · 15 years ago
  47. 4bd6cc9 Replaced :: with _ in several path names by Howard Hinnant · 15 years ago
  48. 9de6e30 [rand.dist.pois.weibull] by Howard Hinnant · 15 years ago
  49. 97dc2f3 [rand.dist.norm.chisq] by Howard Hinnant · 15 years ago
  50. 6add8dd Revisited [rand.dist.bern.bin] and [rand.dist.pois.poisson] with better algorithms by Howard Hinnant · 15 years ago
  51. 4ff556c [rand.dist.pois.poisson] by Howard Hinnant · 15 years ago
  52. 56b373c fix strip options and properly copy include/ext by Nick Kledzik · 15 years ago
  53. 804b6e7 add headers and implementation for <new>, <exception>, and <typeinfo> by Nick Kledzik · 15 years ago
  54. b75862d change test case to verify unexpected() calls terminate - not is terminate by Nick Kledzik · 15 years ago
  55. f417abe [rand.dist.pois.gamma] by Howard Hinnant · 15 years ago
  56. d0e811a weekly test results by Howard Hinnant · 15 years ago
  57. c7c4913 partial [rand.dist.pois.gamma] by Howard Hinnant · 15 years ago
  58. bfa808e wording. by Chris Lattner · 15 years ago
  59. f338249 wording by Chris Lattner · 15 years ago
  60. a5058d9 tweak from cjefferson by Chris Lattner · 15 years ago
  61. 24173b8 improve the 'current status' section to say what *is* there in by Chris Lattner · 15 years ago
  62. a64111c [rand.dist.norm.normal] by Howard Hinnant · 15 years ago
  63. 30a840f [rand.dist.pois.exp] by Howard Hinnant · 15 years ago
  64. 5f9b133 tests for [rand.dist.bern.bin] by Howard Hinnant · 15 years ago
  65. 9e52d5a Pruned test results to just the past 6 months by Howard Hinnant · 15 years ago
  66. 03aad81 [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
  67. f5256e1 Wiped out some non-ascii characters that snuck into the copyright. by Howard Hinnant · 15 years ago
  68. a535ffd fix more links by Chris Lattner · 15 years ago
  69. 76e1ffc Fixed svn link by Howard Hinnant · 15 years ago
  70. 4b74895 cxx not cpp by Chris Lattner · 15 years ago
  71. 5897196 add css files, also, test commit. by Chris Lattner · 15 years ago
  72. 8c21737 updated web page with clang mailing list link by Howard Hinnant · 15 years ago
  73. bc8d3f9 libcxx initial import by Howard Hinnant · 15 years ago