kicad/pcbnew/swig
Thomas Pointhuber 3b25e7344a Fix deprecation warning. PyEval_InitThreads() is not needed for Python >= 3.7
See: https://docs.python.org/3/c-api/init.html#c.PyEval_InitThreads

With Python 3.7 this function is called by Py_Initialize()
With Python 3.9 this function is deprecated and does nothing
2020-12-27 19:18:49 +01:00
..
tests Rename GetModules to GetFootprints 2020-11-14 09:37:45 +00:00
TODO.txt
board.i FIx BOARD class SWIG interface 2020-12-13 11:55:10 +00:00
board_connected_item.i MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
board_design_settings.i rename files 2018-02-02 21:57:12 +01:00
board_item.i Naming conventions. 2020-11-14 18:26:03 +00:00
board_item_container.i Change more enums over to scoped enums 2019-12-28 00:55:11 +00:00
connectivity.i pcbnew: Separating connectivity to subdir 2018-10-12 16:31:09 -07:00
dimension.i Update some classnames including archaic zone names. 2020-11-12 10:31:25 +00:00
footprint.i Fix python module build error. 2020-11-13 14:37:52 -05:00
fp_shape.i Class renaming. 2020-10-05 11:55:33 +01:00
fp_text.i Class renaming. 2020-10-05 11:55:33 +01:00
layers_id_colors_and_visibility.i ADDED: New appearance control widget for PcbNew 2020-08-15 15:24:28 -04:00
marker_pcb.i Naming conventions. 2020-11-14 18:26:03 +00:00
netinfo.i netinfo.i: fix incorrect position of a declaration, that was not taken in account. 2018-05-24 09:43:04 +02:00
pad.i MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
pcb_plot_params.i Ensure compatibility with "old" pythons scripts after renaming SetUseGerberAttributes() to SetUseGerberX2format() 2018-12-09 08:38:23 +01:00
pcb_shape.i Class renaming. 2020-10-05 11:55:33 +01:00
pcb_target.i Fix SWIG includes 2020-11-12 12:25:11 +01:00
pcb_text.i Class renaming. 2020-10-05 11:55:33 +01:00
pcbnew.i MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
pcbnew_action_plugins.cpp MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
pcbnew_action_plugins.h Fix warning: 'HAVE_CLOCK_GETTIME' macro redefined 2018-10-19 09:59:06 +02:00
pcbnew_footprint_wizards.cpp Finish module cleanup (except for xpms). 2020-11-14 22:00:12 +00:00
pcbnew_footprint_wizards.h MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
pcbnew_scripting_helpers.cpp Don't write out synthetic severities (they're headings). 2020-12-14 13:34:53 +00:00
pcbnew_scripting_helpers.h Update some classnames including archaic zone names. 2020-11-12 10:31:25 +00:00
plugins.i Fix code after renaming files. Minor other fix. 2018-01-30 20:23:35 +01:00
python_scripting.cpp Fix deprecation warning. PyEval_InitThreads() is not needed for Python >= 3.7 2020-12-27 19:18:49 +01:00
python_scripting.h Fix Python integration to build with vcpkg 2020-09-22 12:39:05 +00:00
track.i Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
typeinfo.i Changes to python interface enabling net->pads access. 2017-11-23 17:35:39 +01:00
units.i A few enhancements from a larger patch, not yet committed, for footprint wizards 2016-12-28 10:26:01 +01:00
zone.i Update some classnames including archaic zone names. 2020-11-12 10:31:25 +00:00
zone_settings.i fix code after renaming files 2018-01-30 15:34:09 +01:00