gnucash/libgnucash
Richard Cohen 66c5e398ae Change g_assert() -> g_assert_true() in tests
g_assert() can be compiled out, so should not be used for tests

g_assert_true was removed
to fis https://bugs.gnucash.org/show_bug.cgi?id=792008 because
g_assert_true was introduced in glib-2.38 and at the time GnuCash required
only glib-2.26. GnuCash has required glib >= 2.40 since 8acbc41c6 so
g_assert_true can be restored.
2023-07-16 10:09:12 -07:00
..
app-utils [gsettings.cpp] use std::unordered_map which releases on shutdown 2023-07-01 12:23:58 +08:00
backend Change g_assert() -> g_assert_true() in tests 2023-07-16 10:09:12 -07:00
core-utils Change g_assert() -> g_assert_true() in tests 2023-07-16 10:09:12 -07:00
doc Fix some typos 2023-01-26 13:48:58 +01:00
engine Change g_assert() -> g_assert_true() in tests 2023-07-16 10:09:12 -07:00
gnc-module Refactor: hide implementation of GncPlugin* (move from .h -> .c) 2023-06-14 11:03:37 +01:00
quotes Add JSON::Parse to gnc-fq-update. 2023-03-10 12:51:30 -08:00
tax Add missing MAKE_LINKS, and the local scm directory to %load-path 2023-02-28 11:51:23 +00:00
CMakeLists.txt libgnucash/scm - move to bindings/guile 2019-12-06 19:59:11 +01:00