Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move garbage-input.dat to test case using it | Tim Landscheidt | 2019-01-22 | 1 | -30/+30 |
| | |||||
* | Fix test file regress/25A099C9.test. | thdox | 2015-07-31 | 1 | -33/+51 |
| | |||||
* | Revert "Disable three tests preventing Jenkins from succeeding" | thdox | 2015-07-31 | 1 | -0/+43 |
| | | | | This reverts commit 8d1067c89c1c283accfeebb1ff35276b8eb35749. | ||||
* | Disable three tests preventing Jenkins from succeeding | John Wiegley | 2013-06-19 | 1 | -43/+0 |
| | | | | | | These aren't actually failures, just issues with the way that Jenkins works on my system (mainly because ~/.jenkins is a symlink pointing at another volume). | ||||
* | Divorces 25A099C9 from the actual amount.h source file | Craig Earls | 2013-01-30 | 1 | -21/+21 |
| | | | | | | | This test appears to test the garbage input handling on ledger. garbage-input.dat has been added to the test directory for use by this test, allowing development with amount.h to proceed without tripping this particular test inappropriately | ||||
* | Fixed a regression test | John Wiegley | 2012-11-12 | 1 | -10/+10 |
| | |||||
* | Always store absolute paths internally | John Wiegley | 2012-08-02 | 1 | -20/+20 |
| | |||||
* | Never price commodities using annotated commodities | John Wiegley | 2012-03-30 | 1 | -10/+10 |
| | |||||
* | Simplified a regression test | John Wiegley | 2012-03-17 | 1 | -21/+21 |
| | |||||
* | Improved error reports about leading whitespace | John Wiegley | 2012-03-16 | 1 | -1169/+1 |
| | |||||
* | Unexpected initial whitespace is an error (again) | John Wiegley | 2012-03-16 | 1 | -1/+1195 |
| | | | | Fixes #565 | ||||
* | Tighten up argument passing related to fn_market() | John Wiegley | 2012-03-11 | 1 | -6/+6 |
| | |||||
* | Added amount_t::commodity_ptr() | John Wiegley | 2012-03-09 | 1 | -6/+6 |
| | |||||
* | All tests are working again but one | John Wiegley | 2012-03-05 | 1 | -6/+6 |
| | |||||
* | Changed testing format to aid with debugging | John Wiegley | 2011-02-12 | 1 | -5/+3 |
| | |||||
* | New display flag AMOUNT_PRINT_ELIDE_COMMODITY_QUOTES | John Wiegley | 2010-06-09 | 1 | -6/+6 |
| | | | | | | | | This is used by reports like register and balance so that separated commodities without spaces in them needed be surrounded by quotes. It will still occur in most other places. Fixes #200 / F82CF11F-BFD9-4512-A562-202B04B68051 | ||||
* | A further simplification of -V and -X | John Wiegley | 2010-06-07 | 1 | -6/+6 |
| | | | | | | | | 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. | ||||
* | amount_t::print and value_t::print now use flags | John Wiegley | 2010-06-07 | 1 | -4/+4 |
| | |||||
* | A little bit of code cleanup | John Wiegley | 2010-06-04 | 1 | -7/+7 |
| | |||||
* | Minor optimization of amount_t::operator* | John Wiegley | 2010-06-03 | 1 | -6/+6 |
| | |||||
* | Optimized amount_t::in_place_truncate | John Wiegley | 2010-05-26 | 1 | -6/+6 |
| | |||||
* | Fixed a regression test due to changes in amount.h | John Wiegley | 2009-11-20 | 1 | -6/+6 |
| | |||||
* | Many improvements to Ledger's Python bindings | John Wiegley | 2009-11-19 | 1 | -6/+6 |
| | |||||
* | Automated postings defer amount expression calculation | John Wiegley | 2009-11-11 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | This allows for value expressions to be used which reference the incoming posting, for example: = Income:Clients: (Liabilities:Taxes:VAT1) (floor(amount) * 1) (Liabilities:Taxes:VAT2) 0.19 2009/07/27 * Invoice Assets:Bank:Checking $1,190.45 Income:Clients:ACME_Inc The automated posting for VAT1 will use the floored amount multiplied by a factor, while the posting for VAT2 multiples the whole amount as before. | ||||
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 1 | -6/+6 |
| | |||||
* | Added several new regression tests | John Wiegley | 2009-11-02 | 1 | -0/+19 |