summaryrefslogtreecommitdiff
path: root/src/session.h
Commit message (Expand)AuthorAgeFilesLines
* --hashes option requires an argument to specify the algorithmJohn Wiegley2024-08-051-2/+17
* Add support for hash chaining to detect modifications in postingsJohn Wiegley2024-08-051-0/+3
* Use #pragma onceAlexis Hildebrandt2023-04-101-4/+1
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-061-3/+3
* Revert "Use an std::set instead of an std::list to store the the journal file...John Wiegley2018-06-181-2/+2
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* don't add paths to files, if there is already a path that points to the same ...Johannes Loher2017-12-291-1/+11
* Use an std::set instead of an std::list to store the the journal file pathsJohannes Loher2017-12-291-2/+2
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* [ledger] Remove --cache optionAlexis Hildebrandt2015-02-181-2/+0
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Improve Embedded Python SupportELIPTUS2014-11-121-0/+2
* Adding option --no-aliases to completely disable alias expansionPeter Feigl2014-02-261-0/+2
* Adding option --recursive-aliases, adding documentation to man-page and manualPeter Feigl2014-02-261-0/+2
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Add --time-colon optionAlexis Hildebrandt2012-11-101-0/+5
* Added option --day-breakJohn Wiegley2012-03-171-0/+2
* Fixed options processing of --value-exprJohn Wiegley2012-03-091-2/+2
* Added --value-expr optionJohn Wiegley2012-03-091-0/+3
* Reworked the way that options are handledJohn Wiegley2012-03-091-11/+7
* Added int and str value expression functionsJohn Wiegley2012-03-091-0/+2
* Use unique_ptr instead of std::auto_ptrJohn Wiegley2012-03-051-2/+2
* Allow --options to be added by the user in PythonJohn Wiegley2012-03-011-0/+1
* Started writing Python unit testsJohn Wiegley2012-03-011-1/+3
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-0/+3
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Added --check-payees optionJohn Wiegley2012-02-271-0/+2
* Added new account/payee/commodity directivesJohn Wiegley2012-02-271-0/+6
* Scopes can now provide a description of themselvesJohn Wiegley2010-06-241-0/+4
* Added initial implementation of lot_*() functionsJohn Wiegley2010-06-141-0/+3
* Revised how Ledger handles the "current year"John Wiegley2010-06-141-2/+1
* Restored min() and max() virtual functionsJohn Wiegley2010-06-131-0/+2
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-4/+3
* account(NAME) function can lookup account objectsJohn Wiegley2010-06-131-0/+2
* Untabified all source filesJohn Wiegley2010-06-111-3/+3
* A little bit of code cleanupJohn Wiegley2010-06-041-1/+0
* Changed --european option to --decimal-commaJohn Wiegley2010-06-011-3/+3
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* session_t now holds a std::auto_prt<journal_t>John Wiegley2009-11-121-3/+3
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-9/+0
* Renamed --set-reported-account to just --accountJohn Wiegley2009-11-061-2/+2
* Moved journal reading code into journal_tJohn Wiegley2009-11-051-8/+0
* Moved xdata clearing code into each type properJohn Wiegley2009-11-051-8/+0
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-1/+2
* Changed protection level of many parts of commodity_tJohn Wiegley2009-11-021-1/+1
* Wire up the --european optionJohn Wiegley2009-11-021-1/+5