kicad/pcbnew/netlist_reader
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
..
board_netlist_updater.cpp Clear numbers from non-numberable pads and don't run DRC on them. 2021-08-24 01:03:06 +01:00
board_netlist_updater.h Naming conventions. 2021-05-23 22:21:34 +01:00
kicad_netlist_reader.cpp More error message regularization. 2021-06-29 01:08:26 +01:00
legacy_netlist_reader.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
netlist.cpp The REPORTER interface is inherently line-based. 2021-07-05 13:41:06 +01:00
netlist_reader.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
netlist_reader.h Pcbnew header housekeeping round 3. 2021-06-04 13:50:08 -04:00
pcb_netlist.cpp Remove broken RefDesStringCompare 2021-09-01 11:48:01 -07:00
pcb_netlist.h Pcbnew header housekeeping round 3. 2021-06-04 13:50:08 -04:00