index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
global.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for --hashes=sha512_256 as another algorithm
John Wiegley
2024-08-05
1
-1
/
+1
*
Add support for hash chaining to detect modifications in postings
John Wiegley
2024-08-05
1
-1
/
+1
*
Update copyright year
Alexis Hildebrandt
2023-02-02
1
-1
/
+1
*
Update copyright statement for 2022
Alexis Hildebrandt
2022-07-02
1
-1
/
+1
*
Add support for `$XDG_CONFIG_HOME`
Cédric Barreteau
2020-08-28
1
-5
/
+16
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2018-01-27
1
-1
/
+1
*
src/global.cc: do not parse user-specified init-file twice
Ivy Foster
2017-10-26
1
-3
/
+1
*
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2017-01-05
1
-1
/
+1
*
Fix build under Cygwin.
Ivan Vanyushkin
2016-09-29
1
-1
/
+1
*
Fix build under msys32; add Appveyor continuous build
Evan Mallory
2016-09-17
1
-1
/
+1
*
[misc] Update year in copyright notice to 2016
Alexis Hildebrandt
2016-01-02
1
-1
/
+1
*
Use ./.ledgerrc if ~/.ledgerrc doesn't exist
David Sklar
2015-04-27
1
-4
/
+7
*
[ledger] Remove --full-help option
Alexis Hildebrandt
2015-02-18
1
-3
/
+0
*
Fix typo
Alexis Hildebrandt
2015-01-15
1
-1
/
+1
*
Fix -i short-option for --init-file
Alexis Hildebrandt
2015-01-15
1
-1
/
+1
*
[doc] Add CheckTests to ctest
Alexis Hildebrandt
2015-01-15
1
-3
/
+0
*
Bump copyright notice to 2015
Alexis Hildebrandt
2014-12-27
1
-1
/
+1
*
Fix crash when using --trace 10 or above
Alexis Hildebrandt
2014-12-23
1
-1
/
+1
*
minor spelling fixes
Carlos E. Garcia
2014-09-15
1
-1
/
+1
*
Cosmetic change - format code consistently
Martin Michlmayr
2014-05-18
1
-2
/
+2
*
Bump copyright information to 2014
Alexis Hildebrandt
2014-02-02
1
-1
/
+1
*
Improve documentation about differences between ledger 2.6 and ledger 3.0.
thdox
2013-06-01
1
-3
/
+5
*
Bump copyright information to 2013
John Wiegley
2013-02-18
1
-1
/
+1
*
Fixes bugs 705 and 862. Ledger now fails if init or pricedb files are specif...
Craig Earls
2013-01-29
1
-16
/
+37
*
whitespace cleanup
Johann Klähn
2013-01-16
1
-2
/
+2
*
Fixes Bug 695, ledger ignores --init-file
Craig Earls
2012-10-25
1
-0
/
+7
*
Converted the Ledger build system to use CMake
John Wiegley
2012-05-20
1
-10
/
+10
*
Switch to using Boost.Format
John Wiegley
2012-05-14
1
-3
/
+3
*
Always call TRACE_CTOR at the end of constructors
John Wiegley
2012-03-20
1
-2
/
+2
*
Added --verify-memory and missing TRACE_[CD]TOR calls
John Wiegley
2012-03-18
1
-6
/
+15
*
Corrected a typo
John Wiegley
2012-03-11
1
-1
/
+1
*
Many options now have additive effect
John Wiegley
2012-03-07
1
-0
/
+1
*
Refactored the notion of "the current parsing context"
John Wiegley
2012-03-01
1
-2
/
+5
*
Increased file copyrights to 2012
John Wiegley
2012-02-29
1
-1
/
+1
*
Chain the current report to the current session
John Wiegley
2012-02-27
1
-1
/
+1
*
Changes for building with Visual Studio 2008
John Wiegley
2010-06-15
1
-1
/
+3
*
Revised how Ledger handles the "current year"
John Wiegley
2010-06-14
1
-0
/
+2
*
Untabified all source files
John Wiegley
2010-06-11
1
-37
/
+37
*
Allow opt -NDEBUG build to complete without warnings
John Wiegley
2010-06-04
1
-0
/
+2
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
Moved report normalization into report.cc
John Wiegley
2009-11-12
1
-173
/
+1
*
Redesigned the expr_t, predicate_t, query_t classes
John Wiegley
2009-11-09
1
-9
/
+9
*
Fixed -r flag for balance reports
John Wiegley
2009-11-07
1
-8
/
+0
*
Column widths are always calculated now
John Wiegley
2009-11-07
1
-0
/
+2
*
Changed dividers output by --options
John Wiegley
2009-11-06
1
-2
/
+2
*
Moved journal reading code into journal_t
John Wiegley
2009-11-05
1
-1
/
+2
*
Segregated symbols into 5 separate namespaces
John Wiegley
2009-11-04
1
-20
/
+24
*
Removed most #if 0 blocks and callout comments
John Wiegley
2009-10-31
1
-4
/
+0
*
Added two missing casts
John Wiegley
2009-10-31
1
-1
/
+2
*
Moved ownership of master account into journal_t
John Wiegley
2009-10-30
1
-5
/
+6
[next]