summaryrefslogtreecommitdiff
path: root/src/filters.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup whitespaceJohn Wiegley2011-08-181-3/+3
* Removed unused variablesJohn Wiegley2011-08-181-2/+0
* Use Boost iterator_facade to create new iteratorsJohn Wiegley2011-07-191-40/+0
* Changed how some of the filters are constructedJohn Wiegley2011-07-171-13/+10
* Whitespace fixJohn Wiegley2011-07-021-0/+1
* Simplified some codeJohn Wiegley2011-06-301-5/+4
* Corrected a debug stringJohn Wiegley2011-06-301-1/+1
* Whitespace fixJohn Wiegley2011-06-301-1/+1
* Corrected a lingering reference to a temporaryJohn Wiegley2011-02-101-10/+10
* Output budget even if no postings directly matchedJohn Wiegley2010-06-201-2/+1
* Factored out some unused local variablesJohn Wiegley2010-06-201-9/+5
* Rename dow_posts to day_of_week_posts, to be clearerJohn Wiegley2010-06-201-1/+1
* When anonymizing posts, remove the transaction codeJohn Wiegley2010-06-201-0/+1
* If a periodic posting terminates, stop forecasting with itJohn Wiegley2010-06-201-4/+5
* Subsantial fixes and improvements to budgetingJohn Wiegley2010-06-191-6/+39
* When --inject is used for a tag, convert to an amountJohn Wiegley2010-06-181-14/+8
* Renamed the "Rounding" account to "Adjustment"John Wiegley2010-06-181-1/+1
* Added new option --inject=KEY[,KEY...]John Wiegley2010-06-181-0/+60
* Minor fix to the way transfer_details sets post dateJohn Wiegley2010-06-181-1/+1
* Individual postings may each have their own payeeJohn Wiegley2010-06-171-2/+2
* Changes for building with Visual Studio 2008John Wiegley2010-06-151-4/+4
* Removed some unneeded codeJohn Wiegley2010-06-141-18/+7
* Corrected bug with forecasting date bounded xactsJohn Wiegley2010-06-131-11/+18
* The --anon option now randomizes its effectJohn Wiegley2010-06-121-4/+9
* Untabified all source filesJohn Wiegley2010-06-111-249/+249
* Fix to budgeting when fixed dates are involvedJohn Wiegley2010-06-101-2/+1
* The --anon option now anonymizes commoditiesJohn Wiegley2010-06-091-0/+52
* Insert <Rounding> posts within the affected xactJohn Wiegley2010-06-091-11/+7
* Fixed interaction with -V/X and grouped postingsJohn Wiegley2010-06-091-51/+67
* Minor optimization of how non --empty is handledJohn Wiegley2010-06-071-19/+42
* Reworked the way that <Rounding> entries are shownJohn Wiegley2010-06-061-64/+92
* Make --anon work with the print commandJohn Wiegley2010-06-051-0/+1
* Allow opt -NDEBUG build to complete without warningsJohn Wiegley2010-06-041-0/+2
* Avoid unnecessary object copying when using foreachJohn Wiegley2010-06-031-3/+3
* Minor optimizationJohn Wiegley2010-06-011-7/+4
* -G option now takes price history into accountJohn Wiegley2010-05-301-4/+52
* -V/-X options now take price history into accountJohn Wiegley2010-05-301-2/+78
* Made several debug categories more consistentJohn Wiegley2010-05-301-11/+11
* Empty notes and tags now return null valuesJohn Wiegley2010-05-301-40/+44
* Added new post_splitter posting handlerJohn Wiegley2010-05-301-1/+42
* Added --rounding option, which is off by defaultJohn Wiegley2010-05-231-5/+8
* Made a peculiar error slightly more verboseJohn Wiegley2010-05-221-1/+2
* Short-circuit --head handler when count is reachedJohn Wiegley2010-03-161-1/+7
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Improved the behavior of pivot reportsJohn Wiegley2010-02-041-12/+19
* When creating temporary accounts, transfer flagsJohn Wiegley2010-02-021-1/+7
* Added options: --unrealized-gains and --unrealized-lossesAristid Breitkreuz2009-11-241-2/+12
* Added an --unrealized option, for use with bal -VJohn Wiegley2009-11-191-7/+51
* Changed several pointers to references in filtersJohn Wiegley2009-11-191-25/+42
* Renamed bool controlling running total calculationsJohn Wiegley2009-11-181-2/+2