summaryrefslogtreecommitdiff
path: root/value.cc
Commit message (Collapse)AuthorAgeFilesLines
* Initial round of changes to use boost_date_timeJohn Wiegley2008-04-131-84/+80
|
* Cleared out all warnings; started work on getting Python up again.John Wiegley2008-04-131-243/+245
|
* Cleaned up warnings revealed by building with Xcode.John Wiegley2008-04-131-0/+3
|
* Removed all uses of PCH (which was far more trouble than it was worth).John Wiegley2008-04-131-6/+0
|
* Check in all changes made so far toward 3.0.John Wiegley2008-04-131-101/+1064
|
* *** empty log message ***John Wiegley2008-04-131-7/+7
|
* Reworked the way date/times are handled.John Wiegley2008-04-131-6/+6
|
* Several fixes to lot price handling.John Wiegley2008-04-131-0/+19
|
* *** empty log message ***John Wiegley2008-04-131-3/+1
|
* *** empty log message ***John Wiegley2008-04-131-6/+4
|
* *** empty log message ***John Wiegley2008-04-131-0/+49
|
* Added much better error location.John Wiegley2008-04-131-65/+114
|
* Added a DATETIME value type.John Wiegley2008-04-131-92/+268
|
* *** empty log message ***John Wiegley2008-04-131-242/+535
|
* Began support for improved commodity handling.John Wiegley2008-04-131-13/+38
|
* (read_binary_journal): Fixed a tiny memory leak when reading from aJohn Wiegley2008-04-131-0/+271
| | | | binary cache.
* *** empty log message ***John Wiegley2008-04-131-2/+1
|
* Further improvements to lot pricing.John Wiegley2008-04-131-27/+20
|
* Checked in all major updates.John Wiegley2008-04-131-0/+32
|
* Removed Python integration support.John Wiegley2008-04-131-270/+0
|
* updated to version 2.0John Wiegley2008-04-131-0/+1062
|
* changesJohn Wiegley2008-04-131-787/+0
|
* fixed another value_t comparison issueJohn Wiegley2004-09-251-6/+6
|
* added pysample.dat, which provides a more realistic example of using PythonJohn Wiegley2004-09-251-0/+1
|
* added support for "equity" in main.pyJohn Wiegley2004-09-241-0/+2
|
* fixed several issues in value_t's coreJohn Wiegley2004-09-211-43/+88
|
* 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