kicad/qa/tests
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
..
cli Workaround to fix a QA not working test on platforms is Python older than 3.9 2023-12-14 11:57:10 +01:00
common Support Altium Schematic ASCII import 2024-02-29 20:49:20 +00:00
eeschema Add tables to eeItem test. 2024-02-25 21:08:38 +00:00
gerbview
libs Fix slow selection time when calculating clearance 2024-03-11 16:32:24 -07:00
pcbnew Fix some test errors. 2024-02-25 13:43:45 +00:00
pcbnewswig Update connectivity python test 2023-07-20 15:54:40 -07:00
spice Disable flaky ngspice tests 2024-02-08 18:46:30 -05:00
CMakeLists.txt Add common to qa test path 2023-10-07 21:28:28 -04:00
requirements.txt Start adding cli qa 2023-05-02 23:23:13 -04:00