Simon Richter
|
04e21d5c8f
|
Remove check for undefined behaviour
Triangle::NeighborAcross returns a reference, which must refer to a valid
object whose address cannot be 0. Thus, this test is nonsensical.
|
2016-09-29 18:26:19 -04:00 |
jean-pierre charras
|
146a78a8fb
|
Very minor fixes: Uncrustify a few files and rename a shadowed var.
|
2016-07-22 08:59:17 +02:00 |
Cirilo Bernardo
|
2128594a85
|
Coding policy fixes: remove trailing white space.
|
2015-12-14 16:20:54 -05:00 |
Maciej Suminski
|
d2ebf688f9
|
Reverted commits that remove boost::polygon dependency (need more testing).
|
2015-07-14 22:23:13 +02:00 |
Tomasz Wlostowski
|
41c753b05d
|
Removed all dependencies on boost::polygon except for bitmap2component. Replaced almost all instances of CPOLYGONS_LIST with SHAPE_POLY_SET.
|
2015-07-14 13:36:24 +02:00 |
jean-pierre charras
|
24f516f6ae
|
Fix many doxygen warnings (due to missing info, old comments, typo ...) when building the doxygen doc.
|
2014-11-02 17:25:04 +01:00 |
jean-pierre charras
|
d4731da097
|
Minor fixes: remove compil warning. Remove one of 3 messages when saving a part lib in libedit.
Update clipper version to 6.1.3a.
|
2014-09-29 12:51:04 +02:00 |
Dick Hollenbeck
|
dbb72d161e
|
fix some compiler warnings
|
2014-01-03 18:07:20 -06:00 |
Dick Hollenbeck
|
e659d53590
|
fix compiler warnings
|
2014-01-03 17:16:40 -06:00 |
jean-pierre charras
|
eb22bf426c
|
Pcbnew: very minor fixes and update: update clipper version. uncrustify polytri/* and fix some warning compil.
|
2014-01-03 18:39:28 +01:00 |
Povilas Kanapickas
|
7f12513c7e
|
Remove some uses of using namespace std.
|
2013-12-13 10:27:30 -06:00 |
Maciej Suminski
|
dcb5d8f25c
|
Merged Tom's branch
|
2013-09-18 16:59:08 +02:00 |
tomasz.wlostowski@cern.ch
|
228a9451f7
|
polygon: added poly2tri library.
Requied for constrained Delaunay triangulation (P&S/ratsnest) and zone tesselation (GAL).
|
2013-09-13 15:28:20 +02:00 |