Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All system headers (except Boost) now included through system.hh; | John Wiegley | 2008-04-13 | 1 | -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 and | John Wiegley | 2008-04-13 | 1 | -5/+7 |
| | | | | transaction_t considerably. | ||||
* | Made the amount/balance/value interface a bit more rational; added | John Wiegley | 2008-04-13 | 1 | -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 Wiegley | 2008-04-13 | 1 | -70/+52 |
| | |||||
* | We now compile with boost_date_time (although parts of the code have | John Wiegley | 2008-04-13 | 1 | -0/+101 |
been stubbed out as a result). |