Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructured the code to use the new utility code in utils.h. | John Wiegley | 2008-04-13 | 1 | -7/+3 |
| | |||||
* | 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. | ||||
* | Reduced memory consumption of register report. | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | |||||
* | Optimized XML auto-doc memory usage | John Wiegley | 2008-04-13 | 1 | -2/+0 |
| | |||||
* | Decreased memory usage considerably | John Wiegley | 2008-04-13 | 1 | -19/+21 |
| | |||||
* | Did some optimization and memory cleanup | John Wiegley | 2008-04-13 | 1 | -12/+12 |
| | |||||
* | More refactoring | John Wiegley | 2008-04-13 | 1 | -11/+11 |
| | |||||
* | Made the amount/balance/value interface a bit more rational; added | John Wiegley | 2008-04-13 | 1 | -16/+17 |
| | | | | | | 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. | ||||
* | Initial round of changes to use boost_date_time | John Wiegley | 2008-04-13 | 1 | -40/+62 |
| | |||||
* | Cleared out all warnings; started work on getting Python up again. | John Wiegley | 2008-04-13 | 1 | -119/+120 |
| | |||||
* | Check in all changes made so far toward 3.0. | John Wiegley | 2008-04-13 | 1 | -43/+163 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Several fixes to lot price handling. | John Wiegley | 2008-04-13 | 1 | -0/+8 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+19 |
| | |||||
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -11/+1 |
| | |||||
* | Added a DATETIME value type. | John Wiegley | 2008-04-13 | 1 | -39/+33 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -31/+65 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -4/+5 |
| | |||||
* | Further improvements to lot pricing. | John Wiegley | 2008-04-13 | 1 | -3/+5 |
| | |||||
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -1/+2 |
| | |||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+395 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -383/+0 |
| | |||||
* | added support for "equity" in main.py | John Wiegley | 2004-09-24 | 1 | -2/+10 |
| | |||||
* | fixed several issues in value_t's core | John Wiegley | 2004-09-21 | 1 | -4/+43 |
| | |||||
* | added more math operators for value_t types | John Wiegley | 2004-09-14 | 1 | -0/+17 |
| | |||||
* | made value_t into a more complete type. amounts.py now works. | John Wiegley | 2004-09-08 | 1 | -0/+118 |
| | |||||
* | some fixes to value_t in python; still more work to go | John Wiegley | 2004-09-07 | 1 | -0/+21 |
| | |||||
* | changed constructors to downgrade BALANCE and BALANCE_PAIR types when possible | John Wiegley | 2004-09-06 | 1 | -2/+3 |
| | |||||
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -19/+18 |
| | |||||
* | fixed another memory strangeness (too much destruction) | John Wiegley | 2004-08-26 | 1 | -25/+44 |
| | |||||
* | slight cleanup | John Wiegley | 2004-08-23 | 1 | -2/+1 |
| | |||||
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -3/+32 |
| | |||||
* | fixes so that ledger will build optimized | John Wiegley | 2004-08-21 | 1 | -0/+1 |
| | |||||
* | moved code from value.h into value.cc | John Wiegley | 2004-08-21 | 1 | -887/+34 |
| | |||||
* | tracked down a tricky memory leak in value.h | John Wiegley | 2004-08-21 | 1 | -26/+16 |
| | |||||
* | speed improvements; my "bal" script is cut to a third | John Wiegley | 2004-08-17 | 1 | -0/+995 |