summaryrefslogtreecommitdiff
path: root/src/filters.cc
Commit message (Expand)AuthorAgeFilesLines
* use sha1sum in anonymize_posts::operator()dbear4962024-09-161-14/+2
* promote compatability with Boost <1.86.0dbear4962024-09-161-3/+3
* update to Boost 1.86.0dbear4962024-09-161-2/+2
* Add new --align-intervals option.Ian20202024-08-061-3/+3
* include zero-amounts in balance_t::map_sorted_amountsdbear4962023-07-161-0/+1
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Fix unrounding for equityOleg Bulatov2022-05-061-0/+2
* collapse_posts: Use the existing accounts instead of tempsRahix2020-07-211-3/+3
* collapse_posts: Fix some postings getting lost when collapsingRahix2020-07-211-1/+1
* collapse_posts: Fix segfault when depth is too bigRahix2020-07-211-1/+1
* collapse_posts: Add a collapse_depth attributeRahix2020-07-211-4/+2
* first try for implementing --depth for registerjohannes@debussy2020-07-211-7/+26
* Fix typos in commentsMartin Michlmayr2020-05-211-1/+1
* Specify namespace of uintmax_takater2020-03-031-1/+1
* Remove an unneeded commentJohn Wiegley2019-07-051-9/+0
* Explicitly sort when creating the equity reportJohn Wiegley2019-03-151-11/+11
* budget_posts: Keep pending items until the last day they applysmr8942018-04-041-8/+17
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* Item sorting should have access to the report scopeJohn Wiegley2017-01-041-1/+1
* Periods should be initialized from from/since clause rather than earliest tra...Peter Pickford2016-03-091-4/+6
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Merge remote-tracking branch 'origin/master' into nextJohn Wiegley2015-08-041-26/+7
|\
| * Revert "--depth for register"John Wiegley2015-08-041-26/+7
* | Whitespace cleanupJohn Wiegley2015-08-041-3/+3
* | Merge remote-tracking branch 'origin/master' into nextJohn Wiegley2015-08-041-7/+26
|\|
| * Merge pull request #216 from johannesgerer/masterJohn Wiegley2015-08-041-7/+26
| |\
| | * first implementation of --depth for registerjohannes@debussy2013-11-051-0/+4
| | * first implementation of --depth for registerjohannes@debussy2013-11-051-15/+12
| | * first try for implementing --depth for registerjohannes@debussy2013-11-051-7/+25
* | | fix build for boost 1.58Johann Klähn2015-07-281-1/+1
* | | Revert "fix build for boost 1.58"John Wiegley2015-05-171-1/+1
* | | fix build for boost 1.58Johann Klähn2015-05-101-1/+1
|/ /
* | Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* | Fix crash when using -M with empty resultAlexis Hildebrandt2014-12-161-1/+1
* | Replace sha1.cc with boost::uuid::details::sha1David Bremner2014-04-171-7/+7
* | Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
|/
* Another whitespace fixJohn Wiegley2013-05-191-1/+1
* Whitespace fixJohn Wiegley2013-05-191-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Guard against a possible NULLJohn Wiegley2013-01-111-1/+2
* fix comment in display_filter_posts::output_rounding(post_t)Christophe Rhodes2012-11-061-3/+5
* Work around collision between Format's put & GraphJohn Wiegley2012-05-201-1/+0
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-5/+5
* Allow --invert to work with --monthlyJohn Wiegley2012-04-061-5/+18
* Fixed sorting of equity outputJohn Wiegley2012-03-231-16/+40
* Fixed an interaction with equity and virtual accountsJohn Wiegley2012-03-221-2/+18
* Fix problems with <Adjustment> postingsJohn Wiegley2012-03-201-3/+6
* Merge branch 't/A560FDAD' into nextJohn Wiegley2012-03-201-2/+4
|\