Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copied over all of the C++ tests to Python again. | John Wiegley | 2008-04-13 | 1 | -0/+8 |
| | |||||
* | Added use of boost::optional<> to amount.h | John Wiegley | 2008-04-13 | 2 | -17/+14 |
| | |||||
* | Rearranged the sources a bit. | John Wiegley | 2008-04-13 | 1 | -12/+0 |
| | |||||
* | All system headers (except Boost) now included through system.hh; | John Wiegley | 2008-04-13 | 2 | -2/+2 |
| | | | | | also, added support for pre-compiled headers since I'm now using a centralized resource for system headers. | ||||
* | We now compile with boost_date_time (although parts of the code have | John Wiegley | 2008-04-13 | 1 | -2/+0 |
| | | | | been stubbed out as a result). | ||||
* | Got make distcheck working (yet again). | John Wiegley | 2008-04-13 | 2 | -16/+16 |
| | |||||
* | Started adding commodity tests | John Wiegley | 2008-04-13 | 5 | -1320/+766 |
| | |||||
* | make distcheck now works. | John Wiegley | 2008-04-13 | 2 | -72/+401 |
| | |||||
* | Added all of the files necessary for building with configure (i.e., so | John Wiegley | 2008-04-13 | 1 | -0/+2 |
| | | | | running acprep is not necessary). | ||||
* | Added a reference to gdtoa, for doing expected conversion of double to amount. | John Wiegley | 2008-04-13 | 61 | -0/+39800 |