Commit Graph

112103 Commits

Author SHA1 Message Date
Sébastien Loriot 59921c1eb8 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'master' 2025-05-07 15:58:42 +02:00
Sébastien Loriot 70d5fce9b7 Merge remote-tracking branch 'cgal/5.6.x-branch' into 'cgal/6.0.x-branch' 2025-05-07 15:58:04 +02:00
Sebastien Loriot 7a07844efc
BGL: Fix Issue 8877 (#8878)
## Summary of Changes

`f` -> `e`

## Release Management

* Affected package(s): BGL
* Issue(s) solved (if any): fix #8877
* License and copyright ownership: unchanged
2025-05-07 15:42:50 +02:00
Andreas Fabri 68b64b0c56 BGL: Fix Issue 8877 2025-05-07 14:29:04 +01:00
Sebastien Loriot ac763ef561
Mesh_3: Specific domain for Poisson reconstruction (#8771)
## Summary of Changes

Creating Poisson_mesh_domain including optimizations for Poisson from
Surface_mesher

## Release Management

* Affected package(s): Mesh_3, Poisson_reconstruction_3
* small feature:
https://cgalwiki.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Poisson_mesh_domain
-- pre-approved 18 April 2025
* Issue(s) solved (if any): fix #8266
2025-05-07 09:42:25 +02:00
Sebastien Loriot c6dc9397f2
fixed some typos (#8853)
_Please use the following template to help us managing pull requests._

## Summary of Changes

Fixed some typos
2025-05-07 09:27:15 +02:00
Sebastien Loriot 8c9f53cdc5
Double use of citation name (#8504)
Based on #8320 and https://github.com/doxygen/doxygen/pull/11157
creating an assertion for builds from scratch when a citation name is
used multiple times.
2025-05-07 09:24:14 +02:00
Sébastien Loriot 47dfb09f70 fix double citation 2025-05-07 09:23:32 +02:00
albert-github 837be259dc Double use of citation name
Based on #8320 and https://github.com/doxygen/doxygen/pull/11157 creating an assertion for builds from scratch when a citation name is used multiple times.
(doxygen cannot catch these here as they are directly written into html code).
2025-05-07 09:19:15 +02:00
Sebastien Loriot c6197a96bc
add a version with move
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2025-05-07 09:12:07 +02:00
Andreas Fabri ebc2cbf974 Simplify doc 2025-05-06 14:13:35 +01:00
Andreas Fabri 653a835d4d Fix doc dependencies 2025-05-06 14:09:44 +01:00
Andreas Fabri 0a357ee061 and more 2025-05-06 14:02:17 +01:00
Andreas Fabri 073a4dbbb2 and more 2025-05-06 13:57:01 +01:00
Andreas Fabri 33c05d40c2 Fixes in Periodic_2/3 2025-05-06 13:45:10 +01:00
Andreas Fabri 1440e46c2c Kernel: Concepts are CamelCase 2025-05-06 12:59:11 +01:00
Wolfgang Bangerth b6af36028d Mark variables declared at global scope in headers as 'inline'. 2025-05-05 05:29:58 -06:00
Laurent Rineau 010adccdec fix the mentions of CGAL_USE_BASIC_VIEWER_QT (with the Qt suffix) 2025-05-02 09:22:38 +02:00
Sebastien Loriot 9601e96724
Spelling corrections (#8869)
Spelling corrections.
2025-04-30 10:24:47 +02:00
Sébastien Loriot 991418e64e fix compatibility and use generic macro in generic contexts 2025-04-30 10:17:14 +02:00
Sébastien Loriot 05f479356e undo doc changes 2025-04-30 10:06:15 +02:00
Sébastien Loriot a9c8a49831 use CGAL_Basic_viewer target 2025-04-30 09:19:50 +02:00
albert-github 6153228234 Spelling corrections
Spelling corrections.
2025-04-29 19:11:01 +02:00
Sebastien Loriot 3623255666
Generator: Document default for parameter radius (#8867)
## Summary of Changes

Added default value in documentation.

## Release Management

* Affected package(s): Generator
* Issue(s) solved (if any): fix #8866
* Feature/Small Feature (if any):
* License and copyright ownership:  unchanged
2025-04-29 17:35:27 +02:00
Sebastien Loriot 3c32fd118d
Spelling correction. (#8864)
Spelling correction.
(Entire documentation here looks a bit incomplete seen the words `TODO`)
2025-04-28 09:41:21 +02:00
Andreas Fabri 0464fce7ac Generator: Document default for parameter radius 2025-04-28 07:39:39 +01:00
Guillaume Damiand 807806b1db add alias target to keep old name CGAL::CGAL_Basic_viewer. 2025-04-25 17:19:05 +02:00
albert-github 136a63ddf3 Spelling correction.
Spelling correction.
(Entire documentation here looks a bit incomplete seen the words `TODO`)
2025-04-25 11:30:19 +02:00
Jane Tournois 9c58f6c900 add c3t3.set_triangulation()
that internally calls rescan_after_load_of_triangulation()
it avoids calling it explicitly or documenting it,
but fixes the issue of updating the internal metadata of C3t3 automatically
2025-04-25 10:40:37 +02:00
Sébastien Loriot 3d2edeab55 Merge remote-tracking branch 'cgal/6.0.x-branch' 2025-04-24 20:45:32 +02:00
Sébastien Loriot cb747e8201 Merge pull request #8721 from sloriot/PMP-new_clip
Add refine_with_plane and new fast clip method
2025-04-24 20:43:26 +02:00
aminkhalsi 96a13740e8 review fix 2025-04-24 18:46:14 +01:00
Sebastien Loriot 9d40c5209c
workaround API change in QT 6.9 (#8859)
Working around `qstring::arg()` API change in Qt 6.9

should fix:

https://cgal.geometryfactory.com/CGAL/testsuite/summary-6.1-I-135.html?package=Lab_Demo
2025-04-24 09:49:26 +02:00
Sebastien Loriot c0b3724447
Triangulation: Fix Typos (#8837)
## Summary of Changes

Fix typos. 

### Todo

- [x] The documentation of policy classes is missing but they are
referenced in the manual. (done in eef2bea)

## Release Management
* Affected package(s):  Triangulation
* Link to compiled documentation (obligatory for small feature) [*wrong
link name to be changed*](httpssss://wrong_URL_to_be_changed/Manual/Pkg)
* License and copyright ownership:  unchanged
2025-04-24 09:32:31 +02:00
Sébastien Loriot ce2c04600e fix default value (doc bug) 2025-04-23 13:19:59 +02:00
Sebastien Loriot 92aaacfcab
Remove bad offset initialization (#8848)
## Release Management

* Affected package(s): `Periodic_3_mesh3`
* Issue(s) solved (if any):  -
* Feature/Small Feature (if any): n/a
* License and copyright ownership: no change
2025-04-23 11:44:04 +02:00
Sébastien Loriot 4863704023 workaround API change in QT 6.9 2025-04-22 20:49:10 +02:00
Andreas Fabri 02dc855e8d Address conversion warning 2025-04-22 15:02:40 +01:00
Guillaume Damiand c7cb4e1f84 namespace before #ifdef 2025-04-18 15:41:52 +02:00
Amin Khalsi b6a084fe02
Merge branch 'CGAL:master' into master 2025-04-18 14:34:15 +01:00
Jane Tournois 31e6f05b2b use rescan_after_load_of_triangulation() in an example 2025-04-18 14:13:53 +02:00
Guillaume Damiand 45c0087301 use Qt/Basic_viewer.h only if qt basic viewer is used 2025-04-18 13:41:55 +02:00
Guillaume Damiand 54b009f070 #if def basic viewer 2025-04-18 13:38:16 +02:00
Guillaume Damiand 46d3df5374 spaces 2025-04-18 13:06:17 +02:00
Guillaume Damiand af52702ef7 add licence header 2025-04-18 12:56:48 +02:00
Mael 5feb75062c
Rephrase 2025-04-18 12:49:56 +02:00
Guillaume Damiand ebf8f9dba1 remove un-necessary if def basic viewer 2025-04-18 11:27:19 +02:00
Guillaume Damiand cb42067263 update draw voronoi 2 2025-04-18 11:16:28 +02:00
Guillaume Damiand 4f80fdfe82 update draw mpwh2 2025-04-18 11:13:21 +02:00
Guillaume Damiand a62373bfd7 update draw for Periodic_2_triangulation_2 2025-04-18 11:10:51 +02:00