kicad/qa/pcbnew
John Beard 2c1b970027 Arrays: isolate axis code in a new class
Remove the axis numbering code from ARRAY_OPTIONS
and place in a new class, ARRAY_AXIS. This keeps
the logic for the array item numbering separate from
the logic for the array item geometry.

This simplifies the logic in the ARRAY_OPTIONS class, which
no longer has to deal with the numbering of each axis.
2019-05-16 11:20:52 +01:00
..
drc DRC: Break out courtyard overlap function 2019-01-23 13:27:52 -05:00
CMakeLists.txt QA: Allow to build tests manually if disabled 2019-04-17 18:00:40 +01: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
test_array_pad_name_provider.cpp Arrays: isolate axis code in a new class 2019-05-16 11:20:52 +01:00
test_graphics_import_mgr.cpp QA: Add unit tests on the Pcbnew library 2019-01-06 07:55:36 -08:00
test_module.cpp QA: Add unit tests on the Pcbnew library 2019-01-06 07:55:36 -08:00
test_pad_naming.cpp Pcbnew: Array tool should not number NPTHs 2019-01-06 07:55:49 -08:00