Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | ||||
* | [tests] Fix compiler warning | Alexis Hildebrandt | 2015-01-11 | 1 | -0/+3 |
| | |||||
* | Revert "add unit test printing for balance_t" until issue is fixed. | tripun | 2014-08-11 | 1 | -31/+0 |
| | | | | | | Getting different output on system than travis-ci. This reverts commit 272e3cb3799937dcd3c379de56b299a3cbde52ca. | ||||
* | add unit test printing for balance_t | tripun | 2014-08-11 | 1 | -0/+31 |
| | |||||
* | add unit test of Zero for balance_t | tripun | 2014-08-11 | 1 | -0/+26 |
| | |||||
* | add unit test Truth for balance_t | tripun | 2014-08-11 | 1 | -0/+20 |
| | |||||
* | add unit test Round for balance_t | tripun | 2014-08-11 | 1 | -0/+50 |
| | |||||
* | add unit test Floor for balance_t | tripun | 2014-08-11 | 1 | -0/+43 |
| | |||||
* | add unit test Ceiling for balance_t | tripun | 2014-08-11 | 1 | -0/+43 |
| | |||||
* | add unit test Absolute for balance_t | tripun | 2014-08-11 | 1 | -0/+25 |
| | |||||
* | add unit test negation for balance_t | tripun | 2014-08-11 | 1 | -0/+35 |
| | |||||
* | add unit test for balance division | tripun | 2014-08-11 | 1 | -0/+45 |
| | |||||
* | add test for multiplication | tripun | 2014-08-11 | 1 | -0/+45 |
| | |||||
* | edited subraction test | tripun | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | add Equality unit test for balance | tripun | 2014-08-11 | 1 | -2/+65 |
| | |||||
* | added boost subtraction unit test | tripun | 2014-08-11 | 1 | -0/+39 |
| | |||||
* | added balance addition unit test | tripun | 2014-08-11 | 1 | -4/+42 |
| | |||||
* | add balance Test constructors | tripun | 2014-08-11 | 1 | -2/+22 |
| | |||||
* | 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. | ||||
* | add unit tests for amount_t→floor/ceil | Johann Klähn | 2013-01-15 | 1 | -0/+54 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -0/+17 |
| | |||||
* | Tighten up argument passing related to fn_market() | John Wiegley | 2012-03-11 | 1 | -3/+3 |
| | |||||
* | Add support for valuation expressions on commodities | John Wiegley | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | All tests are working again but one | John Wiegley | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Fixed several unit tests | John Wiegley | 2011-02-04 | 3 | -23/+29 |
| | |||||
* | Use Boost.Test instead of CppUnit | John Wiegley | 2011-02-04 | 12 | -1209/+950 |
| | |||||
* | Corrected a bug in report query parsing | John Wiegley | 2010-06-19 | 1 | -4/+4 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 2 | -23/+23 |
| | |||||
* | A further simplification of -V and -X | John Wiegley | 2010-06-07 | 1 | -5/+5 |
| | | | | | | | | With -X COMM, all values are computed in terms of COMM, regardless. With -V, only secondary commodities will ever be computed, never primaries. Further, if a secondary commodities has an associated price, the valuation is done in terms of that price's commodity. | ||||
* | Further improved parsing of query expressions | John Wiegley | 2010-06-01 | 1 | -4/+2 |
| | | | | Fixes #210 / D4C2DD6F-8967-4FFC-BBBC-A941F9C53475 | ||||
* | Changed --european option to --decimal-comma | John Wiegley | 2010-06-01 | 1 | -3/+3 |
| | | | | Fixes #211 / 1736ACA5-5DE6-4826-AEB4-DB5B2A2217AC | ||||
* | Fixed one of the ExprTests | John Wiegley | 2009-11-15 | 1 | -0/+2 |
| | |||||
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 2 | -115/+117 |
| | |||||
* | Fixes to the Python unit tests | John Wiegley | 2009-10-28 | 1 | -16/+16 |
| | |||||
* | Disabled some of the expression tests under Python | John Wiegley | 2009-10-28 | 1 | -0/+32 |
| | |||||
* | Rewrote the report query parser | John Wiegley | 2009-10-28 | 2 | -0/+307 |
| | | | | | | It is now a full parser that parses report queries directly into value expression trees. These then get rendered into text so that other options may extend the expression. | ||||
* | Call times_initialize/shutdown in the unit tests | John Wiegley | 2009-10-25 | 6 | -2/+20 |
| | |||||
* | Don't increase precision so much when dividing | John Wiegley | 2009-06-15 | 1 | -20/+20 |
| | | | | | | | | | Slow the increase in internal precision when dividing amounts. Use "--debug amount.convert" if you wish to see this logic in action, if a case where incorrect rounding is suspected comes up. Fixes B68FFB0D-A9A0-479C-A6C0-68853F229333 | ||||
* | Rewrote the date interval parser/stepper | John Wiegley | 2009-03-23 | 1 | -3/+9 |
| | | | | | The new implementation uses boost::gregorian::date_duration objects, rather than manually stepping. | ||||
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 6 | -0/+12 |
| | |||||
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 2 | -0/+2 |
| | |||||
* | Corrected warnings g++-4.3.3 was complaining about | John Wiegley | 2009-02-28 | 1 | -5/+7 |
| | |||||
* | Be smarter about trimming off trailing zeroes | John Wiegley | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | Allow uncommoditized amounts to +/- with an amount | John Wiegley | 2009-02-25 | 1 | -6/+6 |
| | | | | Thus, you can say "$100 + 10" to increase it by $10. | ||||
* | Be smarter about printing uncommoditized amounts | John Wiegley | 2009-02-24 | 1 | -5/+5 |
| | |||||
* | Restored the use of Python unit tests | John Wiegley | 2009-02-24 | 10 | -50/+10 |
| | |||||
* | Added --exchange (-x) option | John Wiegley | 2009-02-22 | 1 | -5/+5 |
| | | | | | | | This is like -V, except it lets you specify the goal commodity to report in terms of, for example: reg -x CAD | ||||
* | Restored the --budget option | John Wiegley | 2009-02-20 | 1 | -9/+9 |
| |