kicad/eeschema/netlist_exporters
jean-pierre charras f3a0c2b658 netlist_exporter_allegro: fix a compil warning, clearly created by a bug in code.
I am not sure the first author wanted to do, but at least the strange
and broken code (clearly due to a too zealous copy/paste) is fixed.
2023-06-30 20:08:13 +02:00
..
netlist.h ADDED: Cadence Allegro PCB Designer netlist exporter 2023-06-28 22:47:30 +00:00
netlist_exporter_allegro.cpp netlist_exporter_allegro: fix a compil warning, clearly created by a bug in code. 2023-06-30 20:08:13 +02:00
netlist_exporter_allegro.h ADDED: Cadence Allegro PCB Designer netlist exporter 2023-06-28 22:47:30 +00:00
netlist_exporter_base.cpp Don't accidentally add NULL ptrs to the LibSymbols cache. 2023-06-11 15:50:24 +01:00
netlist_exporter_base.h Get rid of m_sortedSymbolPinList in favour of a properly scoped variable. 2023-02-25 20:36:11 +00:00
netlist_exporter_cadstar.cpp Properties: expose symbol attributes 2023-06-24 22:03:06 -04: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 Properties: expose symbol attributes 2023-06-24 22:03:06 -04: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 17:59:01 +02:00
netlist_exporter_spice.h Get rid of m_sortedSymbolPinList in favour of a properly scoped variable. 2023-02-25 20:36:11 +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 Remove duplicate fields block from netlist exporter 2023-06-28 20:38:10 -04:00
netlist_exporter_xml.h Remove GUI calls from netlisting. 2022-11-18 15:29:16 +00:00
netlist_generator.cpp ADDED: Cadence Allegro PCB Designer netlist exporter 2023-06-28 22:47:30 +00:00