Commit Graph

106581 Commits

Author SHA1 Message Date
Laurent Rineau c21128e652 Merge pull request #8028 from mglisse/Triangulation-dim_8bit-glisse
Store index/dimension in 8 bits
2024-02-16 18:03:15 +01:00
Laurent Rineau a32899f73c Merge pull request #8029 from janetournois/Mesh_3-edge_min_size-jtournois
Mesh_3 with `edge_min_size` - make uses of `curve_segment_length()` consistent
2024-02-16 18:03:13 +01:00
Laurent Rineau d9ebccd627 Merge pull request #8030 from janetournois/Mesh_3-perturber_doc-jtournois
Mesh_3 - fix perturber doc
2024-02-16 18:03:10 +01:00
Laurent Rineau 7d9070e7bb Merge pull request #8031 from sloriot/CGALlab-OK_focus
Set focus to the ok button
2024-02-16 18:03:08 +01:00
Laurent Rineau 5c5bb0477f Merge pull request #8032 from sloriot/PMP-locate_path
Fix invalid path
2024-02-16 18:03:06 +01:00
Sébastien Loriot 916282e164 fix invalid path 2024-02-14 14:22:47 +01:00
Marc Glisse 00e046346b Announce breaking change 2024-02-14 11:46:02 +01:00
Marc Glisse b01bb60534 Document limit on dimension. 2024-02-14 11:42:21 +01:00
Sébastien Loriot 0e3074689b fix warning 2024-02-14 11:03:10 +01:00
Marc Glisse 2cd718a0e7 Use a signed type for the index
value -1 is used
2024-02-14 09:36:15 +01:00
Sébastien Loriot d5db17747c set focus to the ok button 2024-02-13 11:36:49 +01:00
Laurent Rineau 3501ccd5a9 Merge branch '5.6.x-branch' 2024-02-13 11:25:30 +01:00
Laurent Rineau e7e4712fb9 Merge pull request #7997 from SaillantNicolas/Use-nproc-for-jobs-GithubActions-GF
Update build scripts to use the number of available processors for parallel compilation
2024-02-13 11:18:24 +01:00
Laurent Rineau 554bec84ea Merge pull request #8000 from sloriot/NT-fix_quotient_reading
Do not skip whitespace while reading quotient
2024-02-13 11:18:21 +01:00
Laurent Rineau 3b4d0cfc3a Merge pull request #8003 from lrineau/Polyhedron_demo-fix_CTest_dependencies-GF
Add a hook CGAL_hook_fix_ctest_dependencies
2024-02-13 11:18:19 +01:00
Laurent Rineau 6d5d091f85 Merge pull request #8004 from afabri/Point_set-fix_issue_7996-GF
Point_set_3: property uchar refers to the range 0..255 not the char type
2024-02-13 11:18:17 +01:00
Laurent Rineau 4ea0ae2e2c Merge pull request #8014 from albert-github/feature/bug_doc_advanced_paragraph
Warnings in documentation when running xmllint
2024-02-13 11:18:14 +01:00
Laurent Rineau df17435302 Merge pull request #8015 from albert-github/feature/bug_doc_bisector
Incorrect layout bisector precondition
2024-02-13 11:18:12 +01:00
Laurent Rineau 4423396bd4 Merge pull request #8016 from albert-github/feature/bug_aliases_space
Space before equal sign in ALIASES
2024-02-13 11:18:10 +01:00
Laurent Rineau 42f932d2d9 Merge pull request #8017 from afabri/Point_set_3-remove_deprecated-GF
Point Set Processing: Remove documentation of deprecated functions
2024-02-13 11:18:07 +01:00
Laurent Rineau 5137b9831b Merge pull request #8024 from soesau/CGAL_Lab-fix_degenerate_polygons-GF
CGAL Lab: Fix rendering for degenerate polygons
2024-02-13 11:18:05 +01:00
Laurent Rineau a63babb851 Merge pull request #8004 from afabri/Point_set-fix_issue_7996-GF
Point_set_3: property uchar refers to the range 0..255 not the char type
2024-02-13 11:17:16 +01:00
Jane Tournois 51ebe945de fix the perturber doc, that was mixed with exuder (in 5.5, doc is valid) 2024-02-12 12:12:10 +01:00
Jane Tournois 34514d33f7 factorize code using curve_segment_length to one function
and use it everywhere
2024-02-12 11:46:33 +01:00
Marc Glisse 7a6cae6e7b Store index/dimension in 8 bits 2024-02-10 22:56:06 +01:00
Sven Oesau a77296fbc4 fix for degenerate polygons for bug introduced by https://github.com/CGAL/cgal/pull/7898 2024-02-08 12:10:53 +01:00
Laurent Rineau 3664fc8fdb fix for MSVC projects 2024-02-08 11:04:28 +01:00
Andreas Fabri 598656d7de more cleanup 2024-02-07 08:53:58 +00:00
Andreas Fabri 9ea95037cf Do not call deprecated function 2024-02-07 08:01:38 +00:00
Andreas Fabri d9a542fdd6 fix endcond/namespace 2024-02-06 11:21:36 +00:00
Andreas Fabri dc17aa4b83 Fix comment in example 2024-02-06 08:52:00 +00:00
Andreas Fabri b020e1aa4d Point Set Processing: Remove documentation of deprecated functions 2024-02-06 08:32:04 +00:00
albert-github 248a0523b3 Space before equal sign in ALIASES
There is a space before the `=`-sign and in the newer version of doxygen this is not accepted anymore.
(probably an unknown side effect).
2024-02-05 11:26:14 +01:00
albert-github a41564060d Incorrect layout bisector precondition
On the page Kernel_23/group__bisector__grp.html we see for `bisector` with the `Point_3` type arguments in the precondition:
```
‘p != q’
```
instead of
```
p != q
```
due to the fact that there is not a backtick but a single quote as closing part
2024-02-03 17:49:03 +01:00
albert-github 0a2865b288 When running xmllint over the documentation output we get a number of waning's like:
```
save_Periodic_2_triangulation_2/class_c_g_a_l_1_1_periodic__2__triangulation__2.html:1420: parser error : Opening and ending tag mismatch: dd line 1420 and div
"This is an advanced function.">is_triangulation_in_1_sheet()</a></code>  </div>
                                                                               ^
```
they are a consequence of the fact that a a command is not properly ended in this case we have a `\pre` command and its documentation states:
> The `\pre` command ends when a blank line or some other sectioning command is encountered.

