Commit Graph

1699 Commits

Author SHA1 Message Date
Sébastien Loriot 36d98614df Merge remote-tracking branch 'cgal/6.0.x-branch' 2025-01-09 19:23:19 +01:00
albert-github 0c338ca736 Doxygen incompatibility in respect to `FULL_SIDEBAR` setting
Due to an incompatibility change in doxygen (see 2a62c19755 (commitcomment-150534822)) it is necessary to add the setting for `FULL_SIDEBAR` to the setup of the CGAL documentation.
2024-12-25 12:23:59 +01:00
Laurent Rineau 5eddbc26ae fix build with Doxygen 1.10 and later 2024-12-17 15:48:59 +01:00
Laurent Rineau a269cd37a6 cgal_stylesheet.css must be taken from ../Manual
Revert "Merge pull request #8331 from albert-github/feature/bug_cgal_stylesheet"

This reverts commit 62de71bcfb, reversing
changes made to 3b4349cfbb.
2024-12-17 15:48:59 +01:00
Sebastien Loriot 68705288b0
LaTeX compliance for formulas and errors in bibliography (#8636)
Correction of incorrect usage of LaTeX in formulas and bibliography
altough MatHJax and bibtex.pl doesn't always signal it.
- Incorrect biblio entry (missing `,` and `}`)
  - Documentation/doc/biblio/geom.bib
- `&nbsp` is not correct LaTeX has to be `~`
-
Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Arrangement_on_surface_2.txt
  - Documentation/doc/Documentation/Developer_manual/Chapter_intro.txt
- Incorrect formula regarding usage of `\left` and `\right` (also
signaled by MathJax
-
Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Arrangement_on_surface_2.txt
- `DeclareMathOperator` is a command that should be in the preamble,
alternatively the command `\operatorname` can be used explicitly (as
done here as it is only used once)
-
Kinetic_surface_reconstruction/doc/Kinetic_surface_reconstruction/Kinetic_surface_reconstruction.txt
- Latex has problems with `_` in a `text...` command so it should be
escaped though this gives problems with MathJax hence the extra hook.
MathJax reference:
https://groups.google.com/g/mathjax-users/c/wSh6-hSIUpQ/m/KmzZhQQGslgJ
  - Documentation/doc/resources/1.10.0/CGAL_mathjax.js
  - Documentation/doc/resources/1.8.13/CGAL_mathjax.js
  - Documentation/doc/resources/1.9.6/CGAL_mathjax.js
  - Weights/include/CGAL/Weights/authalic_weights.h
2024-12-10 16:28:03 +01:00
albert-github 36f6a36dac Errors in bibliography and incorrect usage of `\f[` command
- The `&` in the bibliography has to be escaped
- the doxygen command `\f[` should not be used to directly change the environment, for this the doxygen command `\f{` exists.
2024-12-02 15:48:48 +01:00
albert-github 5c98f77ba2 LaTeX compliance for formulas and errors in bibliography
Correction of incorrect usage of LaTeX  in formulas and bibliography altough MatHJax and bibtex.pl doesn't always signal it.
- Incorrect biblio entry (missing `,` and `}`)
  - Documentation/doc/biblio/geom.bib
- `&nbsp` is not correct LaTex has to be `~`
  - Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Arrangement_on_surface_2.txt
  - Documentation/doc/Documentation/Developer_manual/Chapter_intro.txt
- Incorrect formula regarding usage of `\left` and `\right` (also signaled by MathJax
  - Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Arrangement_on_surface_2.txt
- `DeclareMathOperator` is a command that should be in the preamble, alternatively the command `\operatorname` can be used explicitly (as done here as it is only used once)
  - Kinetic_surface_reconstruction/doc/Kinetic_surface_reconstruction/Kinetic_surface_reconstruction.txt
- Latex has problems with `_` in a `text...` command so it should be escaped though this gives problems with MathJax hence the extra hook.
  MathJax reference: https://groups.google.com/g/mathjax-users/c/wSh6-hSIUpQ/m/KmzZhQQGslgJ
  - Documentation/doc/resources/1.10.0/CGAL_mathjax.js
  - Documentation/doc/resources/1.8.13/CGAL_mathjax.js
  - Documentation/doc/resources/1.9.6/CGAL_mathjax.js
  - Weights/include/CGAL/Weights/authalic_weights.h
2024-12-02 14:58:15 +01:00
Sébastien Loriot 4ceec7daa5 Merge remote-tracking branch 'cgal/6.0.x-branch' 2024-11-20 08:54:54 +01:00
Sébastien Loriot 3f1759df88 Merge remote-tracking branch 'cgal/5.6.x-branch' 2024-11-20 08:53:38 +01:00
Sven Oesau d3ae3b4fda documented Eigen3 version requirement of Ceres
documented use of OSQP in Shape Regularization package
2024-11-14 10:39:24 +01:00
Sébastien Loriot a02519677a Merge pull request #8400 from afabri/CGAL-remove_RS-GF
Algebraic_kernel_d: Remove RS
2024-11-05 17:06:19 +01:00
Sebastien Loriot 1690619625
CGAL: Modernize CMakeLists.txt (#8528)
## Summary of Changes

- Changed `PUBLIC` to `PRIVATE`  in the `target_link_libraries()`
- ~~Link against `Boost::<COMPONENT>`~~ as we do more than just linking
and must use the `CGAL::_.._support`
- Use `target_compile_definitions()` and `add_compile_definitions()`

More to be done.

## Release Management

* Affected package(s): all
* Issue(s) solved (if any): fix one item of  #4815
* License and copyright ownership: unchanged
2024-10-31 10:32:25 +01:00
Laurent Rineau 8e4ee1e45d update versions in menu_version.js
[skip ci]
2024-10-22 15:13:49 +02:00
Sébastien Loriot ce2fcc0feb Merge pull request #8522 from albert-github/feature/issue_8515_2
issue #8515 Spelling mistakes found checking `en-GB` to `en-US`
2024-10-21 19:17:40 +02:00
Andreas Fabri 2d25b1077f Merge remote-tracking branch 'cgal/master' into CGAL-remove_RS-GF 2024-10-21 13:34:12 +01:00
Laurent Rineau a0d79b7559 fix the documentation 2024-10-17 00:49:27 +02:00
Sebastien Loriot ae35bab3ff
Mac OS X cleaning (#8536) 2024-10-14 10:56:25 +02:00
Sébastien Loriot a99dcceae8 Merge pull request #8519 from albert-github/feature/issue_8515_1
issue #8515 Spelling mistakes found checking `en-GB` to `en-US`
2024-10-14 09:42:14 +02:00
Sébastien Loriot f9734b2d2b Merge pull request #8514 from afabri/CGAL-labeled-GF
Typo: labelled is UK English
2024-10-14 09:41:58 +02:00
Sébastien Loriot 1c50e0bede Mac OS X cleaning 2024-10-10 14:21:34 +02:00
albert-github 3e57259b8c issue #8515 Spelling mistakes found checking `en-GB` to `en-US`
The "bib" part.
(checked as well as possible against google and mostly science direct as well)
2024-10-06 11:02:10 +02: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
Andreas Fabri 5fe32284af Typo: labelled is UK English 2024-10-03 11:23:23 +01:00
albert-github c3530e21dc Spelling correction
Spelling correction
2024-09-28 11:49:56 +02:00
Laurent Rineau 918744dade prepare the announcement of CGAL-6.0 2024-09-27 18:12:46 +02:00
albert-github d8a4cb6ae7 Layout of how to cite CGAL page
Small, in my opinion, improvement of CGAL how to cite page
2024-09-26 13:14:19 +02:00
Laurent Rineau 418b00e274
Remove double entry from bib file (#8494)
The entry `cgal:l-lsqp-82` was twice, identical, in the bib file. (Found
based on #8320 and proposed pull request
https://github.com/doxygen/doxygen/pull/11157).
2024-09-25 16:27:33 +02:00
albert-github 052e2a3e15 Remove double entry from bib file
The entry `cgal:l-lsqp-82` was twice, identical, in the bib file.
(Found based on #8320 and proposed pull request https://github.com/doxygen/doxygen/pull/11157).
2024-09-25 10:27:40 +02:00
albert-github 7171e82650 Correcting permanent redirect in Algebraic_kernel_d
Address is a https adddress
2024-09-21 18:09:38 +02:00
Sébastien Loriot d24a35eb56 use c++17 fold expression
+ indicate official LASlib is supported
2024-09-11 17:25:08 +02:00
Andreas Fabri f6d3920cd3 Mention RS in the Implementation History 2024-09-09 11:57:32 +01:00
Laurent Rineau 7c633af8d5
Document boost mp as a possible gmp replacement (#8438) 2024-09-04 15:21:34 +02:00
Sébastien Loriot 248f648118 do not doc internal variable 2024-09-04 15:11:37 +02:00
albert-github 37218301bb Spelling corrections
Spelling corrections
2024-09-02 12:32:30 +02:00
Sébastien Loriot af8e134aa6 doc boost mp as gmp replacement 2024-08-28 14:04:57 +02:00
Andreas Fabri 0a54b2371b really remove doc 2024-08-06 16:53:02 +01:00
Sébastien Loriot ef90806d2d Merge pull request #8342 from albert-github/feature/issue_8334
issue #8334 Incorrect example in "Documentation/doc/Documentation/Developer_manual/create_and_use_a_cmakelist.txt"
2024-07-23 17:20:38 +02:00
Sébastien Loriot 62de71bcfb Merge pull request #8331 from albert-github/feature/bug_cgal_stylesheet
Remove hardcoded extrastylesheet code
2024-07-23 17:20:20 +02:00
Sébastien Loriot cc92ac6766 Merge pull request #8325 from albert-github/feature/bug_link_msri
Incorrect link to book at msri
2024-07-23 17:19:57 +02:00
Sébastien Loriot 5c4dd68b4c Merge pull request #8324 from albert-github/feature/issue_8323
issue #8323 Incorrect link to https://github.com/norlab-ulaval/libpointmatcher/blob/master/doc/CompilationWindows.md
2024-07-23 17:19:43 +02:00
albert-github 9fc66c9a26 issue #8334 Incorrect example in "Documentation/doc/Documentation/Developer_manual/create_and_use_a_cmakelist.txt"
The problem surfaced between the releases CGAL 5.3.2 and CGAL 5.4.4.
The "Documentation/doc/Documentation/Developer_manual/create_and_use_a_cmakelist.txt" had not been adjusted for the changes in "Surface_mesh/examples/Surface_mesh/CMakeLists.txt" i.e.
the changes in its structure and also during the change Qt5 -> Qt6 this was not detected.
2024-07-06 10:49:14 +02:00
albert-github 524ac0c049 Remove hardcoded extrastylesheet code
In the header files it was mentioned:
```
<!-- This should probably be an extrastylesheet instead of hardcoded. -->
<link href="$relpath$../Manual/cgal_stylesheet.css" rel="stylesheet" type="text/css" />
$extrastylesheet
```
this is now effectuated with this PR.
2024-07-03 12:45:21 +02:00
albert-github aa2056cad3 Incorrect link to book at msri
The msri institute has been renamed to Simons Laufer Mathematical Sciences Institute (SLMath) and hence also the place of the library.

See also :
- https://www.slmath.org/history
- https://en.wikipedia.org/wiki/Simons_Laufer_Mathematical_Sciences_Institute
2024-07-01 11:05:31 +02:00
albert-github 5c4c1024f7 issue #8323 Incorrect link to https://github.com/norlab-ulaval/libpointmatcher/blob/master/doc/CompilationWindows.md
Corrected link.
2024-07-01 10:45:12 +02:00
albert-github a0e7a6e4e4 Spelling corrections
Spelling corrections
2024-06-25 15:52:27 +02:00
Laurent Rineau 1b534cd347 Merge pull request #8248 from sloriot/CGAL-deprecate_Surface_mesher
deprecate Surface_mesher package
2024-06-12 10:06:14 +02:00
Laurent Rineau 32893b91c0 Merge pull request #8263 from lrineau/CGAL-update_minimal_cmake-GF
cmake_minimum_required(VERSION 3.12...3.29)
2024-06-12 10:06:12 +02:00
Laurent Rineau e7d27c13d7 Merge pull request #8264 from lrineau/linter-for-generate_how_to_cite.py
fix pylint warnings of generate_how_to_cite.py
2024-06-12 10:06:10 +02:00
Laurent Rineau 50d7abaec5 doc/ add cmake dependencies (fix #8211) 2024-06-07 15:08:02 +02:00
Laurent Rineau 7eff8e0ee8 reformat, fix other pytlint warnings 2024-06-06 21:51:41 +02:00