kicad/utils/idftools
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
..
idf_examples IDF tools: code cleanup and debugging 2014-06-05 20:37:04 +02:00
CMakeLists.txt Refactor all math into a new kimath library 2020-01-07 17:12:59 +00:00
dxf2idf.cpp Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
dxf2idf.h replace lib_dxf by dxflib from qcad in dxf2idf code 2018-07-22 18:39:47 +02:00
dxf2idfmain.cpp Minor speed cleanup 2019-12-05 14:20:59 -08:00
idf2vrml.cpp Move warning flags to proper place 2020-07-02 12:17:45 -07:00
idf_common.cpp Comment-only changes 2020-01-10 16:43:01 -08:00
idf_common.h Finish implementation of DRAWSEGMENT::C_RECT. 2020-06-15 20:51:31 +01:00
idf_cylinder.cpp Fix some warnings (looking like potential bugs) detected by cppcheck, (a few from a patch from Julien Nabet <serval2412@yahoo.fr>), remove not used vars and a few coding style fixes. 2015-12-27 13:16:46 +01:00
idf_helpers.cpp Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
idf_helpers.h Workaround for non-ASCII filenames in Windows 2017-03-03 14:30:47 -05:00
idf_outlines.cpp Comment-only changes 2020-01-10 16:43:01 -08:00
idf_outlines.h Comment-only changes 2020-01-10 16:43:01 -08:00
idf_parser.cpp Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
idf_parser.h Fix typos in comments. 2020-03-24 16:24:53 +00:00
idf_rect.cpp Improving VRML1/2 parsers 2016-01-07 15:43:32 +11:00
vrml_layer.cpp Fix typos in comments. 2020-03-24 16:24:53 +00:00
vrml_layer.h Fix typos in comments. 2020-03-24 16:24:53 +00:00