Commit Graph

83069 Commits

Author SHA1 Message Date
Laurent Rineau cd75eac35a Merge pull request #3486 from efifogel/Ms_2-empty_ouetr_boundary-efif
Fixed face filtering in case one of the summands does not have an out…
2019-01-22 09:15:21 +01:00
Laurent Rineau f82ba9dcc9 Merge pull request #3515 from afabri/Box_intersection_quit_fscanf_wanring-GF
Box_intersection_d: (void) result to avoid warning
2019-01-22 09:15:18 +01:00
Laurent Rineau 026868a294 Merge pull request #3552 from lrineau/Image_IO-Image_3_maybe_not_own_the_data-GF
Add a non-documented API, to allow CGAL::Image 3 not to own its data
2019-01-22 09:15:15 +01:00
Laurent Rineau 337958d730 Merge pull request #3570 from sloriot/CGAL-fix_maybe_uninit_vars_wrngs_3
Fix some -Wmaybe-uninitialized warnings
2019-01-22 09:15:12 +01:00
Laurent Rineau 28e520b121 Merge pull request #3594 from sloriot/PMP-remove_null_edges_on_border
Null edges removal fix on the border
2019-01-22 09:15:08 +01:00
Laurent Rineau 6e93f1d27a Merge pull request #3597 from sloriot/CGAL-create_filtered_release
Update cmake script to create a release with only a subset of packages
2019-01-22 09:15:00 +01:00
Laurent Rineau f83053c2a5 Merge pull request #3602 from afabri/CGAL-VC2017_AVX_workarounds-GF
Fix for VC2017 with /arch:AVX
2019-01-22 09:14:57 +01:00
Laurent Rineau f295f702f5
Merge pull request #3609 from maxGimeno/Demo-Fix_heat_method-GF
Polyhedron demo: Fix Display_property_plugin
2019-01-21 12:08:12 +01:00
Maxime Gimeno 2d1a59a65e Remove diagonal ffrom call to FacetTriangulator 2019-01-21 09:54:58 +01:00
Sébastien Loriot 917ca497fd fix -wmaybe-uninitialized warning 2019-01-18 17:39:51 +01:00
Laurent Rineau daa1493e98
Merge pull request #3452 from afabri/Heat_method_3-GF
New package: Heat Method
2019-01-18 16:50:01 +01:00
Laurent Rineau 8dd54fbeb0 Merge branch 'releases/CGAL-4.13-branch' 2019-01-18 16:38:04 +01:00
Laurent Rineau 6ffd76a87e Merge pull request #2792 from afabri/Intersections_3-Add_missing_do_intersect-GF
Intersections_3:  Add missing do_intersect() overloads
2019-01-18 16:37:54 +01:00
Laurent Rineau 7de283a4c6 Merge pull request #3323 from maxGimeno/Demo-Simplify_triangulate_primitive_h-GF
Remove distance check in triangulate()
2019-01-18 16:37:52 +01:00
Laurent Rineau 80717c6f41 Merge pull request #3406 from mglisse/cgal-public-dev/Number_types-boost_mp-glisse-2
Support Boost.Multiprecision
2019-01-18 16:37:49 +01:00
Laurent Rineau 82002b25bd Merge pull request #3581 from sloriot/Random-trivial_test_fix
fix test
2019-01-18 16:37:46 +01:00
Laurent Rineau 73ea2ee4ea Merge pull request #3567 from goran-w/goran-w-patch-3566
Modified output_to_medit() for consistent facet orientation
2019-01-18 16:33:32 +01:00
Andreas Fabri 4b2ff59c46 Fix Rectangular_p_center 2019-01-18 15:00:46 +01:00
Andreas Fabri a879cb040a Fix Inscribed_area 2019-01-18 12:30:37 +01:00
Andreas Fabri 13a77a74b0 Fix for Polytope_distance 2019-01-18 11:43:22 +01:00
Sébastien Loriot 4e308223ad handle non-manifold vertices in a selection + duplicate them prior if allowed 2019-01-17 18:06:25 +01:00
Andreas Fabri 0fe3ed828e Fix for VC2017 with /arch=AVX 2019-01-17 14:42:26 +01:00
Sébastien Loriot 651c31a179 in case there is a non-manifold vertex, we cannot update the selection 2019-01-17 13:48:30 +01:00
Sébastien Loriot 99bd8c7172 handle non monotonic border while removing a zone of degenerate faces 2019-01-16 18:15:51 +01:00
Sébastien Loriot ef5fe7ffac handle polygon attached by non-manifold vertices 2019-01-16 15:26:06 +01:00
Sébastien Loriot c697c2086f handle triangles attached by non-manifold vertices 2019-01-16 15:24:57 +01:00
Laurent Rineau c9ba61ed09 updated crontab (automated commit) 2019-01-16 10:18:07 +01:00
Sébastien Loriot e0184766d2 ignore topological issues instead of crashing 2019-01-16 10:13:16 +01:00
Sébastien Loriot 785d0deb46 add missing return 2019-01-16 10:11:43 +01:00
Andreas Fabri 0d87414b4c No need for copy constructor 2019-01-15 19:23:13 +01:00
Sébastien Loriot c606cde260 rename variable 2019-01-15 13:22:39 +01:00
Sébastien Loriot 59823772fd update cmake minimal version 2019-01-15 11:20:18 +01:00
Sébastien Loriot 3edad4c820 do not use what you deleted 2019-01-14 17:34:43 +01:00
Sébastien Loriot decdb9dd95 filter out Test and Testsuite directory in release mode 2019-01-14 15:47:51 +01:00
Sébastien Loriot 0cb112d941 add an option to only include a subset of packages into a release 2019-01-14 15:27:00 +01:00
Sébastien Loriot 68f6a77d63 use dedicated code for removing null border edges + fix that code 2019-01-14 09:12:54 +01:00
Marc Glisse a3ca8f506c Cast enum to int before possibly interacting with Boost.Multiprecision.
I don't know why they weren't fixed in previous rounds, is this package
new? Some of the code is strange:
  corner.x() + (-cmpypq)*one
