Commit Graph

114 Commits (b3e3eb316620f2f97232f1b94de19c92973b531b)

Author SHA1 Message Date
John Ralls df878c6a3d Merge Maarten Bosmans's 'memleak-fixes' into stable.
3 years ago
Robert Fewell fb58959f9a Bug 798885 - Accented character in folder name on Account Export
3 years ago
Maarten Bosmans bd94965d9b [backend/xml] Remove unused string copy
3 years ago
Richard Cohen 6ba5bb326a Fix dereference of expired temporaries.
3 years ago
Richard Cohen 30586ac3e6 Push -Wno-error=deprecated-declarations from C*_FLAGS down to the target
3 years ago
Richard Cohen 3a7464a312 Remove redundant uses of cmake -E env
3 years ago
Richard Cohen 7b47c07f8e Don't use extern "C" around #includes
3 years ago
John Ralls 3d5e27982f Merge branch 'maint'
3 years ago
Christopher Lam 47b85d3b2f [gnc-xml-backend.cpp] g_free char* from g_path_get_dirname
3 years ago
Richard Cohen bddb4468fa Import GLIB2 as a target, and use it to simplify the CMakeLists
3 years ago
Richard Cohen 9c6ad222a9 [-Wunused-function] - remove
3 years ago
Richard Cohen 0798bce2a6 [-Wunused-value] - remove
3 years ago
Richard Cohen ea2d3be217 Remove some unused variables with obviously no side effects
3 years ago
Richard Cohen 4e25bbfc43 Mark some QofLogModules as potentially unused
3 years ago
John Ralls 046e4a156e Silence Clang deprecation warnings about sprintf.
3 years ago
Richard Cohen 1cec0cb3f3 Use internal extern "C" { ... } for C++
3 years ago
luz paz ba94730a23 Fix various typos
4 years ago
luz paz cfc6e9d7e0 Fix source typo begining->beginning
4 years ago
luz paz 8adedc2248 Fix various typos
4 years ago
Christopher Lam 4a75baa4c6 [gnc-xml-backend.cpp] gchar* must be freed after use.
4 years ago
John Ralls 916caa25f2 Integrate Windows gzopen differences so that only one ifdef is needed.
4 years ago
John Ralls 250b4ed733 Remove stray line left from earlier refactoring.
4 years ago
Robert Fewell 7e299cb2b0 Remove print statement left in commit c3f8daa
4 years ago
John Ralls 93f5e23cf5 Open gzfile if thread creation fails.
4 years ago
John Ralls 81b9a02235 Bug 798458 - Build failure with gcc 12
4 years ago
John Ralls 67e8c317da [xml backend] Extract functions to make gz_trhead_func more readable.
4 years ago
John Ralls 74d0630867 Bug 798237 - Logging during XML file loading degrades performance...
5 years ago
John Ralls 574f567b62 Refactor GncXmlBackend::get_file_lock.
5 years ago
John Ralls d7eae0664f [gz_open] Use compress and write consistent with calling functions.
5 years ago
John Ralls c3f8daaf7d Bug 798250 - Gnucash permanent hang on save while loading report
5 years ago
John Ralls 901fea158f Merge Simon Arlott's 'xml-locking-fixes' into maint.
5 years ago
John Ralls 38cd06e54a Remove the lock-file-link-count test from the XML backend.
5 years ago
Simon Arlott 0665208299
xml-backend: Lock file is deleted even if the lock is not acquired
5 years ago
Simon Arlott e4619fdae6
xml-backend: Don't try to close m_lockfd if it's not open
5 years ago
John Ralls d099d39afd Merge Simon Arlott's 'commit-root-on-load' into maint.
5 years ago
Simon Arlott bf8fe1123c
Commit root accounts after loading from XML
5 years ago
Simon Arlott f15402a9a6
Load test data from XML properly
5 years ago
Christopher Lam e653c30193 [gnc-xml-backend] g_free char*
5 years ago
Christopher Lam f37fa85705 build dom_tree_to_list_kvp_value more efficiently
5 years ago
Christopher Lam 59386b4081 gchar* dom_tree_to_text must be g_freed
5 years ago
Christopher Lam c1cb29df53 GncGUIDs should be freed with guid_free instead of g_free
5 years ago
John Ralls bbb4113a5a Bug 798156 - glib 2.68.0 breaks gnucash
5 years ago
John Ralls 170502c6c5 Bug 797906 - GnuCash data file is locked after a "save-as"...
5 years ago
John Ralls c49b45d8f1 Finish the glib 2.67 fixes for CI tests.
5 years ago
Frank H. Ellenberger 93e2829ee5 Merge PR #899 into maint
5 years ago
luz paz 16b4976381 Fix typos in libgnucash/
5 years ago
John Ralls 7a7c26f87e Move glib and gtk includes out of extern C for tests.
5 years ago
Bill Nottingham c0f2c3ae25 Fix build with glib2 2.67.x.
5 years ago
John Ralls 94a68dca7c Bug 797983 - v4.2 report numbers change over gnucash restarts;...
6 years ago
Gaming4JC cca4524055
Fix warnings: missing sentinel in function calls
6 years ago