gnucash/libgnucash/gnc-module
Geert Janssens 043c6367a5 gnc-module test updates
- move test modules into a subdirectory on Windows as well
- move the futuremod module into its own subdirectory
  to avoid its load warnings each time gnc_module_init is called
  That also tends to happen when building guile modules.
- remove the log handlers filtering out the futuremodsys warnings
  They didn't match the actual warning signature anyway and
  they're no longer emitted during testing
2019-12-06 19:59:12 +01:00
..
doc Restructure the src directory 2017-08-10 18:45:00 +02:00
example gnc-module - remove guile traces from c-interface tests and examples 2019-12-06 19:59:12 +01:00
test gnc-module test updates 2019-12-06 19:59:12 +01:00
CMakeLists.txt gnc-module - move guile wrappers to bindings/guile 2019-12-06 19:59:12 +01: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
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