summaryrefslogtreecommitdiff
path: root/src/report.cc
Commit message (Expand)AuthorAgeFilesLines
* Use unique_ptr instead of std::auto_ptrJohn Wiegley2012-03-051-1/+1
* Prettified some code in report.ccJohn Wiegley2012-03-051-84/+55
* Guard against double-freeing of report objectsJohn Wiegley2012-03-051-33/+58
* Implemented first cut at price conversion logicJohn Wiegley2012-03-051-5/+2
* Switched to using Boost.Graph for commodity pricingJohn Wiegley2012-03-051-2/+8
* Make --value a synonym for marketJohn Wiegley2012-03-051-1/+1
* Make --change a synonym for --gainJohn Wiegley2012-03-051-1/+1
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-281-5/+4
* Added --rich-data for 'convert', and SHA1 checksum checkingJohn Wiegley2012-02-261-0/+1
* Added --auto-match option, for use with 'convert'John Wiegley2012-02-261-0/+1
* Corrected handling of nested definitionsJohn Wiegley2012-02-211-0/+4
* Fixed many Clang type conversion warnings with static_castJohn Wiegley2012-02-171-4/+5
* Use value_t::to_long()John Wiegley2012-02-171-7/+7
* Added round() and unround() valexpr functionsJohn Wiegley2011-10-241-0/+14
* Cleanup whitespaceJohn Wiegley2011-08-181-1/+1
* Removed unused variablesJohn Wiegley2011-08-181-2/+4
* Use Boost iterator_facade to create new iteratorsJohn Wiegley2011-07-191-20/+29
* Whitespace correctionsJohn Wiegley2011-02-101-3/+3
* Fixes for compilation as C++0x codeJohn Wiegley2011-02-041-1/+1
* New command: org, for displaying Org-mode tablesJohn Wiegley2010-12-221-0/+10
* Added "top_amount" value expr functionJohn Wiegley2010-12-221-0/+24
* Minor simplifications to valexpr parserJohn Wiegley2010-09-051-0/+1
* The "print" valexpr function no longer adds spacesJohn Wiegley2010-06-261-9/+2
* Added "format" value expression functionJohn Wiegley2010-06-241-0/+10
* Added "source" command, for executing valexpr filesJohn Wiegley2010-06-241-0/+2
* "only" now a report query modifier for --onlyJohn Wiegley2010-06-241-0/+5
* Added report query modifiers: for, since, untilJohn Wiegley2010-06-221-31/+39
* Added new "bold" modifier to query expressionsJohn Wiegley2010-06-221-11/+13
* Added new --bold-if optionJohn Wiegley2010-06-221-0/+11
* bal was sometimes reporting empty accountsJohn Wiegley2010-06-211-5/+10
* Added new option --inject=KEY[,KEY...]John Wiegley2010-06-181-0/+1
* Removed unused --unsorted optionJohn Wiegley2010-06-151-1/+0
* Revised how Ledger handles the "current year"John Wiegley2010-06-141-2/+2
* Removed unneeded debug codeJohn Wiegley2010-06-131-5/+0
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-129/+89
* Improved value expression function 'commodity'John Wiegley2010-06-121-0/+8
* Untabified all source filesJohn Wiegley2010-06-111-228/+228
* Fixed the "generate" commandJohn Wiegley2010-06-101-8/+2
* New display flag AMOUNT_PRINT_ELIDE_COMMODITY_QUOTESJohn Wiegley2010-06-091-1/+1
* Fixed interaction with -V/X and grouped postingsJohn Wiegley2010-06-091-0/+5
* A further simplification of -V and -XJohn Wiegley2010-06-071-1/+1
* amount_t::print and value_t::print now use flagsJohn Wiegley2010-06-071-4/+9
* Minor optimization of how non --empty is handledJohn Wiegley2010-06-071-5/+0
* Reworked the way that <Rounding> entries are shownJohn Wiegley2010-06-061-24/+26
* Made "expr" command a synonym for "parse"John Wiegley2010-06-051-0/+2
* Added new command: "pricemap [DATE]"John Wiegley2010-06-041-0/+15
* A little bit of code cleanupJohn Wiegley2010-06-041-10/+20
* Don't use --pager or --color with --outputJohn Wiegley2010-06-021-0/+7
* Minor optimizationJohn Wiegley2010-05-311-1/+2