Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fixes to value_t to Python conversion | John Wiegley | 2012-03-01 | 2 | -5/+13 |
| | |||||
* | Added a new 'python' directive | John Wiegley | 2012-03-01 | 4 | -27/+119 |
| | |||||
* | Fixed a bug that was causing includes to crash | John Wiegley | 2012-03-01 | 1 | -0/+1 |
| | | | | Fixes #661 | ||||
* | Use filesystem::complete not absolute with Boost < 1.46 | John Wiegley | 2012-03-01 | 2 | -0/+8 |
| | |||||
* | Started writing Python unit tests | John Wiegley | 2012-03-01 | 15 | -84/+204 |
| | |||||
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 21 | -456/+596 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 124 | -125/+125 |
| | |||||
* | Removed incorrect session.h include in textual.cc | John Wiegley | 2012-02-29 | 1 | -1/+0 |
| | |||||
* | Fixed Python initialization problem with --import | John Wiegley | 2012-02-29 | 1 | -10/+12 |
| | |||||
* | Added STR() utility function | John Wiegley | 2012-02-29 | 3 | -3/+12 |
| | |||||
* | Removed comment that no longer made sense | John Wiegley | 2012-02-29 | 1 | -2/+0 |
| | |||||
* | Fixed problem with the Python build | John Wiegley | 2012-02-29 | 4 | -7/+21 |
| | |||||
* | Corrected problem with parsing of leap days | John Wiegley | 2012-02-28 | 1 | -0/+1 |
| | |||||
* | Corrected behavior of >= and <= | John Wiegley | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | XML account output now generates a <fullname> tag | John Wiegley | 2012-02-28 | 1 | -0/+1 |
| | |||||
* | Apply timelog time to the check-in day | John Wiegley | 2012-02-28 | 1 | -1/+1 |
| | | | | Fixes #546 | ||||
* | Change occurrences of auxiliary_date to just aux_date | John Wiegley | 2012-02-28 | 3 | -4/+4 |
| | |||||
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 15 | -71/+74 |
| | |||||
* | Allow xact notes on periodic transactions | John Wiegley | 2012-02-28 | 1 | -3/+6 |
| | | | | Fixes #448 | ||||
* | Rewrite the way interval reports are generated | John Wiegley | 2012-02-28 | 5 | -87/+110 |
| | |||||
* | Added debug code for debugging interval reports | John Wiegley | 2012-02-28 | 3 | -8/+56 |
| | |||||
* | Made the --debug option's argument a regex | John Wiegley | 2012-02-28 | 2 | -3/+30 |
| | |||||
* | Fixed nasty problem related to interval reporting | John Wiegley | 2012-02-28 | 3 | -4/+8 |
| | |||||
* | Fixed display problem in an error message | John Wiegley | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | Correctly elide amount sometimes in "print" | John Wiegley | 2012-02-27 | 1 | -12/+42 |
| | |||||
* | '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 |
| | |||||
* | Added some missing variable names | John Wiegley | 2012-02-27 | 1 | -1/+2 |
| | |||||
* | Added a TODO comment | John Wiegley | 2012-02-27 | 1 | -0/+2 |
| | |||||
* | Chain the current report to the current session | John Wiegley | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | --explicit wasn't being handled correctly | John Wiegley | 2012-02-27 | 1 | -1/+3 |
| | |||||
* | Optimizations | John Wiegley | 2012-02-27 | 2 | -55/+62 |
| | |||||
* | Added --check-payees option | John Wiegley | 2012-02-27 | 4 | -17/+25 |
| | |||||
* | Implement the "tag" metadata directive | John Wiegley | 2012-02-27 | 6 | -46/+137 |
| | |||||
* | 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 |
| | |||||
* | Fixed the scoping of auto xact predicates | John Wiegley | 2012-02-27 | 1 | -4/+6 |
| | |||||
* | Enable payee mappings | John Wiegley | 2012-02-27 | 1 | -13/+10 |
| | |||||
* | Move when Unknown accounts are processed | John Wiegley | 2012-02-27 | 1 | -10/+9 |
| | |||||
* | Add "note" valexpr function to accounts | John Wiegley | 2012-02-27 | 1 | -0/+6 |
| | |||||
* | Comment out unneeded code | John Wiegley | 2012-02-27 | 1 | -0/+2 |
| | |||||
* | Added TODO comment | John Wiegley | 2012-02-27 | 1 | -0/+2 |
| | |||||
* | Whitespace fix | John Wiegley | 2012-02-27 | 1 | -3/+2 |
| | |||||
* | Added new account/payee/commodity directives | John Wiegley | 2012-02-27 | 5 | -202/+405 |
| | | | | | Also added supporting options: --explicit, --permissive, --pedantic, as well as new behavior for --strict. | ||||
* | Stubbed out some code-in-progress | John Wiegley | 2012-02-27 | 1 | -0/+2 |
| | |||||
* | The "id" of an item now maps to its UUID | John Wiegley | 2012-02-27 | 6 | -45/+32 |
| |