summaryrefslogtreecommitdiff
path: root/src/session.cc
Commit message (Expand)AuthorAgeFilesLines
* Added option --day-breakJohn Wiegley2012-03-171-0/+3
* Fixed options processing of --value-exprJohn Wiegley2012-03-091-2/+5
* Added --value-expr optionJohn Wiegley2012-03-091-0/+2
* Added int and str value expression functionsJohn Wiegley2012-03-091-0/+19
* Allow --options to be added by the user in PythonJohn Wiegley2012-03-011-0/+2
* Started writing Python unit testsJohn Wiegley2012-03-011-3/+36
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-6/+25
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* --explicit wasn't being handled correctlyJohn Wiegley2012-02-271-1/+3
* Added --check-payees optionJohn Wiegley2012-02-271-0/+3
* Added new account/payee/commodity directivesJohn Wiegley2012-02-271-0/+13
* Cleanup whitespaceJohn Wiegley2011-08-181-1/+1
* Support Boost 1.46 and Boost.Filesystem v3John Wiegley2011-02-281-1/+2
* Increase display precision of hours to 2 placesJohn Wiegley2010-12-121-1/+1
* Transactions no longer needed for budget/forecastJohn Wiegley2010-06-201-4/+6
* Added initial implementation of lot_*() functionsJohn Wiegley2010-06-141-1/+34
* Revised how Ledger handles the "current year"John Wiegley2010-06-141-3/+1
* Restored min() and max() virtual functionsJohn Wiegley2010-06-131-0/+18
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-4/+3
* Added a new scope_value() inline helper functionJohn Wiegley2010-06-131-4/+2
* account(NAME) function can lookup account objectsJohn Wiegley2010-06-131-2/+25
* Untabified all source filesJohn Wiegley2010-06-111-24/+24
* Changed --european option to --decimal-commaJohn Wiegley2010-06-011-3/+1
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-2/+2
* session_t now holds a std::auto_prt<journal_t>John Wiegley2009-11-121-3/+3
* Don't use archive_t if boost_serialization unavailableJohn Wiegley2009-11-061-0/+4
* Renamed --set-reported-account to just --accountJohn Wiegley2009-11-061-5/+5
* The binary cache is working againJohn Wiegley2009-11-061-11/+1
* Moved journal reading code into journal_tJohn Wiegley2009-11-051-41/+5
* Moved xdata clearing code into each type properJohn Wiegley2009-11-051-19/+0
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-13/+16
* Removed an unnecessary commentJohn Wiegley2009-11-031-3/+0
* Added a --european flag, to use commas for decimalsJohn Wiegley2009-11-021-0/+3
* Improved archive header logic for cache filesJohn Wiegley2009-11-011-1/+3
* Removed most #if 0 blocks and callout commentsJohn Wiegley2009-10-311-2/+0
* Don't add price_db to sources if it doesn't existJohn Wiegley2009-10-311-3/+5
* Create a --cache option, for using a binary cacheJohn Wiegley2009-10-311-29/+69
* Moved ownership of master account into journal_tJohn Wiegley2009-10-301-49/+7
* Added serialization methods for most typeJohn Wiegley2009-10-301-0/+20
* Setting --date-format in ~/.ledgerrc works againJohn Wiegley2009-10-291-5/+7
* The default ledger file is now ~/.ledgerJohn Wiegley2009-10-281-2/+10
* Rewrote the way date and time I/O is managedJohn Wiegley2009-10-251-0/+2
* Split commodity.h/cc into three filesJohn Wiegley2009-06-241-0/+1
* Restored --download, although not done yetJohn Wiegley2009-06-241-4/+8
* Restored --percent option, added baseline testJohn Wiegley2009-06-211-0/+6
* When --end is used, set a "terminus" dateJohn Wiegley2009-06-161-15/+0
* Added new debug option --optionsJohn Wiegley2009-06-021-2/+2
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Changed the way that account balances are computedJohn Wiegley2009-03-061-1/+6