gnucash/libgnucash/core-utils
Geert Janssens 1f3cf845c4 Work around a conflict between gcc 8.0 and swig 3.0
The swig 3.0 generated python wrappers trigger a warning converted into an error issued
by gcc 8.0 for using strncpy as follows:
strncpy(buff, "swig_ptr: ", 10);
The reason is this call will truncate the trailing null byte from the string.
This appears to have been fixed in swig master already but that's not released yet
so let disable the warning when compiling the swig wrappers until it is.
2018-05-09 22:18:29 +02:00
..
test Lowercase cmake commands 2018-05-03 23:18:15 +02:00
binreloc.c Bug 794916 - Fails to find environment file at startup when installation prefix is '/opt' 2018-04-16 23:25:37 +02:00
binreloc.h Restructure the src directory 2017-08-10 18:45:00 +02:00
CMakeLists.txt Work around a conflict between gcc 8.0 and swig 3.0 2018-05-09 22:18:29 +02:00
core-utils.i Rewrite several file path routines to use boost::filesystem 2017-08-26 21:38:21 +02:00
core-utils.scm Merge branch 'maint' into unstable 2018-02-02 18:57:24 +01:00
gnc-environment.c Extend environment file parsing to also parse environment.local 2017-08-26 21:38:21 +02:00
gnc-environment.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-filepath-utils.cpp Get metadata migration working again when upgrading from 2.6 to 3.1 2018-04-30 20:59:25 +02:00
gnc-filepath-utils.h Look for user editable config files in gnc_userconfig_dir instead of gnc_userdata_dir 2018-02-24 20:39:26 +01:00
gnc-gkeyfile-utils.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
gnc-gkeyfile-utils.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-glib-utils.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
gnc-glib-utils.h Account.c to Account.cpp 2017-12-21 07:39:32 -05:00
gnc-guile-utils.c Bug 795039 - Crash on startup using Technicolor Style sheet in report 2018-04-14 10:18:01 -07:00
gnc-guile-utils.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-jalali.c Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-jalali.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-locale-utils.c Bug 792105 - Startup takes several minutes, take two. 2018-04-17 16:32:45 -07:00
gnc-locale-utils.h Bug 792105 - Startup takes several minutes, take two. 2018-04-17 16:32:45 -07:00
gnc-path.c Remove autotools-only path exception to find reports 2018-02-28 12:08:37 +01:00
gnc-path.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-prefs-p.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-prefs.c Convert to a two-digit version number. 2018-03-31 18:00:15 -07:00
gnc-prefs.h Add infrastructure to handle preference schema migrations and use it to replace one preference 2017-12-11 21:56:23 +01:00
gncla-dir.h.in Replace GNC_CONFIGURE(2) with configure_file 2017-12-23 14:07:25 +01:00