Commit Graph

50320 Commits

Author SHA1 Message Date
Marc Glisse 2ba8c67ba3 Re-implement ring filtering based on CGAL_Kernel_pred_RT. 2013-01-14 15:20:34 +01:00
Marc Glisse 5373cff1b3 Split some predicates into CGAL_Kernel_pred_RT. 2013-01-14 14:19:51 +01:00
Marc Glisse bf7823fe30 Let Exact_(field|ring)_selector<Lazy_exact_nt<ET>> select a type based
on ET, instead of directly returning ET. Teach NT_converter about these
conversions.
2013-01-14 13:39:43 +01:00
Marc Glisse b9d1dd2ff3 No point using a static variable for this constant. 2012-12-25 16:20:04 +01:00
Marc Glisse e1b8d79f6d Couple simple optimizations in Gmpzf, just enough to move it from barely
slower than MP_Float to barely faster in my test.
2012-12-25 16:03:03 +01:00
Marc Glisse a78d419ba8 Fix the homogeneous case. 2012-12-24 23:37:59 +01:00
Marc Glisse 215ceca0fb Reminder that this currently breaks homogeneous kernels and needs to be
fixed.
2012-12-24 15:53:00 +01:00
Marc Glisse 844e285f32 For a hardcoded list of "safe" predicates, use a ring type as the exact
type in Filtered_kernel_base.
2012-12-24 14:16:39 +01:00
Marc Glisse c3a4b15686 Introduce new Exact_ring_selector, not used yet. 2012-12-24 12:33:24 +01:00
Marc Glisse 571f370e28 Rename Exact_type_selector to Exact_field_selector. 2012-12-24 12:20:13 +01:00
Eric Berberich bf4bdda1e3 flattened files and prepared for 4.2 2012-12-21 15:36:39 +01:00
Eric Berberich fd0a400fba moved into orphaned branch "git" 2012-12-21 15:08:09 +01:00
Eric Berberich bbec5643f8 svn is no longer used 2012-12-21 14:56:52 +01:00
Eric Berberich ad04e6e835 never used (was part of the branching feature) 2012-12-21 14:56:52 +01:00
Philipp Möller 6e595d4e7c Missing namespaces for linking to Algebraic_kernel 2012-12-21 14:14:04 +01:00
Philipp Möller bc977fd6a7 leda_* is in namespace CGAL 2012-12-21 14:07:14 +01:00
Philipp Möller 0c62e021ac Remove unused doc in CombinatorialMap 2012-12-21 14:07:03 +01:00
Philipp Möller 2a9807ad1d Inline the cites to get rid of the bibliography 2012-12-21 12:35:13 +01:00
Philipp Möller 519dfde781 Merge branch 'Kernel-document_dimension_tools-pmoeller' 2012-12-21 11:52:38 +01:00
Philipp Möller a85b2a2ed8 Document the fact that there are default arguments 2012-12-21 11:52:22 +01:00
Philipp Möller 4c280edf83 Remove it from the Kernel 2012-12-21 11:52:07 +01:00
Claudia Werner ef3648433f fix typo in user manual in constrained Delaunay Triangulations. 2012-12-21 11:16:56 +01:00
Alexander Kobel de53bdcd9d Don't document ::CGAL::NTS namespace anymore - it's history. 2012-12-21 10:42:12 +01:00
Philipp Möller 0f34f2a89e Merge branch 'Maintenance-include-less-boost-pmoeller' 2012-12-21 09:44:18 +01:00
Sébastien Loriot 7995ff270e update changes 2012-12-21 09:43:16 +01:00
Philipp Möller ea956821a8 Add missing includes in intersection_of_Polyhedra 2012-12-21 09:41:56 +01:00
Sébastien Loriot 41362b6b57 Merge branch 'triangulation_2-cstr_using_ranges' 2012-12-21 08:42:25 +01:00
Sébastien Loriot c53825f4a3 Merge branch 'Triangulation_2-correct_filtered_traits_selection' 2012-12-21 08:37:57 +01:00
Sébastien Loriot 4c8c87f241 Merge branch 'remove_cpp0x' 2012-12-21 08:36:26 +01:00
Sébastien Loriot b9dd92a4e9 Merge branch 'Voronoi_diagram_2-add_ccb' 2012-12-21 08:35:09 +01:00
Sébastien Loriot 84caad7137 using the regular triangulation filtered traits using flags in the kernel 2012-12-20 16:12:38 +01:00
Sébastien Loriot acb43cdbf2 renaming outer_ccb to ccb as documented.
outer_ccb is however kept in the code for backward compatibility
2012-12-20 12:58:28 +01:00
Eric Berberich eb11ded35e packages for which I do maintenance stuff 2012-12-20 10:56:08 +01:00
Philipp Möller 5e9b73897d Missing next_prior.hpp include in VectorH*.h 2012-12-20 10:31:50 +01:00
Sébastien Loriot 59f9e8a778 add constructor from range for 2D Delaunay and Regular triangulation 2012-12-19 17:10:57 +01:00
Philipp Möller f16a152aec Make the feature checks more resilient to old Boost.Versions 2012-12-19 16:24:14 +01:00
Marc Glisse 4cc6c7a76d Typo in the doc. 2012-12-19 15:55:23 +01:00
Sébastien Loriot 82b2ebc865 apply the cpp0x namespace renaming in all files 2012-12-19 11:33:17 +01:00
Eric Berberich a99b397a32 Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal 2012-12-19 10:47:37 +01:00
Eric Berberich 5f16598c10 added quotes to handle whitespaces in directories 2012-12-19 10:46:57 +01:00
Marc Glisse a0dc09769b Merge branch 'Number_types-asm-glisse'
Approved by the release manager
2012-12-19 10:00:27 +01:00
Laurent Rineau 6210cdaa11 Actually *trigger* the testsuites!
Yesterday I commited a version of the script with an "exit" in the
middle. That early exit was for testing purpose, but I commited it.
2012-12-19 08:58:15 +01:00
Laurent Rineau 559aeb948f Implement testsuite-Monday, testsuite-Tuesday, and so on... 2012-12-18 20:37:55 +01:00
Laurent Rineau 9207f428c8 Implement the reseting of integration 2012-12-18 20:19:10 +01:00
Philipp Möller 8c374aa36f Update how_to_cite_cgal after changing the script 2012-12-18 19:36:25 +01:00
Philipp Möller ee2735c18e Replace CGAL in the output with %CGAL to avoid links 2012-12-18 19:29:32 +01:00
Philipp Möller 09d1c1de30 Add "Traits" to the ignored classes and reenable briefs in Triangulation_3 2012-12-18 18:23:43 +01:00
Philipp Möller 1f1ff446a7 Missing sstream include 2012-12-18 10:59:47 +01:00
Marc Glisse 76a9d74ed3 Sign and date my comment. 2012-12-18 09:51:42 +01:00
Philipp Möller 7bb310767c Fix type_traits includes in Combinatorial_map
Make sure every header is complete and only brings in the minimal
requirements.
2012-12-17 17:32:49 +01:00