gnucash/libgnucash/app-utils/test
Geert Janssens 1c7f835f47 engine - move guile code to bindings/guile
This commit tries to do the minimum necessary to move the guile bits from engine
to bindings/guile. As engine is a very central piece in the software, this unfortunately
still touches many other source files:

- A few helper objects have been squashed together:
  * engine-helpers-guile.[ch] (of which the c part is extracted from engine-helpers.c)
  * gncBusGuile.[ch]
  * gnc-hooks-scm.[ch]
- The initialization function of gncmod-engine no longer initializes the scm bits.
  Any scm code that wants to interact with the engine code now has to load
  the (gnucash engine) scm module, or sometimes (gnucash business-core).
  The bulk of changes in this commit actually is updating all the scm consumers to do so.
- scm-scm target has been removed. Instead (gnucash utilities) is part
  of scm-engine. A few dependency graphs have been updated for this.

More refinements will be in followup commits.
2019-12-06 19:59:11 +01:00
..
CMakeLists.txt engine - move guile code to bindings/guile 2019-12-06 19:59:11 +01:00
test-app-utils.c Update bug tracker URL 2018-07-13 09:49:33 -07:00
test-c-interface.scm RptCleanup - Restructure installation of gnucash scm files 2019-06-18 14:25:04 +02:00
test-date-utilities.scm engine - move guile code to bindings/guile 2019-12-06 19:59:11 +01:00
test-exp-parser.c Bug 796820 - References to 'Gnome Bugzilla' should be changed to 'GnuCash Bugzilla' 2018-09-28 15:00:43 +02:00
test-gnc-ui-util.c Housekeeping - replace plenty of http links with https 2019-06-06 15:52:30 +02:00
test-link-module.c Restructure the src directory 2017-08-10 18:45:00 +02:00
test-load-app-utils-module.scm Drop guile 1.8 support 2017-12-20 14:55:40 +01:00
test-option-util.cpp Housekeeping - replace plenty of http links with https 2019-06-06 15:52:30 +02:00
test-options.scm Modifications to consider module changes in master 2019-08-04 20:52:57 +08:00
test-print-parse-amount.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-print-queries.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test-scm-query-string.cpp Transcode non-constant strings before passing them to scm_eval_string. 2019-04-29 15:00:54 -07:00
test-sx.cpp Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00