Laurent Rineau
e9e50fdbf0
Update supported compilers
2023-06-13 11:14:16 +02:00
Laurent Rineau
5b2d4aab03
Merge pull request #7451 from afabri/Scale_space-surface-GF
...
Scale_space_reconstruction: Cleanup
2023-06-05 15:10:23 +02:00
Sébastien Loriot
61f3865f51
fix bad merge
2023-05-25 15:21:25 +02:00
Sébastien Loriot
075421890c
Merge remote-tracking branch 'cgal/5.5.x-branch'
2023-05-24 09:35:53 +02:00
Sébastien Loriot
341323f4e4
Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD
2023-05-24 09:29:40 +02:00
Sébastien Loriot
96753beb19
accomodate search box updates
2023-05-23 18:09:06 +02:00
Sébastien Loriot
12b32f6be4
move custom mathjax into dedicated .js
2023-05-23 18:08:44 +02:00
Sébastien Loriot
732da62bd4
use default stylesheet (was already the case before)
2023-05-23 14:33:24 +02:00
Sébastien Loriot
de869b74a8
the link is changing all the time
2023-05-23 13:47:42 +02:00
Sébastien Loriot
5b532d2466
update from 1.8.20 to 1.9.6
2023-05-23 13:45:43 +02:00
Sébastien Loriot
a9cc880bc4
verbatim copy of doxygen style sheet
2023-05-23 13:45:33 +02:00
Sébastien Loriot
7453af0bee
remove options that are default + png used only in 1.8.4
2023-05-23 13:44:32 +02:00
Sébastien Loriot
a10e704b56
remove no longer supported versions
2023-05-23 13:39:21 +02:00
Sébastien Loriot
21320a02ef
Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD
2023-05-19 18:05:03 +02:00
Sebastien Loriot
243adaaa05
Update doc testsuite to use 1.9.6 ( #7441 )
...
Replaces #6178
2023-05-19 18:03:05 +02:00
Andreas Fabri
6cb88afe17
Scale_space_reconstruction: Cleanup
2023-05-17 14:31:46 +01:00
Sébastien Loriot
d5d257d9b1
fix doc
2023-05-15 17:34:56 +02:00
Sébastien Loriot
caba1718c9
improve error message
2023-05-15 11:52:57 +02:00
Sébastien Loriot
0a8a706f2a
remove check on exe name
2023-05-15 11:42:03 +02:00
Sébastien Loriot
d23fdd85bf
update testsuite script to last doxygen version
2023-05-12 19:44:58 +02:00
Sébastien Loriot
cb11c8a673
no longer deal with png icons + remove CGAL link in title
2023-05-12 19:07:34 +02:00
Sébastien Loriot
eb29538403
add resources for doxygen 1.9.6
2023-05-12 16:05:30 +02:00
Laurent Rineau
f55f187df1
Merge pull request #7394 from albert-github/feature/bug_advanced_end_pre
...
Incorrect HTML code in relation with \cgalAdvancedEnd
2023-05-11 16:55:32 +02:00
Laurent Rineau
fc98360c77
Merge pull request #7402 from albert-github/feature/bug_png_svg
...
Update CGAL stylesheet
2023-05-03 15:05:38 +02:00
albert-github
42b84bbbf2
Update CGAL stylesheet
...
A number of png images ("icons") have been replaced by svg images but this has not been updated in the CGAL used stylesheet
2023-04-23 11:52:55 +02:00
albert-github
254251d3f6
Incorrect usage of `xmlns` in HTML headers
...
A bit hidden usage corrected as well.
2023-04-18 13:14:03 +02:00
albert-github
d36e94d5ab
Incorrect HTML code in relation with \cgalAdvancedEnd
...
In #5226 we already fixed a problem regarding the subtle interaction between the `cgaAdvancedEnd` command and table rows / columns.
In this PR a subtle interaction between the `\cgalAdvancedEnd` and the `pre` command is solved.
xmllint gave the following type warning:
```
Periodic_2_triangulation_2/classCGAL_1_1Periodic__2__triangulation__2.html:1418: parser error : Opening and ending tag mismatch: dd line 1418 and div
"This is an advancedSurface_mesh_deformation function.">is_triangulation_in_1_sheet()</a></code> </div>
```
this type of warning appeared for the packages:
- Periodic_2_triangulation_2
- Point_set_3
- TDS_3
- Triangulation
- Triangulation_2
for the package Surface_mesh_skeletonization we again saw a warning like:
```
Surface_mesh_skeletonization/classCGAL_1_1Mean__curvature__flow__skeletonization.html:519: parser error : Opening and ending tag mismatch: td line 519 and div
raph_traits<TriangleMesh>::vertex_descriptor</code> as value type. </div>
```
this is also fixed with this PR.
2023-04-18 12:56:47 +02:00
albert-github
6d279d976d
Incorrect usage of `xmlns` in HTML headers
...
In #7075 the usage of `xmlns` was changed from:
```
<html xmln="https://www.w3.org/1999/xhtml ">
```
into
```
<html xmlns="https://www.w3.org/1999/xhtml ">
```
this is not correct, the usage has to be `http` as in the definition https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd we see:
```
<!-- the namespace URI designates the document profile -->
<!ELEMENT html (head, body)>
<!ATTLIST html
%i18n;
id ID #IMPLIED
xmlns %URI; #FIXED 'http://www.w3.org/1999/xhtml '
>
```
2023-04-18 10:45:39 +02:00
Laurent Rineau
824976a003
Merge pull request #7236 from albert-github/feature/issue_7231
...
issue #7231 Improvement of layout of refines relations.
2023-04-17 10:14:01 +02:00
albert-github
8a0b21461d
Unexpected backtick
...
- Corrected some more redundant / missing backticks
- correctes a spelling error (Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2/Gps_default_dcel.h)
2023-04-11 17:38:37 +02:00
Sébastien Loriot
064a92e107
add missing concepts
2023-04-11 13:54:29 +02:00
Laurent Rineau
721d789e5b
Update menu_version.js
2023-04-06 12:06:41 +02:00
albert-github
2d60f46985
issue #7231 Improvement of layout of refines relations.
...
- Adjusted cgalRefines according to reviews
- Implemented it in all files
2023-03-14 17:37:50 +01:00
albert-github
19c97b031e
Merge branch 'master' into feature/issue_7231
2023-03-14 12:19:05 +01:00
Laurent Rineau
35a1285a12
Merge pull request #6129 from janetournois/Mesh_3-triple_line_extraction-GF
...
Mesh_3 - add detection of intersection lines from labeled images
# Conflicts:
# Installation/CHANGES.md
2023-03-13 16:46:07 +01:00
Laurent Rineau
e95b5daead
Prep for 5.4.4 and 5.5.2
2023-02-28 10:22:31 +01:00
Laurent Rineau
5a20fd8567
Merge pull request #7238 from albert-github/feature/bug_author_consistency
...
Making description of author(s) of a package consistent
2023-02-24 16:14:43 +01:00
Jane Tournois
e8e3eaa7b4
Merge remote-tracking branch 'cgal/master' into Mesh_3-triple_line_extraction-GF
...
# Conflicts:
# Mesh_3/test/Mesh_3/CMakeLists.txt
2023-02-21 11:05:30 +01:00
Laurent Rineau
a5052f4cd8
Merge pull request #6835 from MaelRL/CGAL-Clean_CMakeLists.txt-GF
...
Some CMakeLists.txts cleaning
2023-02-16 10:52:29 +01:00
albert-github
0ea013ea12
Spelling corrections
...
Some spelling corrections.
2023-02-03 12:07:03 +01:00
albert-github
57e900b47c
Making description of author(s) of a package consistent
...
- use `\cgalPckAuthor` in case of one author
- use of `\cgalPckAuthors` in case of multiple authors
- using in case of multiple authors always `, and `
- in the 1.9.6 `BaseDoxyfile.in` let the `\cgalPckAuthors` point to `\cgalPckAuthor` to get consistent output (not done for other versions as in the past the `ALIASES` could not call one another).
2023-02-02 18:40:44 +01:00
albert-github
106e7d4325
issue #7231 Improvement of layout of refines relations.
...
Updating the 1.8.4 and 1.8.13 version as well
2023-02-02 09:44:01 +01:00
albert-github
d7f3bba742
issue #7231 Improvement of layout of refines relations.
...
Implemented:
- no extra "Refines" page
- Refines on one line
- Refines always in code style
- `2 arguments` -> `two arguments` (for consistency
- added also the `\qualifier`
Implemented in Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h
Results a.o.
- doc_output/Kernel_23/classKernel_1_1Circle__2.html
- doc_output/Kernel_23/classKernel_1_1BoundedSide__3.html
Note: due to the fact that this is a test implementation pages outside the scope of Kernel_23/doc/Kernel_23/Concepts/FunctionObjectConcepts.h might not be correct (in respect to code appearance of refines and multiple refines)
2023-02-01 18:13:16 +01:00
Laurent Rineau
4ae8c5958c
issue #7211 Manual bug ( #7213 )
...
Corrected slashes in the windows part
2023-01-27 22:58:45 +01:00
Mael
153c603209
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
2023-01-27 22:09:02 +01:00
Laurent Rineau
fc61b42864
Merge pull request #6858 from sloriot/Doc-exclude_internal
...
Ignore internal directories
2023-01-27 21:02:29 +01:00
Laurent Rineau
122141dda6
Merge pull request #7076 from MaelRL/PMP-Improve_normal_doc-GF
...
Improve documentation of PMP::compute_vertex_normal()
2023-01-27 21:02:24 +01:00
Laurent Rineau
af3842bab0
Merge pull request #7178 from sloriot/doc_7101_follow_up
...
Force html output (needed with lxml greater than 4.6.5)
2023-01-27 20:55:22 +01:00
Laurent Rineau
7998432056
Merge pull request #7199 from sloriot/CGAL-doc_python_pkg_filter
...
pkg_filter use detected python version
# Conflicts:
# Documentation/doc/CMakeLists.txt
2023-01-27 20:55:07 +01:00
Laurent Rineau
e6951c3754
Merge pull request #7199 from sloriot/CGAL-doc_python_pkg_filter
...
pkg_filter use detected python version
2023-01-27 20:51:57 +01:00