and in this case the command is followed by the `\cgalAdvancedEnd` command that does not properly end the `\pre` command.
The same is valid in the other cases.
2024-02-02 18:58:03 +01:00
Andreas Fabri 32078f1c23 Point_set_3: property uchar refers to the range 0..255 not the char type 2024-01-26 14:35:26 +00:00
Laurent Rineau 0f59daafb9 Add a hook CGAL_hook_fix_ctest_dependencies
This hook fonction detects dependencies between compilation tests.
2024-01-26 14:56:31 +01:00
Laurent Rineau 96f698ca09 Merge branch '5.6.x-branch' 2024-01-24 16:03:06 +01:00
Laurent Rineau 47324c1f1c Merge pull request #7919 from hoskillua/icc-todos
Interpolated Curvature remaining TODOs
2024-01-24 16:02:00 +01:00
Laurent Rineau c0b02c48d6 Merge pull request #7927 from efifogel/Aos_2-observer-efif
Introduce Arr_observer<Arrangement_2>
2024-01-24 16:01:56 +01:00
Laurent Rineau a70e9202f2 Merge pull request #7970 from MaelRL/CGAL-Demo_bugs-GF
Fix some demo bugs
2024-01-24 16:01:52 +01:00
Laurent Rineau 2ff279bb99 Merge pull request #7971 from lrineau/SMDS_3-fix_read_MEDIT-GF
Mesh_3/SMDS_3: Fix reading of .mesh files
2024-01-24 16:01:46 +01:00
Laurent Rineau 92c0c69a03 Merge pull request #7975 from afabri/SDG2-fix7972-GF
Segment_delaunay_graph_2:  Fix Issue 7972
2024-01-24 16:01:43 +01:00
Laurent Rineau c87ec5eea4 Merge pull request #7976 from afabri/Parabola_segment_2-GF
Ease drawing of SDG duals
2024-01-24 16:01:39 +01:00
Laurent Rineau cc339f30bb Merge pull request #7979 from afabri/Kernel_d-integral_division-GF
Kernel_d: Use integral_division()
2024-01-24 16:01:31 +01:00
Laurent Rineau f96495212a Merge pull request #7993 from sloriot/Shape_detection-doc
Improve doc
2024-01-24 16:01:21 +01:00
Laurent Rineau 7249b2e3ed Merge branch '5.5.x-branch' into 5.6.x-branch 2024-01-24 16:00:41 +01:00
Laurent Rineau f7b4ecd114 Merge pull request #7971 from lrineau/SMDS_3-fix_read_MEDIT-GF
Mesh_3/SMDS_3: Fix reading of .mesh files
2024-01-24 16:00:06 +01:00
Laurent Rineau ea652b8d2f Merge pull request #7993 from sloriot/Shape_detection-doc
Improve doc
2024-01-24 15:59:46 +01:00
Laurent Rineau 02263fab9b Merge pull request #7975 from afabri/SDG2-fix7972-GF
Segment_delaunay_graph_2:  Fix Issue 7972
2024-01-24 15:57:17 +01:00