Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | balances and values can now be iterated, to get at the component amounts | John Wiegley | 2004-09-08 | 1 | -0/+59 |
* | made value_t into a more complete type. amounts.py now works. | John Wiegley | 2004-09-08 | 1 | -3/+50 |
* | some fixes to value_t in python; still more work to go | John Wiegley | 2004-09-07 | 1 | -0/+2 |
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -45/+34 |
* | redid the way amount_t::commodity is handled; no more direct access | John Wiegley | 2004-08-29 | 1 | -25/+27 |
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -0/+15 |
* | fixed another memory strangeness (too much destruction) | John Wiegley | 2004-08-26 | 1 | -0/+1 |
* | added usual operator | John Wiegley | 2004-08-25 | 1 | -0/+3 |
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -671/+355 |
* | moved code from value.h into value.cc | John Wiegley | 2004-08-21 | 1 | -0/+893 |