gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Thu Jul 9 12:16:00 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/b9d6b842 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d3e70217 (commit)
	from  https://github.com/Gnucash/gnucash/commit/df05702f (commit)



commit b9d6b8423f0069b5bfc7970770d66a4c4d8240c1
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Jul 9 09:15:15 2015 -0700

    Guard against multiple typedefs of KvpFrame and KvpValue.
    
    It's legal for C11, but not before. No need to gratuitously force an
    upgrade.

commit d3e70217cd4e4f35b630d30c0d0a58937c511951
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jul 7 16:43:52 2015 -0700

    Move libgtest.a arg from Makefile to configure, add -pthread flag.



Summary of changes:
 configure.ac                             | 8 +++-----
 src/backend/xml/test/test-file-stuff.h   | 3 +++
 src/engine/test-core/test-engine-stuff.h | 6 ++++++
 src/engine/test/Makefile.am              | 1 -
 src/libqof/qof/qofbook.h                 | 3 +++
 src/libqof/qof/qofinstance.h             | 4 +++-
 src/libqof/qof/test/Makefile.am          | 4 ----
 7 files changed, 18 insertions(+), 11 deletions(-)



More information about the gnucash-patches mailing list