Commit Graph

53841 Commits

Author SHA1 Message Date
Marc Glisse 6e10080f95 hack to get homogeneous coordinates 2014-02-09 12:18:42 +01:00
Marc Glisse b9af149293 Remove \cgalModif markers. 2014-02-02 12:52:44 +01:00
Marc Glisse 7ddc45a73b pasto 2014-01-13 18:46:24 +01:00
Marc Glisse 066bbb2da2 Minor doc updates. 2013-11-25 16:27:32 +01:00
Guillaume Damiand 4df9e9fe7d Add ; in doc and newline after cgalModifEnd macro. 2013-11-25 13:24:58 +01:00
Marc Glisse 050ce22ecb Remove out-of-date content after KernelWithLifting_d introduction. 2013-11-24 11:31:16 +01:00
Marc Glisse 8ddf8255d5 Merge branch 'Kernel_d-rewrite-glisse-old' into Kernel_d-rewrite-glisse
Hopefully the doc will be easier to build this way.
2013-11-23 12:34:18 +01:00
Marc Glisse e600819820 Split the lifting and projection predicates into a refinement of Kernel_d. 2013-11-23 12:25:33 +01:00
Marc Glisse 569aa80b0a Say a few more words about Dynamic_dimension_tag, document a few more functions for Point_d.
Doc may not compile (didn't check).
2013-11-22 01:27:13 +01:00
Luis Peñaranda 8d62e0d56f minor doc fix in Algebraic_kernel_d reference 2013-11-19 20:41:27 -02:00
Marc Glisse 44bc47b1c7 Mention Mpzf in changes.html. 2013-11-19 21:32:38 +01:00
Marc Glisse 5d6c4c207b Explain DimensionTag in the user manual. 2013-11-18 19:35:11 +01:00
Marc Glisse 8aa03c152c Rename parameter of Epick_d to DimensionTag. 2013-11-18 18:18:01 +01:00
Marc Glisse 9165a9f965 Use consistent notations. 2013-11-18 18:09:33 +01:00
Sébastien Loriot da1791759c Merge branch 'Number_types-mpzf-glisse'
Introduces a faster alternative to MP_Float and Gmpzf
    (see the documentation to see on which platforms it is available).
    When activated, it is used as default exact ring number type for exact
    evaluation of predicates (that only require ring operations).
    It is possible to switch back to the previous behavior by defining
    CGAL_DO_NOT_USE_MPZF

    Successfully tested in CGAL-4.4-Ic-29
    Approved by the Release Manager
2013-11-15 16:38:16 +01:00
Andreas Fabri 2a267329a0 Merge branch 'FixLeak-Stream_lines_2-GF'
Approved by the release manager
2013-11-15 16:33:54 +01:00
Sébastien Loriot 0db9bf6f19 doc fix (avoid a More...) 2013-11-14 16:59:13 +01:00
Sébastien Loriot d99344bf98 add a way to easily switch Mpzf off 2013-11-14 12:55:39 +01:00
Guillaume Damiand cd3b457f67 Modif in CMakeList in LCC examples.
Trivial bug fix for master.
2013-11-14 11:59:30 +01:00
Andreas Fabri 816d9283c9 Merge branch 'Segment_Delaunay_graph_2-Fix_leak-GF'
Approved by the release manager
2013-11-14 11:50:42 +01:00
Andreas Fabri ea55f5e276 Merge branch 'Fix_leak-Nef_3-GF' 2013-11-14 11:49:55 +01:00
Andreas Fabri 4771e72999 Non-VC compilers don't like >> without a space as end of template 2013-11-14 11:41:46 +01:00
Marc Glisse 06e0774812 Cleanup assertions. 2013-11-14 10:38:34 +01:00
Dror Atariah 92cb5956cb Merge branch 'Aos_2-polyline_upgrade-fub'
Having in mind possible extensions of the Arrangement (of polylines) on
surfaces (AoS) package, we discovered that the exsisting implementation
is badly written. The code's style limits the possibilities of extending
the code - for example if one wants to consider the arrangement of
unbounded polylines. The goal of this submission is to upgrade the code
and fastforward it, so it will meet nowadays CGAL's standards.

- "Approved by the release manager"
- "Tested in CGAL-4.4-Ic-27"
- https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Aos_2_polylines_upgrade
2013-11-14 09:51:57 +01:00
Dror Atariah d35a52ea75 Reported API changes in the changes log 2013-11-14 09:46:27 +01:00
Dror Atariah 8e7bd3faa9 Correct file permissions 2013-11-13 20:34:26 +01:00
Laurent Rineau 38e5dc102d Remove execution permissions 2013-11-13 14:05:43 +01:00
Laurent Rineau 78815374c1 Fix permission after Andreas commit. 2013-11-13 14:03:06 +01:00
Andreas Fabri 8189bf8d97 Switch to std::string in order to avoid a new/delete mismatch error in test code 2013-11-13 11:29:17 +01:00
Laurent Rineau ae4ff9bc05 Minor rephrasing about the exactness of Mpfz(double) 2013-11-13 11:15:27 +01:00
Andreas Fabri c7d4d3a99c Merge branch 'Inscribed_areas-Fix_leak_Largest_empty_rectangle-GF'
Approved by the release manager
2013-11-13 11:00:35 +01:00
Andreas Fabri 1479d035fc Merge branch 'Circular_kernel_2-Fix_leak-GF' 2013-11-13 10:59:46 +01:00
Andreas Fabri 9b2bb9e65e Fix memory leak and at the same time simplify the code 2013-11-13 10:47:37 +01:00
Sébastien Loriot d466a4ce22 add Mpzf in the user manual 2013-11-12 19:23:16 +01:00
Sébastien Loriot 9168030414 explicit that constructors are exact 2013-11-12 18:03:52 +01:00
Luis Peñaranda eef061fae3 Merge branch 'Number_types-fix_gmpfi_constructors-penarand'
Approved by the release manager
2013-11-12 14:50:07 -02:00
Sébastien Loriot e92b19a8e4 explicit when the macro CGAL_HAS+MPZF is defined 2013-11-12 17:48:27 +01:00
Sébastien Loriot 79e4030f09 rename mpzf to Mpzf 2013-11-12 17:40:46 +01:00
Andreas Fabri dde9c954ac Approved by the release manager
Merge branch 'Jet_fitting-Use_string_not_char-GF'
2013-11-12 16:36:36 +01:00
Andreas Fabri 1b626c65a6 Merge branch 'SearchStructures-fix_leak-GF' 2013-11-12 16:33:12 +01:00
Andreas Fabri 63fe1850c0 Merge branch 'Fix_leak-Bbox_intersection_d-GF' 2013-11-12 16:32:21 +01:00
Andreas Fabri 58d1c5449f Merge branch 'Ridges_3-delete_results-GF' 2013-11-12 16:31:40 +01:00
Andreas Fabri cdaf90b3c2 Merge branch 'master' of ssh://scm.cgal.org/var/git/cgal 2013-11-12 16:30:45 +01:00
Andreas Fabri 17859993c8 Fix leaks: The assigment didn't remove an already existing bbox 2013-11-12 15:43:33 +01:00
Andreas Fabri e0c5b163aa Fix memory leak 2013-11-12 11:27:56 +01:00
Sébastien Loriot 14850a1703 add missing examples in doc 2013-11-12 10:44:06 +01:00
Dror Atariah a51a9a6556 Surrounded CGAL_assertion with #if defined (CGAL_NO_ASSERTIONS) 2013-11-12 09:36:02 +01:00
Andreas Fabri 97f422db85 Forgot template argument for boost::shared_ptr 2013-11-12 09:02:12 +01:00
Dror Atariah 5c8f9a255e Corrected a bad statement generating warnings in the tests 2013-11-12 08:46:53 +01:00
Dror Atariah 4a4b00d531 Removed Efi's printouts 2013-11-12 08:36:31 +01:00