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
Phil Longstaff bbde4b3dba
1) Update svn:ignore for accounts/cs to ignore Makefile and Makefile.in
17 years ago
..
app-utils Rename lib/libqof -> src/libqof 17 years ago
backend Fix memory leak 17 years ago
bin 1) Update svn:ignore for accounts/cs to ignore Makefile and Makefile.in 17 years ago
business Fix bug 573645: SWIG binding for GncTaxTableGetEntries is wrong. 17 years ago
calculation Rename lib/libqof -> src/libqof 17 years ago
core-utils Fix lots of splint issues (including memory leaks). This includes some changes 17 years ago
doc Fix move from lib/libqof -> src/libqof 17 years ago
engine Remove commented-out obsolete backend module name 17 years ago
experimental Bug #514043: Use AM_CPPFLAGS instead of AM_CFLAGS. 18 years ago
gnc-module Fix lots of splint issues (including memory leaks). This includes some changes 17 years ago
gnome Apply patch by Herbert Thoma: Bug 580281 – Entering multiple prices with price editor is tedious 17 years ago
gnome-search Rename lib/libqof -> src/libqof 17 years ago
gnome-utils Bug #478106: Add sanity check to currency exchange dialog. 17 years ago
html Remove unneeded include file dlfcn.h which causes problems on win32. 17 years ago
import-export QIF Import: Create transactions in the user-specified currency rather than the default currency. For example, if the default currency is pesos and the user has specified that the QIF transactions are all USD, the transaction currency should be USD too. 17 years ago
libqof Rename lib/libqof -> src/libqof 17 years ago
optional Call swig with -python because we never need -noproxy 17 years ago
pixmaps Don't clean out the EXTRA_DIST pixmaps if we're not building from SVN. 18 years ago
quotes Bug #339433: FIx price quote dates off by one day 18 years ago
register Rename lib/libqof -> src/libqof 17 years ago
report Modifications to the budget report: 17 years ago
scm Bug #566567: [Win32] Do not touch .scm-links on windows - always copy scm files 18 years ago
tax Bug #566567: [Win32] Do not touch .scm-links on windows - always copy scm files 18 years ago
test-core Bug #514043: Use AM_CPPFLAGS instead of AM_CFLAGS. 18 years ago
Makefile.am Merge webkit branch into trunk. 17 years ago
README
README.modules
RecnWindow.h
base-typemaps.i Bug #570887: Change the swig type mapping for GUID* so that Scheme can tell the difference between a GUID* that is NULL, and a GUID* pointing to storage containing the "null" GUID. Previously the former case returned SCM_UNDEFINED to Scheme, which would unbind Scheme variables and make crashes. Now SCM_BOOL_F is used instead, and Scheme code can check for a NULL by comparing to #f. 18 years ago
count.dat
count.gplot
count.sh
glib-compat.h
gnc-test-env
gnc-ui.h Merge gda-dev2 branch into trunk. 18 years ago
guile-mappings.h
valgrind-gdk.supp Merge gda-dev2 branch into trunk. 18 years ago
valgrind-glib.supp Merge gda-dev2 branch into trunk. 18 years ago
valgrind-gnucash.supp Merge gda-dev2 branch into trunk. 18 years ago
valgrind-libfontconfig.supp Merge gda-dev2 branch into trunk. 18 years ago
valgrind-libgda.supp Merge gda-dev2 branch into trunk. 18 years ago
valgrind-libguile.supp Merge gda-dev2 branch into trunk. 18 years ago
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.