kicad/qa/unittests
Seth Hillbrand 6fa2eedb4b Avoid the obsolete GetNextPin() call
This iterated over all pins to find the pin after a given item.  Because
out pattern is consistently to iterate in the outer loop, this means
that we were an O(n^2) loop for the pins just to find their names.  This
affected very large parts (e.g. FPGAs) when switching sheets to display
2023-01-20 14:12:15 -08:00
..
common Fix missing parameter in CADSTAR test 2023-01-10 16:48:07 -08:00
eeschema Avoid the obsolete GetNextPin() call 2023-01-20 14:12:15 -08:00
gerbview Move KIPLATFORM::APP::Init in qa_gerbview 2022-08-08 22:31:41 -04:00
libs Fix typo in matrix3 multiply, add unit tests 2023-01-05 21:06:52 -05:00
pcbnew Add support for unitless values to PCB_EXPR_EVALUATOR. 2022-11-29 14:24:20 +00:00
CMakeLists.txt Refactor step export to use our normal board processing routines 2022-11-12 21:27:10 -05:00