• 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
..
examples Loading commit data...
CMakeLists.txt Loading commit data...
pcad2kicad_common.cpp Loading commit data...
pcad2kicad_common.h Loading commit data...
pcad_plugin.cpp Loading commit data...
pcad_plugin.h Loading commit data...
pcb.cpp Loading commit data...
pcb.h Loading commit data...
pcb_arc.cpp Loading commit data...
pcb_arc.h Loading commit data...
pcb_callbacks.h Loading commit data...
pcb_component.cpp Loading commit data...
pcb_component.h Loading commit data...
pcb_copper_pour.cpp Loading commit data...
pcb_copper_pour.h Loading commit data...
pcb_cutout.cpp Loading commit data...
pcb_cutout.h Loading commit data...
pcb_keepout.cpp Loading commit data...
pcb_keepout.h Loading commit data...
pcb_line.cpp Loading commit data...
pcb_line.h Loading commit data...
pcb_module.cpp Loading commit data...
pcb_module.h Loading commit data...
pcb_net.cpp Loading commit data...
pcb_net.h Loading commit data...
pcb_pad.cpp Loading commit data...
pcb_pad.h Loading commit data...
pcb_pad_shape.cpp Loading commit data...
pcb_pad_shape.h Loading commit data...
pcb_plane.cpp Loading commit data...
pcb_plane.h Loading commit data...
pcb_polygon.cpp Loading commit data...
pcb_polygon.h Loading commit data...
pcb_text.cpp Loading commit data...
pcb_text.h Loading commit data...
pcb_via.cpp Loading commit data...
pcb_via.h Loading commit data...
pcb_via_shape.cpp Loading commit data...
pcb_via_shape.h Loading commit data...
s_expr_loader.cpp Loading commit data...
s_expr_loader.h Loading commit data...