kicad/pcbnew/pcad2kicadpcb_plugin
Seth Hillbrand 9f09c3872f Ensure file reads always use the C-locale variant
Str2Double assumes current locale.  We usually switch the locale when
reading files but we should be using the function that explicitly gets
the C-locale conversion.
2020-07-12 20:03:50 -07:00
..
examples
CMakeLists.txt
pcad2kicad_common.cpp Ensure file reads always use the C-locale variant 2020-07-12 20:03:50 -07:00
pcad2kicad_common.h
pcad_plugin.cpp
pcad_plugin.h
pcb.cpp PCad: Handle arbitrary PCad layer numbers 2020-02-28 11:48:06 -08:00
pcb.h PCad: Handle arbitrary PCad layer numbers 2020-02-28 11:48:06 -08:00
pcb_arc.cpp
pcb_arc.h
pcb_callbacks.h
pcb_component.cpp
pcb_component.h
pcb_copper_pour.cpp
pcb_copper_pour.h
pcb_cutout.cpp
pcb_cutout.h
pcb_keepout.cpp
pcb_keepout.h
pcb_line.cpp
pcb_line.h
pcb_module.cpp Remove a bunch of globals. 2020-04-16 17:34:46 +01:00
pcb_module.h
pcb_net.cpp
pcb_net.h
pcb_pad.cpp P-CAD: Support Rounded Rect import 2020-04-17 10:48:37 -07:00
pcb_pad.h
pcb_pad_shape.cpp
pcb_pad_shape.h
pcb_plane.cpp
pcb_plane.h
pcb_polygon.cpp Add pad keepout and footprint keepout areas. 2020-05-07 17:51:27 +01:00
pcb_polygon.h
pcb_text.cpp Remove a bunch of globals. 2020-04-16 17:34:46 +01:00
pcb_text.h
pcb_via.cpp
pcb_via.h
pcb_via_shape.cpp
pcb_via_shape.h
s_expr_loader.cpp
s_expr_loader.h