kicad/qa
Seth Hillbrand 3cc1617f5a Fix slow selection time when calculating clearance
The clearance between two zones could be rather slow.  This was in part
to trying to do triangle-triangle collisions between zones when we only
need outline collision and in part to the shape_line_chain collision
routine.  The shape_line_chain collisions don't need to recreate
segments on each iteration and should instead create them once and using
this to check all collisions

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17327
2024-03-11 16:32:24 -07:00
..
data Revert change to prettifier QA data 2024-02-25 12:50:44 -05:00
mocks Schematic parity checking for CLI DRC. 2024-02-02 23:05:37 +00:00
pcbnew_utils Move PCBNew overrides to nullable properties. 2024-02-24 20:05:51 +00:00
qa_utils wip on resizeable view & adding tabs to pns_debug_tool 2024-03-03 17:42:21 +01:00
resources/linux Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
schematic_utils Introduce base IO_MGR class and unify RELEASER objects 2023-12-29 00:37:38 +00:00
tests Fix slow selection time when calculating clearance 2024-03-11 16:32:24 -07:00
tools qa/tools: add PCB_TEST_SELECTION_TOOL to CmakeLists 2024-03-03 17:42:21 +01:00
CMakeLists.txt Move tests around 2023-04-24 22:09:36 -04:00