Commit Graph

104060 Commits

Author SHA1 Message Date
Laurent Rineau d2bc415a15 Merge pull request #6950 from lrineau/CGAL-allow_Epick_with_float-GF
Simple_precision_epick: an Epick-like kernel with float as FT
2023-05-04 16:37:17 +02:00
Laurent Rineau 1449281db9 Merge pull request #7264 from MaelRL/SLS-Weighted_skeleton-GF
Weighted straight line skeletons
2023-05-04 16:37:12 +02:00
Laurent Rineau efb6e7055b Merge pull request #7407 from HoffmannMichael/Bounding_volumes-fix_3center-mh
Bounding volumes fix 3center
2023-05-04 16:37:04 +02:00
Laurent Rineau 15c98093c0 Merge pull request #7411 from lrineau/CGAL-fix_worktree_with_space-GF
CMake: allow spaces in git working directory
2023-05-04 16:37:01 +02:00
Laurent Rineau a457cf630b Merge pull request #6327 from janetournois/Mesh_3-triple_line_extraction_and_weights-GF
Mesh 3 - use triple line extraction together with weighted images
2023-05-04 16:36:50 +02:00
Mael Rouxel-Labbé 556dea9d7d Update CHANGES.md 2023-05-03 20:39:51 +02:00
Sébastien Loriot e0eac4f388 Merge remote-tracking branch 'cgal/master' into HEAD 2023-05-03 18:37:09 +02:00
Sébastien Loriot c1ceeaed55 try be less aggressive 2023-05-03 18:21:29 +02:00
Laurent Rineau 1b84329710 Merge pull request #7229 from GilesBathgate/General-safe_bool_idiom-GilesBathgate
Remove use of the safe-bool idiom, replace with explicit operator bool
2023-05-03 15:05:45 +02:00
Laurent Rineau d1f9ca8846 Merge pull request #7380 from lrineau/Polyhedron_demo-fix_Mesh_3_plugin-GF
3D demo, Mesh_3 plugin: fix the protect_borders/features
2023-05-03 15:05:42 +02:00
Laurent Rineau e31efe8cd9 Merge pull request #7401 from sloriot/PDemo-fix_warning
fix demo warnings
2023-05-03 15:05:41 +02:00
Laurent Rineau fc98360c77 Merge pull request #7402 from albert-github/feature/bug_png_svg
Update CGAL stylesheet
2023-05-03 15:05:38 +02:00
Laurent Rineau de0e44dc29 Merge pull request #7408 from albert-github/feature/issue_7404
Fix unreachable link
2023-05-03 15:05:35 +02:00
Sébastien Loriot f530f69752 try to suppress warnings 2023-05-02 15:23:17 +02:00
Sébastien Loriot 7f2ca4cfb7 fix more warnings 2023-04-27 15:52:52 +02:00
Mael Rouxel-Labbé e5f18d66f2 Fix set-but-unused-variable warning 2023-04-27 11:58:19 +02:00
Laurent Rineau 28da6e7c74 CMake: allow spaces in git working directory 2023-04-26 16:24:01 +02:00
Sébastien Loriot 731905c02c fix one more 2023-04-26 09:03:28 +02:00
Jane Tournois b014f5ab45 fix template parameter
without that, the template parameter is 'int', deducted from third argument '0'
2023-04-25 15:45:36 +02:00
Jane Tournois 2e91e6ce67 remove ignored const qualifiers 2023-04-25 14:46:12 +02:00
Jane Tournois 35c92d962b add missing default 2023-04-25 14:08:49 +02:00
Jane Tournois de081c89b4 use const pointer to non-const image 2023-04-25 14:03:01 +02:00
Laurent Rineau d0478493a0
Bug fix draw Nef_3 (#7388)
_Please use the following template to help us managing pull requests._

## Summary of Changes

Draw only halffacet if(fc.is_shalfedge()).
TODO: do we need to draw something if (fc.is_shalfloop()) ?

## Release Management

* Affected package(s): Nef_3
* Issue(s) solved (if any): fix #7377
2023-04-25 12:18:08 +02:00
Jane Tournois edeacc498f avoid access to temporary weights 2023-04-25 11:39:46 +02:00
albert-github a631f10f3c issue #7404 [Barycentric_coordinates_2] unreachable link
Corrected link to the indicated place at the university
2023-04-24 18:22:18 +02:00
Michael Hoffmann 0c20a5b231 Fix issue in 3center brute-force base case: Don't check rho_min if s == t. 2023-04-24 17:37:51 +02:00
Michael Hoffmann 61b42ec693 add test case to check issue 2023-04-24 17:37:12 +02:00
Michael Hoffmann 28c287d1d3 cleanup parameters in example 2023-04-24 17:32:44 +02:00
Laurent Rineau 42297b06a4 fix runtime error with single precision (float), cont. 2023-04-24 14:49:42 +02:00
Laurent Rineau b444cd3544 Merge branch '5.5.x-branch' 2023-04-24 14:08:52 +02:00
Laurent Rineau b8f23d4feb Merge pull request #7255 from lrineau/CGAL-rename_ctest_test_names-GF
CGAL CTest support: rename the test names
2023-04-24 14:08:27 +02:00
Laurent Rineau 92953e0568 Merge pull request #7391 from albert-github/feature/bug_xmlns
Incorrect usage of `xmlns` in HTML headers
2023-04-24 14:08:24 +02:00
Laurent Rineau 4d76e06383 Merge pull request #7392 from MaelRL/CGAL_IO-Obj_fixes-GF
Fix issues in OBJ I/O
2023-04-24 14:08:22 +02:00
Laurent Rineau 31668efdf7 Merge pull request #7398 from albert-github/feature/bug_iframe
Correcting usage of `iframe` tag
2023-04-24 14:08:19 +02:00
Laurent Rineau d38ce16356 Merge branch '5.4.x-branch' into 5.5.x-branch 2023-04-24 14:06:48 +02:00
Laurent Rineau 4fe208bdd3 Merge pull request #7392 from MaelRL/CGAL_IO-Obj_fixes-GF
Fix issues in OBJ I/O
2023-04-24 14:06:34 +02:00
Laurent Rineau c53dfe6986 Merge pull request #7392 from MaelRL/CGAL_IO-Obj_fixes-GF
Fix issues in OBJ I/O
2023-04-24 14:04:34 +02:00
albert-github 42b84bbbf2 Update CGAL stylesheet
A number of png images ("icons") have been replaced by svg images but this has not been updated in the CGAL used stylesheet
2023-04-23 11:52:55 +02:00
Mael Rouxel-Labbé bad7775b53 Merge remote-tracking branch 'cgal/master' into SLS-Weighted_skeleton-GF 2023-04-21 13:06:47 +02:00
Jane Tournois 8c8f8294a8 fix reference type 2023-04-21 12:10:23 +02:00
Jane Tournois cb9a4c6c96 add missing reference_wrapper 2023-04-21 12:10:15 +02:00
Laurent Rineau 8ad6096550 Merge branch '5.5.x-branch' 2023-04-21 11:22:11 +02:00
Laurent Rineau 5690c51f50 Merge pull request #7339 from efifogel/Ms_2-Hole_filter-efif
Minkowski_sum_2: fix hole filter
2023-04-21 11:21:31 +02:00
Laurent Rineau 7cb29b5d0a Merge pull request #7353 from MaelRL/PMP-Triangulate_PS-GF
Add triangulate Polygon Soup
2023-04-21 11:21:28 +02:00
Laurent Rineau eb0cdd276d Merge pull request #7363 from afabri/Eigen-is_byte_container-GF
Installation: Workaround for boost::mp / Eigen problem
2023-04-21 11:21:26 +02:00
Laurent Rineau 38823ee9c4 Merge pull request #7386 from janetournois/Installation-gmp-jtournois
Installation - add new possible GMP lib name for MSVC
2023-04-21 11:21:21 +02:00
Laurent Rineau ad30839e6b Merge pull request #7370 from sloriot/PMP-soup_self_intersections
Add self-intersection test and report functions for triangle soups
2023-04-21 11:20:52 +02:00
Laurent Rineau 65802d87aa Merge branch '5.4.x-branch' into 5.5.x-branch 2023-04-21 11:19:02 +02:00
Laurent Rineau 731a774a4f Merge pull request #7386 from janetournois/Installation-gmp-jtournois
Installation - add new possible GMP lib name for MSVC
2023-04-21 11:18:56 +02:00
Laurent Rineau e081af3694 Merge pull request #7386 from janetournois/Installation-gmp-jtournois
Installation - add new possible GMP lib name for MSVC
2023-04-21 11:12:45 +02:00