Commit Graph

65 Commits (c3e4f374a91edc1b3484c283dd1dfd34de7fc75e)

Author SHA1 Message Date
Christopher Lam 455ea3e71a [backend/xml] dom_tree_to_text returns std::optional<std::string>
4 months ago
Christopher Lam a57cd653e5 [backend/xml] dom_tree_to_guid returns std::optional<GncGUID> instead of GncGUID*
5 months ago
John Ralls 1af9e33d81 [Tests] Fix filepath handling and temp directory location on Win32 builds.
7 months ago
John Ralls 54664359dc Fix building tests on Win32.
8 months ago
Christopher Lam fac028133e [gtest-xml-contents] test xaccTransGetDatePostedGDate from xml
10 months ago
Christopher Lam 01366f425f [gtest-load-and-test-datafile.cpp] add example .gnucash to test contents
10 months ago
John Ralls 3770cb8131 Wrap include of gtest.h and gmock.h with a warning-silencing pragma.
12 months ago
Christopher Lam 1e1d21b716 [Transaction.hpp] rename to .hpp
2 years ago
Christopher Lam d100df7ef7 [AccountP.hpp] .h -> .hpp, remove extern "C" {} wrapper
2 years ago
Christopher Lam 249ec9f43a [test-string-converters.cpp] add some string->number tests
2 years ago
John Ralls f67b53a440 Xml backend tests: Use libgnc-backend-xml-utils instead of sources.
3 years ago
John Ralls 2234fa433e Add Asan build type that enables the Address and UB sanitizers.
3 years ago
John Ralls 422fd0cab2 Fix misspelled/missing dist files.
3 years ago
Christopher Lam c44194606a [test-xml-pricedb] free a sixtp parser
3 years ago
John Ralls 4d46a8191d Merge Simon Arlott's 'test-xml-save' into stable.
3 years ago
Simon Arlott 35bee1382d
Test loading and saving XML files with and without compression
3 years ago
Richard Cohen 2640911901 Valgrind: fix "definitely lost/still reachable" memory in test - test-xml2-is-file
3 years ago
Richard Cohen b7d278556f Valgrind: fix "definitely lost" memory in test - test-string-converters
3 years ago
Simon Arlott d7b2b06bae
Avoid unnecessary memory allocation in dom_tree_to_gnc_numeric()
3 years ago
Richard Cohen 2e861ab673 Valgrind: fix "Mismatched free/delete" - test-dom-converters1
3 years ago
Richard Cohen 6ba5bb326a Fix dereference of expired temporaries.
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
Richard Cohen bddb4468fa Import GLIB2 as a target, and use it to simplify the CMakeLists
3 years ago
Richard Cohen ea2d3be217 Remove some unused variables with obviously no side effects
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 cfc6e9d7e0 Fix source typo begining->beginning
4 years ago
luz paz 8adedc2248 Fix various typos
4 years ago
John Ralls 74d0630867 Bug 798237 - Logging during XML file loading degrades performance...
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
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
John Ralls 6a1cb5eecd Replace the three bool parameters to qof_session_begin to an enum.
6 years ago
John Ralls 5da3bf7943 [QofLog] Replace hashtable with tree of vectors.
6 years ago
John Ralls 8ff5af4c19 Decouple QofBook creation from QofSession.
6 years ago
Geert Janssens bbeb9a2b62 Drop all gnc-module dependencies and includes from compilation units that no longer use it
6 years ago
Geert Janssens abf29aa196 Drop the gnc-module wrapper around the test-engine library
6 years ago
John Ralls f85be03bb5 Merge branch 'maint'
6 years ago
John Ralls 33902a6793 Improve test building with the Xcode generator.
6 years ago
Geert Janssens 4c77f7670e engine - remove gncmod boilerplate
6 years ago
Geert Janssens 1c7f835f47 engine - move guile code to bindings/guile
6 years ago
Christopher Lam de09259f13 Bug 797500 - valgrind errors - new/delete vs malloc/free
7 years ago
Geert Janssens b7479e8fb0 Bump minimum cmake version to 3.5
7 years ago
John Ralls 755773ac4c Clean up timespec comments in the XML backend.
8 years ago
John Ralls b32a8a9390 Remove time64_to_string and string_to_time64 and their tests.
8 years ago