kicad/eeschema/netlist_exporters
Jeff Young 7b1e75e6ed Don't accidentally add NULL ptrs to the LibSymbols cache.
Operator[] will add a blank element if it isn't found in the map.

Probably Sentry KICAD-23Y.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/14927

(cherry picked from commit 96073402ce)
2023-06-11 22:31:18 +01:00
..
netlist.h Add a new schematic exporter to Spice .subckt model 2022-09-09 16:18:48 +02:00
netlist_exporter_base.cpp Don't accidentally add NULL ptrs to the LibSymbols cache. 2023-06-11 22:31:18 +01:00
netlist_exporter_base.h Get rid of m_sortedSymbolPinList in favour of a properly scoped variable. 2023-02-28 14:21:12 +00:00
netlist_exporter_cadstar.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 18:02:59 +01:00
netlist_exporter_cadstar.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_kicad.cpp Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_kicad.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_orcadpcb2.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 18:02:59 +01:00
netlist_exporter_orcadpcb2.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_spice.cpp NETLIST_EXPORTER_SPICE: add space to the not allowed chars in netnames 2023-05-16 19:50:24 +02:00
netlist_exporter_spice.h Get rid of m_sortedSymbolPinList in favour of a properly scoped variable. 2023-02-28 14:21:12 +00:00
netlist_exporter_spice_model.cpp subckt export: add missing tristate pintype 2023-01-23 23:26:48 +00:00
netlist_exporter_spice_model.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_exporter_xml.cpp Fix a bunch more issues with sheetpaths and allowExtraText. 2023-05-05 18:02:59 +01:00
netlist_exporter_xml.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_generator.cpp Bug Fixes for new incremental connectivity 2023-04-25 11:32:59 -07:00