Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgraded automake file. | John Wiegley | 2008-04-13 | 7 | -122/+92 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+3 |
| | |||||
* | Copied over all of the C++ tests to Python again. | John Wiegley | 2008-04-13 | 10 | -221/+562 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -3/+1 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+6 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Added --local option to acprep. | John Wiegley | 2008-04-13 | 2 | -2/+61 |
| | |||||
* | Disabled compiler warnings from icc. | John Wiegley | 2008-04-13 | 12 | -18/+23 |
| | |||||
* | The unit tests for amount.cc now cover every part of the code except | John Wiegley | 2008-04-13 | 8 | -199/+398 |
| | | | | | | 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 | 4 | -235/+234 |
| | |||||
* | Added tests to complete coverage. | John Wiegley | 2008-04-13 | 4 | -3/+147 |
| | |||||
* | It is now an error to use an uninitialized amount for any operation | John Wiegley | 2008-04-13 | 4 | -176/+152 |
| | | | | other than is_null and parse. | ||||
* | Merge branch 'master' of /Users/johnw/src/ledger/master/ | John Wiegley | 2008-04-13 | 1 | -0/+9 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -9/+0 |
| | |||||
* | Added --boost-suffix. | John Wiegley | 2008-04-13 | 5 | -155/+64 |
| | |||||
* | Added --enable-boost-d flag. | John Wiegley | 2008-04-13 | 5 | -36/+96 |
| | |||||
* | Moved options around. | John Wiegley | 2008-04-13 | 1 | -5/+12 |
| | |||||
* | Removed --safe-opt. | John Wiegley | 2008-04-13 | 1 | -2/+0 |
| | |||||
* | Removed STLport reference. | John Wiegley | 2008-04-13 | 1 | -6/+0 |
| | |||||
* | Added --enable-boost-sd for linking about the static/debug variant of Boost. | John Wiegley | 2008-04-13 | 6 | -150/+210 |
| | |||||
* | Use valgrind if it's available. | John Wiegley | 2008-04-13 | 4 | -5/+20 |
| | |||||
* | Added target fullcheck. | John Wiegley | 2008-04-13 | 7 | -26/+44 |
| | |||||
* | Corrected memory crashes when running the register command. | John Wiegley | 2008-04-13 | 5 | -17/+35 |
| | |||||
* | Added new test files. | John Wiegley | 2008-04-13 | 13 | -285/+458 |
| | |||||
* | More test reorg. | John Wiegley | 2008-04-13 | 3 | -1344/+1370 |
| | |||||
* | Changed the filenames of the tests. | John Wiegley | 2008-04-13 | 33 | -1360/+1290 |
| | |||||
* | Reconfigure some of the operators. | John Wiegley | 2008-04-13 | 5 | -40/+29 |
| | |||||
* | Major restructuring of the value_t class. | John Wiegley | 2008-04-13 | 43 | -2219/+1360 |
| | |||||
* | Added COPYRIGHT notice to all files. | John Wiegley | 2008-04-13 | 82 | -50/+2491 |
| | |||||
* | Added by-value conversions to Python for bool. This allowed me to | John Wiegley | 2008-04-13 | 3 | -4/+38 |
| | | | | expose all of the amount_t members now. | ||||
* | Extended Python amount class. | John Wiegley | 2008-04-13 | 8 | -112/+114 |
| | |||||
* | Changed write methods to print. | John Wiegley | 2008-04-13 | 14 | -99/+255 |
| | |||||
* | Added a facility for handling scoped executions. | John Wiegley | 2008-04-13 | 4 | -44/+94 |
| | |||||
* | Changed commodity_t to use flags.h. | John Wiegley | 2008-04-13 | 2 | -40/+49 |
| | |||||
* | Rearranged many method names. | John Wiegley | 2008-04-13 | 23 | -200/+259 |
| | |||||
* | Removed some unnecessary variables. | John Wiegley | 2008-04-13 | 3 | -141/+153 |
| | |||||
* | Some slight reorg. | John Wiegley | 2008-04-13 | 4 | -139/+62 |
| | |||||
* | Added boost::optional support for using with Boost.Python. | John Wiegley | 2008-04-13 | 3 | -18/+93 |
| | |||||
* | Added code for converting ledger::string and boost::date_time to their | John Wiegley | 2008-04-13 | 11 | -25/+504 |
| | | | | respective Python counterparts. | ||||
* | Got PyUnitTests functioning again. | John Wiegley | 2008-04-13 | 4 | -17/+41 |
| | |||||
* | Work to get Python tests running again. | John Wiegley | 2008-04-13 | 6 | -111/+122 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 6 | -72/+83 |
| | |||||
* | Corrected build problems. | John Wiegley | 2008-04-13 | 6 | -44/+192 |
| | |||||
* | Merge branch 'master' of /Users/johnw/src/ledger/master/ | John Wiegley | 2008-04-13 | 1 | -43/+10 |
| | |||||
* | Merged ../commodity_pool | John Wiegley | 2008-04-13 | 8 | -8/+42 |
| | |||||
* | Revised how commodities are dealt with. | John Wiegley | 2008-04-13 | 31 | -903/+1134 |
| | |||||
* | Added code to use boost::lexical_cast<>. | John Wiegley | 2008-04-13 | 8 | -21/+22 |
| |