Commit Graph

9 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
Philipp Moeller ee412c3f24 Remove unused static_warning include
Static warning is undocumented and the include has changed before. It is
also not used anywhere so removing the code increases stability.
2015-04-10 14:12:35 +02:00
Sébastien Loriot 91a5327fa8 change LGPLv2 -> LGPLv3 2011-10-10 13:48:25 +00:00
Guillaume Damiand a29c905ee0 Replace BOOST_STATIC_ASSERT by CGAL_static_assertion. 2011-08-31 14:30:07 +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
Luis Peñaranda e1645c0446 use boost/serialization/static_warning.hpp with boost>=1.40.0, instead of
the deprecated boost/static_warning.hpp
2010-02-22 10:20:33 +00:00
Michael Hemmer 2b88ec7f6e added Relative_precision to Bigfloat_interval_traits
replaces Get_significant_bits
2010-02-15 21:11:46 +00:00
Michael Hemmer 7b5f6ca3c4 interval tests 2010-02-12 13:40:17 +00:00
Michael Hemmer 017519bf0f move relevant files to new package Interval_support 2010-02-11 14:01:13 +00:00