summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for g++ 4.8John Wiegley2012-04-251-2/+14
|
* Use chmod before removing the proof build directoryJohn Wiegley2012-04-251-0/+1
|
* Upgrade GCC_VERSION to 4.7John Wiegley2012-04-251-1/+1
|
* Merge pull request #64 from kljohann/vimJohn Wiegley2012-04-223-11/+72
|\ | | | | Vim: Update syntax file, create indentation file, set commentstring (Bugs 528, 529)
| * vim. small fixes for syntax highlightingJohann Klähn2012-04-221-4/+5
| | | | | | | | | | Also pre-declarations aren't folded anymore because the current 'foldexpr' does not make too much sense for them.
| * vim. add indent fileJohann Klähn2012-04-221-0/+46
| | | | | | | | Adresses Bug 529.
| * vim. update syntax fileJohann Klähn2012-04-221-9/+22
| |
| * vim. set commentstringJohann Klähn2012-04-221-1/+2
| | | | | | | | Fixes bug 528.
* | Resolve some issues with proof buildsJohn Wiegley2012-04-156-12/+26
| |
* | Proof using both GCC and ClangJohn Wiegley2012-04-132-3/+19
| |
* | Set FLAVOR= on all make invocationsJohn Wiegley2012-04-131-0/+2
| |
* | Add 'data' member to account/journal objectsJohn Wiegley2012-04-133-5/+23
| |
* | Make --detail a synonym for --rich-dataJohn Wiegley2012-04-131-1/+1
| |
* | Started work on a "views" report document modelJohn Wiegley2012-04-085-0/+724
| |
* | Allow --invert to work with --monthlyJohn Wiegley2012-04-063-6/+26
| | | | | | | | Fixes #770
* | Commented out references to GNUCashCraig Earls2012-04-041-3/+5
| |
* | post.x = y defines metadata tag xJohn Wiegley2012-04-042-0/+9
| |
* | Make metadata tags case insensitiveJohn Wiegley2012-04-042-2/+13
| |
* | Make status and state valexpr synonymsJohn Wiegley2012-04-041-1/+1
| |
* | Added 'lowered' helper functionJohn Wiegley2012-04-041-0/+6
| |
* | Whitespace fixJohn Wiegley2012-04-045-28/+22
| |
* | Added a test harness error diagnosticJohn Wiegley2012-03-302-0/+4
| |
* | Simplify feat-option_py.testJohn Wiegley2012-03-301-2/+2
| |
* | Added test/python to EXTRA_DISTJohn Wiegley2012-03-301-0/+1
| |
* | Minor changes to tools/proofJohn Wiegley2012-03-301-4/+3
| |
* | Whitespace fixJohn Wiegley2012-03-301-4/+4
| |
* | Fix to Python value() method handlingJohn Wiegley2012-03-303-4/+45
| |
* | Added another Python support regression testJohn Wiegley2012-03-303-0/+56
| |
* | Added the first Python support regression testJohn Wiegley2012-03-303-0/+11
| |
* | Allow dates to be passed to Python value() methodJohn Wiegley2012-03-302-0/+13
| |
* | Never price commodities using annotated commoditiesJohn Wiegley2012-03-306-23/+34
| |
* | Current directory fix to ldg-test.elJohn Wiegley2012-03-301-1/+5
| |
* | Add a regression testMartin Michlmayr2012-03-291-0/+13
| |
* | Fix to commodity printingJohn Wiegley2012-03-291-3/+8
| |
* | Improved some error messagesJohn Wiegley2012-03-294-13/+20
| |
* | Allow post.cost to work in PythonJohn Wiegley2012-03-293-16/+32
| |
* | Allow serialization to be enabled againJohn Wiegley2012-03-295-35/+169
| |
* | Removed the cmd-emacs baseline testJohn Wiegley2012-03-291-18/+0
| | | | | | | | The time issue causes too many false positives.
* | Forgot to copy two members in post_t's copy-ctorJohn Wiegley2012-03-281-4/+4
| |
* | Add more testsMartin Michlmayr2012-03-273-0/+55
| |
* | Fix some tests not to be time-sensitiveMartin Michlmayr2012-03-272-8/+8
| |
* | Add more baseline tests.Martin Michlmayr2012-03-256-1/+139
| |
* | Add more baseline testsMartin Michlmayr2012-03-2512-4/+583
| |
* | Document more commands in the man pageMartin Michlmayr2012-03-251-0/+26
| |
* | Typo fixMartin Michlmayr2012-03-251-1/+1
| |
* | Add more baseline testsMartin Michlmayr2012-03-252-0/+105
| |
* | Add more baseline testsMartin Michlmayr2012-03-2513-0/+325
| |
* | Make pricesdb an alias for pricedb for backwards compatibility with ledger 2Martin Michlmayr2012-03-251-1/+1
| | | | | | | | | | | | | | | | ledger 2.2 introduced the pricesdb command. This was renamed to pricedb in ledger 3. Allow pricesdb as an alternative to pricedb to provide backwards compatibility. Fixes bug #728
* | Improve baseline/cmd-payees.testMartin Michlmayr2012-03-251-0/+6
| |
* | Simplified some code in xact.ccJohn Wiegley2012-03-232-71/+60
| |