Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pounded the logging and memory tracing code into better shape. | John Wiegley | 2008-04-13 | 1 | -0/+4 |
| | |||||
* | Moved around the Python code. | John Wiegley | 2008-04-13 | 2 | -9/+0 |
| | |||||
* | Restructured the code to use the new utility code in utils.h. | John Wiegley | 2008-04-13 | 3 | -27/+27 |
| | |||||
* | All system headers (except Boost) now included through system.hh; | John Wiegley | 2008-04-13 | 5 | -18/+6 |
| | | | | | 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 | 3 | -7/+17 |
| | | | | transaction_t considerably. | ||||
* | Reduced memory consumption of register report. | John Wiegley | 2008-04-13 | 4 | -0/+4 |
| | |||||
* | Did some optimization and memory cleanup | John Wiegley | 2008-04-13 | 3 | -82/+94 |
| | |||||
* | Made the amount/balance/value interface a bit more rational; added | John Wiegley | 2008-04-13 | 5 | -65/+23 |
| | | | | | | 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. | ||||
* | Added time parsing | John Wiegley | 2008-04-13 | 2 | -15/+14 |
| | |||||
* | 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 | 5 | -68/+137 |
| | | | | been stubbed out as a result). | ||||
* | Initial round of changes to use boost_date_time | John Wiegley | 2008-04-13 | 1 | -1/+14 |
| | |||||
* | Added initialize Commodity test file. | John Wiegley | 2008-04-13 | 4 | -28/+76 |
| | |||||
* | Added stubs for several more commodity tests. | John Wiegley | 2008-04-13 | 3 | -0/+83 |
| | |||||
* | Completed commodity math tests. | John Wiegley | 2008-04-13 | 4 | -480/+664 |
| | |||||
* | Got most of the commodity tests working, save multiplication and division. | John Wiegley | 2008-04-13 | 5 | -239/+433 |
| | |||||
* | Started adding commodity tests | John Wiegley | 2008-04-13 | 5 | -3/+1195 |
| | |||||
* | Finished uncommoditized amount unit tests. | John Wiegley | 2008-04-13 | 3 | -99/+445 |
| | |||||
* | Added a reference to gdtoa, for doing expected conversion of double to amount. | John Wiegley | 2008-04-13 | 2 | -100/+135 |
| | |||||
* | Added python tests. | John Wiegley | 2008-04-13 | 20 | -0/+0 |
| | |||||
* | Added python tests. | John Wiegley | 2008-04-13 | 6 | -0/+309 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Miscellaneous changes | John Wiegley | 2008-04-13 | 2 | -0/+0 |
| | |||||
* | Miscellaneous changes | John Wiegley | 2008-04-13 | 1 | -69/+51 |
| | |||||
* | Miscellaneous changes | John Wiegley | 2008-04-13 | 4 | -4/+4 |
| | |||||
* | Miscellaneous changes | John Wiegley | 2008-04-13 | 2 | -162/+162 |
| | |||||
* | Cleared out all warnings; started work on getting Python up again. | John Wiegley | 2008-04-13 | 1 | -0/+20 |
| | |||||
* | Check in all changes made so far toward 3.0. | John Wiegley | 2008-04-13 | 6 | -0/+946 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -2/+4 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -11/+9 |
| | |||||
* | Made separate modules for the csv command, since the prior method was | John Wiegley | 2008-04-13 | 1 | -2/+5 |
| | | | | not fully correct. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 41 | -0/+1645 |