kicad/eeschema/netlist_exporters
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
..
netlist.h Expunge the use of the word component from Eeschema code. 2021-06-14 14:00:21 -04:00
netlist_exporter_base.cpp Remove broken RefDesStringCompare 2021-09-01 11:48:01 -07:00
netlist_exporter_base.h Fix netlist error when editing schematic symbols in place. 2021-07-30 18:37:45 -04:00
netlist_exporter_cadstar.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
netlist_exporter_cadstar.h Schematic netlist exporter header housekeeping. 2021-03-22 07:59:54 -04:00
netlist_exporter_kicad.cpp More NULL expunging. 2021-07-16 16:13:41 -04:00
netlist_exporter_kicad.h More NULL expunging. 2021-07-16 16:13:41 -04:00
netlist_exporter_orcadpcb2.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
netlist_exporter_orcadpcb2.h Schematic netlist exporter header housekeeping. 2021-03-22 07:59:54 -04:00
netlist_exporter_pspice.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00
netlist_exporter_pspice.h Unwrap some std::library typedefs. 2021-07-28 22:16:38 +01:00
netlist_exporter_xml.cpp Remove broken RefDesStringCompare 2021-09-01 11:48:01 -07:00
netlist_exporter_xml.h Rename SCH_COMPONENT to SCH_SYMBOL. 2021-06-10 10:34:49 -04:00
netlist_generator.cpp Fix kicad_string.h / string.cpp mismatch. 2021-07-29 16:03:25 +01:00