kicad/qa
Seth Hillbrand c4d853c1e8 SHAPE_LINE_CHAIN: Remove element access
This is the first step to allowing non-segments in the line chain.
External routines cannot be allowed to change the line chain without
going through the internal routines.  To accomplish this, we remove the
Vertex() and Point() access routines and only leave the const versions.
Transformations are given for both points as well as the chain itself.
2019-12-12 13:54:48 +00:00
..
common Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
common_tools QA: Move to a self-registering plugin system for QA utils 2019-11-25 15:38:21 +08:00
data QA: Move contents qa_shape_poly_set_refactor to qa_common 2019-01-29 08:15:44 -05:00
eeschema Implement simple inheritance for library symbols. 2019-12-06 11:33:52 -05:00
gal/gal_pixel_alignment Implement I18N for ACTIONs. 2019-06-17 10:45:23 +01:00
libs Update tests to match 2-space indenting. 2019-11-10 11:43:52 +00:00
pcb_test_window Move hotkeys to ACTION architecture. 2019-06-10 23:46:00 +01:00
pcbnew QA: Remove deprecated boost headers 2019-12-05 18:19:40 +01:00
pcbnew_tools SHAPE_LINE_CHAIN: Remove element access 2019-12-12 13:54:48 +00:00
pcbnew_utils pcbnew: Remove the last dlist from modules/pcbnew 2019-06-01 20:55:32 -07:00
qa_utils Recleaning DLIST from pcbnew 2019-12-10 09:52:07 -08:00
testcases Fix up python test for new comment signatures. 2019-08-23 00:56:08 +01:00
unit_test_utils QA: Remove deprecated boost headers 2019-12-05 18:19:40 +01:00
utils/kicad2step Reinstate "QA: Tweak boost print helper macro"" 2019-05-24 13:23:51 +01:00
CMakeLists.txt QA: Add build-time option to enable XML output from tests 2019-04-18 10:59:06 +01:00
test.py QA: Add build-time option to enable XML output from tests 2019-04-18 10:59:06 +01:00