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
beb6b540fc
Added generator for demos
2008-09-22 08:09:22 +00:00
Sylvain Pion
c24c588aa5
Include <CGAL/algorithm.h> instead of <CGAL/copy_n.h>.
2008-08-12 12:58:18 +00:00
Sylvain Pion
60d068d880
Use CGAL::centroid() instead of a duplicated code.
2008-04-15 16:03:13 +00:00
Sylvain Pion
ba9af5f969
Use std::copy, and some other cleanups.
2008-03-27 22:59:00 +00:00
Sylvain Pion
1af16e27f4
Get rid of CGAL_REP_CLASS_DEFINED
2008-01-03 19:04:16 +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
Sylvain Pion
fb8595b94e
Cleanup : remove ancient CGAL_PROTECT_* macros.
...
It's the compiler's job to optimize preprocessing time.
2007-01-24 17:16:05 +00:00
Andreas Fabri
83ce38c57f
fix min/max problem
2006-08-03 03:37:56 +00:00
Ron Wein
3ec3098b2f
Fixed the include files.
2006-06-04 15:39:42 +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
1a3c0052e5
Move packages to trunk root
2006-02-14 08:58:15 +00:00