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
Andreas Fabri
6958b78590
Reorder terms of expression in order not to unary negate an unsigned int leading to a VC8 warning
2008-10-23 10:29:50 +00:00
Sylvain Pion
eff6efd3af
CGAL_NULL and CGAL_NULL_TYPE are now constant macros, so replace them by:
...
- CGAL_NULL -> NULL
- CGAL_NULL_TYPE -> CGAL::Nullptr_t (typedef to const void *)
2008-07-12 21:58:52 +00:00
Sylvain Pion
7dfd4237cc
Rename SS and CS to avoid name clashes with macros on x86/solaris (/usr/include/sys/regset.h).
2008-06-15 16:21:29 +00:00
Sylvain Pion
7bf20ba73c
Remove some obsolete SUNPRO workarounds
2008-01-03 14:07:07 +00:00
Sylvain Pion
8ab2fe93bb
Move definitions of CGAL_NULL and CGAL_NULL_TYPE from circulator.h to config.h.
2007-12-28 15:46:09 +00:00
Sylvain Pion
360d29f72a
Rename CGAL_CIRC_NULL to CGAL_NULL.
2007-12-28 15:40:36 +00:00
Andreas Fabri
136f06d2a9
simplified code
2007-03-16 17:36:19 +00:00
Andreas Fabri
c85ec5de19
try fix for CXX_DEBUG
2007-03-16 11:44:43 +00:00
Andreas Fabri
6c03b2cc32
corrected initialization of a member variable
2006-08-06 08:49:31 +00:00
Andreas Fabri
b244bb6348
corrected initialization of a member variable
2006-08-05 20:54:33 +00:00
Andreas Fabri
7b2f06eccb
empty circulator ranges must not be encoded with default constructed iterators
2006-06-15 13:38:56 +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
24b7eb4126
Move packages to trunk root
2006-02-14 08:58:13 +00:00