gnucash/libgnucash/gnc-module
John Ralls ebf84fbf8d Bug 798229 - GncDate::c_formats is being created and destroyed twice...
resulting in a double free crash on every exit.

Exclude by name the obsolete pre-GnuCash 4 modules from being inspected
so that they don't try to construct and destroy their static variables
twice.
2021-07-06 12:03:41 -07:00
..
doc Update documentation referring to the deprecated gnc:module wrapper 2019-12-06 20:38:21 +01:00
example engine - remove gncmod boilerplate 2019-12-06 20:38:21 +01:00
test gnc-module - fix test build on Windows 2019-12-06 20:38:20 +01:00
CMakeLists.txt Drop as dependency from gnc-module 2020-10-10 12:32:58 +02:00
gnc-module-api.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-module.c Bug 798229 - GncDate::c_formats is being created and destroyed twice... 2021-07-06 12:03:41 -07:00
gnc-module.h Restructure the src directory 2017-08-10 18:45:00 +02:00
README Restructure the src directory 2017-08-10 18:45:00 +02:00

This is gnc-module, a plugin/module system for gnucash and related
software.  The documentation currently consists of 'doc/design.txt'.

Bill Gribble