summaryrefslogtreecommitdiff
path: root/tests/corelib/numerics/DateTime.cc
Commit message (Collapse)AuthorAgeFilesLines
* All system headers (except Boost) now included through system.hh;John Wiegley2008-04-131-6/+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-5/+7
| | | | transaction_t considerably.
* Made the amount/balance/value interface a bit more rational; addedJohn Wiegley2008-04-131-1/+1
| | | | | | 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-70/+52
|
* We now compile with boost_date_time (although parts of the code haveJohn Wiegley2008-04-131-0/+101
been stubbed out as a result).