ddff70e879Updated weekly by chapter summary
Howard Hinnant
2010-07-22 20:29:53 +00:00
2ade7c27f8I believe posix extended expr is feature complete. Getting started on ecma exprs.
Howard Hinnant
2010-07-22 17:53:24 +00:00
1371b2e56eA few more tests for posix extended alternation
Howard Hinnant
2010-07-22 14:12:20 +00:00
aa69808da9A good start on extended posix regex. Loops working. Alternation working. Also update by-chapter completeness summary.
Howard Hinnant
2010-07-16 19:08:36 +00:00
639a668b4cTests for basic posix regex templated on wchar_t
Howard Hinnant
2010-07-15 18:18:07 +00:00
22ce0b4a1cFixed to work with generalized iterators.
Howard Hinnant
2010-07-14 21:14:52 +00:00
68025ed084Minor optimizations. Minor bug fixes. More tests.
Howard Hinnant
2010-07-14 15:45:11 +00:00
173968a5f2Bracket expressions are working (lightly tested).
Howard Hinnant
2010-07-13 21:48:06 +00:00
e34f17d383regex_constants icase and collate for matching a single char and for matching back references
Howard Hinnant
2010-07-12 19:11:27 +00:00
cba352d348back references for BRE
Howard Hinnant
2010-07-12 18:16:05 +00:00
ac30386dfeRedesign number 3. The previous design was not handling matching of empty strings inside of loops.
Howard Hinnant
2010-07-12 15:51:17 +00:00
37f9f9c587weekly update to by-chapter-summary, plus left and right anchor support in basic posix.
Howard Hinnant
2010-07-09 00:15:26 +00:00
e77aa5e7f4Marked subexpressions in a loop in basic posix working (only lightly tested so far)
Howard Hinnant
2010-07-08 17:43:58 +00:00
f8ce459f8dFirst 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.
Howard Hinnant
2010-07-07 19:14:52 +00:00
43b4decac5Updated chart with weekly test results
Howard Hinnant
2010-07-01 21:39:12 +00:00
0dca5fc7adFirst test for marked subexpressions
Howard Hinnant
2010-06-30 20:30:19 +00:00
9b80f2b044First, very primitive, search results on one engine
Howard Hinnant
2010-06-30 17:22:19 +00:00
7e9d84b746two steps forward, one step back...
Howard Hinnant
2010-06-30 00:21:42 +00:00
cd85b9ee13[re.submatch]
Howard Hinnant
2010-06-29 18:37:43 +00:00
db0bc3427eMinor fixup
Howard Hinnant
2010-06-28 17:19:47 +00:00
0de86b6338regex: learning to crawl
Howard Hinnant
2010-06-25 20:56:08 +00:00
8c2c18d57cContinuing to work through regex, and updated libcxx_by_chapter.pdf with weekly test results
Howard Hinnant
2010-06-24 21:28:00 +00:00
f409d2f2fcFinished [re.traits]. I'd like to acknowledge the help of Bjorn Reese with <regex>.
Howard Hinnant
2010-06-21 21:01:43 +00:00
80d88f35d2updated for weekly tests
Howard Hinnant
2010-06-18 16:13:40 +00:00
3257c9853fJust getting our toes wet on <regex>
Howard Hinnant
2010-06-17 00:34:59 +00:00
4b3a0887d0Fix an apparent typo.
Dan Gohman
2010-06-04 14:16:02 +00:00
89f2606e7fupdated by-chapter-complete chart
Howard Hinnant
2010-06-03 19:31:49 +00:00
45dc2253aatest results are now stored internal to Apple.
Howard Hinnant
2010-06-03 17:05:53 +00:00
21aefc3a61[util.smartptr.hash]
Howard Hinnant
2010-06-03 16:42:57 +00:00
ed30e070acfor Ubuntu
Howard Hinnant
2010-06-02 18:53:22 +00:00
b6184db9c5I'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.
Howard Hinnant
2010-06-02 18:41:21 +00:00
a6a062df66[string.conversions]
Howard Hinnant
2010-06-02 18:20:39 +00:00
4b53f508ef[conversions.buffer]
Howard Hinnant
2010-06-01 20:09:18 +00:00
d23b464e21[conversions.string]
Howard Hinnant
2010-05-31 20:58:54 +00:00
87d1a8a4d8[locale.stdcvt]
Howard Hinnant
2010-05-30 21:39:41 +00:00
e056924cd2Fixed [support.types]. <cstddef> wasn't definining NULL or offsetof.
Howard Hinnant
2010-05-28 18:04:31 +00:00
fcc593875c[support.initlist.range]
Howard Hinnant
2010-05-28 17:53:59 +00:00
a309da151cCorrected a test bug in reverse_iterator
Howard Hinnant
2010-05-28 16:53:29 +00:00
85d7b339d4UTF-8 data in this file somehow got garbled
Howard Hinnant
2010-05-28 16:37:38 +00:00
3ec31849dfImplemented some adaptor constructors which I had missed.
Howard Hinnant
2010-05-28 15:49:54 +00:00
6bb9f58bc8Corrected rethrow_if_nested
Howard Hinnant
2010-05-28 13:35:41 +00:00
13c98cc20dweekly test results plus a bug fix clang found
Howard Hinnant
2010-05-27 20:06:01 +00:00
ed2c2916b2[except.nested]
Howard Hinnant
2010-05-27 17:06:52 +00:00
ebef7459b2[numeric.iota]
Howard Hinnant
2010-05-26 18:53:44 +00:00
c326721e65Completed [alg.random.shuffle].
Howard Hinnant
2010-05-26 17:49:34 +00:00
0bfe8809b4For compiling on FreeBSD
Howard Hinnant
2010-05-25 17:25:25 +00:00
5430540d57[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>).
Howard Hinnant
2010-05-25 00:27:34 +00:00
fff534ee48sync with working paper
Howard Hinnant
2010-05-24 19:09:54 +00:00
adff4895b2patch 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.
Howard Hinnant
2010-05-24 17:49:41 +00:00
2a59254a44Optimized [rand.dist.samp.pconst] and several bug fixes in other distributions
Howard Hinnant
2010-05-24 00:35:40 +00:00
daf0ff111fweekly test results
Howard Hinnant
2010-05-20 19:58:15 +00:00
d6d1171f2c[rand.dist.samp.pconst] plus some bug fixes in the tests of the other distributions
Howard Hinnant
2010-05-20 15:11:46 +00:00
551d8e4ddb[rand.dist.samp.discrete]
Howard Hinnant
2010-05-19 01:53:57 +00:00
76fdaa7c70Add set_new_handler and nothrow implementations
Nick Kledzik
2010-05-18 22:17:13 +00:00
321b4bb7ae[rand.dist.norm.t]
Howard Hinnant
2010-05-18 20:08:04 +00:00
d8bc09b616[rand.dist.norm.f]
Howard Hinnant
2010-05-18 17:32:30 +00:00
ed9b2aa21dBetter cauchy tests
Howard Hinnant
2010-05-18 00:34:49 +00:00
72215c2dbfmore :: to _
Howard Hinnant
2010-05-18 00:09:37 +00:00
0873a52ca8more :: to _
Howard Hinnant
2010-05-18 00:06:09 +00:00
d7d0113295[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.
Howard Hinnant
2010-05-17 21:55:46 +00:00
d90b0a41a8Got rid of more :: path names
Howard Hinnant
2010-05-17 20:38:02 +00:00
2bc36fcff3[rand.dist.norm.lognormal]
Howard Hinnant
2010-05-17 18:31:53 +00:00
c2b0dc7e33[rand.dist.pois.extreme]
Howard Hinnant
2010-05-17 16:21:56 +00:00
34e8a57b76[rand.dist.bern.geo]
Howard Hinnant
2010-05-17 13:44:27 +00:00
f2fe5d5a61[rand.dist.bern.negbin]
Howard Hinnant
2010-05-17 00:09:38 +00:00
df40dc6c1aBeefed up the tests for all of the distributions to include checks against the expected skewness and kurtosis
Howard Hinnant
2010-05-16 17:56:20 +00:00
9cb70437e2Replaced :: with _ in several path names
Howard Hinnant
2010-05-16 12:46:02 +00:00
4bd6cc9f30Replaced :: with _ in several path names
Howard Hinnant
2010-05-16 12:42:38 +00:00
9de6e30761[rand.dist.pois.weibull]
Howard Hinnant
2010-05-16 01:09:02 +00:00
97dc2f35c3[rand.dist.norm.chisq]
Howard Hinnant
2010-05-15 23:36:00 +00:00
6add8ddfefRevisited [rand.dist.bern.bin] and [rand.dist.pois.poisson] with better algorithms
Howard Hinnant
2010-05-15 21:36:23 +00:00
4ff556cf62[rand.dist.pois.poisson]
Howard Hinnant
2010-05-14 21:38:54 +00:00
56b373c97efix strip options and properly copy include/ext
Nick Kledzik
2010-05-14 20:22:09 +00:00
804b6e73d4add headers and implementation for <new>, <exception>, and <typeinfo>
Nick Kledzik
2010-05-14 20:19:37 +00:00
b75862d1a1change test case to verify unexpected() calls terminate - not is terminate
Nick Kledzik
2010-05-14 20:17:42 +00:00
f417abe683[rand.dist.pois.gamma]
Howard Hinnant
2010-05-14 18:43:10 +00:00
d0e811a37dweekly test results
Howard Hinnant
2010-05-13 20:10:39 +00:00
c7c4913b46partial [rand.dist.pois.gamma]
Howard Hinnant
2010-05-13 17:58:28 +00:00
bfa808e093wording.
Chris Lattner
2010-05-12 22:34:21 +00:00
f338249228wording
Chris Lattner
2010-05-12 22:33:00 +00:00
a5058d9a0dtweak from cjefferson
Chris Lattner
2010-05-12 22:30:22 +00:00
24173b81ddimprove the 'current status' section to say what *is* there in addition to what is not.
Chris Lattner
2010-05-12 22:21:15 +00:00
a64111c95a[rand.dist.norm.normal]
Howard Hinnant
2010-05-12 21:02:31 +00:00
30a840f5f0[rand.dist.pois.exp]
Howard Hinnant
2010-05-12 17:08:57 +00:00
5f9b133e2ctests for [rand.dist.bern.bin]
Howard Hinnant
2010-05-12 13:33:11 +00:00
9e52d5ab2bPruned test results to just the past 6 months
Howard Hinnant
2010-05-12 13:31:10 +00:00
03aad81afd[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.
Howard Hinnant
2010-05-11 23:26:59 +00:00
f5256e16dfWiped out some non-ascii characters that snuck into the copyright.
Howard Hinnant
2010-05-11 21:36:01 +00:00
a535ffd99dfix more links
Chris Lattner
2010-05-11 20:53:16 +00:00
76e1ffc603Fixed svn link
Howard Hinnant
2010-05-11 20:51:20 +00:00
4b748953a2cxx not cpp
Chris Lattner
2010-05-11 20:37:52 +00:00
58971966d3add css files, also, test commit.
Chris Lattner
2010-05-11 20:29:17 +00:00
8c21737c03updated web page with clang mailing list link
Howard Hinnant
2010-05-11 19:53:34 +00:00
bc8d3f97eblibcxx initial import
Howard Hinnant
2010-05-11 19:42:16 +00:00