summaryrefslogtreecommitdiff
path: root/option.cc
Commit message (Expand)AuthorAgeFilesLines
* make config_t visible to Python; almost possible to implement main.cc in main.pyJohn Wiegley2004-09-141-27/+40
* switch from using deque back to list; affects speed by up to 30%!John Wiegley2004-09-061-8/+8
* a bit of a reorg; still much more to goJohn Wiegley2004-08-291-22/+111
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-3/+3
* removed all uses of std::vector; simplified some codeJohn Wiegley2004-08-241-4/+2
* a few fixesJohn Wiegley2004-08-241-1/+2
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-0/+2
* added missing headerJohn Wiegley2004-08-171-0/+1
* several significant speed improvements (removed excessive copying of strings)John Wiegley2004-08-171-6/+15
* slight fixesJohn Wiegley2004-08-171-5/+4
* performance tweaksJohn Wiegley2004-08-131-0/+2
* more options fixesJohn Wiegley2004-08-131-18/+29
* added option.cc and option.hJohn Wiegley2004-08-131-0/+132