kicad/pcb_calculator/transline
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
..
c_microstrip.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2() 2012-09-21 12:02:54 -05:00
c_microstrip.h Add a new utility: pcb_calculator (need of course wore work) 2011-08-05 21:53:42 +02:00
coax.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2() 2012-09-21 12:02:54 -05:00
coax.h Add a new utility: pcb_calculator (need of course wore work) 2011-08-05 21:53:42 +02:00
coplanar.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2() 2012-09-21 12:02:54 -05:00
coplanar.h Add a new utility: pcb_calculator (need of course wore work) 2011-08-05 21:53:42 +02:00
microstrip.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2() 2012-09-21 12:02:54 -05:00
microstrip.h Add a new utility: pcb_calculator (need of course wore work) 2011-08-05 21:53:42 +02:00
rectwaveguide.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2() 2012-09-21 12:02:54 -05:00
rectwaveguide.h Add a new utility: pcb_calculator (need of course wore work) 2011-08-05 21:53:42 +02:00
stripline.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2() 2012-09-21 12:02:54 -05:00
stripline.h Add a new utility: pcb_calculator (need of course wore work) 2011-08-05 21:53:42 +02:00
transline.cpp Configuration and compile documentation improvements. 2013-02-10 19:41:49 -05:00
transline.h Add a new utility: pcb_calculator (need of course wore work) 2011-08-05 21:53:42 +02:00
twistedpair.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2() 2012-09-21 12:02:54 -05:00
twistedpair.h Add a new utility: pcb_calculator (need of course wore work) 2011-08-05 21:53:42 +02:00
units.h Configuration and compile documentation improvements. 2013-02-10 19:41:49 -05:00