• Wayne Stambaugh's avatar
    Configuration and compile documentation improvements. · 4d465ec8
    Wayne Stambaugh authored
    * 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.
    4d465ec8
Name
Last commit
Last update
..
c_microstrip.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
c_microstrip.h Add a new utility: pcb_calculator (need of course wore work)
coax.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
coax.h Add a new utility: pcb_calculator (need of course wore work)
coplanar.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
coplanar.h Add a new utility: pcb_calculator (need of course wore work)
microstrip.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
microstrip.h Add a new utility: pcb_calculator (need of course wore work)
rectwaveguide.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
rectwaveguide.h Add a new utility: pcb_calculator (need of course wore work)
stripline.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
stripline.h Add a new utility: pcb_calculator (need of course wore work)
transline.cpp Configuration and compile documentation improvements.
transline.h Add a new utility: pcb_calculator (need of course wore work)
twistedpair.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
twistedpair.h Add a new utility: pcb_calculator (need of course wore work)
units.h Configuration and compile documentation improvements.