kicad/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
..
dlist.i Cleanup toward test-merge 2012-07-06 21:10:55 +02:00
fixswigimports.py Configuration and compile documentation improvements. 2013-02-10 19:41:49 -05:00
kicad.i Support for nanometer build, extra example 2012-07-15 22:01:05 +02:00
kicadplugins.i Adam Vašíček patches for WIN32 compilation of kicad scripting 2012-07-22 14:15:38 +02:00
python_scripting.cpp 1) Switch to boost hashtable support from wx macros which did not handle std::string. 2012-11-14 01:15:59 -06:00
python_scripting.h pcbnew scripting: cleanup, renamed KICAD_SCRIPTING_EXPERIMENT to KICAD_SCRIPTING_WXPYTHON, now every flavour compiles 2012-08-02 19:24:53 +02:00
wx.i Cleanup toward test-merge 2012-07-06 21:10:55 +02:00
wx_python_helpers.cpp code cleanup and comments 2012-06-27 23:19:19 +02:00
wx_python_helpers.h code cleanup and comments 2012-06-27 23:19:19 +02:00