Maciej Suminski
dc62c0717c
Fixed shadowed variable warnings in libdxf
8 years ago
Camille
9ff66a5274
Fix unnecessary value parameter detected by clang-tidy. - Replace value parameter by const reference parameter or move-assignement in some cases
8 years ago
Simon Richter
59c81976dc
Explicitly mark overriding functions.
9 years ago
jean-pierre charras
cc2fe47c95
Fix a few coverity warnings.
10 years ago
jean-pierre charras
666e825e17
Eeschema: fix Bug #1483693 : eeschema for Windows fails to deal with Cyrillic (UTF8) (Windows specific).
lib_dxf/libdxfrw.cpp: try to fix a coverity warning about resource leak.
10 years ago
jean-pierre charras
6e8a8a6b25
Fix some coverity warnings (mainly not initialized members)
11 years ago
jean-pierre charras
10d67ffbd9
Fix some coverity warnings (not initialized members). Add comments. Better (more informative) title in dialog to download .pretty libs.
11 years ago
jean-pierre charras
ede0daf9db
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).
These members are now initialized, which also fix some other more serious coverity issues.
11 years ago
Mark Roszko
3c42764563
Fix snprintf usage.
11 years ago
jean-pierre charras
eb22bf426c
Pcbnew: very minor fixes and update: update clipper version. uncrustify polytri/* and fix some warning compil.
12 years ago
jean-pierre charras
50f6186ebc
Dxf export: fix an issue in exported arcs. Update libdfx.
Pcbnew:, libedit, Save lib as...: the new .pretty lib format is the default, instead of legacy .mod format. The legacy format is still selectable in the file selection dialog.
12 years ago
jean-pierre charras
3e3869ed80
dxf import: minor enhancements in dialog. Update libdfxw from git, and uncrustify it. add a test dfx file
12 years ago
jean-pierre charras
55e9b4d1b6
Add a DXF file import to create board outlines
12 years ago