gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sun Nov 3 13:35:08 EST 2024


Updated	 via  https://github.com/Gnucash/gnucash/commit/d0d1c820 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/c06bc18d (commit)
	from  https://github.com/Gnucash/gnucash/commit/274c033b (commit)



commit d0d1c82039ae2fb2fb3b2c197872df8bdc3c4d7d
Merge: 274c033bab c06bc18dc4
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Nov 3 10:29:56 2024 -0800

    Merge David Seifert's 'gcc-15-includes'  into stable

commit c06bc18dc4da9832ad8aed8beac8904e0bdfee7e
Author: David Seifert <soap at gentoo.org>
Date:   Sat Nov 2 09:55:15 2024 +0100

    Add missing `#include <cstdint>`
    
    * GCC 15 has reduced transitive dependencies between headers.
    
    Bug: https://bugs.gentoo.org/939856



Summary of changes:
 bindings/guile/gnc-kvp-guile.cpp                             | 1 +
 gnucash/gnome-utils/gnc-option-gtk-ui.cpp                    | 1 +
 gnucash/gnome-utils/test/test-autoclear.cpp                  | 1 +
 gnucash/import-export/aqb/assistant-ab-initial.c             | 1 +
 gnucash/import-export/aqb/gnc-gwen-gui.c                     | 1 +
 gnucash/import-export/csv-imp/assistant-csv-price-import.cpp | 1 +
 gnucash/import-export/csv-imp/assistant-csv-trans-import.cpp | 1 +
 gnucash/import-export/csv-imp/gnc-imp-settings-csv-price.cpp | 1 +
 gnucash/import-export/csv-imp/gnc-imp-settings-csv-tx.cpp    | 1 +
 gnucash/import-export/csv-imp/gnc-imp-settings-csv.hpp       | 1 +
 gnucash/import-export/csv-imp/gnc-import-price.hpp           | 1 +
 gnucash/import-export/csv-imp/gnc-import-tx.hpp              | 1 +
 gnucash/import-export/csv-imp/gnc-tokenizer-fw.hpp           | 1 +
 libgnucash/app-utils/test/test-print-parse-amount.cpp        | 1 +
 libgnucash/backend/dbi/gnc-dbisqlresult.hpp                  | 1 +
 libgnucash/backend/sql/gnc-slots-sql.cpp                     | 1 +
 libgnucash/backend/sql/gnc-sql-column-table-entry.cpp        | 1 +
 libgnucash/backend/sql/test/utest-gnc-backend-sql.cpp        | 1 +
 libgnucash/backend/xml/io-gncxml-v2.cpp                      | 1 +
 libgnucash/backend/xml/sixtp-dom-generators.cpp              | 1 +
 libgnucash/engine/gnc-numeric.hpp                            | 1 +
 libgnucash/engine/gnc-option-impl.hpp                        | 1 +
 libgnucash/engine/gnc-option.hpp                             | 1 +
 libgnucash/engine/gnc-optiondb.hpp                           | 1 +
 libgnucash/engine/gnc-rational.cpp                           | 1 +
 libgnucash/engine/gncInvoice.c                               | 1 -
 libgnucash/engine/kvp-frame.cpp                              | 1 +
 libgnucash/engine/kvp-value.hpp                              | 1 +
 libgnucash/engine/qofinstance.cpp                            | 1 +
 libgnucash/engine/test-core/test-engine-stuff.cpp            | 1 -
 libgnucash/engine/test/gtest-gnc-int128.cpp                  | 1 +
 libgnucash/engine/test/gtest-gnc-numeric.cpp                 | 1 +
 libgnucash/engine/test/gtest-gnc-option.cpp                  | 1 +
 libgnucash/engine/test/gtest-gnc-optiondb.cpp                | 1 +
 libgnucash/engine/test/gtest-gnc-rational.cpp                | 1 +
 libgnucash/engine/test/gtest-import-map.cpp                  | 1 +
 libgnucash/engine/test/test-kvp-frame.cpp                    | 1 +
 libgnucash/engine/test/test-kvp-value.cpp                    | 1 +
 38 files changed, 36 insertions(+), 2 deletions(-)



More information about the gnucash-patches mailing list