gnucash/src
Geert Janssens a7a30aa24f Use correct parameter sequence for g_date_time_get_ymd
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22648 57a11ea4-9604-0410-9ed3-97b8803252fd
2012-12-14 17:37:26 +00:00
..
app-utils Make sure all functions are defined only once in the header file 2012-12-14 13:07:32 +00:00
backend Remove unused guile references in various source files 2012-12-12 17:43:18 +00:00
bin Drop gnc:main; it is an empty function by now 2012-12-12 17:43:04 +00:00
business Drop non-functioning old test functions 2012-12-12 17:43:29 +00:00
cmake_modules Cutecash: Use pkg-config lookup of guile instead of custom macro. 2011-05-01 20:56:33 +00:00
core-utils Eliminate use of gnc:find-file 2012-12-12 17:42:33 +00:00
debug Fix automake INCLUDE deprecation warnings 2012-11-07 03:08:15 +00:00
doc Add README file to explain the gnucash.rnc Relax NG schema 2012-11-03 09:21:59 +00:00
engine Improvements to exchange rate dialog. 2012-12-13 05:13:49 +00:00
experimental (cppcheck) Fix "error: Memory leak: bufp" 2011-08-21 19:42:44 +00:00
gnc Remove unused guile references in various source files 2012-12-12 17:43:18 +00:00
gnc-module Set up the modpath correctly for Win32, OSX, and Unix in test-dynload.c 2012-12-01 22:41:41 +00:00
gnome Remove unused guile references in various source files 2012-12-12 17:43:18 +00:00
gnome-search Remove unused guile references in various source files 2012-12-12 17:43:18 +00:00
gnome-utils Improvements to exchange rate dialog. 2012-12-13 05:13:49 +00:00
html Remove unused guile references in various source files 2012-12-12 17:43:18 +00:00
import-export Remove unused guile references in various source files 2012-12-12 17:43:18 +00:00
libqof Use correct parameter sequence for g_date_time_get_ymd 2012-12-14 17:37:26 +00:00
optional Convert all time_t to time64: optional & plugins 2012-12-01 22:46:08 +00:00
pixmaps Fix automake INCLUDE deprecation warnings 2012-11-07 03:08:15 +00:00
plugins Remove unused guile references in various source files 2012-12-12 17:43:18 +00:00
python Fix automake INCLUDE deprecation warnings 2012-11-07 03:08:15 +00:00
quotes Add Mozilla::CA as CPAN dependency for new F::Q TIAA-CREF module 2012-10-01 00:58:25 +00:00
register Remove unused guile references in various source files 2012-12-12 17:43:18 +00:00
report Eliminate use of gnc:find-file 2012-12-12 17:42:33 +00:00
scm Drop gnc:main; it is an empty function by now 2012-12-12 17:43:04 +00:00
tax Update txf.scm to reflect changes to US Income Tax Forms and Schedules for 2011. 2012-01-26 00:09:51 +00:00
test-core Fix automake INCLUDE deprecation warnings 2012-11-07 03:08:15 +00:00
base-typemaps.i Convert all time_t to time64: swig type maps 2012-12-01 22:44:31 +00:00
CMakeLists.txt [Cutecash] Follow-up for r22075: Removal of "calculation" module in CMake. 2012-03-13 13:18:51 +00:00
config.h.cmake.in Fix cmake build after latest configure changes. 2011-02-02 20:31:10 +00:00
gnc-test-env Prepend dirs in gnc-test-env, not append. Abstract a bit. 2007-02-04 21:16:05 +00:00
guile-mappings.h Bug #655901 - Fix build with guile 2.0 2011-08-04 09:41:04 +00:00
Makefile.am Change of mind. Use scm instead of vcs. 2012-11-01 10:35:34 +00:00
platform.h Add new CPP macros which make it cleaner to have conditional compilation based on compiler/system and options selected during config 2010-03-23 18:34:17 +00:00
README Fix tests. 2001-12-07 11:11:08 +00:00
README.modules Remove the old, obsolete postgres backend and its tools 2010-02-08 10:14:30 +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.