summaryrefslogtreecommitdiff
path: root/src/filters.cc
Commit message (Expand)AuthorAgeFilesLines
* item_predicate now operates on scope_tJohn Wiegley2009-02-151-4/+3
* Fixed a call to value_t::cast to use in_place_castJohn Wiegley2009-02-151-3/+3
* Whitespace fixesJohn Wiegley2009-02-151-3/+3
* Added xact_t::count memberJohn Wiegley2009-02-151-1/+6
* Have interval_xacts construct temps on a listJohn Wiegley2009-02-141-3/+5
* Generate null transactions for empty periodsJohn Wiegley2009-02-141-0/+16
* Re-enabled periodic reporting options (-M, etc)John Wiegley2009-02-141-6/+3
* Re-enabled some code, and removed a bunch of deadwood.John Wiegley2009-02-121-1/+1
* Fixed the use of --effective and --date-format (-y).John Wiegley2009-02-091-5/+7
* Added a new --collapse-if-zero option.John Wiegley2009-02-091-1/+13
* Removed the balance_pair_t type, since it's now an unneeded abstraction.John Wiegley2009-02-091-1/+0
* Use the report's amount_expr everywhere that computes an xact's amount.John Wiegley2009-02-091-13/+7
* Always calculate transaction totals based on the expression for the amount.John Wiegley2009-02-091-6/+2
* Had to step back from a change that was breaking regular reports.John Wiegley2009-02-091-1/+8
* Pass amount expression to calc_xacts, to be used for computing the total.John Wiegley2009-02-081-2/+4
* Improved an error message that was trying to show transaction context.John Wiegley2009-02-081-2/+1
* Removed an unnecessary boolean test.John Wiegley2009-02-071-1/+1
* Threw away the "multiple parser" infrastructure.John Wiegley2009-02-071-1/+0
* Removed the nearly unknown --descend and --descend-if options.John Wiegley2009-02-061-32/+3
* Whitespace fix.John Wiegley2009-02-041-0/+1
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-80/+88
* Removed unneeded member variables.John Wiegley2009-02-041-5/+1
* Simplified error context handling.John Wiegley2009-02-021-4/+2
* Rationals based math is now passing the unit tests.John Wiegley2009-01-311-10/+2
* Changed to using rational numbers instead of integer approximations.John Wiegley2009-01-301-0/+8
* Stopped using the generic "unsigned int" in favor of more specific types.John Wiegley2009-01-291-4/+4
* Moved sha1 and gdtoa inclusions into system.hh.John Wiegley2009-01-241-1/+0
* Added missing zeroes in the sha1 to text generation.John Wiegley2009-01-201-2/+4
* Added support for "anonymizing" any report with --anon.John Wiegley2009-01-201-0/+56
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* Got changed_value_xacts working again.John Wiegley2009-01-191-18/+5
* Renamed XACT_BALANCE flag to XACT_MUST_BALANCE.John Wiegley2008-09-191-2/+2
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-14/+14
* Fixed the way that nested caught exceptions are rethrown, and how valueJohn Wiegley2008-09-151-1/+1
* Changed interval_t::start to interval_t::set_start, to be more clear about howJohn Wiegley2008-08-141-3/+3
* Enabled the --tail and --head options.John Wiegley2008-08-131-0/+4
* The balance report is working again.John Wiegley2008-08-101-4/+6
* Basic balance reports are working again!John Wiegley2008-08-101-4/+1
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+755