Commit Graph

29 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
Philipp Möller 491ab8f939 Remove three unused private fields. 2012-06-22 09:52:10 +00:00
Laurent Rineau 5b5dd33848 merge changes from next 2012-01-09 12:33:39 +00:00
Philipp Möller b154f31f27 Removed unused variables from old Qt3 code for cleaner compilation 2011-11-21 15:37:08 +00:00
Sébastien Loriot 91a5327fa8 change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Eric Berberich eb7a5ed11e branch-build is now HOT on next ;-) 2011-04-15 09:12:06 +00:00
Sébastien Loriot a2cec87f46 replace remaing fabs in include files by CGAL::abs 2011-02-18 15:37:40 +00:00
Michael Hemmer bd1840fe6d rm ambig 2010-03-11 13:46:27 +00:00
Sylvain Pion 5fda817f95 Remove a few "warning: extra ';'" with g++ -pedantic. 2009-11-14 11:49:52 +00:00
Sylvain Pion 65d7b12a67 Constrained_triangulation_2<> now has a 3rd template argument.
This is not innocent.
2008-01-24 12:09:29 +00:00
Andreas Meyer fdeedcf8b0 some low level code cleanup. renamed
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
Sylvain Pion 4da7713aa8 Remove obsolete config flag CGAL_CFG_NO_STDC_NAMESPACE and rename
its dependant macro CGAL_CLIB_STD to "std".
2007-08-08 15:59:25 +00:00
Laurent Rineau 70f7dc9d7d - add the slot "toggle(bool)" to Qt_widget_layer(),
- the slot "stateChanged(int)" should be deprecated, one day.

Patch accepted by the release manager of CGAL-3.3: no functionnality is
removed from Qt_widget. That patch only adds a new slot to connect signals
to a Qt_widget_layer object.

Documentation updated (by copy-paste, mostly).
2007-05-04 13:32:40 +00:00
Andreas Fabri 88a5f1f46c remove unused parameter 2007-03-19 07:51:27 +00:00
Fernando Cacciola fb9f6e5472 Auto-linking now encapsulated in a library-specific header inside new CGAL/auto_link/ folder. 2007-02-28 17:43:49 +00:00
Fernando Cacciola cfd35946e6 Fixed auto_link include bug 2007-02-20 12:28:35 +00:00
Fernando Cacciola e76e4eb8c3 Added vc71/80 and auto-link support 2007-02-19 14:57:59 +00:00
Andreas Fabri eb026273a0 fix for min/max problem 2006-08-20 21:28:22 +00:00
Sylvain Pion e6b6cfe196 Copyright owner of Qt_widget is INRIA, not the whole 7 Galia sites. 2006-07-30 16:38:54 +00:00
Marc Glisse b13e3b5ec0 Last round of missing std:: before 3.2 (Andreas permission) 2006-04-19 16:56:12 +00:00
Andreas Fabri a85f364f79 Removed rounding for Gmpq as it may change orientation of points 2006-04-11 19:45:09 +00:00
Andreas Fabri 2e1eba889e Removed rounding for Gmpq as it may change orientation of points 2006-03-29 07:51:47 +00:00
Marc Glisse d06bb93107 Missing std:: 2006-02-27 18:48:47 +00:00
Marc Glisse 13380ebe5e Add some missing std:: and #include <c*> 2006-02-22 15:22:27 +00:00
Joachim Reichel ae9cd1a1ad $Id$ $Date$ replaced by $Id$ 2006-02-16 20:50:57 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Joachim Reichel 53a6475698 copyright notices added 2006-02-15 22:55:23 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 9467f7c323 Move packages to trunk root 2006-02-14 08:58:18 +00:00