summaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Collapse)AuthorAgeFilesLines
* fix minor issuestripun2014-08-181-5/+8
|
* add additional tests for sequence_t and fix the old onestripun2014-08-181-22/+50
|
* add test for sequenc_t in value_ttripun2014-08-181-0/+32
|
* add unit test Negation for valuetripun2014-08-181-0/+46
|
* minor additionstripun2014-08-181-0/+1
|
* add test for zero for valuetripun2014-08-181-0/+57
|
* check Type unit test for valuetripun2014-08-181-0/+50
|
* add Division unit test for valuetripun2014-08-181-0/+63
|
* remove some statements until sequence multiplication run-time error is fixedtripun2014-08-181-11/+0
|
* add Multiplication unit test for valuetripun2014-08-181-0/+79
|
* add unit test subtraction for valuetripun2014-08-181-0/+93
|
* add whitespacestripun2014-08-171-4/+4
|
* add unit test Addition for valuetripun2014-08-171-0/+102
|
* add unit test of equality for valuetripun2014-08-171-0/+64
|
* add assignment unit test for valuetripun2014-08-171-0/+35
|
* add constructors unit test for valuetripun2014-08-171-0/+35
|
* initialize value fixturetripun2014-08-161-0/+37
|
* add t_value unit testtripun2014-08-152-1/+1
|
* Revert "add unit test printing for balance_t" until issue is fixed.tripun2014-08-111-31/+0
| | | | | | Getting different output on system than travis-ci. This reverts commit 272e3cb3799937dcd3c379de56b299a3cbde52ca.
* add unit test printing for balance_ttripun2014-08-111-0/+31
|
* add unit test of Zero for balance_ttripun2014-08-111-0/+26
|
* add unit test Truth for balance_ttripun2014-08-111-0/+20
|
* add unit test Round for balance_ttripun2014-08-111-0/+50
|
* add unit test Floor for balance_ttripun2014-08-111-0/+43
|
* add unit test Ceiling for balance_ttripun2014-08-111-0/+43
|
* add unit test Absolute for balance_ttripun2014-08-111-0/+25
|
* add unit test negation for balance_ttripun2014-08-111-0/+35
|
* add unit test for balance divisiontripun2014-08-111-0/+45
|
* add test for multiplicationtripun2014-08-111-0/+45
|
* edited subraction testtripun2014-08-111-1/+1
|
* add Equality unit test for balancetripun2014-08-111-2/+65
|
* added boost subtraction unit testtripun2014-08-111-0/+39
|
* added balance addition unit testtripun2014-08-111-4/+42
|
* add balance Test constructorstripun2014-08-111-2/+22
|
* Cosmetic change - format code consistentlyMartin Michlmayr2014-05-181-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 CMakeJohann Klähn2014-02-011-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/ceilJohann Klähn2013-01-151-0/+54
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-0/+17
|
* Tighten up argument passing related to fn_market()John Wiegley2012-03-111-3/+3
|
* Add support for valuation expressions on commoditiesJohn Wiegley2012-03-051-1/+1
|
* All tests are working again but oneJohn Wiegley2012-03-051-1/+1
|
* Fixed several unit testsJohn Wiegley2011-02-043-23/+29
|
* Use Boost.Test instead of CppUnitJohn Wiegley2011-02-0412-1209/+950
|
* Corrected a bug in report query parsingJohn Wiegley2010-06-191-4/+4
|
* Untabified all source filesJohn Wiegley2010-06-112-23/+23
|
* A further simplification of -V and -XJohn Wiegley2010-06-071-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 expressionsJohn Wiegley2010-06-011-4/+2
| | | | Fixes #210 / D4C2DD6F-8967-4FFC-BBBC-A941F9C53475
* Changed --european option to --decimal-commaJohn Wiegley2010-06-011-3/+3
| | | | Fixes #211 / 1736ACA5-5DE6-4826-AEB4-DB5B2A2217AC
* Fixed one of the ExprTestsJohn Wiegley2009-11-151-0/+2
|
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-092-115/+117
|