Commit Graph

9 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
Sylvain Pion 4d1b8d63e3 Remove workarounds and support for the BORLAND compiler. 2008-01-20 20:24:20 +00:00
Sylvain Pion 95fe880186 CGAL_CFG_MATCHING_BUG_3 is not useful anymore
(SunCC has this fixed now, and the others as well).
2007-03-30 08:49:32 +00:00
Andreas Fabri 81e5243f5b fix min/max problem 2006-08-03 03:39:56 +00:00
Andreas Fabri 2b30e83cd1 Fixed min max problem 2006-07-31 23:45:21 +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