kicad/qa/pcbnew
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
..
drc Migrate RC_ITEM to use shared_ptr 2020-08-13 14:50:59 +02:00
CMakeLists.txt qa/pcbnew: boost test fixture for libeval_compiler 2020-08-13 14:50:59 +02:00
board_test_utils.cpp DRC: Break out courtyard overlap function 2019-01-23 13:27:52 -05:00
board_test_utils.h DRC: Break out courtyard overlap function 2019-01-23 13:27:52 -05:00
group_saveload.cpp Rename class GROUP in pcbnew to PCB_GROUP 2020-08-12 15:36:08 +01:00
test_array_pad_name_provider.cpp pcbnew: Move pads to std::deque 2019-06-01 16:23:54 -07:00
test_graphics_import_mgr.cpp QA: Remove deprecated boost headers 2019-12-05 18:19:40 +01:00
test_libeval_compiler.cpp Remove all debugging output that cannot be disabled. 2020-08-18 10:17:36 -04:00
test_lset.cpp Add unit test though it's not great 2019-12-26 13:10:18 +00:00
test_module.cpp Refactor common QA components to create a single common library 2020-07-18 16:21:15 +01:00
test_pad_naming.cpp QA: Remove deprecated boost headers 2019-12-05 18:19:40 +01:00