summaryrefslogtreecommitdiff
path: root/amount.h
Commit message (Expand)AuthorAgeFilesLines
* Decreased memory usage considerablyJohn Wiegley2008-04-131-16/+16
* Did some optimization and memory cleanupJohn Wiegley2008-04-131-47/+67
* More refactoringJohn Wiegley2008-04-131-22/+20
* Made the amount/balance/value interface a bit more rational; addedJohn Wiegley2008-04-131-16/+10
* Added some comments.John Wiegley2008-04-131-43/+58
* We now compile with boost_date_time (although parts of the code haveJohn Wiegley2008-04-131-0/+13
* Initial round of changes to use boost_date_timeJohn Wiegley2008-04-131-81/+67
* changesJohn Wiegley2008-04-131-2/+0
* Added stubs for several more commodity tests.John Wiegley2008-04-131-0/+3
* Completed commodity math tests.John Wiegley2008-04-131-2/+22
* Got most of the commodity tests working, save multiplication and division.John Wiegley2008-04-131-0/+6
* Started adding commodity testsJohn Wiegley2008-04-131-1/+1
* Finished uncommoditized amount unit tests.John Wiegley2008-04-131-9/+19
* make distcheck now works.John Wiegley2008-04-131-0/+33
* Miscellaneous changesJohn Wiegley2008-04-131-1/+8
* Cleared out all warnings; started work on getting Python up again.John Wiegley2008-04-131-32/+90
* Check in all changes made so far toward 3.0.John Wiegley2008-04-131-77/+63
* *** empty log message ***John Wiegley2008-04-131-4/+6
* *** empty log message ***John Wiegley2008-04-131-1/+1
* Reworked the way date/times are handled.John Wiegley2008-04-131-25/+26
* Further refinement of commodity lot information.John Wiegley2008-04-131-2/+13
* *** empty log message ***John Wiegley2008-04-131-0/+4
* *** empty log message ***John Wiegley2008-04-131-9/+15
* *** empty log message ***John Wiegley2008-04-131-11/+10
* *** empty log message ***John Wiegley2008-04-131-23/+0
* *** empty log message ***John Wiegley2008-04-131-21/+13
* *** empty log message ***John Wiegley2008-04-131-0/+1
* Added --ansi and --ansi-invert options.John Wiegley2008-04-131-28/+28
* Added much better error location.John Wiegley2008-04-131-7/+3
* Added a DATETIME value type.John Wiegley2008-04-131-5/+9
* *** empty log message ***John Wiegley2008-04-131-15/+15
* *** empty log message ***John Wiegley2008-04-131-23/+69
* Began support for improved commodity handling.John Wiegley2008-04-131-15/+4
* Began support for improved commodity handling.John Wiegley2008-04-131-105/+220
* Further improvements to lot pricing.John Wiegley2008-04-131-2/+16
* Checked in all major updates.John Wiegley2008-04-131-16/+55
* *** empty log message ***John Wiegley2008-04-131-3/+1
* Changes to support building with gcc 2.95.John Wiegley2008-04-131-10/+1
* (class commodity_t): Added commodity_t::default_commodity.John Wiegley2008-04-131-0/+1
* updated to version 2.0John Wiegley2008-04-131-0/+443
* changesJohn Wiegley2008-04-131-417/+0
* corrected a small problem with conversion of numeric types to amount_t'sJohn Wiegley2004-09-251-17/+14
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-231-0/+1
* fixed several issues in value_t's coreJohn Wiegley2004-09-211-27/+53
* improvements to python exposure of commodity_tJohn Wiegley2004-09-111-4/+5
* change commodity->symbol to const, and added set_symbolJohn Wiegley2004-09-101-14/+16
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-16/+53
* redid the way amount_t::commodity is handled; no more direct accessJohn Wiegley2004-08-291-14/+52
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-11/+11
* read all binary data in at one go; gains 33%John Wiegley2004-08-261-0/+1