Commit Graph

99773 Commits

Author SHA1 Message Date
Mael Rouxel-Labbé 08ccb7285e Fix wrongly ordered priority queue yielding wrong upper bounds 2022-02-12 13:52:09 +01:00
Mael Rouxel-Labbé e12f9febe8 Fix bad initialization
get_max_distance() does not yield a good hint for the lower value
Also it requires an extra traversal of the tree.
2022-02-12 01:32:34 +01:00
Mael Rouxel-Labbé 25dc9c0f11 Improve reader sanity (no real changes) 2022-02-11 11:31:17 +01:00
Laurent Rineau 5118f5f023
Merge pull request #6285 from gdamiand/LCC_update-gdamiand 2022-02-11 09:53:53 +01:00
Guillaume Damiand 849b477654
Merge branch 'master' into LCC_update-gdamiand 2022-02-11 07:38:46 +01:00
Guillaume Damiand 7c5d398bf8 update changes.md 2022-02-11 07:38:04 +01:00
Laurent Rineau 7fdb5fb0e6 Merge branch '5.4.x-branch' 2022-02-10 23:00:30 +01:00
Laurent Rineau 5a6c24446b Merge pull request #6309 from sloriot/PMP-size_t_FT
Avoid std::size_t to FT conversion
2022-02-10 23:00:25 +01:00
Laurent Rineau 1360b78ca2 Merge branch '5.3.x-branch' into 5.4.x-branch 2022-02-10 22:59:53 +01:00
Laurent Rineau 19f16f4719 Merge pull request #6309 from sloriot/PMP-size_t_FT
Avoid std::size_t to FT conversion
2022-02-10 22:59:48 +01:00
Laurent Rineau e6181b5c7f Merge pull request #6309 from sloriot/PMP-size_t_FT
Avoid std::size_t to FT conversion
2022-02-10 22:58:56 +01:00
Laurent Rineau 5879960b6b Merge branch '5.4.x-branch' 2022-02-09 20:36:38 +01:00
Laurent Rineau 69e3b8321f Merge pull request #6300 from afabri/Polygon_no_need_for_SunProCC_workaround-GF
Polygon:  Remove a workaround for an old Sun compiler
2022-02-09 20:36:28 +01:00
Laurent Rineau d411bf42c6 Merge pull request #6300 from afabri/Polygon_no_need_for_SunProCC_workaround-GF
Polygon:  Remove a workaround for an old Sun compiler
2022-02-09 20:35:25 +01:00
Sébastien Loriot 62b54dab3f workaround MSVC warning 2022-02-09 19:04:45 +01:00
Mael Rouxel-Labbé 61dd3dd0df Remove some wide 'PMP' namespace declarations 2022-02-09 11:52:36 +01:00
Mael Rouxel-Labbé e5fda3c613 Tiny doc fixes 2022-02-09 10:29:49 +01:00
Guillaume Damiand faadbaa9bc Bug fix when copying initial map. 2022-02-09 09:37:41 +01:00
Laurent Rineau 22e9079690 Merge branch '5.4.x-branch' 2022-02-08 23:44:56 +01:00
Laurent Rineau fa3527c54f Merge pull request #6183 from efifogel/Aos_2-construct_curve_2-efif
Aos 2 construct curve 2 efif
2022-02-08 23:44:41 +01:00
Laurent Rineau eda8030da1 Merge pull request #6274 from afabri/Distance_3-Fix_Gmpz_from_non_integral_double_warning-GF
Distance_3: Construct a FT from non integral double
2022-02-08 23:44:39 +01:00
Laurent Rineau 9e4aa2b9c3 Merge pull request #6287 from afabri/Spatial_searching-Incremental_Manhattan_fix-GF
Spatial_searching:  Fix incremental search with Manhattan distance
2022-02-08 23:44:37 +01:00
Laurent Rineau f78a3001d9 Merge pull request #6294 from sloriot/BGL-uw
fix ununitialized variable warnings
2022-02-08 23:44:34 +01:00
Laurent Rineau c85cb0d2d9 Merge pull request #6296 from afabri/Stream_support-set_index-GF
Stream_support: Fix File_scanner_OFF::scan_facet()
2022-02-08 23:44:32 +01:00
Laurent Rineau f0c8cd9052 Merge pull request #6297 from afabri/Spatial_searching-dangling_pointer_warning-GF
Spatial_searching: Add a variable as we had a warning about a potentially dangling pointer
2022-02-08 23:44:30 +01:00
Laurent Rineau ad6563bdde Merge pull request #6298 from afabri/Triangulation_2-quiet_warning-GF
Triangulation_2: Quiet a warning
2022-02-08 23:44:28 +01:00
Laurent Rineau b68329fc28 Merge pull request #6299 from MaelRL/PMP-Repair_SI_improvements_2-GF
PMP::remove_self_intersections improvements
2022-02-08 23:44:26 +01:00
Laurent Rineau d78a7b9255 Merge pull request #6302 from afabri/P2T2-assert-GF
CGAL: In testcode do not use CGAL_assertion but assert
2022-02-08 23:44:24 +01:00
Laurent Rineau 9bb38a843b Merge pull request #6304 from afabri/Number_types-boost_mp-GF
Intersection_3: Use Coercion_traits
2022-02-08 23:44:22 +01:00
Laurent Rineau 8000aa4388 Merge branch '5.3.x-branch' into 5.4.x-branch 2022-02-08 23:43:59 +01:00
Laurent Rineau 64e6c4a1ce Merge pull request #6274 from afabri/Distance_3-Fix_Gmpz_from_non_integral_double_warning-GF
Distance_3: Construct a FT from non integral double
2022-02-08 23:43:39 +01:00
Laurent Rineau 855d27d450 Merge pull request #6287 from afabri/Spatial_searching-Incremental_Manhattan_fix-GF
Spatial_searching:  Fix incremental search with Manhattan distance
2022-02-08 23:43:37 +01:00
Laurent Rineau 797e81447e Merge pull request #6294 from sloriot/BGL-uw
fix ununitialized variable warnings
2022-02-08 23:43:35 +01:00
Laurent Rineau 47ecc4a49e Merge pull request #6297 from afabri/Spatial_searching-dangling_pointer_warning-GF
Spatial_searching: Add a variable as we had a warning about a potentially dangling pointer
2022-02-08 23:43:33 +01:00
Laurent Rineau 19df057472 Merge pull request #6298 from afabri/Triangulation_2-quiet_warning-GF
Triangulation_2: Quiet a warning
2022-02-08 23:43:30 +01:00
Laurent Rineau a304792297 Merge pull request #6294 from sloriot/BGL-uw
fix ununitialized variable warnings
2022-02-08 23:41:07 +01:00
Sébastien Loriot 3e90db4824 prevent another size_t to FT 2022-02-08 17:00:23 +01:00
Sébastien Loriot 705fee5659 avoid cascading with Lazy 2022-02-07 18:35:07 +01:00
Sébastien Loriot ba5e5e041c avoid std::size_t to FT conversion 2022-02-07 09:36:26 +01:00
Sébastien Loriot e7bf5b661b ya missing include directive 2022-02-04 10:22:26 +01:00
Sébastien Loriot 58d759b405 add missing include directive 2022-02-04 09:44:36 +01:00
Sébastien Loriot 8126dd5acc add mising dots 2022-02-04 09:15:47 +01:00
Sébastien Loriot 4ffc949199 replace boost::unordered by std::unordered
but in T3, Mesh_3, TDS_3, P3[TM]3
2022-02-03 19:11:12 +01:00
Andreas Fabri 35eee1b117 Both types must be coerced 2022-02-03 15:47:17 +00:00
Andreas Fabri a7ff075f37 Use Coercion_traits::Cast 2022-02-03 13:21:11 +00:00
Andreas Fabri 440a8dfb7b Fix file name 2022-02-03 08:41:04 +00:00
Sébastien Loriot 77e5beeaca use features available in std instead of boost 2022-02-03 09:28:52 +01:00
Andreas Fabri 735752bec9 Do the remaining changes after Laurent's check 2022-02-03 08:02:11 +00:00
Andreas Fabri 8501386fee
Update Triangulation_2/include/CGAL/Constrained_triangulation_plus_2.h
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2022-02-03 08:33:12 +01:00
Laurent Rineau 38c4ebd444 Fix CHANGES.md: s/latest/5.5/ 2022-02-02 16:47:48 +01:00