summaryrefslogtreecommitdiff
path: root/src/filters.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * Strip annotations in display_filter_postsJohn Wiegley2012-03-201-2/+4
* | Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-6/+6
|/
* Don't output zero balances with the equity commandJohn Wiegley2012-03-191-11/+15
* Allow the equity command to strip annotationsJohn Wiegley2012-03-191-21/+26
* Fixed bug relating to historical pricingJohn Wiegley2012-03-181-4/+7
* Change some #if guards to test for gcc 4.7John Wiegley2012-03-171-2/+2
* Don't map_prices if price commodity matches sourceJohn Wiegley2012-03-151-1/+1
* The anonymizer wasn't properly setting the journalJohn Wiegley2012-03-131-0/+2
* Added some missing DEBUG #if'sJohn Wiegley2012-03-071-0/+2
* Corrected several compile and link problemsJohn Wiegley2012-03-061-2/+11
* The last test is closer to working nowJohn Wiegley2012-03-051-14/+8
* All tests are working again but oneJohn Wiegley2012-03-051-26/+26
* Switched to using Boost.Graph for commodity pricingJohn Wiegley2012-03-051-0/+3
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Rewrite the way interval reports are generatedJohn Wiegley2012-02-281-47/+82
* Added debug code for debugging interval reportsJohn Wiegley2012-02-281-4/+18
* Fixed nasty problem related to interval reportingJohn Wiegley2012-02-281-2/+2
* Fixed many Clang type conversion warnings with static_castJohn Wiegley2012-02-171-1/+1
* Removed unneeded default casesJohn Wiegley2012-02-171-4/+0
* Fixes for variable shadowing (14/28)John Wiegley2012-02-171-3/+3
* 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