gnucash stable: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sun Jul 16 20:04:20 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash/commit/1459ccdd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f01047a2 (commit)
	from  https://github.com/Gnucash/gnucash/commit/d14c533e (commit)



commit 1459ccddfbd4bfe1c0ea044ce8e494d3cc05b70d
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Jul 15 23:40:53 2023 +0800

    [import-main-matcher] use stl - convert Entries from array to vector
    
    which has nicer iteration sematics.

commit f01047a25d285038ad3d8e3176e78aae52e210d9
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Fri Jul 14 22:12:05 2023 +0800

    [import-main-matcher.cpp] convert RowInfo to class
    
    which is nicer for creating RowInfo on the stack with automatic memory
    management.



Summary of changes:
 gnucash/import-export/import-main-matcher.cpp | 165 +++++++++++++-------------
 1 file changed, 81 insertions(+), 84 deletions(-)



More information about the gnucash-patches mailing list