gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Aug 19 14:42:52 EDT 2025


Updated	 via  https://github.com/Gnucash/gnucash/commit/5f701785 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4c81bc3e (commit)
	 via  https://github.com/Gnucash/gnucash/commit/54664359 (commit)
	from  https://github.com/Gnucash/gnucash/commit/deded468 (commit)



commit 5f7017854b663b00c43ae5beca6ffaa26af43be6
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Aug 18 15:12:23 2025 -0700

    Specialize get_row_value_from_object for int64_t.
    
    So that it doesn't try to pass the value in a pointer. That comes out badly on 32-bit systems.

commit 4c81bc3ea3c249025da43a85384bbffd4ebe9a5a
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Aug 18 15:10:12 2025 -0700

    [WIN32]Fix path problems prevneting test-backend-dbi from working.

commit 54664359dc4dd18557e0cbecc7f00cf0a000f853
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jul 15 15:11:33 2025 -0700

    Fix building tests on Win32.
    
    They don't pass, but at least they build and sort of run.



Summary of changes:
 CMakeLists.txt                                     |  5 +++-
 common/cmake_modules/GncAddTest.cmake              |  3 +++
 gnucash/import-export/test/CMakeLists.txt          |  7 ++++++
 libgnucash/app-utils/test/CMakeLists.txt           |  5 +++-
 libgnucash/backend/dbi/test/CMakeLists.txt         | 28 ++++++++++++++++++++--
 .../backend/dbi/test/test-backend-dbi-basic.cpp    | 26 ++++++++++++++++----
 .../backend/sql/gnc-sql-column-table-entry.cpp     | 20 +++++++++++++++-
 libgnucash/backend/xml/test/gtest-xml-contents.cpp |  6 ++---
 8 files changed, 88 insertions(+), 12 deletions(-)



More information about the gnucash-patches mailing list