Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** no comment *** | John Wiegley | 2008-04-13 | 6 | -72/+83 |
| | |||||
* | Corrected build problems. | John Wiegley | 2008-04-13 | 6 | -44/+192 |
| | |||||
* | Merge branch 'master' of /Users/johnw/src/ledger/master/ | John Wiegley | 2008-04-13 | 1 | -43/+10 |
| | |||||
* | Merged ../commodity_pool | John Wiegley | 2008-04-13 | 8 | -8/+42 |
| | |||||
* | Revised how commodities are dealt with. | John Wiegley | 2008-04-13 | 31 | -903/+1134 |
| | |||||
* | Added code to use boost::lexical_cast<>. | John Wiegley | 2008-04-13 | 8 | -21/+22 |
| | |||||
* | In the middle of revising commodities. | John Wiegley | 2008-04-13 | 4 | -43/+42 |
| | |||||
* | Added missing curly braces. | John Wiegley | 2008-04-13 | 1 | -3/+5 |
| | |||||
* | More organization of amount code. | John Wiegley | 2008-04-13 | 4 | -205/+237 |
| | |||||
* | Added much documentation to amount.h | John Wiegley | 2008-04-13 | 6 | -579/+833 |
| | |||||
* | First round of using boost/operators is done. | John Wiegley | 2008-04-13 | 7 | -25/+73 |
| | |||||
* | Got things compiling with boost/operators.hpp | John Wiegley | 2008-04-13 | 3 | -37/+26 |
| | |||||
* | More work to use boost/operators.hpp. | John Wiegley | 2008-04-13 | 16 | -523/+319 |
| | |||||
* | In the middle of switching to using boost/operators.hpp | John Wiegley | 2008-04-13 | 17 | -1998/+1468 |
| | |||||
* | Got tracing code working again. | John Wiegley | 2008-04-13 | 5 | -15/+25 |
| | |||||
* | Started using boost::optional<T>. | John Wiegley | 2008-04-13 | 37 | -697/+658 |
| | |||||
* | Changes to TODO file. | John Wiegley | 2008-04-13 | 0 | -0/+0 |
| | |||||
* | Added use of boost::optional<> to amount.h | John Wiegley | 2008-04-13 | 17 | -118/+243 |
| | |||||
* | Did more work on the utility code. | John Wiegley | 2008-04-13 | 42 | -962/+972 |
| | |||||
* | Changed some of the logging macro names. | John Wiegley | 2008-04-13 | 19 | -181/+202 |
| | |||||
* | Removed generated header file. | John Wiegley | 2008-04-13 | 1 | -12/+0 |
| | |||||
* | Rearranged the sources a bit. | John Wiegley | 2008-04-13 | 116 | -1263/+593 |
| | |||||
* | Got make distcheck to work again. | John Wiegley | 2008-04-13 | 3 | -43/+45 |
| | |||||
* | Changes to make 'make dist' work. | John Wiegley | 2008-04-13 | 2 | -3/+4 |
| | |||||
* | Everything works with optimization turned on now. | John Wiegley | 2008-04-13 | 11 | -85/+158 |
| | |||||
* | Enable tracing by default (because it's cheap if --trace is not being | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | | | | used). | ||||
* | Report ledger shutting down even if verify is not being used. | John Wiegley | 2008-04-13 | 1 | -1/+3 |
| | |||||
* | Beat the timing and tracing code into shape. | John Wiegley | 2008-04-13 | 6 | -57/+113 |
| | |||||
* | Pounded the logging and memory tracing code into better shape. | John Wiegley | 2008-04-13 | 16 | -276/+516 |
| | |||||
* | Moved around the Python code. | John Wiegley | 2008-04-13 | 30 | -1243/+1164 |
| | |||||
* | Restructured the code to use the new utility code in utils.h. | John Wiegley | 2008-04-13 | 45 | -1150/+1264 |
| | |||||
* | Further corrections after attempting to compile. | John Wiegley | 2008-04-13 | 6 | -131/+103 |
| | |||||
* | More work done toward rearranging the utility code. | John Wiegley | 2008-04-13 | 10 | -569/+552 |
| | |||||
* | All system headers (except Boost) now included through system.hh; | John Wiegley | 2008-04-13 | 70 | -4364/+320 |
| | | | | | also, added support for pre-compiled headers since I'm now using a centralized resource for system headers. | ||||
* | Moved all system includes into system.hh; added support for using system.hh ↵ | John Wiegley | 2008-04-13 | 2 | -0/+110 |
| | | | | as a pre-compiled header | ||||
* | Re-enabled tracing code in debug mode. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Added missing destructor. | John Wiegley | 2008-04-13 | 1 | -0/+4 |
| | |||||
* | All tests now working again. Reduced size of entity_t and | John Wiegley | 2008-04-13 | 18 | -238/+287 |
| | | | | transaction_t considerably. | ||||
* | Reduced memory consumption of register report. | John Wiegley | 2008-04-13 | 12 | -79/+177 |
| | |||||
* | Stubbed out an assert. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Removed bogus default arguments. | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -58/+19 |
| | |||||
* | Fixes to .am file. | John Wiegley | 2008-04-13 | 1 | -6/+4 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -2/+0 |
| | |||||
* | A comment change. | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | Added an ignore file for git. | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | Optimized XML auto-doc memory usage | John Wiegley | 2008-04-13 | 3 | -36/+56 |
| | |||||
* | Decreased memory usage considerably | John Wiegley | 2008-04-13 | 22 | -363/+340 |
| | |||||
* | Did some optimization and memory cleanup | John Wiegley | 2008-04-13 | 60 | -953/+1232 |
| |