summaryrefslogtreecommitdiff
path: root/option.h
Commit message (Collapse)AuthorAgeFilesLines
* Revised the way that exceptions are thrown around. Instead of context being aJohn Wiegley2008-07-311-1/+1
| | | | | | | complicated string of pointers, it's now just a global block of text that gets appended to as the error is being thrown up, and can be displayed at the catch point if desired. There are almost no cases where a thrown exception will not result in an error message being displayed to the user.
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-5/+4
| | | | | | | old system (for example, the meaning of 'a') has yet to be restored. In the new scheme, this will be done by definition a function outside of the value expression logic, rather than the tight coupling between journal innards and value expressions that occurred in 2.x.
* Updated all copyright messages to 2003-2008.John Wiegley2008-07-271-1/+1
|
* Brought in the final round of 3.0 code, although it does not compile yet:John Wiegley2008-07-201-31/+39
| | | | report, session, parts of xpath, main, journal, option.
* 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
| | | | not fully correct.
* *** 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