Commit Graph

13 Commits

Author SHA1 Message Date
Laurent Rineau a81fd1c3cd Merged revisions 56906,56908 via svnmerge from
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

........
  r56906 | sloriot | 2010-06-21 11:55:07 +0200 (Mon, 21 Jun 2010) | 2 lines
  
  merge from trunk
........
  r56908 | afabri | 2010-06-21 12:05:32 +0200 (Mon, 21 Jun 2010) | 1 line
  
  Use bind from boost::
........
2010-06-21 10:40:54 +00:00
Sébastien Loriot 52317dd49f add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
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