kicad/qa
Seth Hillbrand 8a305eec32 Remove broken RefDesStringCompare
This function attempted a poor-man's natural compare but it assumed
specific structure of the string.  This broke for strings with
numberings that looked like decimals.

Instead, we use our natural string comparison function and remove the
references to this older function and its similar elements.

Fixes https://gitlab.com/kicad/code/kicad/issues/9067
2021-09-01 11:48:01 -07:00
..
common Remove broken RefDesStringCompare 2021-09-01 11:48:01 -07:00
common_tools Revert "Bump minimum required CMake version to 3.10" 2021-02-09 18:46:13 -05:00
data Pull some fixes back from 7.0. 2021-08-21 16:43:11 +01:00
drc_proto Decouple PROGRESS_REPORTER interface from implementations. 2021-08-14 21:05:49 +01:00
eeschema Reduce line-breaks and increase SNR. 2021-07-24 14:25:59 +01:00
gal/gal_pixel_alignment Rename layer ids file. 2021-07-29 16:03:25 +01:00
gerbview qa: merge unit_test_utils to qa_utils 2021-05-19 11:02:52 +00:00
libeval_compiler Naming conventions. 2021-06-19 19:36:53 +01:00
libs Fix edge case in CIRCLE::Intersect that caused a divide-by-zero crash 2021-08-25 19:11:19 +01:00
pcb_test_window Remove GITHUB plugins 2020-10-29 16:45:04 -07:00
pcbnew Clear numbers from non-numberable pads and don't run DRC on them. 2021-08-24 01:03:06 +01:00
pcbnew_tools Prefix TRACK, ARC and VIA. 2021-06-11 22:07:02 +01:00
pcbnew_utils Add zone filler tests. 2021-07-30 17:09:24 +01:00
pns Simplify & move new arc collision code into Kimath library 2021-08-05 17:45:12 +01:00
qa_utils Remove now-invalid mock call 2021-08-27 13:08:10 -07:00
resources/linux Fix source comment / documentation typos 2021-06-09 19:32:58 +00:00
testcases Attempt to fix Python qa code after renames 2021-06-13 11:20:19 -04:00
utils/kicad2step qa: merge unit_test_utils to qa_utils 2021-05-19 11:02:52 +00:00
CMakeLists.txt qa: fixed building of the P&S debug tool after the changes/refactoring of the 3D viewer code. The tool can now be built 2021-06-19 23:21:23 +02:00
test.py QA: Add build-time option to enable XML output from tests 2019-04-18 10:59:06 +01:00