summaryrefslogtreecommitdiff
path: root/option.h
Commit message (Expand)AuthorAgeFilesLines
* Brought in the final round of 3.0 code, although it does not compile yet:John Wiegley2008-07-201-31/+39
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-14/+6
* Made separate modules for the csv command, since the prior method wasJohn Wiegley2008-04-131-1/+1
* *** empty log message ***John Wiegley2008-04-131-1/+1
* Added elision styles.John Wiegley2008-04-131-1/+1
* Reworked the way date/times are handled.John Wiegley2008-04-131-2/+2
* Several fixes to lot price handling.John Wiegley2008-04-131-0/+20
* Added much better error location.John Wiegley2008-04-131-7/+4
* Checked in all major updates.John Wiegley2008-04-131-21/+12
* Fixed some compiler complaints.John Wiegley2008-04-131-0/+1
* updated to version 2.0John Wiegley2008-04-131-0/+44
* changesJohn Wiegley2008-04-131-44/+0
* if a commodity price cannot be downloaded, report it as an errorJohn Wiegley2004-09-251-0/+12
* make config_t visible to Python; almost possible to implement main.cc in main.pyJohn Wiegley2004-09-141-5/+8
* switch from using deque back to list; affects speed by up to 30%!John Wiegley2004-09-061-2/+2
* a bit of a reorg; still much more to goJohn Wiegley2004-08-291-29/+8
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-4/+4
* removed all uses of std::vector; simplified some codeJohn Wiegley2004-08-241-6/+5
* escape codes in format strings; can now redefine individual report formatsJohn Wiegley2004-08-221-4/+4
* slight fixesJohn Wiegley2004-08-171-5/+3
* more options fixesJohn Wiegley2004-08-131-2/+4
* added option.cc and option.hJohn Wiegley2004-08-131-0/+51