Commit Graph

12 Commits

Author SHA1 Message Date
Andreas Fabri beb1417477 remove unused header files; remove commented includes; changed include paths 2016-02-15 14:20:12 +01:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +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
Michael Hemmer 2561a432dd avoid clash of CGAL::min/max with std::min/max
e.g. boost does: "unsing std::min" plus an unqualified call of min
2009-04-29 13:57:45 +00:00
Michael Hemmer 28575ad723 rename Real_embeddable_traits::Sign -> Sgn 2008-09-18 16:32:35 +00:00
Michael Hemmer 182c550580 warp up RealEbeddable_traits, i.e., mv RET_base into internal namespace 2008-08-05 13:42:15 +00:00
Michael Hoffmann 66620b881b Remove dependency on CGAL/functional -> replace Unary_function
and Binary_function by std:: counterparts.
2008-07-23 15:11:07 +00:00
Peter Hachenberger 3583da31c8 added number type conversion 2008-06-27 10:01:55 +00:00
Michael Hemmer 40d093a602 added tag Is_numerical_sensitive in Algebraic_structure_traits 2006-12-17 13:18:12 +00:00
Michael Hemmer 5c9ff921c1 rename:
AST::Algebraic_structure -> AST::Type
RET::Real_embeddable     -> RET::Type
2006-11-24 11:10:43 +00:00
Michael Hemmer 838d4e6e78 added new NTS support Algebraic_structure_traits / Real_embeddable_traits
rm obsolte global functions 
TODO: may add Integral_division to get Nef_polynomial a model of  UniqueFactorizationDomain
2006-10-28 14:49:53 +00:00
Michael Hemmer 927d6c7ec8 mv CGAL/Nef_2/Nef_polynomial.h to CGAL/Nef_polynomial.h
since it is in namespace CGAL only
2006-10-28 13:33:59 +00:00