Commit Graph

8 Commits

Author SHA1 Message Date
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
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +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
Efi Fogel 37972247be wein: Implemented inner offset. Used Inner_ccb_iterator instead of obsolete Hole_iterator. Fixed calls to deprecated functions 2008-04-26 21:37:02 +00:00
Efi Fogel 6273371b3b Added the proper SVN keywords 2007-04-03 18:34:02 +00:00
Andreas Fabri 28623ae3ac removed unused parameters 2007-03-16 15:27:11 +00:00
Ron Wein 8a561f8299 Fixed the package according to Andreas' review, and removes some
redundant stuff.
2006-08-03 14:59:23 +00:00
Ron Wein 2bb1f3f635 Initial version of the planar Minkowski-sum package. 2006-02-27 14:29:24 +00:00