221 Commits (1ef2f84f72d87760b702515adf2f6df80c944fb7)

Author SHA1 Message Date
Seth Hillbrand fb3d1bdb59 Clear some compile warnings 6 years ago
John Beard e6a6266f3d Build: libpolygon provides its own includes 7 years ago
jean-pierre charras 419718b596 Remove a useless qa test. 7 years ago
jean-pierre charras 3dd5a912b6 remove dead code. 7 years ago
Jeff Young c437ca1640 Fix some formatting issues. 7 years ago
jean-pierre charras aefb1f62e7 fix bug created by my commit 04aeec12 7 years ago
jean-pierre charras 04aeec1223 Remove useless includes 7 years ago
Seth Hillbrand a6325aab29 Replacing Tesselation 7 years ago
Maciej Suminski ce610f33a2 Coverity fixes 8 years ago
jean-pierre charras d0754acf00 Fix code after renaming files 8 years ago
Seth Hillbrand e53fa2dda6 Partially revert 316ddad that added warnings but no functionality 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
Tomasz Włostowski b47a06e42a poly2tri: include stdexcept in each file throwing an std::exception. 8 years ago
Tomasz Włostowski a83ece88fd poly2tri use std::runtime_error, fixes builds on many Linux distributions 8 years ago
Tomasz Włostowski 941ebe376c poly2tri: throw exceptions instead of crashing on non-supported polygons 8 years ago
jean-pierre charras cdad02336d fix minor compil warnings 8 years ago
Tomasz Włostowski c50da7e163 poly2tri: fixed some warnings 8 years ago
Tomasz Włostowski 316ddadec1 pcbnew: Optimized zone filling algorithm. 8 years ago
Nick ?stergaard c74437a44e Remove unused custom cmake target 8 years ago
Marvin Schmidt 69974b73db Remove some extra semicolons 8 years ago
jean-pierre charras 2c21c70f46 Fix a few doxygen warnings 8 years ago
Maciej Suminski e79f97860c Bezier2Poly refactor 9 years ago
Alejandro García Montoro f68ce306bd CPolyLine -> SHAPE_POLY_SET refactor. 9 years ago
jean-pierre charras 9f1e154753 Update Clipper to 6.4.2 9 years ago
Maciej Suminski 799c8b6922 Fixed a shadowed variable warning in clipper 9 years ago
jean-pierre charras 11dcb76fc9 Add -Wshadow compil option, if exists to warn about shadowed variables. 9 years ago
Simon Richter 04e21d5c8f Remove check for undefined behaviour 9 years ago
Simon Richter 59c81976dc Explicitly mark overriding functions. 9 years ago
Tomasz Wlostowski 91a3b3d396 fixed polygon filleting glitch for colinear outline segments 9 years ago
jean-pierre charras 146a78a8fb Very minor fixes: Uncrustify a few files and rename a shadowed var. 9 years ago
Dick Hollenbeck e24990146d Pcbnew: major swig fix. 9 years ago
Jon Neal 1293d04a7a Fix a bunch of misspellings of length. 9 years ago
jean-pierre charras 58ddb0fd37 PolyLine.cpp: NormalizeAreaOutlines now removes null segments. 9 years ago
Maciej Suminski 71aade6b51 Fixed a few warnings (mostly gcc6 -Wmisleading-indent). 10 years ago
Simon Richter 96ec9db5d6 Add missing C++ stdlib headers 10 years ago
jean-pierre charras bbe42d0f47 Fix very minor issues: compil warnings (mainly deprecated and shadowed vars warnings). 10 years ago
jean-pierre charras 178cf0dc25 Polygon calculation (zones filling): use fast mode when possible (in fact most of time) and strictly simple polygon option only in critical cases (in fact in plot Gerber functions mainly). 10 years ago
Cirilo Bernardo 2128594a85 Coding policy fixes: remove trailing white space. 10 years ago
jean-pierre charras ab7350bf2d Better fix for issue fixed in rev 6350 10 years ago
jean-pierre charras fefa8d16f0 math_for_graphics.cpp: use abs() instead of std::abs() for integer values, to avoid errors with some compilers. 10 years ago
jean-pierre charras c80d92e927 Kicad manager: fix a potential bug which could crash Kicad manager. math_for_graphics.cpp: remove useless includes. 10 years ago
jean-pierre charras 34f1c0ea2d Fix a few Coverity warnings. 10 years ago
jean-pierre charras 602e38dab5 Clipper.cpp: fix a few minor Coverity warnings (about not initialized private members) 10 years ago
jean-pierre charras 01be350851 Update clipper library version (from 6.21) to the latest (currently 6.4.0 , 2 July 2015) which fixes some bugs. 10 years ago
jean-pierre charras f67c7fe052 Very minor changes. ( changes in clipper are made to avoid coverity minor warnings). 10 years ago
Jean-Pierre Charras fb8afc61ab Fix selfintersecting or outline intersecting holes issue. 10 years ago
Tomasz Wlostowski 63b35f40a7 Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET. 10 years ago
Maciej Suminski d2ebf688f9 Reverted commits that remove boost::polygon dependency (need more testing). 10 years ago
Tomasz Wlostowski 41c753b05d Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET. 10 years ago
Chris Pavlina 3af895e285 Replace abs() with std::abs(). 10 years ago