Philipp Möller
79b30908d5
WARNFIX: Silence a good part of unused variable/parameter warnings.
...
Wextra results in a dreadful wall of yellow in the test-suite and is
scary when using CGAL. Reduce some of the noise by silencing the
obvious cases with CGAL_USE or comments.
2012-08-07 11:04:32 +00:00
Laurent Rineau
db194534c7
First big patch to fix -Wunused-local-typedefs
...
-Wunused-local-typedefs is a new warning flag of gcc-4.7, and it will enabled
by -Wall since gcc-4.8 (not yet released).
The fix is a big set of removals of unused typedefs (or comments, or moves,
depending on the context).
2012-08-01 13:29:16 +00:00
Efi Fogel
73aed62c96
pacify some compiler (commented out unused variables)
2012-01-30 14:30:27 +00:00
Laurent Rineau
8f59fd9592
Turn QPL into LGPLv3+
2012-01-13 16:33:35 +00:00
Andreas Fabri
f41c549f7a
Put parenthesis ( clang warned for 3.8-I-65)
2010-11-14 17:22:23 +00:00
Andreas Fabri
632b9e378c
Add a using and qualify is_reflex_sedge so that Intel strict ansi matches it
2010-08-23 15:55:47 +00:00
Laurent Rineau
7106e69e7a
Fix keyword $URL$ and $Id$: "$URL: " and "$Id: " are not correct Subversion keywords
2010-06-29 12:47:18 +00:00
Laurent Rineau
de95f4149d
Fix warning: braces around empty body (the body is empty with NDEBUG).
2010-06-29 12:36:00 +00:00
Sébastien Loriot
52317dd49f
add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
...
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Andreas Fabri
12619999c0
Add 'using' for ansi compliance
2010-05-17 10:25:31 +00:00
Peter Hachenberger
025e2529b1
replace deque by multiset
2008-10-20 10:42:14 +00:00
Peter Hachenberger
c3f88a2db1
just cleaning up old redundant code
2008-10-20 10:41:50 +00:00
Peter Hachenberger
f6cb1522eb
removed a trace
2008-07-28 09:17:48 +00:00
Peter Hachenberger
c04e0c7357
refactoring for reuse and easier testing
2008-06-16 16:27:48 +00:00
Peter Hachenberger
4a5b3e1ed7
removed invalid assertion
2008-06-16 16:26:54 +00:00
Peter Hachenberger
446e055f6e
new package for decompsing a Nef_polyhedron_3 into convex pieces.
...
The code was previously stored under trunk/Nef_3/Minkowski.
2008-05-22 14:57:11 +00:00