kicad/qa/unittests/eeschema
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
..
erc Update QA test schematics with valid and invalid variants 2022-12-09 02:14:05 +00:00
sch_plugins/altium Update Altium SCH QA with rounding factors 2022-07-07 12:01:38 -07:00
sim Reduce reliance on exception processing -- it's waay too bugy at present. 2023-01-03 17:20:23 +00:00
CMakeLists.txt Move DefaultTransform definition to transform.cpp, so it can be shared 2023-01-15 19:17:51 +01:00
eeschema_test_utils.cpp Move FixupJunctions to SCHEMATIC 2023-01-15 19:17:50 +01:00
eeschema_test_utils.h Move previous fix to subclass (which overrides the base class). 2022-12-07 17:13:19 +00:00
lib_field_test_utils.h
netdiff.py
test_eagle_plugin.cpp
test_ee_item.cpp Excise the remaining occurrences of "Alias" for derived symbols. 2022-11-16 18:37:40 +00:00
test_lib_part.cpp Avoid the obsolete GetNextPin() call 2023-01-20 14:12:15 -08:00
test_module.cpp Hotglue the unit tests to work for now 2022-10-05 17:12:32 -04:00
test_netlist_exporter_kicad.cpp Sim: Spice netlist exporter rewrite 2022-07-30 02:25:34 +00:00
test_netlist_exporter_spice.cpp Move previous fix to subclass (which overrides the base class). 2022-12-07 17:13:19 +00:00
test_netlists.cpp Sim: Spice netlist exporter rewrite 2022-07-30 02:25:34 +00:00
test_pin_numbers.cpp Don't copy items in for loops when not needed 2022-09-24 03:46:06 +01:00
test_sch_biu.cpp Remove convert_to_biu.h, merge contents to base_units.h 2022-09-16 21:09:28 -04:00
test_sch_pin.cpp RIP EDA_RECT. 2022-08-31 23:57:24 +01:00
test_sch_reference_list.cpp Sim Model Editor improvements 2022-07-30 02:25:34 +00:00
test_sch_rtree.cpp Remove convert_to_biu.h, merge contents to base_units.h 2022-09-16 21:09:28 -04:00
test_sch_sheet.cpp
test_sch_sheet_list.cpp Fix disabled schematic page numbering unit tests. 2022-11-23 08:05:35 -05:00
test_sch_sheet_path.cpp
test_sch_symbol.cpp
uuid_test_utils.cpp
uuid_test_utils.h