summaryrefslogtreecommitdiff
path: root/src/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Many changes.John Wiegley2008-04-131-7/+5
|
* Changed all uses of scope_t * to scope_t&John Wiegley2008-04-131-0/+3
|
* Removed autoconf build products again. You must run acprep to prepareJohn Wiegley2008-04-131-0/+7
| | | | a working tree for building.
* Added builder.hJohn Wiegley2008-04-131-0/+3
|
* The unit tests for amount.cc now cover every part of the code exceptJohn Wiegley2008-04-131-0/+5
| | | | | | 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.
* Added code for converting ledger::string and boost::date_time to theirJohn Wiegley2008-04-131-0/+3
respective Python counterparts.