Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+3 |
| | |||||
* | The optimized build could not run 'make fullcheck' | John Wiegley | 2009-03-02 | 1 | -2/+2 |
| | |||||
* | Compilation verification code only with debugging | John Wiegley | 2009-02-16 | 1 | -2/+8 |
| | | | | | | Previously, --verify would work even if the sources were built with default options. However, in the interests of performance, --verify is now only available if --enable-debug was passed to configure. | ||||
* | Reorganized Ledger so that it builds as 7 separate libraries. This is mainly | John Wiegley | 2009-01-25 | 1 | -10/+4 |
| | | | | to prove to myself that it has proper decoupling between prior code areas. | ||||
* | Increase code coverage of the unit tests. | John Wiegley | 2008-08-13 | 1 | -0/+1 |
| | |||||
* | 'make check' is now working again. Also, conversion from amount_t to/from | John Wiegley | 2008-07-27 | 1 | -3/+0 |
| | | | | | | | double has been disabled, because I am no longer packaging the gdtoa library with Ledger (because double conversion really has nothing to do with what Ledger does). If you wish to use it, you can find gdtoa in cpp-rewrite-2006, under a sub-directory of the same name. | ||||
* | Exchanged old test files for the new testing code in was-v3.0. | John Wiegley | 2008-05-08 | 1 | -0/+115 |