gnucash/src
Geert Janssens ce748cceb8 Merge branch 'maint'
Resolved conflicts:
	src/import-export/csv-imp/gnc-csv-model.h
	src/libqof/qof/gnc-date.h
	src/optional/gtkmm/test/Makefile.am
2016-01-22 11:43:23 +01:00
..
app-utils Add ability to build GnuCash with CMake 2016-01-12 14:47:11 -08:00
backend CMake build changes for maint 2016-01-12 14:47:11 -08:00
bin Add ability to build GnuCash with CMake 2016-01-12 14:47:11 -08:00
business Merge branch 'maint' 2016-01-22 11:43:23 +01:00
cmake_modules Fix reset of PKG_CONFIG_PATH to unset variable. 2016-01-15 10:02:11 -08:00
core-utils Merge branch 'maint' 2016-01-22 11:43:23 +01:00
debug Fix automake INCLUDE deprecation warnings 2012-11-07 03:08:15 +00:00
doc Merge branch 'maint' 2015-10-21 15:18:34 -04:00
engine Merge branch 'maint' 2016-01-22 11:43:23 +01:00
gnc Clean up bitrot to get CuteCash building again. 2015-11-07 15:01:05 -06:00
gnc-module Add ability to build GnuCash with CMake 2016-01-12 14:47:11 -08:00
gnome Merge branch 'maint' 2016-01-15 10:03:24 -08:00
gnome-search Add ability to build GnuCash with CMake 2016-01-12 14:47:11 -08:00
gnome-utils Merge branch 'maint' 2016-01-22 11:43:23 +01:00
html Add ability to build GnuCash with CMake 2016-01-12 14:47:11 -08:00
import-export Merge branch 'maint' 2016-01-22 11:43:23 +01:00
libqof Merge branch 'maint' 2016-01-22 11:43:23 +01:00
optional Merge branch 'maint' 2016-01-22 11:43:23 +01:00
pixmaps Add ability to build GnuCash with CMake 2016-01-12 14:47:11 -08:00
plugins Bug 756469 - CSV Invoice Import - Items with double quote escape not imported. 2016-01-14 13:47:35 +00:00
python Disable a couple of debug tests in python 2015-12-10 20:23:21 +01:00
quotes Merge branch 'maint' 2016-01-15 10:03:24 -08:00
register Add ability to build GnuCash with CMake 2016-01-12 14:47:11 -08:00
report Merge branch 'maint' 2016-01-22 11:43:23 +01:00
scm Merge branch 'maint' 2016-01-12 16:14:46 -08:00
tax Add ability to build GnuCash with CMake 2016-01-12 14:47:11 -08:00
test-core Add ability to build GnuCash with CMake 2016-01-12 14:47:11 -08:00
base-typemaps.i Bug 755781 - Files with copyright but no grant of license. Non-free? 2015-09-29 12:08:48 -07:00
CMakeLists.txt Add ability to build GnuCash with CMake 2016-01-12 14:47:11 -08:00
config.h.cmake.in Add ability to build GnuCash with CMake 2016-01-12 14:47:11 -08:00
gnc-test-env.pl Rewrite gnc-test-env in perl 2015-01-31 08:19:26 +01:00
guile-mappings.h Bug 719481 - GnuCash report crashes with Guile2 2013-12-13 20:22:01 +00:00
Makefile.am Build system: Rename BUILDING_FROM_SCM to BUILDING_FROM_VCS 2015-03-31 02:07:38 +02: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
README.modules Remove the old, obsolete postgres backend and its tools 2010-02-08 10:14:30 +00:00
swig-utf8.patch Bug 719481 - GnuCash report crashes with Guile2 2013-12-13 20:22:01 +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.