summaryrefslogtreecommitdiff
path: root/src/filters.h
Commit message (Expand)AuthorAgeFilesLines
* Add a missing member initializer to a copy constructorJohn Wiegley2013-05-191-1/+2
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-1/+1
* Fixed an interaction with equity and virtual accountsJohn Wiegley2012-03-221-5/+12
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-8/+7
* Allow the equity command to strip annotationsJohn Wiegley2012-03-191-2/+4
* Fixed bug relating to historical pricingJohn Wiegley2012-03-181-0/+1
* Fixed speed issue with commodities reportsJohn Wiegley2012-03-121-1/+2
* Critical fix to temporary destruction orderJohn Wiegley2012-03-111-0/+8
* Many options now have additive effectJohn Wiegley2012-03-071-6/+6
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Rewrite the way interval reports are generatedJohn Wiegley2012-02-281-28/+10
* Added debug code for debugging interval reportsJohn Wiegley2012-02-281-4/+27
* Fixed nasty problem related to interval reportingJohn Wiegley2012-02-281-2/+2
* Cleanup whitespaceJohn Wiegley2011-08-181-6/+6
* Use Boost iterator_facade to create new iteratorsJohn Wiegley2011-07-191-7/+35
* Changed how some of the filters are constructedJohn Wiegley2011-07-171-2/+2
* Added two missing calls to clear()John Wiegley2011-06-301-0/+2
* Corrected a lingering reference to a temporaryJohn Wiegley2011-02-101-15/+42
* Output budget even if no postings directly matchedJohn Wiegley2010-06-201-2/+1
* Rename dow_posts to day_of_week_posts, to be clearerJohn Wiegley2010-06-201-6/+6
* Subsantial fixes and improvements to budgetingJohn Wiegley2010-06-191-3/+7
* Added new option --inject=KEY[,KEY...]John Wiegley2010-06-181-0/+20
* Changes for building with Visual Studio 2008John Wiegley2010-06-151-4/+3
* The --anon option now randomizes its effectJohn Wiegley2010-06-121-2/+10
* Untabified all source filesJohn Wiegley2010-06-111-100/+100
* The --anon option now anonymizes commoditiesJohn Wiegley2010-06-091-3/+9
* Minor optimization of how non --empty is handledJohn Wiegley2010-06-071-9/+13
* Reworked the way that <Rounding> entries are shownJohn Wiegley2010-06-061-18/+53
* Value expression sequences are now comparableJohn Wiegley2010-06-051-8/+4
* -V/-X options now take price history into accountJohn Wiegley2010-05-301-0/+2
* Added new post_splitter posting handlerJohn Wiegley2010-05-301-0/+50
* Added new required item_handler_t::clear() methodJohn Wiegley2010-05-301-13/+155
* Added --rounding option, which is off by defaultJohn Wiegley2010-05-231-1/+3
* Short-circuit --head handler when count is reachedJohn Wiegley2010-03-161-3/+4
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Added an --unrealized option, for use with bal -VJohn Wiegley2009-11-191-1/+7
* Fixed a debug stringJohn Wiegley2009-11-191-2/+1
* Changed several pointers to references in filtersJohn Wiegley2009-11-191-17/+5
* Renamed bool controlling running total calculationsJohn Wiegley2009-11-181-3/+3
* Removed the virtual marker on several filter methodsJohn Wiegley2009-11-141-4/+4
* Break up multiple commodities in equity reportJohn Wiegley2009-11-141-4/+4
* Added a collect_posts handlerJohn Wiegley2009-11-121-0/+29
* Added --date, similar to --account and --payeeJohn Wiegley2009-11-111-2/+3
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-22/+22
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-109/+0
* Moved xdata clearing code into each type properJohn Wiegley2009-11-051-26/+0
* Whitespace fixesJohn Wiegley2009-11-011-2/+1
* Added a --forecast-years optionJohn Wiegley2009-10-311-5/+8
* Added a new "budget" reportJohn Wiegley2009-10-271-3/+4