summaryrefslogtreecommitdiff
path: root/regress-builder
Commit message (Collapse)AuthorAgeFilesLines
* having both enable-italk and enable-itrax is dumb. Chris Kuethe2006-12-281-4/+3
| | | | | | | now, all itrax features (including italk and $PFST) shall be controlled with enable-itrax. obviously i'm hacking on italk again, so make the italk driver compile again.
* Remove a now-irrelevant comment.Eric S. Raymond2006-12-151-4/+0
|
* regress-builder is done, until we get so many more drivers thatEric S. Raymond2006-12-151-23/+25
| | | | we need more serious search-space pruning.
* The compile-test framework has officially become smarter :-).Eric S. Raymond2006-12-151-6/+7
|
* With constraints, full regress build now takes less than five hours.Eric S. Raymond2006-12-151-6/+38
|
* Monte Carlo compile testing now works.Eric S. Raymond2006-12-151-2/+4
|
* And now with filtering.Eric S. Raymond2006-12-151-4/+8
|
* Better documentation of regress-builder.Eric S. Raymond2006-12-151-18/+27
|
* Translation of regress-builder into Python.Eric S. Raymond2006-12-151-63/+117
| | | | | Sequential method works, Monte Carlo is not yet tested, weighted Monte Carlo is not yet implemented.
* Check in regress-builder, after having used it to detect some minor buildEric S. Raymond2006-11-301-0/+72
problems created by the last big refactoring patch.