gnucash/bindings/python
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
..
example_scripts Lowercase cmake commands 2018-05-03 23:18:15 +02:00
tests Lowercase cmake commands 2018-05-03 23:18:15 +02:00
__init__.py Revert "Load the environment file when initializing the python bindings." 2018-03-25 09:17:17 -07:00
CMakeLists.txt Work around a conflict between gcc 8.0 and swig 3.0 2018-05-09 22:18:29 +02:00
function_class.py Bug 791831 - Add python3 support 2018-03-17 15:10:00 -07:00
gnucash_business.py Bug 791831 - Add python3 support 2018-03-17 15:10:00 -07:00
gnucash_core.i Convert python bindings from timespec to time64. 2018-01-20 12:35:04 -08:00
gnucash_core.py Merge Tomas Schlosser's "Allow creation of prices in Python bindings" into unstable. 2018-03-17 15:53:46 -07:00
sqlite3test.c Merge branch 'maint' into unstable 2017-11-25 15:35:24 -08:00
time64.i Convert python bindings from timespec to time64. 2018-01-20 12:35:04 -08:00