Commit Graph

100630 Commits

Author SHA1 Message Date
Laurent Rineau 93c19eeccf Add testcase of issue #5055 2022-05-19 14:27:17 +02:00
Sébastien Loriot 2b547ec58a Merge remote-tracking branch 'cgal/5.4.x-branch' 2022-05-13 17:26:04 +02:00
Sébastien Loriot 0f90757b21 Merge remote-tracking branch 'cgal/5.3.x-branch' 2022-05-13 17:25:21 +02:00
Sébastien Loriot 5c45ae9d5a update changes 2022-05-13 17:25:07 +02:00
Sebastien Loriot 709f123256
Merge pull request #6461 from afabri/Box_intersection-progress-GF
Fast Box Intersection:  Add progress tracking
2022-05-13 17:22:43 +02:00
Sébastien Loriot 7bf54e9de1 Merge pull request #6450 from afabri/PMP-hole_filling_progress-GF
PMP::triangulate_hole(): Add Visitor
2022-05-13 17:20:26 +02:00
Sébastien Loriot 0d60e374b3 update changes 2022-05-13 17:19:00 +02:00
Sebastien Loriot bdf18a7e86
Merge pull request #6570 from afabri/CH3-use_Boolean-GF
Convex_hull_3: Use K::Boolean and not bool
2022-05-13 15:56:41 +02:00
Sebastien Loriot 978d83a349
Merge pull request #6573 from sloriot/CGAL-pedantic_warnings
Fix pedantic warnings
2022-05-13 15:55:26 +02:00
Sebastien Loriot 8ddb649dc4
Merge pull request #6569 from sloriot/Polyhedron_demo-fix_orient_soup_with_colors
Resize color vector if the soup as colors
2022-05-13 15:54:45 +02:00
Sebastien Loriot aebf9b3e4f
Merge pull request #6559 from sloriot/Shape_regularization-warning
Fix deprecation warning
2022-05-13 15:54:16 +02:00
Sebastien Loriot 269a391fa0
Merge pull request #6558 from lrineau/Installation-remove_wd4503-GF
CMake script updates: version of CMake and /wd4503 is only for MSVC 2015
2022-05-13 15:53:36 +02:00
Sebastien Loriot b0e4eeb841
Merge pull request #6556 from afabri/BGL-suppress_boost_warning-GF
BGL: Suppress warning in boost
2022-05-13 15:53:02 +02:00
Sebastien Loriot b9fabbe116
Merge pull request #6550 from afabri/BGL-adjacency_iterator-GF
BGL: Add adjacency_iterator for several classes
2022-05-13 15:51:44 +02:00
Sebastien Loriot 8b5c57e225
Merge pull request #6537 from MaelRL/PMP-Approximate_Hausdorff_empty_meshes-GF
Fix GT/VPM usage in approximate Hausdorff distance computations
2022-05-13 15:51:12 +02:00
Sebastien Loriot 0e848982b9
Merge pull request #6532 from afabri/CGAL-deprecated-GF
Workaround deprecation warnings in Barycentric Coordinates
2022-05-13 15:50:21 +02:00
Sebastien Loriot a9d03ba945
Merge pull request #6508 from albert-github/feature/bug_documentation_code
Documentation update in respect to code fragments
2022-05-13 15:49:24 +02:00
Sebastien Loriot 0e0b813736
Merge pull request #6471 from GilesBathgate/Nef_3-performance_stdmap-GilesBathgate
Nef_3: Performance std::map -> std::unordered_map
2022-05-13 15:47:24 +02:00
Sebastien Loriot 04cf6119c7
Merge pull request #6160 from sloriot/QP_Solver-fix_warning
Try to fix a warning
2022-05-13 15:45:39 +02:00
Sébastien Loriot 64979f79fa use non-deprecated np 2022-05-13 15:36:24 +02:00
Sébastien Loriot 083edccc39 remove verbose flag 2022-05-13 09:35:52 +02:00
Sébastien Loriot 58e589fdcb fix typos and missing dots 2022-05-12 12:23:21 +02:00
Sebastien Loriot 28213a70f0
Apply suggestions from code review
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2022-05-12 12:18:21 +02:00
Sébastien Loriot 66fc559586 add missing beginning 2022-05-12 10:09:20 +02:00
Sébastien Loriot 880ece7faa avoid empty map case 2022-05-12 10:06:42 +02:00
Sébastien Loriot d062cf3d60 workaround deprecated warning 2022-05-12 09:48:43 +02:00
Sébastien Loriot 7fd2cdf6eb workaround deprecation warning 2022-05-12 09:48:43 +02:00
Andreas Fabri b378a038bd Moving the deprecated warning to the constructor seems almost equivalent to me, as we only would not warn about a typedef 2022-05-12 09:48:43 +02:00
Andreas Fabri 0387aa3b03 Barycentric_coordinates-try_to_unnderstand_warning 2022-05-12 09:48:43 +02:00
Andreas Fabri 88345b6ca4 polish 2022-05-12 08:12:37 +01:00
Sébastien Loriot 51d525778a fixes after review 2022-05-11 17:48:24 +02:00
Sebastien Loriot 673a6add9d
Merge pull request #6564 from sloriot/GHA-update_scripts
Remove Maxime from scripts
2022-05-11 17:27:14 +02:00
Sébastien Loriot 6465207428 fix warnings 2022-05-11 10:07:31 +02:00
Andreas Fabri eaa70a7520 int -> std::size_t (only catched with /W3) 2022-05-11 07:06:41 +01:00
Sébastien Loriot f966d9b0b9 more uniform naming scheme 2022-05-10 17:58:54 +02:00
Sébastien Loriot 7fdc5da83d add doc + renaming 2022-05-10 17:41:42 +02:00
Sébastien Loriot a8621f370a clean up and add more visitor calls 2022-05-10 15:07:10 +02:00
Giles Bathgate 8770c7a0cd
Update Nef_S2/include/CGAL/Nef_S2/ID_support_handler.h
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2022-05-10 12:06:32 +01:00
Andreas Fabri 7360250464 Fix typo 2022-05-10 11:07:05 +01:00
albert-github f3c616ee27
Update Documentation/doc/Documentation/Developer_manual/Chapter_portability.txt
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2022-05-10 11:50:09 +02:00
Sébastien Loriot 6486844750 fix pedantic warnings 2022-05-10 11:30:39 +02:00
Sébastien Loriot 2ba764377d fix doc warnings 2022-05-10 10:42:48 +02:00
Andreas Fabri d01fa7bddd int -> std::size_t 2022-05-10 07:16:14 +01:00
Sébastien Loriot 1257ec04a8 keep workaround for the intended compiler only 2022-05-09 18:25:41 +02:00
Andreas Fabri 46d1aea329 Convex_hull_3: Use K::Boolean and not bool 2022-05-09 15:30:26 +01:00
Sébastien Loriot 4efc5ab2ac resize color vector if the soup as colors 2022-05-09 14:45:16 +02:00
Laurent Rineau 734c96e951 Merge branch 'master' into pr/lrineau/6558 2022-05-06 16:25:32 +02:00
Sébastien Loriot acbd1ee182 Merge pull request #6563 from MaelRL/AW3-Add_authors-GF
Add 3D Alpha Wrapping package and file authors
2022-05-06 16:04:12 +02:00
Mael 189c51da89
Remove AW3 concept group 2022-05-06 16:02:16 +02:00
Andreas Fabri aef14430b6 typos 2022-05-06 14:55:37 +01:00