kicad/pcbnew/scripting
Wayne Stambaugh 4d465ec8a0 Configuration and compile documentation improvements.
* Improve the stable and testing build version option logic.
* Use CMake FindPythonInterp to configure the Python interpreter.
* Use Python interpreter to determine the system Python module install
  path if not already defined on the command line.
* Add header symbol checks for asinh(), acosh(), and atanh().
* Add test source to check for isinf() which can be defined as a C++template.
* Replace conditional compile on windows systems for aXXXh() with CMake
  configuration tests.
* A few minor MSVC compile fixes.
* Fix incorrect python environment string in fixswigimports.py
* Create a separate document for KiCad CMake build options.
* Create a separate how to compile KiCad on Windows document.
2013-02-10 19:41:49 -05:00
..
examples Support for nanometer build, extra example 2012-07-15 22:01:05 +02:00
plugins pcbnew: scripting, Capacitive Touch Slider Wizard 2012-07-29 23:40:41 +02:00
tests pcbnew: Show/Hide button for scripting console 2012-08-10 23:53:50 +02:00
TODO.txt pcbnew: Show/Hide button for scripting console 2012-08-10 23:53:50 +02:00
board.i Cosmetic fixes, before moving to wxGrid 2012-05-10 22:49:07 +02:00
board_item.i * cleanups: board.i board_item.i separated from pcbnew.i 2012-03-19 12:21:29 +01:00
module.i Footprint wizard, plus fixes 2012-05-16 11:35:18 +02:00
pcbnew.i switch to new s-expression format for footprint exports, use english layernames for naked footprints, dodge conflict with pythons HAVE_GETC_UNLOCKED 2012-11-10 00:39:18 -06:00
pcbnew_footprint_wizards.cpp Configuration and compile documentation improvements. 2013-02-10 19:41:49 -05:00
pcbnew_footprint_wizards.h pcbnew scripting: fixed for coding style policy 2012-07-31 23:00:33 +02:00
pcbnew_scripting_helpers.cpp Scripting: fix erroneous extension for Sexp board files 2013-01-16 13:38:30 +01:00
pcbnew_scripting_helpers.h pcbnew scripting: fixed for coding style policy 2012-07-31 23:00:33 +02:00
plugins.i * Footprint wizard UI: Added to module editor. 2012-05-09 19:37:25 +02:00
units.i Support for nanometer build, extra example 2012-07-15 22:01:05 +02:00