kicad/eeschema/erc
Jeff Young 11193d2cda Make sure ERC pin-to-pin checks are always in same order.
Comparing U1.pin1 : U2.pin1 will return the same
results as U2.pin1 : U1.pin1, but will result in a
different serialization of any exclusions.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17004
2024-06-01 11:37:34 +01:00
..
erc.cpp Make sure ERC pin-to-pin checks are always in same order. 2024-06-01 11:37:34 +01:00
erc.h
erc_item.cpp Ensure we are checking all ERC errors 2024-05-28 06:55:34 -07:00
erc_item.h Throw duplicate pin error as it prevents other checks. 2024-05-26 16:18:54 +01:00
erc_report.cpp
erc_report.h
erc_sch_pin_context.cpp Make sure ERC pin-to-pin checks are always in same order. 2024-06-01 11:37:34 +01:00
erc_sch_pin_context.h Make sure ERC pin-to-pin checks are always in same order. 2024-06-01 11:37:34 +01:00
erc_settings.cpp Throw duplicate pin error as it prevents other checks. 2024-05-26 16:18:54 +01:00
erc_settings.h Throw duplicate pin error as it prevents other checks. 2024-05-26 16:18:54 +01:00