kicad/pcbnew/exporters
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled.
The use of printf, wxLogDebug, and std::err/std::out causes excessive
debugging output which makes finding specific debugging messages more
difficult than it needs to be.

There is still some debugging output in test code that really needs to
be moved into a unit test.

Add debugging output section to the coding policy regarding debugging
output.
2020-08-18 10:17:36 -04:00
..
board_exporter_base.h pcbnew: Hyperlynx Exporter - initial version 2019-04-08 02:56:02 +02:00
export_d356.cpp Add rectangle tool to PCBNew toolbar in favour of Aux Origin. 2020-07-01 13:31:30 +01:00
export_d356.h ADDED: Allow exporting IPC-356D netlists from Python 2020-02-04 13:31:56 +00:00
export_footprint_associations.cpp Convert timestamps to UUIDs. 2020-02-20 21:29:52 +00:00
export_footprints_placefile.cpp Add rectangle tool to PCBNew toolbar in favour of Aux Origin. 2020-07-01 13:31:30 +01:00
export_footprints_placefile.h Pcbnew, export_footprints_placefile.cpp: code refactor. 2019-06-30 18:27:12 +02:00
export_gencad.cpp Fix assert where geometry routine wasn't ready to handle layers. 2020-08-12 22:20:08 +01:00
export_hyperlynx.cpp Hyperlynx export: use the board current stackup parameters instead of fixed prms 2020-07-10 17:30:56 +02:00
export_idf.cpp Finish implementation of DRAWSEGMENT::C_RECT. 2020-06-15 20:51:31 +01:00
export_vrml.cpp Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
gen_drill_report_files.cpp Introduce new KI_FALLTHROUGH macro 2020-04-25 00:44:09 +01:00
gen_footprints_placefile.cpp Split pcbnew and footprint editor settings getters for clarity 2020-05-05 21:46:00 -04:00
gendrill_Excellon_writer.cpp Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
gendrill_Excellon_writer.h Removed const modifier for returned non-reference types 2020-07-05 22:44:38 +02:00
gendrill_file_writer_base.cpp pcbnew: Adding arcs to PNS 2020-02-21 16:11:41 -08:00
gendrill_file_writer_base.h Removed const modifier for returned non-reference types 2020-07-05 22:44:38 +02:00
gendrill_gerber_writer.cpp pcbnew: Adding arcs to PNS 2020-02-21 16:11:41 -08: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 Update DRC rules to new layer and disallow grammars. 2020-08-07 21:49:36 +01:00
gerber_jobfile_writer.h Switch to ordered_json and enable ignore_comments parser option 2020-08-02 13:11:16 +00:00
gerber_placefile_writer.cpp Add rectangle tool to PCBNew toolbar in favour of Aux Origin. 2020-07-01 13:31:30 +01:00
gerber_placefile_writer.h ADDED: Pcbnew, add "pin function" (pin name in eeschema) to pads. 2019-11-23 09:12:43 +01:00