gnucash unstable: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Fri Jan 26 13:01:47 EST 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/ec3ca043 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/18feaa16 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/00396db5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/0f4a72b4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/85bfbd8e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1b02517e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f6ae9868 (commit)
	from  https://github.com/Gnucash/gnucash/commit/dfa9c526 (commit)



commit ec3ca0430af4690f59ed04028f787215ff7a1c10
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jan 26 17:39:25 2018 +0100

    Fix test-cashflow-barchart.scm for guile 2.2
    
    At the same time enable guile 2.2 for our arch ci test
    so gnucash gets ci testing with that version as well

commit 18feaa16a79b43828baecb46367887e282e065a1
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jan 26 18:15:56 2018 +0100

    Remove support code to load qof backend in autotools based build environment

commit 00396db5607a32edeefc1d89c8d1339aeaa55dbc
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jan 26 18:02:00 2018 +0100

    Remove the .in extension from test-real-data.sh and stop configuring it for autotools
    
    We have dropped support for autotools and cmake invokes this script using /bin/bash <script>
    So the exact shebang value is not relevant any more

commit 0f4a72b49f766f861bc4e791f1c842a52f3cc524
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jan 26 16:09:33 2018 +0100

    Remove unused file

commit 85bfbd8e8258e9ff5d7840dc3577b8d9efdd38c4
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jan 26 16:06:29 2018 +0100

    Some minor cleanups after the autotools removal
    
    This includes removal of the now unused make-gnucash-potfiles.in,
    checking for CMakeLists.txt rather than Makefile.am in gnc-vcs-info,
    upating the HACKING file,
    and generally updating references to autotools.
    
    I have kept "Makefile.*" exclude patterns in our CMakeLists.txt files
    because they may still be lingering in the source directory from
    previous autogen.sh runs. At some point these should probably be
    removed as well still, together with the gitignore references to them.

commit 1b02517ea1bee18060468b57fc5a58b5174c7828
Merge: dfa9c52 f6ae986
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Jan 26 12:22:14 2018 +0100

    Merge branch 'unstable-TR-bugfix' of https://github.com/christopherlam/gnucash into unstable

commit f6ae9868c582e3da7ec3ba161959a8a10591d0af
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Dec 30 18:41:12 2017 +1100

    TP->T64: gnucash/report/standard-reports/transaction.scm



Summary of changes:
 CMakeLists.txt                                     |  5 +-
 HACKING                                            | 52 +++++++++-----
 README                                             |  2 -
 cmake/README_CMAKE.txt                             |  7 +-
 common/cmake_modules/MakeDistCheck.cmake           |  1 -
 common/cmake_modules/MakeDistFiles.cmake           |  2 -
 doc/CMakeLists.txt                                 |  2 +-
 doc/README.build-system                            | 83 ----------------------
 gnucash/import-export/aqb/test/test-aqb.c          |  2 -
 .../report/locale-specific/us/test/CMakeLists.txt  |  2 +-
 gnucash/report/report-system/html-barchart.scm     |  2 +-
 gnucash/report/report-system/test/CMakeLists.txt   |  2 +-
 .../test/test-cashflow-barchart.scm                |  2 +
 gnucash/report/standard-reports/transaction.scm    |  5 +-
 libgnucash/app-utils/CMakeLists.txt                |  2 -
 libgnucash/app-utils/test/CMakeLists.txt           |  2 +-
 libgnucash/backend/dbi/CMakeLists.txt              |  2 -
 libgnucash/backend/dbi/gncmod-backend-dbi.c        | 83 ----------------------
 libgnucash/backend/xml/test/CMakeLists.txt         | 11 +--
 .../{test-real-data.sh.in => test-real-data.sh}    |  2 +-
 libgnucash/engine/qof-backend.cpp                  | 43 +----------
 libgnucash/scm/main.scm                            |  2 +-
 libgnucash/tax/us/test/CMakeLists.txt              |  2 +-
 make-gnucash-potfiles.in                           | 83 ----------------------
 po/CMakeLists.txt                                  |  8 +--
 po/POTFILES.in                                     |  2 +-
 po/POTFILES.skip                                   |  1 -
 util/ci/afterfailure                               | 11 ---
 util/ci/arch-docker                                |  2 +-
 util/ci/arch-testscript                            |  6 +-
 util/gnc-vcs-info                                  |  4 +-
 31 files changed, 66 insertions(+), 369 deletions(-)
 delete mode 100644 doc/README.build-system
 delete mode 100644 libgnucash/backend/dbi/gncmod-backend-dbi.c
 rename libgnucash/backend/xml/test/{test-real-data.sh.in => test-real-data.sh} (98%)
 delete mode 100644 make-gnucash-potfiles.in



More information about the gnucash-patches mailing list