summaryrefslogtreecommitdiff
path: root/src/global.h
Commit message (Expand)AuthorAgeFilesLines
* doc: Generate Ledger Python module documentationAlexis Hildebrandt2023-04-251-1/+1
* Introduce ledger.hhAlexis Hildebrandt2023-04-161-0/+1
* Use #pragma onceAlexis Hildebrandt2023-04-101-4/+1
* Add info about compile features to --versionAlexis Hildebrandt2023-02-141-0/+9
* Update copyright yearAlexis Hildebrandt2023-02-021-2/+2
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-2/+2
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-061-3/+3
* Update copyright statement for 2019Martin Michlmayr2019-01-301-2/+2
* Merge remote-tracking branch 'origin/master' into nextJohn Wiegley2018-07-191-1/+1
|\
| * Ensure that parse errors produce useful RuntimeErrors for Python code.Manuel Amador (Rudd-O)2016-02-061-1/+1
* | [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-2/+2
* | [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-2/+2
|/
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-2/+2
* [ledger] Remove --full-help optionAlexis Hildebrandt2015-02-181-1/+0
* Add pre-release info to --version outputAlexis Hildebrandt2015-01-201-0/+2
* [doc] Add CheckTests to ctestAlexis Hildebrandt2015-01-151-3/+0
* Use same license text formatting in source filesAlexis Hildebrandt2014-12-271-2/+2
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-2/+2
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-2/+2
* Resolve new compiler warnings from ClangJohn Wiegley2013-05-191-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-2/+2
* Fixes bugs 705 and 862. Ledger now fails if init or pricedb files are specif...Craig Earls2013-01-291-5/+1
* whitespace cleanupJohann Klähn2013-01-161-3/+3
* Fixes Bug 695, ledger ignores --init-fileCraig Earls2012-10-251-4/+10
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-1/+5
* Added --verify-memory and missing TRACE_[CD]TOR callsJohn Wiegley2012-03-181-0/+1
* Always close the last report output streamJohn Wiegley2012-03-161-0/+5
* Whitespace fixJohn Wiegley2012-03-091-1/+0
* Many options now have additive effectJohn Wiegley2012-03-071-0/+1
* Whitespace fixesJohn Wiegley2012-03-071-0/+1
* Started writing Python unit testsJohn Wiegley2012-03-011-1/+1
* Increased file copyrights to 2012John Wiegley2012-02-291-2/+2
* Scopes can now provide a description of themselvesJohn Wiegley2010-06-241-0/+4
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-1/+0
* Untabified all source filesJohn Wiegley2010-06-111-8/+8
* Updated copyrights to 2003-2010John Wiegley2010-03-051-2/+2
* Moved report normalization into report.ccJohn Wiegley2009-11-121-1/+0
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-7/+7
* Moved journal reading code into journal_tJohn Wiegley2009-11-051-2/+6
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-1/+2
* Added new debug option --optionsJohn Wiegley2009-06-021-2/+5
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-0/+5
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-3/+3
* The --help (-h, -H) options now visit the man pageJohn Wiegley2009-02-211-5/+7
* Added --args-only flags, to ignore init and envJohn Wiegley2009-02-161-0/+1
* Added a "reload" command, for use at the REPLJohn Wiegley2009-02-131-1/+0
* pyinterp.cc shares global session; accept full paths passed to --import.John Wiegley2009-02-081-1/+1
* Allow value expressions to gain access to option settings.John Wiegley2009-02-071-0/+2
* Added some stub options, for --help and friends.John Wiegley2009-02-061-2/+9
* Restored all the option handlers from 2.6.2, but not the options themselves.John Wiegley2009-02-061-9/+35