Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make config_t visible to Python; almost possible to implement main.cc in main.py | John Wiegley | 2004-09-14 | 1 | -5/+8 |
| | |||||
* | switch from using deque back to list; affects speed by up to 30%! | John Wiegley | 2004-09-06 | 1 | -2/+2 |
| | |||||
* | a bit of a reorg; still much more to go | John Wiegley | 2004-08-29 | 1 | -29/+8 |
| | |||||
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -4/+4 |
| | |||||
* | removed all uses of std::vector; simplified some code | John Wiegley | 2004-08-24 | 1 | -6/+5 |
| | |||||
* | escape codes in format strings; can now redefine individual report formats | John Wiegley | 2004-08-22 | 1 | -4/+4 |
| | |||||
* | slight fixes | John Wiegley | 2004-08-17 | 1 | -5/+3 |
| | |||||
* | more options fixes | John Wiegley | 2004-08-13 | 1 | -2/+4 |
| | |||||
* | added option.cc and option.h | John Wiegley | 2004-08-13 | 1 | -0/+51 |