kicad/eeschema/netlist_exporters
John Beard 88f9f6f072 Break out ref-des-centric functions to own header
This breaks the following functions out to a general-purposed refdes utils
header:

* MODULE::GetReferencePrefix()
* kicad_string.h RefDesStringCompare()

This acheives:

* Slimming of MODULE interface
* Placement of refdes code in common rather than pcbnew
** Testing of this code in qa_common
* Tighter and smaller includes for code that only needed refdes functions

Note: there are failing tests commited (as expected failures). These
are the cause of lp:1813669 and will be fixed as a follow-up commit.
2019-01-30 15:41:36 -08:00
..
netlist_exporter.cpp Break out ref-des-centric functions to own header 2019-01-30 15:41:36 -08:00
netlist_exporter.h Eeschema: fix missing part in part list bug in netlist exporter. 2018-04-22 16:33:34 -04:00
netlist_exporter_cadstar.cpp Eeschema: Add footprint field to Cadstar netlist file. 2018-03-16 13:20:00 +01:00
netlist_exporter_cadstar.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_generic.cpp Break out ref-des-centric functions to own header 2019-01-30 15:41:36 -08:00
netlist_exporter_generic.h Break out ref-des-centric functions to own header 2019-01-30 15:41:36 -08:00
netlist_exporter_kicad.cpp fix code after renamin files 2018-01-30 11:49:51 +01:00
netlist_exporter_kicad.h Output defined default fields to netlists & BOMs. 2018-05-24 18:24:59 +01:00
netlist_exporter_orcadpcb2.cpp Fix incorrect pin num string in cadstar and orcadpcb2 format 2018-03-15 09:15:49 +01:00
netlist_exporter_orcadpcb2.h Convert symbol library editor over to use symbol library table. 2017-11-09 18:50:20 -05:00
netlist_exporter_pspice.cpp Fix duplicate directives in Spice netlist inside .control ... .endc 2019-01-16 19:54:03 +01:00
netlist_exporter_pspice.h Spice model editor: support for JFET models 2018-09-22 19:05:01 +02:00