You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/lib/libqof/qof
Joshua Sled 41e5b3540f
Update qoflog documentation.
19 years ago
..
Makefile.am Add G_LOG_DOMAIN for qof. 19 years ago
deprecated.c Restore enter/leave indentation. Cleanup some deprecated and (nearly-)unused qoflog code. Audit fraction enter/leave pairs. :/ 19 years ago
deprecated.h Restore enter/leave indentation. Cleanup some deprecated and (nearly-)unused qoflog code. Audit fraction enter/leave pairs. :/ 19 years ago
gnc-date.c Remove basically-unused qof date manipulation code better provided by GDate. 20 years ago
gnc-date.h Remove basically-unused qof date manipulation code better provided by GDate. 20 years ago
gnc-numeric.c Add lib/libc/pow.h to avoid calculation errors on Windows. 20 years ago
gnc-numeric.h Standardise on gint and gchar. libqof 0.6.4 release. 20 years ago
guid.c Use g_open, g_fopen, g_stat and g_unlink. 20 years ago
guid.h Standardise on gint and gchar. libqof 0.6.4 release. 20 years ago
kvp-util-p.h Never include "config.h" from a header file. Doing so makes it nigh 20 years ago
kvp-util.c Update FSF street address. 21 years ago
kvp-util.h Never include "config.h" from a header file. Doing so makes it nigh 20 years ago
kvp_frame.c Factor out #define _GNU_SOURCE from various .c files into an AC_GNU_SOURCE 20 years ago
kvp_frame.h Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that are too loud afterwards. 19 years ago
md5.c Update FSF street address. 21 years ago
md5.h Update FSF street address. 21 years ago
qof.h Update qoflog documentation. 19 years ago
qofbackend-p.h Add some 'const' declarations. 20 years ago
qofbackend.c Call g_module_make_resident in qof backend provider modules. 20 years ago
qofbackend.h Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that are too loud afterwards. 19 years ago
qofbook-p.h Add support for directly marking the book dirty, for recording the 20 years ago
qofbook.c Add some 'const' declarations. 20 years ago
qofbook.h Add some 'const' declarations. 20 years ago
qofbookmerge.c Revert r14892 in order to try a different approach. 20 years ago
qofbookmerge.h Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that are too loud afterwards. 19 years ago
qofchoice.c Add some 'const' declarations. 20 years ago
qofchoice.h Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that are too loud afterwards. 19 years ago
qofclass-p.h QOF 0.6.1 release update 21 years ago
qofclass.c Revert r14892 in order to try a different approach. 20 years ago
qofclass.h Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that are too loud afterwards. 19 years ago
qofevent-p.h Finish removing deprecated QOF functions. 20 years ago
qofevent.c Standardise on gint and gchar. libqof 0.6.4 release. 20 years ago
qofevent.h Standardise on gint and gchar. libqof 0.6.4 release. 20 years ago
qofgobj.c Standardise on gint and gchar. libqof 0.6.4 release. 20 years ago
qofgobj.h QOF 0.6.1 release update 21 years ago
qofid-p.h Add some 'const' declarations. 20 years ago
qofid.c Add some 'const' declarations. 20 years ago
qofid.h Use g_open, g_fopen, g_stat and g_unlink. 20 years ago
qofinstance-p.h Add a flag, 'infant', to QofInstance to note that the instance has been 20 years ago
qofinstance.c Add some 'const' declarations. 20 years ago
qofinstance.h Add some 'const' declarations. 20 years ago
qofla-dir.h.in Standardise on gint and gchar. libqof 0.6.4 release. 20 years ago
qoflog.c Better handling of NULL filename. 19 years ago
qoflog.h Update qoflog documentation. 19 years ago
qofmath128.c Use G_GINT64_MODIFIER for qofmath test. 20 years ago
qofmath128.h Update FSF street address. 21 years ago
qofobject-p.h Add some 'const' declarations. 20 years ago
qofobject.c Add some 'const' declarations. 20 years ago
qofobject.h Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that are too loud afterwards. 19 years ago
qofquery-deserial.c Revert r14892 in order to try a different approach. 20 years ago
qofquery-deserial.h QOF 0.6.1 release update 21 years ago
qofquery-p.h Update FSF street address. 21 years ago
qofquery-serialize.c Revert r14892 in order to try a different approach. 20 years ago
qofquery-serialize.h QOF 0.6.1 release update 21 years ago
qofquery.c Restore enter/leave indentation. Cleanup some deprecated and (nearly-)unused qoflog code. Audit fraction enter/leave pairs. :/ 19 years ago
qofquery.h Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that are too loud afterwards. 19 years ago
qofquerycore-p.h Add the ability to override the default sort (#150799). 20 years ago
qofquerycore.c Code cleanup: Move variable declaration into block where it is used. 20 years ago
qofquerycore.h Add the ability to override the default sort (#150799). 20 years ago
qofreference.c Standardise on gint and gchar. libqof 0.6.4 release. 20 years ago
qofreference.h Improved reference handling for recursive copying of entities - relocate disparate functions to a single new file 20 years ago
qofsession-p.h Fix bug #353450 - Crash on quit during save. 20 years ago
qofsession.c Fix some printf's of NULL in DEBUG, ENTER and LEAVE macro invocations. 20 years ago
qofsession.h Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that are too loud afterwards. 19 years ago
qofsql.c Restore enter/leave indentation. Cleanup some deprecated and (nearly-)unused qoflog code. Audit fraction enter/leave pairs. :/ 19 years ago
qofsql.h Standardise on gint and gchar. libqof 0.6.4 release. 20 years ago
qofutil.c Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that are too loud afterwards. 19 years ago
qofutil.h Overhaul gnc/qof logging: Add default log handler that implements a "log4x"-style log level hierarchy. Correctly use G_LOG_DOMAIN, raw glib logging. Cleanup tests that are too loud afterwards. 19 years ago