kicad/pcbnew/exporters
John Beard 1e4abac579 Fix multiple compilation issues on Linux
* Circular gal<->common dependency bites again. Add 'common'
  again to the 'kicad' target's link libraries. libgal.a depends
  on SHAPE_POLY_SET in common, but common depends on gal. This is
  not a real fix, but it unsticks Linux compilations. Fixing the
  circular dep is an existing bug: https://bugs.launchpad.net/kicad/+bug/1832229

* Missing LEGACY_HK_NAME for ACT_EndTuning: this was probably accidentally
  allowed on some other platform due to different wxString constructors.
  On Linux/GCC, it breaks.

* Unused include from /kicad in export_vrml.cpp. This is not findable
  on Linux, as pcbnew does not include the right dirs for this to be
  found. But it's not used, so just remove it.
2019-06-11 13:58:38 +01:00
..
board_exporter_base.h pcbnew: Hyperlynx Exporter - initial version 2019-04-08 02:56:02 +02:00
export_d356.cpp pcbnew: Move pads to std::deque 2019-06-01 16:23:54 -07:00
export_footprint_associations.cpp Moving modules from DLIST to std::deque 2019-06-01 09:53:23 -07:00
export_gencad.cpp pcbnew: Fix error when exporting GenCAD 2019-06-07 11:09:06 -07:00
export_hyperlynx.cpp export_hyperlynx.cpp: better message in a warning. 2019-04-21 12:03:00 +02:00
export_idf.cpp pcbnew: Move pads to std::deque 2019-06-01 16:23:54 -07:00
export_vrml.cpp Fix multiple compilation issues on Linux 2019-06-11 13:58:38 +01:00
gen_drill_report_files.cpp Convert remaining legacy drawing code to print code. 2019-05-31 21:54:22 +01:00
gen_footprints_placefile.cpp Fix dangerous static_cast-ing to wrong type. 2019-06-10 23:46:01 +01:00
gendrill_Excellon_writer.cpp Pcbnew, Excellon drill file creation: for oval holes allows selection of an alternate command, when the normal command is not accepted. 2019-02-09 14:56:02 +01:00
gendrill_Excellon_writer.h Pcbnew, Excellon drill file creation: for oval holes allows selection of an alternate command, when the normal command is not accepted. 2019-02-09 14:56:02 +01:00
gendrill_file_writer_base.cpp pcbnew: Move tracks to std::deque 2019-06-01 09:53:23 -07:00
gendrill_file_writer_base.h Drill files generation: add 3 structured comments in NC (Excellon) drill files and remove duplicate code. 2018-11-24 08:51:58 +01:00
gendrill_gerber_writer.cpp Gerber plotter: rename UseX2Attributes() to UseX2format, and fix incorrect/outdated comments. 2018-12-09 10:23:07 +01:00
gendrill_gerber_writer.h Drill files generation: add 3 structured comments in NC (Excellon) drill files and remove duplicate code. 2018-11-24 08:51:58 +01:00
gerber_jobfile_writer.cpp Drill files generation: add 3 structured comments in NC (Excellon) drill files and remove duplicate code. 2018-11-24 08:51:58 +01:00
gerber_jobfile_writer.h Remove code related to Gerber job file old format writer, as this format does not exist now. 2018-04-09 09:26:01 +02:00