kicad/qa/unittests
Seth Hillbrand e0f7c3b057 Properly handle non-connected labels in ERC
All labels need to be attached to a net that has at least 2 pins in
order for this to be a valid net.  To check for the existing pins, we
need to interate over all subgraphs in the net, counting pins
2022-09-19 15:18:32 -07:00
..
common Remove Millimeter2iu 2022-09-16 21:09:27 -04:00
eeschema Properly handle non-connected labels in ERC 2022-09-19 15:18:32 -07:00
gerbview Move KIPLATFORM::APP::Init in qa_gerbview 2022-08-08 22:31:41 -04:00
libs Remove convert_to_biu.h, merge contents to base_units.h 2022-09-16 21:09:28 -04:00
pcbnew Push UNITS_PROVIDER down into a low-level mixin. 2022-09-19 17:10:59 +01:00
utils/kicad2step Replace boost::optional with std::optional 2022-08-25 15:50:47 -07:00
CMakeLists.txt