gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sat May 30 03:34:09 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/18adb572 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/780c4b4e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d57a1cfa (commit)
	from  https://github.com/Gnucash/gnucash/commit/30450e4d (commit)



commit 18adb5723cce158efa46a7a01f40bb09eaacd5fa
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri May 29 22:55:37 2020 +0200

    C++ tweaks
    
    - use auto where possible
    - replace goto with function to call

commit 780c4b4e2b1551927ead1210b4ebd389b90d59ab
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sat May 30 09:22:42 2020 +0200

    Small tweaks that got left out by mistake
    
    Among others this will fix the missing saved reports in
    gnucash-cli --run-report

commit d57a1cfaec3432ddb5a16d3178b16350a3dd4718
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri May 29 22:24:43 2020 +0200

    Move saved report loading to report initialization code



Summary of changes:
 gnucash/gnucash-cli.cpp      |   4 +-
 gnucash/gnucash-commands.cpp | 127 +++++++++++++++++++++----------------------
 gnucash/gnucash-commands.hpp |   2 +-
 gnucash/gnucash.cpp          |  24 --------
 gnucash/report/gnc-report.c  |  51 +++++++++++++++++
 5 files changed, 116 insertions(+), 92 deletions(-)



More information about the gnucash-patches mailing list