gnucash/libgnucash/gnc-module
John Ralls cac307602f Build or link all Scheme test files into a directory "tests".
Instead of random locations only occasionally related to the
corresponding source.

Includes renaming libgnucash/engine/test/test-extras.scm and
gnucash/report/report-system/test/test-extras.scm to avoid a
naming conflict.
2019-05-25 10:09:07 +02:00
..
doc Restructure the src directory 2017-08-10 18:45:00 +02:00
example Lowercase cmake commands 2018-05-03 23:18:15 +02:00
test Build or link all Scheme test files into a directory "tests". 2019-05-25 10:09:07 +02:00
CMakeLists.txt Lowercase cmake commands 2018-05-03 23:18:15 +02:00
gnc-module-api.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-module.c Reduce warning about failing to dlopen a module to debug. 2018-02-19 12:27:59 -08:00
gnc-module.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-module.i Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-module.scm Drop guile 1.8 support 2017-12-20 14:55:40 +01: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