Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The unit tests for amount.cc now cover every part of the code except | John Wiegley | 2008-04-13 | 1 | -6/+13 |
| | | | | | | 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 | -7/+0 |
| | |||||
* | It is now an error to use an uninitialized amount for any operation | John Wiegley | 2008-04-13 | 1 | -1/+4 |
| | | | | other than is_null and parse. | ||||
* | Major restructuring of the value_t class. | John Wiegley | 2008-04-13 | 1 | -11/+23 |
| | |||||
* | Added COPYRIGHT notice to all files. | John Wiegley | 2008-04-13 | 1 | -15/+15 |
| | |||||
* | Extended Python amount class. | John Wiegley | 2008-04-13 | 1 | -17/+22 |
| | |||||
* | Rearranged many method names. | John Wiegley | 2008-04-13 | 1 | -30/+29 |
| | |||||
* | Removed some unnecessary variables. | John Wiegley | 2008-04-13 | 1 | -4/+8 |
| | |||||
* | Some slight reorg. | John Wiegley | 2008-04-13 | 1 | -63/+22 |
| | |||||
* | Work to get Python tests running again. | John Wiegley | 2008-04-13 | 1 | -4/+7 |
| | |||||
* | Revised how commodities are dealt with. | John Wiegley | 2008-04-13 | 1 | -52/+100 |
| | |||||
* | Added much documentation to amount.h | John Wiegley | 2008-04-13 | 1 | -99/+424 |
| | |||||
* | First round of using boost/operators is done. | John Wiegley | 2008-04-13 | 1 | -9/+19 |
| | |||||
* | Got things compiling with boost/operators.hpp | John Wiegley | 2008-04-13 | 1 | -2/+12 |
| | |||||
* | More work to use boost/operators.hpp. | John Wiegley | 2008-04-13 | 1 | -36/+26 |
| | |||||
* | In the middle of switching to using boost/operators.hpp | John Wiegley | 2008-04-13 | 1 | -489/+71 |
| | |||||
* | Started using boost::optional<T>. | John Wiegley | 2008-04-13 | 1 | -31/+33 |
| | |||||
* | Added use of boost::optional<> to amount.h | John Wiegley | 2008-04-13 | 1 | -18/+23 |
| | |||||
* | Did more work on the utility code. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Rearranged the sources a bit. | John Wiegley | 2008-04-13 | 1 | -0/+760 |