summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | OptimizationsJohn Wiegley2012-02-272-55/+62
| |
* | Added --check-payees optionJohn Wiegley2012-02-276-17/+26
| |
* | Implement the "tag" metadata directiveJohn Wiegley2012-02-277-46/+158
| |
* | Implemented account and commodity directivesJohn Wiegley2012-02-272-95/+199
| |
* | Output some line numbers with warningsJohn Wiegley2012-02-272-3/+5
| |
* | Fixed the scoping of auto xact predicatesJohn Wiegley2012-02-271-4/+6
| |
* | Enable payee mappingsJohn Wiegley2012-02-271-13/+10
| |
* | Move when Unknown accounts are processedJohn Wiegley2012-02-271-10/+9
| |
* | Add "note" valexpr function to accountsJohn Wiegley2012-02-271-0/+6
| |
* | Comment out unneeded codeJohn Wiegley2012-02-271-0/+2
| |
* | Added TODO commentJohn Wiegley2012-02-271-0/+2
| |
* | Whitespace fixJohn Wiegley2012-02-271-3/+2
| |
* | Added new account/payee/commodity directivesJohn Wiegley2012-02-2710-205/+411
| | | | | | | | | | Also added supporting options: --explicit, --permissive, --pedantic, as well as new behavior for --strict.
* | Stubbed out some code-in-progressJohn Wiegley2012-02-271-0/+2
| |
* | The "id" of an item now maps to its UUIDJohn Wiegley2012-02-276-45/+32
| |
* | Revert behavior of 40ab81308025e9655074da37671c444b4257f867John Wiegley2012-02-262-4/+7
| |
* | Corrected an error messageJohn Wiegley2012-02-261-1/+1
| |
* | Added --rich-data for 'convert', and SHA1 checksum checkingJohn Wiegley2012-02-2612-158/+167
| |
* | Keep notes on their own line if parsed that wayJohn Wiegley2012-02-263-9/+18
| |
* | Don't print amounts when not necessary in 'print'John Wiegley2012-02-262-11/+21
| |
* | Make CSV importer more sensitive to errorsJohn Wiegley2012-02-261-63/+63
| |
* | Added --auto-match option, for use with 'convert'John Wiegley2012-02-265-3/+9
| |
* | Added e-mail notifications to tools/proofJohn Wiegley2012-02-241-1/+12
| |
* | Fixed cmd-script_2.testJohn Wiegley2012-02-211-2/+2
| |
* | Corrected handling of nested definitionsJohn Wiegley2012-02-215-26/+65
| |
* | Whitespace fixesJohn Wiegley2012-02-211-4/+2
| |
* | Whitespace fixJohn Wiegley2012-02-211-2/+1
| |
* | Merge branch 't/scopes' into nextJohn Wiegley2012-02-218-138/+172
|\ \
| * | The new SCOPE mechanism is workingJohn Wiegley2012-02-213-84/+65
| | |
| * | Introduced a new SCOPE expression terminalJohn Wiegley2012-02-206-65/+118
|/ /
* | Replaced missing }John Wiegley2012-02-191-1/+1
| |
* | Updated tools/proofJohn Wiegley2012-02-191-28/+29
| |
* | The Doxyfile target needs to be %builddir%/docJohn Wiegley2012-02-191-2/+2
|/
* Don't build doxygen docs in tools/proofJohn Wiegley2012-02-171-1/+4
|
* Update version to 3.0.0-20120217John Wiegley2012-02-171-1/+1
|
* Simplify test for GuardMallocJohn Wiegley2012-02-171-7/+1
|
* Fixed many Clang type conversion warnings with static_castJohn Wiegley2012-02-1719-74/+91
|
* Added a missing call to context.close() in the parserJohn Wiegley2012-02-171-0/+1
|
* Use value_t::to_long()John Wiegley2012-02-171-7/+7
|
* Disable unused codeJohn Wiegley2012-02-171-0/+2
|
* Removed unneeded default casesJohn Wiegley2012-02-177-48/+1
|
* Add -Won-disabled-macro-expansion flag when building with ClangJohn Wiegley2012-02-171-0/+1
|
* Don't build with Python support by default anymoreJohn Wiegley2012-02-171-2/+7
|
* Changed an int to std::size_tJohn Wiegley2012-02-171-1/+1
|
* Changed an int to std::string::size_typeJohn Wiegley2012-02-171-1/+1
|
* Removed several unreached return statementsJohn Wiegley2012-02-171-9/+3
|
* Corrected the type of a castJohn Wiegley2012-02-171-1/+1
|
* Changed a use of int to std::vector<int>::size_typeJohn Wiegley2012-02-171-1/+1
|
* Simplified a switch statementJohn Wiegley2012-02-171-3/+3
|
* Added value_t::to_size_t methodJohn Wiegley2012-02-171-10/+11
|