summaryrefslogtreecommitdiff
path: root/src/global.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for --hashes=sha512_256 as another algorithmJohn Wiegley2024-08-051-1/+1
* Add support for hash chaining to detect modifications in postingsJohn Wiegley2024-08-051-1/+1
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Add support for `$XDG_CONFIG_HOME`Cédric Barreteau2020-08-281-5/+16
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* src/global.cc: do not parse user-specified init-file twiceIvy Foster2017-10-261-3/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* Fix build under Cygwin.Ivan Vanyushkin2016-09-291-1/+1
* Fix build under msys32; add Appveyor continuous buildEvan Mallory2016-09-171-1/+1
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Use ./.ledgerrc if ~/.ledgerrc doesn't existDavid Sklar2015-04-271-4/+7
* [ledger] Remove --full-help optionAlexis Hildebrandt2015-02-181-3/+0
* Fix typoAlexis Hildebrandt2015-01-151-1/+1
* Fix -i short-option for --init-fileAlexis Hildebrandt2015-01-151-1/+1
* [doc] Add CheckTests to ctestAlexis Hildebrandt2015-01-151-3/+0
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Fix crash when using --trace 10 or aboveAlexis Hildebrandt2014-12-231-1/+1
* minor spelling fixesCarlos E. Garcia2014-09-151-1/+1
* Cosmetic change - format code consistentlyMartin Michlmayr2014-05-181-2/+2
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Improve documentation about differences between ledger 2.6 and ledger 3.0.thdox2013-06-011-3/+5
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Fixes bugs 705 and 862. Ledger now fails if init or pricedb files are specif...Craig Earls2013-01-291-16/+37
* whitespace cleanupJohann Klähn2013-01-161-2/+2
* Fixes Bug 695, ledger ignores --init-fileCraig Earls2012-10-251-0/+7
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-10/+10
* Switch to using Boost.FormatJohn Wiegley2012-05-141-3/+3
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-2/+2
* Added --verify-memory and missing TRACE_[CD]TOR callsJohn Wiegley2012-03-181-6/+15
* Corrected a typoJohn Wiegley2012-03-111-1/+1
* Many options now have additive effectJohn Wiegley2012-03-071-0/+1
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-2/+5
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Chain the current report to the current sessionJohn Wiegley2012-02-271-1/+1
* Changes for building with Visual Studio 2008John Wiegley2010-06-151-1/+3
* Revised how Ledger handles the "current year"John Wiegley2010-06-141-0/+2
* Untabified all source filesJohn Wiegley2010-06-111-37/+37
* Allow opt -NDEBUG build to complete without warningsJohn Wiegley2010-06-041-0/+2
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Moved report normalization into report.ccJohn Wiegley2009-11-121-173/+1
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-9/+9
* Fixed -r flag for balance reportsJohn Wiegley2009-11-071-8/+0
* Column widths are always calculated nowJohn Wiegley2009-11-071-0/+2
* Changed dividers output by --optionsJohn Wiegley2009-11-061-2/+2
* Moved journal reading code into journal_tJohn Wiegley2009-11-051-1/+2
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-20/+24
* Removed most #if 0 blocks and callout commentsJohn Wiegley2009-10-311-4/+0
* Added two missing castsJohn Wiegley2009-10-311-1/+2
* Moved ownership of master account into journal_tJohn Wiegley2009-10-301-5/+6