Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tests] Set timezone for running tests | Alexis Hildebrandt | 2015-08-07 | 1 | -0/+2 |
| | | | | so that the tests run with a consistent environment. | ||||
* | Merge remote-tracking branch 'origin/master' into next | John Wiegley | 2015-08-04 | 1 | -1/+1 |
|\ | |||||
| * | add t_value unit test | tripun | 2014-08-15 | 1 | -1/+1 |
| | | |||||
* | | [tests] Remove compiler warnings for unit tests | Alexis Hildebrandt | 2015-07-28 | 1 | -0/+1 |
| | | | | | | | | | | | | warning: relational comparison result unused [-Wunused-comparison] BOOST_CHECK_THROW(x6 < x7, amount_error); ~~~^~~~ | ||||
* | | [tests] Fix Util and Math tests on Mac OS X | Alexis Hildebrandt | 2015-07-28 | 1 | -0/+6 |
|/ | | | | by explicitly linking the testing targets against Python | ||||
* | Cosmetic change - format code consistently | Martin Michlmayr | 2014-05-18 | 1 | -1/+1 |
| | | | | | Add a space between if and the opening bracket, between a closing round bracket and the following opening curly bracket, etc. | ||||
* | build shared library/python module, clean up CMake | Johann Klähn | 2014-02-01 | 1 | -1/+1 |
| | | | | | libledger will now be built as a shared library. You can 'import ledger' from python IFF you copy libledger.so to ledger.so or create a symlink. | ||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -0/+17 |