albert-github
12cde5b685
Spelling correction
...
After review: euclidean -> Euclidean
2025-06-27 13:04:28 +02:00
Sebastien Loriot
9eae964517
Triangulation: filter_iterator ( #8899 )
...
## Summary of Changes
The testsuite of
[Triangulation](https://cgal.geometryfactory.com/CGAL/testsuite/summary-6.1-Ic-159.html?package=Triangulation )
has N's for some platforms. The test platforms have in common to use
boost_1_88_0, but with VC++ or clang on Windows I can't reproduce the
error with this version of boost.
In this PR I use the filter_iterator adaptor of CGAL, to see if the
boost filter_iterator is the problem.
## Release Management
* Affected package(s): Triangulation
* License and copyright ownership: unchanged
2025-06-10 14:58:16 +02:00
Sébastien Loriot
d5c8d87ad2
Merge pull request #8906 from albert-github/feature/bug_table_inconsistency
...
Warnings during table generation in documentation
2025-06-04 14:56:21 +02:00
albert-github
d1fea32fc3
Warnings during table generation in documentation
...
With doxygen release1.14.0 doxygen is a bit stricter regarding handling tables (not ignoring superfluous tags), it now leads to some warnings (and unexpected results).
2025-05-26 11:28:55 +02:00
Sébastien Loriot
f3b8f20d00
handle convert between const and non-const iterators
2025-05-22 19:50:06 +02:00
Sébastien Loriot
13609a6966
no need to repeat the package name as it is on the line above
2025-05-22 17:53:41 +02:00
Andreas Fabri
f8b2d74329
Make it deterministic
2025-05-21 10:54:02 +01:00
Andreas Fabri
3d54d512a7
Triangulation: filter_iterator
2025-05-21 10:18:14 +01:00
Andreas Fabri
b0062d2757
Triangulation: Fix Typos
2025-04-09 14:47:37 +01:00
Mael Rouxel-Labbé
691fd789f9
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2025-03-24 21:34:55 +01:00
Laurent Rineau
e5001d1a50
update our CMake version 3.18...3.31
...
That will suppress the warnings about `CMP0167` (from CMake 3.30):
```
CMake Warning (dev) at cmake/modules/display-third-party-libs-versions.cmake:37 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
```
2025-02-04 14:32:37 +01:00
albert-github
aaa6adb7c1
In a number of cases the command `@{` (or `\{`) is not closed by a corresponding closing command (`@}`). For the `\=name` command this is apparently not necessary but it is better to have corresponding open and close commands.
...
(also corrected a split in a line that I noticed in Arrangement_on_surface_2/doc/Arrangement_on_surface_2/CGAL/Arr_conic_traits_2.h)
2024-12-25 15:09:57 +01:00
Sébastien Loriot
b32558b87e
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2024-12-16 11:47:34 +01:00
Laurent Rineau
96cd3e6f09
Merge remote-tracking branch 'cgal/master' into pr/afabri/8528
2024-10-17 00:25:24 +02:00
Sven Oesau
a06002ab2b
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2024-10-14 14:42:46 +02:00
Andreas Fabri
527569346e
CGAL: Modernize CMakeLists.txt
2024-10-08 17:02:41 +01:00
albert-github
dd02af92a2
issue #8515 Spelling mistakes found checking `en-GB` to `en-US`
...
Spelling corrections, `en-GB` -> `en-US`
2024-10-05 11:28:29 +02:00
Sébastien Loriot
29d9e5a2aa
Merge pull request #8349 from mglisse/Triangulation-pasto-glisse
...
Pasto in TDS
2024-07-23 17:20:43 +02:00
Sébastien Loriot
43333f0df2
add test that was failing without the patch
2024-07-17 09:25:53 +02:00
Marc Glisse
256d656930
Pasto in TDS
2024-07-11 11:35:12 +02:00
Mael Rouxel-Labbé
67aba3fefe
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2024-06-20 10:18:49 +02:00
Laurent Rineau
3a223ebd1e
cmake_minimum_required(VERSION 3.12...3.29)
2024-06-06 20:19:44 +02:00
Sébastien Loriot
5254404517
Merge remote-tracking branch 'cgal/master' into HEAD
2024-03-27 22:25:41 +01:00
Mael Rouxel-Labbé
5e38ed54df
Fix double "Figure" in doc
2024-03-22 17:33:43 +01:00
albert-github
f167a90612
issue #8075 Documentation in Triangulation package
...
replace the, for doxygen and thus for the output, strange constructs with better constructs.
2024-03-16 12:55:59 +01:00
Marc Glisse
fa2a031b66
[[no_unique_address]] to compact Triangulation_ds_full_cell
2024-02-24 16:10:08 +01:00
Laurent Rineau
1914ba61d0
Merge pull request #8022 from mglisse/Triangulation-dup_vertex-glisse
...
Don't set the point again when reinserting the same point
# Conflicts:
# Installation/CHANGES.md
2024-02-16 18:04:42 +01:00
Laurent Rineau
317dcf99c4
Merge pull request #8027 from mglisse/Triangulation-incr_mod-glisse
...
Use 'if' rather than %
2024-02-16 18:03:18 +01:00
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
Marc Glisse
b01bb60534
Document limit on dimension.
2024-02-14 11:42:21 +01:00
Marc Glisse
2cd718a0e7
Use a signed type for the index
...
value -1 is used
2024-02-14 09:36:15 +01:00
Marc Glisse
7a6cae6e7b
Store index/dimension in 8 bits
2024-02-10 22:56:06 +01:00
Marc Glisse
270a2398d6
Use 'if' rather than %
2024-02-10 20:40:17 +01:00
Marc Glisse
e1442ecefb
Document new ON_VERTEX insertion behavior
2024-02-09 15:54:59 +01:00
Marc Glisse
86e0943dd0
Don't set the point again when reinserting the same point
2024-02-07 20:11:36 +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
Sébastien Loriot
c99b69a0e7
add missing license headers
2024-01-04 13:50:15 +01:00
Sébastien Loriot
e7c26349f2
move header in a package to GPL
2024-01-04 13:36:34 +01:00
albert-github
0621c8d749
issue #7774 Link to support funding of GUDHI project not found
...
Corrected link
2023-10-10 09:57:47 +02:00
Laurent Rineau
63aa411db2
Merge pull request #7700 from albert-github/feature/bug_html_comment
...
Incorrect closing HTML comment
2023-09-13 16:17:05 +02:00
albert-github
a3148fb8f5
issue #7701 Appearance of "Set of Faces" in documentation.
...
Remove gray background and get some indentation
(Note this proposed pull request needs the proposed pull request #7700 )
2023-09-07 17:33:26 +02:00
albert-github
3d49105c91
Incorrect closing HTML comment
...
Newer versions of doxygen are more restrictive (and following the rules) in respect to the end comment of a HTML type of comment, i.e. `<!-- ... -->`, so parts of the paragraphs were missing
(Triangulation/index.html and Triangulation/group___pkg_triangulations_ref.html)
See also https://www.w3.org/TR/2006/REC-xml11-20060816/#sec-comments
2023-09-07 14:57:16 +02:00
albert-github
93001308f4
Merge branch 'master' into feature/issue_7395
...
# Conflicts:
# Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrangementPointLocation_2.h
# Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrangementVerticalRayShoot_2.h
2023-08-18 11:10:42 +02:00
Sébastien Loriot
eada3ee8ca
Merge branch 'master' into 'sloriot/CGAL-using_c++17_stl'
2023-08-14 14:19:25 +02:00
Sébastien Loriot
f06d9fb606
fix shortcut mistake
2023-08-04 15:04:26 +02:00
albert-github
ad41766454
issue #7395 Improvement of layout of model relations
...
Corrected `cgalModels` to `cgalHasModes` inside `cgalHasNodelsBegin` / `cgalHasModelsEnd`
2023-07-18 13:23:37 +02:00
albert-github
de3ba0f47c
Merge remote-tracking branch 'upstream/master' into feature/issue_7395
2023-07-17 10:17:34 +02:00
albert-github
4e5578d469
issue #7395 Improvement of layout of model relations
...
- based on review
2023-07-15 13:12:15 +02:00
albert-github
a0320dd7b4
Merge branch 'master' into feature/issue_7395
...
# Conflicts:
# Polyhedron/doc/Polyhedron/Concepts/PolyhedronItems_3.h
2023-07-13 10:33:18 +02:00
Laurent Rineau
d10e9387c2
Merge branch 'master' into CGAL-add_missing_test
...
# Conflicts:
# STL_Extension/test/STL_Extension/test_skiplist.cpp
2023-07-12 15:48:42 +02:00