kicad/eeschema/netlist_exporters
jean-pierre charras acb024f622 netlist exporter xml: fix missing space between UUIDs for multi-units symbols.
(similar to the .net netlist)
kicad_netlist_reader.py: fix compatibility with V6 xml netlist :
"tstamp" keyword is now "tstamps" keyword.
Fixes #8509
https://gitlab.com/kicad/code/kicad/issues/8509
2021-05-29 18:29:02 +02:00
..
netlist.h Schematic netlist exporter header housekeeping. 2021-03-22 07:59:54 -04:00
netlist_exporter_base.cpp Netlisters: do not remove unconnected pins from netlists needing all pins. 2021-05-28 10:09:33 +02:00
netlist_exporter_base.h Netlisters: do not remove unconnected pins from netlists needing all pins. 2021-05-28 10:09:33 +02: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 Schematic netlist exporter header housekeeping. 2021-03-22 07:59:54 -04: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 Netlisters: do not remove unconnected pins from netlists needing all pins. 2021-05-28 10:09:33 +02:00
netlist_exporter_orcadpcb2.h Schematic netlist exporter header housekeeping. 2021-03-22 07:59:54 -04:00
netlist_exporter_pspice.cpp Netlisters: do not remove unconnected pins from netlists needing all pins. 2021-05-28 10:09:33 +02:00
netlist_exporter_pspice.h One (correct) error message is sufficient. 2021-04-22 12:38:29 +01:00
netlist_exporter_xml.cpp netlist exporter xml: fix missing space between UUIDs for multi-units symbols. 2021-05-29 18:29:02 +02:00
netlist_exporter_xml.h Schematic netlist exporter header housekeeping. 2021-03-22 07:59:54 -04:00
netlist_generator.cpp Formatting. 2021-04-22 12:38:29 +01:00