kicad/eeschema/netlist_exporters
Jeff Young 8a33542bcd SCH_COMPONENT::GetField() expects a vector index, not a field id.
Check this at compile time.  Callers wanting to use an index now must
use SCH_COMPONENT::GetFields()[i] instead.

Fixes https://gitlab.com/kicad/code/kicad/issues/7757
2021-02-28 15:10:37 +00:00
..
netlist.h Eeschema: Move last netlist code to netlist_exporters folder 2020-10-26 18:40:58 +01:00
netlist_exporter_base.cpp Use the right sheet when looking for pins to add to netlist 2021-02-11 20:50:26 -05:00
netlist_exporter_base.h Eeschema: use symbol nomenclature for object file naming. 2021-02-24 08:48:02 -05:00
netlist_exporter_cadstar.cpp Remove unused variables plus some more fixes from CppCheck 2020-11-19 02:28:47 +00:00
netlist_exporter_cadstar.h Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00:00
netlist_exporter_kicad.cpp Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00:00
netlist_exporter_kicad.h Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00:00
netlist_exporter_orcadpcb2.cpp "comp" -> "symbol". 2021-01-19 23:50:40 +00:00
netlist_exporter_orcadpcb2.h Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00:00
netlist_exporter_pspice.cpp "comp" -> "symbol". 2021-01-19 23:50:40 +00:00
netlist_exporter_pspice.h eeschema: add interface to SCHEMATIC for better testability 2021-02-17 00:59:44 +00:00
netlist_exporter_xml.cpp SCH_COMPONENT::GetField() expects a vector index, not a field id. 2021-02-28 15:10:37 +00:00
netlist_exporter_xml.h Embarking on the next adventure: component -> symbol. 2020-11-15 20:23:15 +00:00
netlist_generator.cpp Implement more precise annotation-required messages. 2021-01-30 16:31:27 +00:00