summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into nextJohn Wiegley2018-07-194-4/+11
|\
| * Ensure that parse errors produce useful RuntimeErrors for Python code.Manuel Amador (Rudd-O)2016-02-064-4/+11
* | fix regression of test 1147_aPascal Fleury2018-07-171-17/+18
* | amount_t -> balance_t.Pascal Fleury2018-07-171-13/+30
* | Unbreak with boost 1.68Jan Beich2018-07-091-0/+4
* | Revert "Use an std::set instead of an std::list to store the the journal file...John Wiegley2018-06-182-4/+4
* | Fix garbled dates when using --date-formatTommi Komulainen2018-06-131-1/+3
* | Remove TOK_A_YEAR tokenChristoph Dittmann2018-06-101-23/+8
* | Make automated transactions work with assertionsChristoph Dittmann2018-06-091-1/+2
* | budget_posts: Keep pending items until the last day they applysmr8942018-04-041-8/+17
* | Fix auto xact posts not getting applied to account total durring journal parseDJ Edmonson2018-03-231-3/+6
* | Add (currently undocumented) function 'clear_commodity'John Wiegley2018-02-162-0/+10
* | Merge pull request #519 from mbudde/accounts-prepend-formatJohn Wiegley2018-01-271-0/+15
|\ \
| * | Add support for --prepend-format in accounts commandMichael Budde2018-01-251-0/+15
* | | Merge pull request #521 from mbudde/fix-trimAlexis Hildebrandt2018-01-271-7/+4
|\ \ \
| * | | Fix handling of edge cases in trim functionMichael Budde2018-01-251-7/+4
| |/ /
* / / [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-27126-127/+127
|/ /
* | journal: Expose register_account to PythonKyle Fuller2018-01-231-0/+9
* | Transfer null_post flags to generated postingsAaron Lindsay2018-01-091-1/+1
* | Fix segfault when using --market with --group-byMichael Budde2018-01-041-4/+4
* | Use amount_width variable for budget reportPaulo Flabiano Smorigo2018-01-031-5/+5
* | The "format" directive for commodities now disables "style observation"John Wiegley2018-01-013-1/+5
* | Initialize field in constructorMichael Budde2018-01-011-2/+5
* | Be a bit more defensive when calculating the budgetJohn Wiegley2017-12-301-2/+2
* | don't add paths to files, if there is already a path that points to the same ...Johannes Loher2017-12-291-1/+11
* | Use an std::set instead of an std::list to store the the journal file pathsJohannes Loher2017-12-292-4/+4
* | Expose journal expand_aliases to PythonKyle Fuller2017-12-241-0/+4
* | account to return the depth of its last displayed parentJakob Demler2017-11-021-0/+16
* | Strip annotation before adding exchange valueIsmaël Bouya2017-10-301-0/+3
* | Merge pull request #494 from jjlee/fix-totalJohn Wiegley2017-10-261-0/+13
|\ \
| * | Fix bug where .total used in value exprs breaks totalsJohn Lee2017-10-261-0/+13
* | | Merge pull request #484 from mk12/bug-1182-ptrJohn Wiegley2017-10-261-0/+3
|\ \ \
| * | | Print error message if parsing predicate after '='Mitchell Kember2016-12-201-0/+3
* | | | Merge pull request #482 from AndrewSav/nextJohn Wiegley2017-10-261-0/+2
|\ \ \ \
| * | | | Fix MSVC buildAndrew Savinykh2016-11-171-0/+2
| |/ / /
* | | | Merge pull request #490 from sunny256/fix-braces-warningJohn Wiegley2017-10-261-12/+13
|\ \ \ \
| * | | | Remove compiler warning about missing bracesØyvind A. Holm2017-04-171-12/+13
| | |/ / | |/| |
* / | | src/global.cc: do not parse user-specified init-file twiceIvy Foster2017-10-261-3/+1
|/ / /
* | | [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-05126-127/+127
* | | Item sorting should have access to the report scopeJohn Wiegley2017-01-049-37/+69
|/ /
* | Further simplifications src/CMakeLists.txtJohn Wiegley2016-11-131-5/+3
* | Disable #pragma messages from ClangJohn Wiegley2016-11-131-0/+1
* | Escape ++ in cmake matchesJohn Wiegley2016-11-131-1/+1
* | Don't use -isystem with g++ anymoreJohn Wiegley2016-11-131-1/+1
* | Change src/CMakeLists.txt to notice c++ as g++John Wiegley2016-11-131-14/+19
* | Fix 1043John Wiegley2016-11-122-10/+18
* | Make bool implicitly convertible in Python to value_tJohn Wiegley2016-11-121-0/+1
* | Add new reporting function quoted_rfc4180John Wiegley2016-11-122-0/+20
* | --force-color does not require anymore --color.thdox2016-10-271-0/+3
* | Fix bug 1187: Allow balance assertions with multiple posts to same accountMitchell Kember2016-10-071-1/+12