Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disabled compiler warnings from icc. | John Wiegley | 2008-04-13 | 1 | -2/+0 |
| | |||||
* | The unit tests for amount.cc now cover every part of the code except | John Wiegley | 2008-04-13 | 1 | -51/+52 |
| | | | | | | for two: those concerning annotated commodities (which will be covered in the t_commodity.cc tests) and reading of optimized amounts in the binary journal reader. | ||||
* | Move commodity-related parsing code from amount.cc into commodity.cc. | John Wiegley | 2008-04-13 | 1 | -225/+78 |
| | |||||
* | Added tests to complete coverage. | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | |||||
* | It is now an error to use an uninitialized amount for any operation | John Wiegley | 2008-04-13 | 1 | -68/+105 |
| | | | | other than is_null and parse. | ||||
* | Added target fullcheck. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Major restructuring of the value_t class. | John Wiegley | 2008-04-13 | 1 | -11/+31 |
| | |||||
* | Added COPYRIGHT notice to all files. | John Wiegley | 2008-04-13 | 1 | -12/+12 |
| | |||||
* | Changed write methods to print. | John Wiegley | 2008-04-13 | 1 | -4/+2 |
| | |||||
* | Rearranged many method names. | John Wiegley | 2008-04-13 | 1 | -60/+67 |
| | |||||
* | Removed some unnecessary variables. | John Wiegley | 2008-04-13 | 1 | -129/+137 |
| | |||||
* | Some slight reorg. | John Wiegley | 2008-04-13 | 1 | -48/+40 |
| | |||||
* | Revised how commodities are dealt with. | John Wiegley | 2008-04-13 | 1 | -152/+104 |
| | |||||
* | In the middle of revising commodities. | John Wiegley | 2008-04-13 | 1 | -4/+5 |
| | |||||
* | Added much documentation to amount.h | John Wiegley | 2008-04-13 | 1 | -472/+386 |
| | |||||
* | First round of using boost/operators is done. | John Wiegley | 2008-04-13 | 1 | -5/+43 |
| | |||||
* | More work to use boost/operators.hpp. | John Wiegley | 2008-04-13 | 1 | -91/+0 |
| | |||||
* | In the middle of switching to using boost/operators.hpp | John Wiegley | 2008-04-13 | 1 | -541/+156 |
| | |||||
* | Started using boost::optional<T>. | John Wiegley | 2008-04-13 | 1 | -112/+110 |
| | |||||
* | Added use of boost::optional<> to amount.h | John Wiegley | 2008-04-13 | 1 | -25/+38 |
| | |||||
* | Did more work on the utility code. | John Wiegley | 2008-04-13 | 1 | -52/+40 |
| | |||||
* | Changed some of the logging macro names. | John Wiegley | 2008-04-13 | 1 | -23/+23 |
| | |||||
* | Rearranged the sources a bit. | John Wiegley | 2008-04-13 | 1 | -0/+2041 |