Commit Graph

11 Commits

Author SHA1 Message Date
Sylvain Pion 6cc542446d Fix some typos in the protect macro names.
Use a form "#ifndef" more consistently.

The idea is to automatize most of the verification of the consistency
in the names used in the #ifndef and the following #define using a simple :

grep -r -m 1 '#ifndef' */include/CGAL  | grep CGAL_ | cut -d' ' -f2 | sort > ifndef.macros
grep -r -m 1 '#define' */include/CGAL  | grep CGAL_ | cut -d' ' -f2 | sort > define.macros
diff ifndef.macros define.macros
2009-04-08 11:54:51 +00:00
Michael Hoffmann d6711c0b51 Fix some stupid warnings of Sunpro. 2008-06-19 12:09:55 +00:00
Michael Hoffmann c2fc67e029 Replace CGAL/functional.h by boost::bind. 2008-06-17 15:26:21 +00:00
Sylvain Pion ddf81159bd SUNPRO workarounds not needed anymore 2008-01-20 20:52:53 +00:00
Sylvain Pion 8701af6e0b Get rid of CGAL_REP_CLASS_DEFINED 2008-01-03 19:21:23 +00:00
Sylvain Pion 5c04d1e295 Add parentheses to fix g++-4.3 warnings. 2007-02-16 08:08:23 +00:00
Sylvain Pion 03a4d35556 Fix some g++ 4.3 warnings. 2007-02-15 09:01:00 +00:00
Andreas Fabri 5d10591471 Suppress warning for MSVC about 'using this' 2006-09-27 20:17:48 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret d8a9ada886 Move packages to trunk root 2006-02-14 08:58:16 +00:00