kicad/lib_dxf
Wayne Stambaugh ff1802d7a1 Fix Coverity "Big parameter passed by value" warnings.
Fixes Coverity CIDs:

- 175846
- 175841
- 175840
- 175837
- 175836
- 175834
- 102524
2018-06-04 12:30:00 -04:00
..
intern Fixed shadowed variable warnings in libdxf 2018-01-10 09:04:15 +01:00
CMakeLists.txt Add a DXF file import to create board outlines 2013-10-24 18:44:38 +02:00
CREDITS.txt Pcbnew: First work to add a DXF file import to create board outlines. The DXF import is based on DXF lib import/export from LibreCad. 2013-10-24 20:47:07 +02:00
drw_base.h Fix some coverity warnings (not initialized members). Add comments. Better (more informative) title in dialog to download .pretty libs. 2015-02-26 11:33:15 +01:00
drw_entities.cpp lib_dxf: Update to version 0.5.13 (previous: 0.5.11) due to a bug (memory leak) fixed in 0.5.13, which has also more comments, and try to fix most of coverity warnings (not initialized class members). 2015-02-24 10:07:40 +01:00
drw_entities.h Fix Coverity "Big parameter passed by value" warnings. 2018-06-04 12:30:00 -04:00
drw_interface.h lib_dxf: Update to version 0.5.13 (previous: 0.5.11) due to a bug (memory leak) fixed in 0.5.13, which has also more comments, and try to fix most of coverity warnings (not initialized class members). 2015-02-24 10:07:40 +01:00
drw_objects.cpp Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
drw_objects.h Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00
libdxfrw.cpp Fixed shadowed variable warnings in libdxf 2018-01-10 09:04:15 +01:00
libdxfrw.h Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases 2018-01-09 18:55:51 -05:00