Commit Graph

2543 Commits (stable)

Author SHA1 Message Date
John Ralls d42e2c5e40 Apply -Wall -Werr -Wmissing-prototypes to C++ compilation on Windows.
3 weeks ago
Christopher Lam 3d4f19f830 [gnc-date.cpp] fix ifdef conditional, and comment
1 month ago
Christopher Lam 06c7f4bd3f [gnc-datetime.cpp] fast_iso8601_utc_parse: precompute length
1 month ago
Robert Fewell b02612c437 Bug799722 - Inconsistent wording: Bill and Invoice
1 month ago
Robert Fewell 62af7f0d6d Bug 799734 - mapped OFX income account not listed
1 month ago
John Ralls 1fda575c5b Bug 666536 - smallest fraction of KRW is invalid
2 months ago
John Ralls 6983adb14a Merge Noerr Noah's 'fix-gsettings-segfault' into stable.
2 months ago
Christopher Lam 47938d1a2c [gnc-date.cpp] gnc_date_interval_format localisable with ICU
2 months ago
Noah 587cc4b91e Use g_return_val_if_fail / g_return_if_fail for NULL guards
2 months ago
Claude 606fc45582
Fix segfault in gnc_gsettings_get_settings_obj when GSettings schemas are not installed
2 months ago
Stefan Koch e1bbb9bb7b Bug 798873 - Crash when scrubbing after "undoing” changes
3 months ago
Stefan Koch 52bbcf72c5 Fix innocuous bug in qofinstance idata property.
3 months ago
Christopher Lam 0b4f14e107 [Transaction.cpp] use g_list_copy_deep avoiding g_list_append
3 months ago
Christopher Lam d64c8c8d59 [account.cpp] remove unused static var
3 months ago
Christopher Lam 3a2ac526a6 [gnc-commodity.cpp] improve gnc_commodity_compare
3 months ago
John Ralls e5fe2f3e0e Merge Stefan Koch's 'sk-unittest-qofid' into stable.
3 months ago
Stefan Koch 113af56272 fixup: Review comments about style of code.
3 months ago
Stefan Koch 7f0d66d439 fixup: Add the new test-qofid.cpp file the the source distribution.
3 months ago
Stefan Koch be5933a1ec fixup: Remove memory leaks in the test code.
3 months ago
Stefan Koch 0e3853bfb7 Fix undefined behaviour in collection_compare_cb function.
3 months ago
Stefan Koch 6e9a20dfeb Implement full test coverage of libgnucash/engine/qofid
3 months ago
Stefan Koch a2cc9881df Explicitly set the is_dirty attribute in qof_collection_new
3 months ago
Stefan Koch 9079d87307 Remove unused qof_collection_from_glist function.
3 months ago
Christopher Lam 334b015c19 [Account.h] gnc_account_get_earliest_date
3 months ago
John Ralls 622c35cfaa WORDS_BIGENDIAN needs to be a compile definition and checked with ifdef.
3 months ago
John Ralls b028f50fa3 A better fix for gcc ptr->int casting pickiness.
3 months ago
John Ralls 1d9b80f7ff gcc 15.2 is really picky about casting between ints of different sizes.
3 months ago
Robert Fewell b5185e1823 Bug 799706 - Rename Namespace
3 months ago
Christopher Lam c3e4f374a9 [account.cpp] gnc_account_child_index non-child acct should return -1
4 months ago
Christopher Lam 65d573889b [gnc-locale-utils.cpp] don't need to strdup locale
4 months ago
John Ralls be46171d02 Turn of deprecation warning for wstring_convert.
4 months ago
John Ralls 1f6a0c019a Fix uninitialized variable warning.
4 months ago
Christopher Lam c4317b906b Merge branch 'autoclear' into stable
4 months ago
John Ralls 942313d099 GncDateTime: New exceptions and a 32-bit time_t problem.
4 months ago
Christopher Lam 8d831d3501 [gnc-autoclear.cpp] gettext for abort messages
4 months ago
Christopher Lam bcce7a88c0 [gnc-autoclear.cpp] upgrade GError to return code too
4 months ago
Christopher Lam f893b046fb [io-gncxml-v2.cpp] xmlGetProp must be xmlFreed
4 months ago
John Ralls 3a06602910 Fix Asan UB complaint about int64_t alignment.
4 months ago
Christopher Lam 4f655492ce [sixtp-dom-parsers.cpp] g_date_free GDate leak
4 months ago
John Ralls 34330c2a57 gncTaxTable: chain up to the correct parent function.
4 months ago
Bruce Schuck f055c3c5a4 Added US Bonds (usbonds) to gnc-commodity.cpp
4 months ago
Christopher Lam 455ea3e71a [backend/xml] dom_tree_to_text returns std::optional<std::string>
4 months ago
Christopher Lam e79db945b2 [backend/xml] use apply_xmlnode_text
4 months ago
Christopher Lam 753e435456 [sixtp-dom-parsers.h] add templated functions for node text
4 months ago
Christopher Lam c80234341c [gnc-euro.cpp] fix typo for bulgarian lev rate
4 months ago
Christopher Lam 349c208a6c [guid.cpp] GncGUID* avoids temporary gnc::GUID, and better hash
4 months ago
John Ralls 6907d3648a Bulgarian Lev (BGN) replaced by Euro 1 Jan 2026.
4 months ago
Christopher Lam 465959cc90 [sixtp-dom-parsers.cpp] dom_tree_to_gdate: GDate on the stack
4 months ago
Christopher Lam 7c955b452f [sixtp-utils] string_to_num upgraded to use string_view
4 months ago
Christopher Lam cfc357a430 [backend/xml] fast string setters for acct/trans/split
4 months ago