gnucash/src
Christian Stimming f6b6abc33f Add library dir for test runtime
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14919 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-10-02 12:13:10 +00:00
..
app-utils Add #include config.h at all places where it has been missing. 2006-09-05 18:00:11 +00:00
backend Revert r14892 in order to try a different approach. 2006-09-27 13:30:05 +00:00
bin Implement automatic relocation of previously compiled-in paths. 2006-09-18 20:43:50 +00:00
business Add include config.h that was missing in g-wrap wrapper. 2006-09-07 11:55:52 +00:00
calculation Add #include config.h at all places where it has been missing. 2006-09-05 18:00:11 +00:00
core-utils Add missing -f flag when symlinking the gw-.scm files 2006-08-29 07:48:09 +00:00
doc Move the valgrind reference code from a compiled file to a 2006-06-09 21:33:29 +00:00
engine Add the ability to override the default sort (#150799). 2006-09-27 13:39:32 +00:00
experimental Regularize capitalization of the word 'GnuCash'. 2006-03-23 21:40:12 +00:00
gnc-module Get rid of warnings from libtool header on windows/mingw32 2006-09-06 12:15:11 +00:00
gnome disable lot scrubbing during Check & Repair (#357370). 2006-09-23 22:51:29 +00:00
gnome-search Revert r14892 in order to try a different approach. 2006-09-27 13:30:05 +00:00
gnome-utils missing ">"s 2006-09-29 20:10:05 +00:00
import-export Free a list in import-account-matcher.c. 2006-09-26 22:08:52 +00:00
network-utils Add library dir for test runtime 2006-10-02 12:13:10 +00:00
optional Make xsl/ available for installation and therefore packaging. 2006-03-09 18:12:14 +00:00
pixmaps Add new application icon. 2006-06-26 20:12:04 +00:00
quotes This one file really does require the perl Date::Manip module. 2006-07-01 15:05:53 +00:00
register suspend events around the Commit(). Fixes #347089 when combined with r14495. 2006-09-23 22:31:45 +00:00
report Next round of Makefile symlink cleanup. 2006-08-29 08:05:33 +00:00
scm Next round of Makefile symlink cleanup. 2006-08-28 15:20:29 +00:00
tax Next round of Makefile symlink cleanup. 2006-08-28 15:20:29 +00:00
test-core More comments, spelling fixes, line-wraps, whitespace cleanups. 2006-08-08 23:16:54 +00:00
count.dat raw data for number of lines of code in gnucash. 2004-07-17 04:06:22 +00:00
count.gplot raw data for number of lines of code in gnucash. 2004-07-17 04:06:22 +00:00
count.sh simple stupid kloc counter 2003-06-21 19:25:04 +00:00
glib-compat.h Better fix for compiling cleanly on a glib 2.9/2.10 system without 2005-12-29 03:16:57 +00:00
gnc-test-env Guile path on win32 needs to be separated by ; instead of :. 2006-08-28 12:34:52 +00:00
gnc-ui.h Update the help file names now that the docs are xml instead of 2006-05-30 04:41:44 +00:00
gtk-compat.h Cleanup patch from Andreas Köhler. 2006-02-22 22:35:03 +00:00
guile-mappings.h Collapse the gnome2 branch back into HEAD. 2005-11-02 03:32:36 +00:00
Makefile.am Make the cut/paste change compile on gtk 2.4 systems. 2006-01-30 04:57:46 +00:00
README Fix tests. 2001-12-07 11:11:08 +00:00
README.modules Remove RPC and net backends. 2005-11-22 22:54:04 +00:00
RecnWindow.h Never include "config.h" from a header file. Doing so makes it nigh 2006-03-09 05:51:07 +00:00
valgrind-gdk.supp Collapse the gnome2 branch back into HEAD. 2005-11-02 03:32:36 +00:00
valgrind-gnucash.supp Collapse the gnome2 branch back into HEAD. 2005-11-02 03:32:36 +00:00
valgrind-x11.supp Collapse the gnome2 branch back into HEAD. 2005-11-02 03:32:36 +00:00

This directory contains the source for GnuCash.
See README.modules for the layout of the module subdirectories.
The non-module directories are:

  doc: various notes about design and the design documentation.
  experimental: for experimental systems.
  gnome: misc code for the gtk/gnome front end.
  optional: bits supported via ./configure --enable-* or --with-* args.
  pixmaps: various runtime images.
  quotes: code for downloading stock quotes.
  scm: misc scheme code.