kicad/common/plotters
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
..
DXF_plotter.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
GERBER_plotter.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
HPGL_plotter.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
PDF_plotter.cpp Improve spelling. 2019-08-20 19:14:05 +01:00
PS_plotter.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
SVG_plotter.cpp Add native Bezier curve plot in SVG plotter. 2019-11-05 14:27:07 +01:00
common_plot_functions.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
plotter.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00