Commit message (Expand) | 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 | -27/+40 |
* | switch from using deque back to list; affects speed by up to 30%! | John Wiegley | 2004-09-06 | 1 | -8/+8 |
* | a bit of a reorg; still much more to go | John Wiegley | 2004-08-29 | 1 | -22/+111 |
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -3/+3 |
* | removed all uses of std::vector; simplified some code | John Wiegley | 2004-08-24 | 1 | -4/+2 |
* | a few fixes | John Wiegley | 2004-08-24 | 1 | -1/+2 |
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -0/+2 |
* | added missing header | John Wiegley | 2004-08-17 | 1 | -0/+1 |
* | several significant speed improvements (removed excessive copying of strings) | John Wiegley | 2004-08-17 | 1 | -6/+15 |
* | slight fixes | John Wiegley | 2004-08-17 | 1 | -5/+4 |
* | performance tweaks | John Wiegley | 2004-08-13 | 1 | -0/+2 |
* | more options fixes | John Wiegley | 2004-08-13 | 1 | -18/+29 |
* | added option.cc and option.h | John Wiegley | 2004-08-13 | 1 | -0/+132 |