Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -2/+1 |
| | |||||
* | Added builder.h | John Wiegley | 2008-04-13 | 4 | -7/+97 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 2 | -4/+8 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 2 | -8/+15 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Fixed verify.sh | John Wiegley | 2008-04-13 | 2 | -1/+26 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -12/+66 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 2 | -37/+83 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 2 | -83/+37 |
| | |||||
* | Corrected Python build. | John Wiegley | 2008-04-13 | 7 | -16/+18 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 2 | -327/+88 |
| | |||||
* | Removed references to expat and xmlparse. | John Wiegley | 2008-04-13 | 1 | -14/+14 |
| | |||||
* | Corrected configure.in. | John Wiegley | 2008-04-13 | 3 | -413/+170 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -6/+6 |
| | |||||
* | Added .elc files to DISTCLEANFILES. | John Wiegley | 2008-04-13 | 1 | -1/+3 |
| | |||||
* | Execute UnitTests$(EXEEXT). | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 1 | -1/+3 |
| | |||||
* | *** no comment *** | John Wiegley | 2008-04-13 | 4 | -46/+27 |
| | |||||
* | 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 |
| |