kicad/pcbnew/netlist_reader
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_netlist_updater.cpp ADDED properties passed between eescema and pcbnew. 2020-08-08 22:49:04 +01:00
board_netlist_updater.h Comment-only changes 2020-01-10 16:43:01 -08:00
kicad_netlist_reader.cpp Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
legacy_netlist_reader.cpp Change KUUID to KIID. 2020-02-21 22:20:42 +00:00
netlist.cpp Fix a bunch of usages of copy ctor that really meant duplicate. 2020-08-10 14:23:11 +01:00
netlist_reader.cpp Pcbnew: housekeeping: move netlist code to netlist_reader sub directory. 2019-11-17 13:58:38 +01:00
netlist_reader.h ADDED properties passed between eescema and pcbnew. 2020-08-08 22:49:04 +01:00
pcb_netlist.cpp ADDED properties passed between eescema and pcbnew. 2020-08-08 22:49:04 +01:00
pcb_netlist.h ADDED properties passed between eescema and pcbnew. 2020-08-08 22:49:04 +01:00