Commit Graph

19 Commits

Author SHA1 Message Date
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Menelaos Karavelas 57eb1da24e modified some copyright headers (FORTH -> INRIA) and updated my email 2011-06-08 06:31:19 +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 79864c0c8e Remove Arity_tag. 2008-07-22 12:29:01 +00:00
Sylvain Pion 6c257a56f6 Shorten the code. 2008-07-16 16:19:33 +00:00
Sylvain Pion 1dd253906f Remove unneeded commented code 2008-07-16 16:10:44 +00:00
Sylvain Pion ebb5e40b14 Remove casts to Sign.
They are useless since we merged the various enum types.
2008-04-09 13:09:17 +00:00
Sylvain Pion aef14b819f Forgot one cast to Comparison_result. 2008-04-09 12:48:13 +00:00
Sylvain Pion a7b60e2047 SUNPRO workaround not needed anymore 2008-01-20 21:20:28 +00:00
Laurent Saboret 9d0d302a87 Fixed svn properties of whole trunk 2006-12-18 09:37:55 +00:00
Michael Hemmer c9dc205525 rm Number_type_traits
Ring_tag -> Integral_domain_without_division_tag
 Sqrt_field_tag -> Field_with_sqrt_tag
2006-11-15 16:23:37 +00:00
Menelaos Karavelas 7649e309a7 - created ApolloniusGraph_2 namespace
- put all predicates under the new namespace (including the new predicates)
- removed code that is no longer used due to the removal of Filtered_exact
2006-07-19 21:58:48 +00:00
Menelaos Karavelas fbf6d7f3de not really needed (plus it essentially means duplicating code) 2006-07-19 10:51:48 +00:00
Menelaos Karavelas e4e7e5508b various fixes due to changes in file positions; correct functors are called now; My_filtered_predicate is no longer used 2006-07-18 20:10:53 +00:00
Menelaos Karavelas 4c8c11c427 removed a lot of casts and eliminated usage of CGAL::opposite 2006-07-18 19:56:14 +00:00
Menelaos Karavelas d1f5d07963 fixed path to included filename 2006-07-18 19:46:17 +00:00
Menelaos Karavelas 8059590bee new version of filtered traits using predicates based on Uncertain<> 2006-07-18 14:27:56 +00:00
Menelaos Karavelas 33ef19ea46 version of vertex conflict predicate using Uncertain<> 2006-07-18 14:12:16 +00:00
Menelaos Karavelas c1e70bb675 versions of predicates using Uncertain<> 2006-07-18 14:11:07 +00:00