where cmpypq is Sign and one is RT(1), why not corner.x()-cmpypq if they
expect interoperability with RT?
  RT(2)*q_coord + CGAL::sign(sdistq)*dx
why bother converting 2 to RT but not CGAL::sign(sdistq)?
2019-01-12 01:22:26 +01:00
Marc Glisse 7a29f58df5 Specify the parameter of determinant, because of expression templates. 2019-01-12 00:52:51 +01:00
Maxime Gimeno 2a49dfcb05 Fix conflict 2019-01-11 09:47:34 +01:00
Laurent Rineau 89aca9f766 Fix the warning [-Wunused-result] 2019-01-10 17:19:48 +01:00
Maxime Gimeno 61f84e76bd Fix plugin. 2019-01-10 12:26:19 +01:00
Sébastien Loriot 6b626faed4 remove unwanted change 2019-01-08 10:35:39 +01:00
Andreas Fabri 6b00750ecf Add to CHANGES.md 2019-01-08 09:47:12 +01:00
Laurent Rineau 65a31133fa
Merge branch 'master' into Ms_2-empty_ouetr_boundary-efif 2019-01-07 16:24:42 +01:00
Andreas Fabri 96ef7fa629 Changes after Michael's review 2019-01-07 11:45:44 +01:00
Sébastien Loriot 838bee8525 fix test 2019-01-07 10:05:33 +01:00
Sebastien Loriot 275786b0b4
Merge pull request #3544 from afabri/Parameterization-Simplyfy_CMakeLists-GF
Parameterization: No need to disable warnings in CMakeLists.txt
2019-01-07 09:25:26 +01:00
Sebastien Loriot 86a15599f4
Merge pull request #3342 from sgiraudot/Point_set_processing-Mst_orient_seed_points-GF
[Small Feature] MST Orient Normals with Seeds
2019-01-07 09:22:59 +01:00
Andreas Fabri 6979ad1f74 Changes after Michael's review 2019-01-07 08:42:51 +01:00
Sébastien Loriot 6542aee648 fix test 2019-01-07 08:29:47 +01:00