kicad/qa/qa_utils
Seth Hillbrand 9b7d4e2742 Recleaning DLIST from pcbnew
This was re-introduced by 5d3e6e3d44

The crash happened b/c we have to manage list containers in each element
and minor adjustments cause the rest of the list to be lost.  This
commit re-implements it using std::iterators and deque

Fixes #2623 | https://gitlab.com/kicad/code/kicad/issues/2623
2019-12-10 09:52:07 -08:00
..
geometry QA: Add some tests on SHAPE_POLY_SET::Distance 2019-01-29 18:12:06 -05:00
include/qa_utils QA: Move to a self-registering plugin system for QA utils 2019-11-25 15:38:21 +08:00
CMakeLists.txt Unify library browser terminology. 2019-01-30 19:52:15 +00:00
mocks.cpp Recleaning DLIST from pcbnew 2019-12-10 09:52:07 -08:00
pcb_test_frame.cpp Unified update to C++14 std::make_unique 2019-12-05 10:43:55 -08:00
pcb_test_frame.h gal: pixel alignment hacks, works for Retina display too now. 2019-02-16 20:03:13 +01:00
stdstream_line_reader.cpp QA: Tidy qa_utils headers 2019-01-29 18:16:00 -05:00
utility_program.cpp QA: Move to a self-registering plugin system for QA utils 2019-11-25 15:38:21 +08:00