You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/src
Derek Atkins 498d9d905b
guile 1.8's SCM_EXACTP() throws an error when passed a non-number.
20 years ago
..
app-utils Add include directives for ${top_builddir}/src/swig-runtime.h. 20 years ago
backend Load and store a commodity's KVP-frame (IFF it's non-empty). 20 years ago
bin Add include directives for ${top_builddir}/src/swig-runtime.h. 20 years ago
business Add include directives for ${top_builddir}/src/swig-runtime.h. 20 years ago
calculation Add #include config.h at all places where it has been missing. 20 years ago
core-utils Add src/base-typemaps.i as a prerequisite for all wrapper-generator rules. 20 years ago
doc Move the valgrind reference code from a compiled file to a 20 years ago
engine guile 1.8's SCM_EXACTP() throws an error when passed a non-number. 20 years ago
experimental
gnc-module Rename variables to avoid potential conflicts with C/C++ keywords. 20 years ago
gnome Add include directives for ${top_builddir}/src/swig-runtime.h. 20 years ago
gnome-search Merge swig-redo branch back into trunk. 20 years ago
gnome-utils Avoid crash when renaming page in a page-less window by returning if 20 years ago
import-export Add include directives for ${top_builddir}/src/swig-runtime.h. 20 years ago
network-utils Merge swig-redo branch back into trunk. 20 years ago
optional Merge swig-redo branch back into trunk. 20 years ago
pixmaps Install the .ico icon file into $datadir/gnucash/pixmaps instead of $datadir/pixmaps. 20 years ago
quotes This one file really does require the perl Date::Manip module. 20 years ago
register Remove unused function. 20 years ago
report Add include directives for ${top_builddir}/src/swig-runtime.h. 20 years ago
scm Audit all .scm files for cases where null objects were assumed to be #f. 20 years ago
tax Merge swig-redo branch back into trunk. 20 years ago
test-core More comments, spelling fixes, line-wraps, whitespace cleanups. 20 years ago
Makefile.am Factor out some common typemaps into src/base-typemaps.i 20 years ago
README
README.modules
RecnWindow.h
base-typemaps.i Add a custom SWIG typemap for wrapping a return value of (char *)NULL 20 years ago
count.dat
count.gplot
count.sh
glib-compat.h
gnc-test-env Guile path on win32 needs to be separated by ; instead of :. 20 years ago
gnc-ui.h
gtk-compat.h
guile-mappings.h
valgrind-gdk.supp
valgrind-gnucash.supp
valgrind-x11.supp

README

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.