gnucash master: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Nov 18 20:00:30 EST 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/19f08da5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ba59350f (commit)
	from  https://github.com/Gnucash/gnucash/commit/578dfd81 (commit)



commit 19f08da56b4b556c133aa05ebfa2333641a12a7b
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Nov 18 17:00:04 2014 -0800

    Implement copy and move operator= and move constructor for KvpValueImpl
    
    Fixes double-delete crash of the embedded ptr when copy-initializing.

commit ba59350f69afbef6b301e9780f5105931e470dcb
Author: lmat <dartme18 at gmail.com>
Date:   Fri Oct 3 22:05:37 2014 -0400

    Adding KvpValueImpl test suite



Summary of changes:
 src/libqof/qof/kvp-value.cpp           | 46 ++++++++++++----
 src/libqof/qof/kvp-value.hpp           |  8 +++
 src/libqof/qof/test/Makefile.am        | 20 +++++++
 src/libqof/qof/test/test-kvp-value.cpp | 99 ++++++++++++++++++++++++++++++++++
 4 files changed, 163 insertions(+), 10 deletions(-)
 create mode 100644 src/libqof/qof/test/test-kvp-value.cpp



More information about the gnucash-patches mailing list