Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Allow --options to be added by the user in Python | John Wiegley | 2012-03-01 | 1 | -2/+3 | |
| | ||||||
* | Propagate out parsing context counts | John Wiegley | 2012-03-01 | 1 | -3/+15 | |
| | ||||||
* | Fixed a typo | John Wiegley | 2012-03-01 | 1 | -1/+1 | |
| | ||||||
* | Was missing an assignment of context.scope | John Wiegley | 2012-03-01 | 1 | -0/+2 | |
| | ||||||
* | Added a new 'python' directive | John Wiegley | 2012-03-01 | 1 | -0/+62 | |
| | ||||||
* | Fixed a bug that was causing includes to crash | John Wiegley | 2012-03-01 | 1 | -0/+1 | |
| | | | | Fixes #661 | |||||
* | Started writing Python unit tests | John Wiegley | 2012-03-01 | 1 | -1/+1 | |
| | ||||||
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 1 | -245/+203 | |
| | ||||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 | |
| | ||||||
* | Removed incorrect session.h include in textual.cc | John Wiegley | 2012-02-29 | 1 | -1/+0 | |
| | ||||||
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 1 | -1/+1 | |
| | ||||||
* | Allow xact notes on periodic transactions | John Wiegley | 2012-02-28 | 1 | -3/+6 | |
| | | | | Fixes #448 | |||||
* | Fixed display problem in an error message | John Wiegley | 2012-02-28 | 1 | -2/+2 | |
| | ||||||
* | 'end apply' doesn't need a qualifier | John Wiegley | 2012-02-27 | 1 | -4/+4 | |
| | ||||||
* | Added a TODO comment | John Wiegley | 2012-02-27 | 1 | -0/+2 | |
| | ||||||
* | Added 'note' sub-directive to 'commodity' | John Wiegley | 2012-02-27 | 1 | -0/+2 | |
| | ||||||
* | Added a TODO comment | John Wiegley | 2012-02-27 | 1 | -0/+2 | |
| | ||||||
* | Implement the "tag" metadata directive | John Wiegley | 2012-02-27 | 1 | -13/+45 | |
| | ||||||
* | Implemented account and commodity directives | John Wiegley | 2012-02-27 | 1 | -95/+174 | |
| | ||||||
* | Output some line numbers with warnings | John Wiegley | 2012-02-27 | 1 | -2/+4 | |
| | ||||||
* | Added new account/payee/commodity directives | John Wiegley | 2012-02-27 | 1 | -179/+200 | |
| | | | | | Also added supporting options: --explicit, --permissive, --pedantic, as well as new behavior for --strict. | |||||
* | Added --rich-data for 'convert', and SHA1 checksum checking | John Wiegley | 2012-02-26 | 1 | -4/+6 | |
| | ||||||
* | Keep notes on their own line if parsed that way | John Wiegley | 2012-02-26 | 1 | -0/+2 | |
| | ||||||
* | Fixed many Clang type conversion warnings with static_cast | John Wiegley | 2012-02-17 | 1 | -11/+12 | |
| | ||||||
* | Added a missing call to context.close() in the parser | John Wiegley | 2012-02-17 | 1 | -0/+1 | |
| | ||||||
* | Fixes for variable shadowing (25/28) | John Wiegley | 2012-02-17 | 1 | -3/+4 | |
| | ||||||
* | Do not evaluate strings as booleans | John Wiegley | 2012-02-11 | 1 | -1/+1 | |
| | ||||||
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -5/+5 | |
| | ||||||
* | Removed unused variables | John Wiegley | 2011-08-18 | 1 | -4/+2 | |
| | ||||||
* | Rely on a default argument in textual.cc | John Wiegley | 2011-07-17 | 1 | -1/+1 | |
| | ||||||
* | Fix for Boost 1.46 and the new Filesystem library | John Wiegley | 2011-03-23 | 1 | -1/+1 | |
| | ||||||
* | Corrections to the regression tests | John Wiegley | 2011-03-03 | 1 | -2/+2 | |
| | ||||||
* | Support Boost 1.46 and Boost.Filesystem v3 | John Wiegley | 2011-02-28 | 1 | -1/+15 | |
| | ||||||
* | Added "comment" and "test" directives | John Wiegley | 2011-02-12 | 1 | -1/+20 | |
| | ||||||
* | Fixes for compilation as C++0x code | John Wiegley | 2011-02-04 | 1 | -1/+1 | |
| | ||||||
* | Scopes can now provide a description of themselves | John Wiegley | 2010-06-24 | 1 | -0/+4 | |
| | | | | | | This isn't being used yet, but it likely will to improve the information presented to users if their value expressions fail to compile or evaluate. | |||||
* | Added new "bold" modifier to query expressions | John Wiegley | 2010-06-22 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | For example: ledger bal assets bold checking Or you can use expressions: ledger bal assets bold '=total > 1000' This last is identical to saying: ledger bal -l 'account =~ /assets/' --bold-if='total > 1000' | |||||
* | Filename globs now surrounded by ^$ | John Wiegley | 2010-06-18 | 1 | -2/+2 | |
| | ||||||
* | Changes for building with Visual Studio 2008 | John Wiegley | 2010-06-15 | 1 | -4/+4 | |
| | ||||||
* | Revised how Ledger handles the "current year" | John Wiegley | 2010-06-14 | 1 | -25/+32 | |
| | | | | | Now when the Y directive sets the current year for a region, it affects everything, as if the clock really were set back to that year. | |||||
* | Fixed several misplaced parentheses | John Wiegley | 2010-06-13 | 1 | -4/+4 | |
| | ||||||
* | Added support for assert, check and expr directives | John Wiegley | 2010-06-13 | 1 | -18/+134 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These can occur in many places: ; Within an automated transaction, the assert is evaluated every time ; a posting is matched, with the expression context set to the ; matching posting. = /Food/ assert account("Expenses:Food").total >= $100 2010-06-12 Sample Expenses:Food $100 Assets:Checking ; At file scope, the expression is evaluated with "global" scope. assert account("Expenses:Food").total == $100 ; At the top of a transction, the assertion's scope is the ; transaction. After a posting, the scope is that posting. Note ; however that account totals are only adjusted after successful ; parsing of a transaction, which means that all the assertions below ; are true, even though it appears as though the middle posting should ; affect the total immediately (which is not the case). 2010-06-12 Sample 2 assert account("Expenses:Food").total == $100 Expenses:Food $50 assert account("Expenses:Food").total == $100 Assets:Checking assert account("Expenses:Food").total == $100 | |||||
* | Automated xacts may now contain "deferred tags" | John Wiegley | 2010-06-13 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | For example, consider the following automated transaction: = /Food/ ; Next Date:: date + 10 (Expenses:Tax) 1.00 ; Next Date:: date + 20 This will add a metadata field named 'Next Date' to the _matching posting_, with a value that is 10 days later than that posting. It will also generate a new posting for that transaction, whose amount is the same as the matching posting. Further, it will add a 'Next Date' metadata tag to the _generated posting_ whose value is 20 days later than the date of the matching posting. | |||||
* | Reformatted a comment | John Wiegley | 2010-06-13 | 1 | -3/+3 | |
| | ||||||
* | Fixed a spelling error | John Wiegley | 2010-06-13 | 1 | -3/+1 | |
| | ||||||
* | Minor whitespace fix | John Wiegley | 2010-06-13 | 1 | -3/+3 | |
| | ||||||
* | Add support for typed metadata | John Wiegley | 2010-06-12 | 1 | -6/+8 | |
| | | | | | | | | | | The metadata construct 'Key: Value' is now just a special case for 'Key:: "Value"'. Another after a :: in metadata setting is parsed as a full value expression and typed as such. For example: ; Key:: $400 + $500 ledger -l 'tag("Key") < $1000' | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -290/+290 | |
| | ||||||
* | Allow fixated costs, as well as prices | John Wiegley | 2010-06-10 | 1 | -0/+11 | |
| | | | | | | | | | You can now establish a fixated price automatically by way of a fixated cost. The syntax for this is: 2009/11/01 Sample Assets 1 apple @ =$0.10 Equity | |||||
* | Allow opt -NDEBUG build to complete without warnings | John Wiegley | 2010-06-04 | 1 | -0/+10 | |
| |