summaryrefslogtreecommitdiff
path: root/times.cc
Commit message (Collapse)AuthorAgeFilesLines
* Restructured the code to use the new utility code in utils.h.John Wiegley2008-04-131-1/+1
|
* All system headers (except Boost) now included through system.hh;John Wiegley2008-04-131-4/+0
| | | | | also, added support for pre-compiled headers since I'm now using a centralized resource for system headers.
* All tests now working again. Reduced size of entity_t andJohn Wiegley2008-04-131-16/+9
| | | | transaction_t considerably.
* Did some optimization and memory cleanupJohn Wiegley2008-04-131-1/+1
|
* More refactoringJohn Wiegley2008-04-131-69/+22
|
* Made the amount/balance/value interface a bit more rational; addedJohn Wiegley2008-04-131-1/+15
| | | | | | back a useless version of the register command (just to prove the command sequence); and added smart XML semantics to the XPath implementation so that nodes can be coerced to values.
* Changed date parser to use lex/yacc.John Wiegley2008-04-131-1/+87
|
* Initial round of changes to use boost_date_timeJohn Wiegley2008-04-131-0/+7