gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sun Sep 10 13:21:05 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/556f7037 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/82bd4f69 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/600f0104 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f0f53d99 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4250f53f (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bbdb7151 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/121dd8cf (commit)
	from  https://github.com/Gnucash/gnucash/commit/f0fe1e99 (commit)



commit 556f7037adf4c8e5324c61faa33efec600f5e4c9
Merge: 82bd4f6 600f010
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Sep 10 19:16:38 2017 +0200

    Merge branch 'maint'

commit 82bd4f69aa6324818fe68659eb8af0cdd353d5e7
Merge: f0f53d9 bbdb715
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Sep 10 18:56:44 2017 +0200

    Merge branch 'fix_cmake_ofx_dep' of https://github.com/bhardwajs/gnucash

commit 600f010472564c2460742f8449b85b120f541be7
Author: christopherlam <christopher.lck at gmail.com>
Date:   Sat Sep 9 15:03:52 2017 +0800

    Fix swig wrapper for gncTaxTableGetTaxTables
    
    - Add new typedef GncTaxTableList
    - Add SWIG wrapper for gncTaxTableGetTables
    - gncTaxTableGetTables to return gncTaxTableList

commit f0f53d99b7f889d71198c4a7825f41fe671373bd
Merge: f0fe1e9 121dd8c
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Sun Sep 10 18:32:58 2017 +0200

    Merge branch 'trav' of https://github.com/limitedAtonement/gnucash

commit 4250f53faa3c5a03056d892d25ce4a45697441e9
Author: Daniel <daniel.hornung at gmx.de>
Date:   Mon Sep 4 00:56:35 2017 +0200

    L10N: DE, some small corrections.

commit bbdb7151dd16d24b9ad708cab6f95882c16d8321
Author: Sumit Bhardwaj <bhardwajs at users.noreply.github.com>
Date:   Sat Sep 9 10:13:19 2017 -0700

    Made ofx-gschema dependent on WITH_OFX flag

commit 121dd8cf90d359fb14c58d80b96562beaf3c011c
Author: lmat <dartme18 at gmail.com>
Date:   Wed Sep 6 13:23:59 2017 -0400

    Configure travis to use docker for CI
    
    Currently, there is an ubuntu 14.04 and archlinux build and they both
    use cmake with ninja, cmake with make, and autotools to build. It should
    be straightforward to add another configuration.
    
    Travis checks out the correct branch of the source code for us, and we
    expose that source code to the docker container using a docker run
    "volume".



Summary of changes:
 .travis.yml                       | 36 +++++++++++++++---------------------
 cmake/CMakeLists.txt              |  6 +++++-
 libgnucash/engine/business-core.i |  1 +
 libgnucash/engine/gncTaxTable.c   |  2 +-
 libgnucash/engine/gncTaxTable.h   |  3 ++-
 po/de.po                          | 19 +++++++++++++++----
 util/ci/afterfailure              | 23 +++++++++++++++++++++++
 util/ci/arch-docker               | 11 +++++++++++
 util/ci/arch-testscript           | 18 ++++++++++++++++++
 util/ci/commonbuild               | 25 +++++++++++++++++++++++++
 util/ci/ubuntu-14.04-docker       | 11 +++++++++++
 util/ci/ubuntu-14.04-testscript   |  8 ++++++++
 util/travis-after-failure.sh      | 19 -------------------
 util/travis-script.sh             | 30 ------------------------------
 14 files changed, 135 insertions(+), 77 deletions(-)
 create mode 100755 util/ci/afterfailure
 create mode 100644 util/ci/arch-docker
 create mode 100644 util/ci/arch-testscript
 create mode 100644 util/ci/commonbuild
 create mode 100644 util/ci/ubuntu-14.04-docker
 create mode 100644 util/ci/ubuntu-14.04-testscript
 delete mode 100755 util/travis-after-failure.sh
 delete mode 100755 util/travis-script.sh



More information about the gnucash-patches mailing list