summaryrefslogtreecommitdiff
path: root/tests/corelib/numerics/CommodityAmount.cc
Commit message (Collapse)AuthorAgeFilesLines
* Restructured the code to use the new utility code in utils.h.John Wiegley2008-04-131-23/+23
|
* All system headers (except Boost) now included through system.hh;John Wiegley2008-04-131-3/+0
| | | | | also, added support for pre-compiled headers since I'm now using a centralized resource for system headers.
* Did some optimization and memory cleanupJohn Wiegley2008-04-131-72/+75
|
* Made the amount/balance/value interface a bit more rational; addedJohn Wiegley2008-04-131-21/+9
| | | | | | 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.
* Added initialize Commodity test file.John Wiegley2008-04-131-20/+0
|
* Added stubs for several more commodity tests.John Wiegley2008-04-131-0/+53
|
* Completed commodity math tests.John Wiegley2008-04-131-64/+98
|
* Got most of the commodity tests working, save multiplication and division.John Wiegley2008-04-131-236/+325
|
* Started adding commodity testsJohn Wiegley2008-04-131-0/+552