Commit Graph
3220 Commits
Author SHA1 Message Date
Andreas Fabri b31fae1d8c upper bound has no hyphen 2026-02-10 10:17:35 +00:00
Andreas Fabri 101a37eabf Add CGAL:: 2026-02-10 10:13:01 +00:00
Andreas Fabri 143777f0f8 polish 2026-02-10 09:22:35 +00:00
Andreas Fabri 8f667c5662 Do not document variant 2026-02-10 08:47:05 +00:00
Sébastien Loriot dee52b915e fix linking 2026-02-09 14:28:53 +01:00
Andreas Fabri 370837806a Add documentation of Index 2026-02-09 12:57:54 +00:00
Andreas Fabri 5c6622a320 Add typedef for Index to avoid bad links 2026-02-09 12:08:04 +00:00
Andreas Fabri 7023f76b12 merge cgal/main 2026-02-09 08:48:27 +00:00
Andreas Fabri af5539168a Deal with Iso_cuboid 2026-02-06 18:19:15 +00:00
Andreas FabriandJane Tournois a2bef76e9c Update Mesh_3/include/CGAL/Implicit_to_labeling_function_wrapper.h
Co-authored-by: Jane Tournois <janetournois@users.noreply.github.com>
2026-02-06 15:54:51 +01:00
Sébastien Loriot b519d736cc Merge remote-tracking branch 'cgal/6.1.x-branch' into 'cgal/main' 2026-02-03 15:21:35 +01:00
Sebastien Loriot 0f2ef13e0e CGAL: Prefix macros with CGAL_ (#9279)
## Summary of Changes

Prefix macros. Some are include guards, some have relatively generic
names.
Remove several files from CGAL_ImageIO and put the code in the files
kept in `namespace CGAL`

## Release Management

* Affected package(s): several
* License and copyright ownership: unchanged
2026-02-03 14:21:53 +01:00
Sebastien Loriot beece802ad Mesh_3 - fix surface_only() named parameter (#9295)
## Summary of Changes

Before that fix, using `mesh_3_dump().surface_only()` together in the NP
of `CGAL::make_mesh_3()` was leading the second one to reset the values
of the 1st one in `options`
(`mesh_3_dump()` is a handy undocumented option)

## Release Management

* Affected package(s): Mesh_3
* License and copyright ownership: unchanged
2026-02-03 14:20:51 +01:00
Jane Tournois 9ed58c5fb7 suggestion to remove the infinite loop 2026-01-29 17:57:04 +01:00
Laurent Rineau c012777156 fix: surface_only is false by default 2026-01-28 11:48:30 +01:00
Laurent Rineau c717050e21 fix issue #9277 2026-01-27 18:29:36 +01:00
Jane Tournois 30047afa8a add new Surface_options in mesh options
before, using `mesh_3_dump().surface_only()` together was leading
the second one to reset the values of the 1st one in "options"
2026-01-23 16:07:11 +01:00
Andreas Fabri efa3bcafc5 clean @cond 2026-01-22 13:15:49 +00:00
Sébastien Loriot 6505e0a90c more doc in fake header
we moved the doc in the effort to avoid ImageIO dependency in Poisson reconstruction package
2026-01-20 19:56:42 +01:00
Andreas Fabri fe0501781a Fix tparams of initial_points() 2026-01-20 10:33:16 +00:00
Sébastien Loriot 6d2c34a2ff fix compilation issue with g++ 2026-01-19 20:14:08 +01:00
Sébastien Loriot bcde778a72 remove ImageIO dependencies from Poisson
compiles with clang++ but not with g++
2026-01-19 16:08:11 +01:00
Andreas Fabri d0aba329e1 cleanup 2026-01-19 15:01:52 +00:00
Andreas Fabri 650f0dec0c cleanup 2026-01-19 14:35:50 +00:00
Andreas Fabri 563c2e131d Move the documentation of Labeling_function to the typedef 2026-01-19 14:15:27 +00:00
albert-github 8d09ae340c Spelling corrections
Spelling corrections
2026-01-19 15:15:14 +01:00
Andreas Fabri 024f8d69a5 Move the documentation of Labeling_function to the typedef 2026-01-19 14:05:47 +00:00
Andreas Fabri ed71f8b6a7 Move the documentation of Labeling_function to the typedef 2026-01-19 14:05:02 +00:00
Andreas Fabri b3ea813070 Fix BGT and replace Geom_traits 2026-01-19 13:31:49 +00:00
Sébastien Loriot ca03ad1b06 add missing license directive 2026-01-16 17:39:49 +01:00
Sébastien Loriot 2556bf479a Merge remote-tracking branch 'cgal/main' 2026-01-16 17:34:27 +01:00
Andreas Fabri f4d47b924a Add itk and vtk 2026-01-16 15:59:53 +00:00
Andreas Fabri 713b89b5cb Remove deprecated code 2026-01-16 14:00:19 +00:00
Andreas Fabri 22d65d555d Change order of \tparam 2026-01-16 12:47:52 +00:00
Sébastien Loriot c3b281b166 polyhedral domain shall not depend on ImageIO 2026-01-16 13:47:28 +01:00
Andreas Fabri f837bbe687 Add missing \tparam 2026-01-16 12:14:26 +00:00
Andreas Fabri 5cf427128a Adress shadowing error in the CI 2026-01-16 12:07:33 +00:00
Andreas Fabri 64aa6bd17f Mesh_3: Fix Documentation Glitches 2026-01-16 11:02:42 +00:00
albert-github ea9a69faf2 Removing double words
- removing double words
- correcting some texts
2026-01-13 12:18:50 +01:00
Sébastien Loriot b9916cbb58 Merge remote-tracking branch 'cgal/6.1.x-branch' into 'cgal/main' 2026-01-09 15:53:29 +01:00
Sébastien Loriot 08b27d3db1 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2026-01-09 15:51:04 +01:00
Sébastien Loriot f495168770 backport warning fixes 2026-01-07 18:16:39 +01:00
Jane Tournois a8f76df6e5 make dimension and index consistent : dimension 1 corresponds to curve_index
not p_index, that may be a corner index with dimension 0
2025-12-29 16:36:18 +01:00
Sebastien Loriot 165329ab65 Mesh_3: fix a few clangd warnings (#9208)
## Summary of Changes

Mesh_3: fix a few clangd warnings

## Release Management

* Affected package(s): Mesh_3
2025-12-26 12:08:17 +01:00
Laurent Rineau 5a9c26ef6e Mesh_3: fix a few clangd warnings 2025-12-22 17:18:27 +01:00
Sébastien Loriot 67d6244bde Merge remote-tracking branch 'cgal/6.1.x-branch' into 'cgal/main' 2025-12-19 18:34:02 +01:00
Laurent Rineau 93a1e6b355 fix CI 2025-12-10 17:21:47 +01:00
Laurent Rineau 620b09becf document pts and n 2025-12-10 16:43:33 +01:00
Laurent Rineau 17285ea619 typo 2025-12-10 16:28:02 +01:00
Laurent Rineau cf69733df0 add a verbose parameter, with doc 2025-12-10 15:34:20 +01:00