kicad/dxflib_qcad
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
..
tinyspline_lib Add dxflib dxf read/write library from qcad project and tinyspline library. tinyspline library allows dxf splines conversion to Bezier curves supported by Pcbnew 2018-07-22 18:39:46 +02:00
CMakeLists.txt Add dxflib dxf read/write library from qcad project and tinyspline library. tinyspline library allows dxf splines conversion to Bezier curves supported by Pcbnew 2018-07-22 18:39:46 +02:00
dl_attributes.h Add dxflib dxf read/write library from qcad project and tinyspline library. tinyspline library allows dxf splines conversion to Bezier curves supported by Pcbnew 2018-07-22 18:39:46 +02:00
dl_codes.h Fix a few wxWidgets minor asserts. Fix a compil warning 2018-07-28 10:31:04 +02:00
dl_creationadapter.h Add dxflib dxf read/write library from qcad project and tinyspline library. tinyspline library allows dxf splines conversion to Bezier curves supported by Pcbnew 2018-07-22 18:39:46 +02:00
dl_creationinterface.h Add dxflib dxf read/write library from qcad project and tinyspline library. tinyspline library allows dxf splines conversion to Bezier curves supported by Pcbnew 2018-07-22 18:39:46 +02:00
dl_dxf.cpp Cleanup: Replace push_back with emplace_back 2019-12-05 13:41:21 -08:00
dl_dxf.h dxf and svg import: accept unicode filenames 2018-12-07 10:07:43 +01:00
dl_entities.h dxflib: Fix static analyzer warnings 2018-07-22 18:39:47 +02:00
dl_exception.h Add dxflib dxf read/write library from qcad project and tinyspline library. tinyspline library allows dxf splines conversion to Bezier curves supported by Pcbnew 2018-07-22 18:39:46 +02:00
dl_extrusion.h Add dxflib dxf read/write library from qcad project and tinyspline library. tinyspline library allows dxf splines conversion to Bezier curves supported by Pcbnew 2018-07-22 18:39:46 +02:00
dl_global.h Add dxflib dxf read/write library from qcad project and tinyspline library. tinyspline library allows dxf splines conversion to Bezier curves supported by Pcbnew 2018-07-22 18:39:46 +02:00
dl_writer.h Add dxflib dxf read/write library from qcad project and tinyspline library. tinyspline library allows dxf splines conversion to Bezier curves supported by Pcbnew 2018-07-22 18:39:46 +02:00
dl_writer_ascii.cpp Add dxflib dxf read/write library from qcad project and tinyspline library. tinyspline library allows dxf splines conversion to Bezier curves supported by Pcbnew 2018-07-22 18:39:46 +02:00
dl_writer_ascii.h Add dxflib dxf read/write library from qcad project and tinyspline library. tinyspline library allows dxf splines conversion to Bezier curves supported by Pcbnew 2018-07-22 18:39:46 +02:00
dxflib.doxygen Add dxflib dxf read/write library from qcad project and tinyspline library. tinyspline library allows dxf splines conversion to Bezier curves supported by Pcbnew 2018-07-22 18:39:46 +02:00
run_uncrustify.sh Add dxflib dxf read/write library from qcad project and tinyspline library. tinyspline library allows dxf splines conversion to Bezier curves supported by Pcbnew 2018-07-22 18:39:46 +02:00
version.txt Add dxflib dxf read/write library from qcad project and tinyspline library. tinyspline library allows dxf splines conversion to Bezier curves supported by Pcbnew 2018-07-22 18:39:46 +02:00