Commit Graph

14 Commits

Author SHA1 Message Date
Sébastien Loriot 0698f79aff add SPDX identifier for files under the LGPL-3+ license 2017-11-12 10:17:50 +01:00
Laurent Rineau cacb30d969 Fix the conversion to void*
LLVM libc++ does not implement std::basic_ios::operator void*, even in
C++03.
2014-02-13 11:02:51 +01:00
Sébastien Loriot 61c5aa7010 C++11 stream conversion to bool/void* changes.
this commit is working for all versions of boost supported:
  * BOOST_NO_EXPLICIT_CONVERSION_OPERATORS is defined in boost 1.39->1.50
  * BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS is defined startin boost 1.51
actually there is even a macro in boost setting
BOOST_NO_EXPLICIT_CONVERSION_OPERATORS when
BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS is defined so we could be fine
with only the first one.
2013-07-29 15:06:48 +02:00
Sébastien Loriot 8e2c92826e C++11 stream conversion to bool/void* changes.
this fixes only the issue if the boost version is at least 1.51
(release introducing the macro BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS)
2013-07-29 09:37:36 +02:00
Sébastien Loriot 91a5327fa8 change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Sébastien Loriot dff6dda8b3 Remove from copyright holder
Freie Universitaet Berlin (Germany), Martin-Luther-University Halle-Wittenberg
(Germany) and RISC Linz (Austria) as they transfer the copyright to other
sites.
2011-09-21 19:46:31 +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
Joachim Reichel c89675c2f6 Fix syntax error in generated VRML 2 file in IndexedFaceSet nodes. 2010-05-21 17:11:57 +00:00
Andreas Fabri d62d64f2cd one less warning for VC++ 2008-11-25 10:24:36 +00:00
Sylvain Pion f168a90fbc inline some non-template functions, and some other cleanups. 2007-01-10 19:09:41 +00:00
Marc Glisse 2b5a07b145 Missing std:: 2006-02-28 16:32:59 +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 210f329217 Move packages to trunk root 2006-02-14 08:58:15 +00:00