kicad/qa/common/geometry
Seth Hillbrand b5f021ff9f Cleanup: Replace push_back with emplace_back
In cases where we create a new item and immediately push into a
container, the emplace idiom is faster and more efficient.
2019-12-05 13:41:21 -08:00
..
fixtures_geometry.h Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
geom_test_utils.h Cleanup: Replace C-only deprecated headers 2019-12-05 11:03:15 -08:00
test_fillet.cpp QA: Remove deprecated boost headers 2019-12-05 18:19:40 +01:00
test_segment.cpp QA: Add Distance, Collide, Collinear tests on SEG 2019-02-03 06:57:37 +01:00
test_shape_arc.cpp SHAPE_ARC: Fix bug introduced in 5813164d1. 2019-04-25 23:49:42 +01:00
test_shape_poly_set_collision.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
test_shape_poly_set_distance.cpp QA: Account for eeschema tests unit rounding 2019-01-30 11:55:11 +01:00
test_shape_poly_set_iterator.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00