summaryrefslogtreecommitdiff
path: root/value.cc
Commit message (Expand)AuthorAgeFilesLines
* added more math operators for value_t typesJohn Wiegley2004-09-141-0/+20
* python integrated both ways (see sample.dat), and initialized on-demandJohn Wiegley2004-09-141-0/+24
* balances and values can now be iterated, to get at the component amountsJohn Wiegley2004-09-081-0/+59
* made value_t into a more complete type. amounts.py now works.John Wiegley2004-09-081-3/+50
* some fixes to value_t in python; still more work to goJohn Wiegley2004-09-071-0/+2
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-45/+34
* redid the way amount_t::commodity is handled; no more direct accessJohn Wiegley2004-08-291-25/+27
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-0/+15
* fixed another memory strangeness (too much destruction)John Wiegley2004-08-261-0/+1
* added usual operatorJohn Wiegley2004-08-251-0/+3
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-671/+355
* moved code from value.h into value.ccJohn Wiegley2004-08-211-0/+893