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
Andreas Fabri
2a0b967172
Fixed return type of boost::function1 call
2008-11-12 13:45:58 +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
4d1b8d63e3
Remove workarounds and support for the BORLAND compiler.
2008-01-20 20:24:20 +00:00
Sylvain Pion
796d4603bf
Remove obsolete VC++ workaround.
2008-01-20 15:16:09 +00:00
Sylvain Pion
49f6e06dee
Oops, try 1 instead of 0.
2008-01-13 17:14:50 +00:00
Sylvain Pion
52630ac6bb
Try to avoid large VC++ workaround (hopefully it's obsolete).
2008-01-11 22:26:21 +00:00
Sylvain Pion
8701af6e0b
Get rid of CGAL_REP_CLASS_DEFINED
2008-01-03 19:21:23 +00:00
Sylvain Pion
03a4d35556
Fix some g++ 4.3 warnings.
2007-02-15 09:01:00 +00:00
Andreas Fabri
b1375a59a4
renamed rad2 as it is also a function defined in windows.h
2006-09-21 07:47:23 +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