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
hoskillua
ae5d32ba2e
citing/referencing "corrected curvature measures"
...
+ refining the theo background
2023-05-01 12:23:20 +02:00
Guillaume Damiand
e242890255
doc
2023-04-28 15:53:39 +02:00
Michael Hoffmann
a5cfd5ebad
add cgalepicexact macro for all doxygen versions
2023-04-28 09:09:55 +02:00
Michael Hoffmann
cfa16aa95f
Document which constructions are exact in EPIC.
2023-04-27 12:14:36 +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
Sébastien Loriot
664aa7c162
Merge remote-tracking branch 'cgal/master' into HEAD
2023-03-22 18:16:01 +01:00
Andreas Fabri
0d320e48a8
Merge branch 'Number_types-fix_VC2017_boost_mp-GF' into CORE-boost_mp_number-GF
2023-03-17 08:28:10 +01: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
Sven Oesau
c9a7b79530
Merge remote-tracking branch 'remotes/origin/master' into Kinetic_shape_reconstruction-new_package-soesau
2023-03-08 19:26: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
Sven Oesau
2ef678a684
Merge remote-tracking branch 'remotes/origin/master' into Kinetic_shape_reconstruction-new_package-soesau
2023-02-24 09:09:01 +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
Sven Oesau
d96f8ed6b0
Merge branch 'CGAL:master' into Kinetic_shape_reconstruction-new_package-soesau
2023-02-14 08:40:54 +01:00
Andreas Fabri
12f5892848
merge master
2023-02-06 14:25:03 +00: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
Sven Oesau
f15da2306c
doc update
2023-02-02 15:21:52 +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
Sven Oesau
be77a22362
using Kinetic shape reconstruction as package name for now
2023-02-01 12:13:26 +01:00
Sven Oesau
35bf3cb9f5
fixed package name
2023-02-01 11:57:41 +01:00
Sven Oesau
4717cf3727
Merge branch 'master' into Kinetic_shape_reconstruction-new_package-soesau
2023-01-29 15:25:18 +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
albert-github
909199ea30
issue #7211 Manual bug
...
Corrected slashes in the windows part
2023-01-26 12:54:27 +01:00
Sébastien Loriot
69c21bccc3
Merge 'master'
2023-01-24 11:29:48 +01:00
Jane Tournois
f8cfa30070
fix bib entry
2023-01-23 11:39:36 +01:00
Sven Oesau
3653e9692c
documentation
2023-01-19 15:39:11 +01:00
Sébastien Loriot
271cad9d3d
use detected python version
2023-01-18 19:03:42 +01:00
Sven Oesau
ddf031e101
fixed package name
2023-01-18 18:26:58 +01:00
Sven Oesau
4b87b331e7
Merge remote-tracking branch 'master/master' into Kinetic_shape_reconstruction-new_package-soesau
2023-01-18 14:44:02 +01:00
Sébastien Loriot
56a852403c
force html output (needed with lxml greater that 4.6.5)
2023-01-11 16:54:02 +01:00
Andreas Fabri
cc3a5cf43d
Add to the package overview
2023-01-05 10:08:43 +00:00
Mael
4d22c90474
Merge branch 'master' into feature/bug_documentation_spell_20221113
2023-01-04 10:06:45 +01:00
Sebastien Loriot
e95a9d98df
Close files before writing ( #7101 )
2022-12-21 14:44:32 +01:00
Sébastien Loriot
00ad155388
ignore internal directories
2022-12-15 10:12:00 +01:00
Mael
0ff7882997
Merge branch 'master' into feature/bug_documentation_spell_20221113
2022-12-06 22:21:06 +01:00
Mael
6538b22e06
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
2022-12-05 16:03:41 +01:00
Laurent Rineau
67b5c791e9
Merge pull request #7075 from MaelRL/CGAL-Fix_some_links-GF
...
Update some links + https
2022-12-05 12:22:06 +01:00
Sébastien Loriot
12bca1c4f6
close files before writing
2022-11-30 13:30:22 +01:00
Andreas Fabri
699454ae84
STL Extensions: Correct spelling
2022-11-29 13:22:00 +00:00
Sébastien Loriot
c5207cb5ad
Merge remote-tracking branch 'cgal/master' into HEAD
2022-11-24 09:54:56 +01:00
Mael Rouxel-Labbé
deb1533957
Improve documentation of PMP::compute_vertex_normal()
2022-11-23 20:16:17 +01:00
Mael Rouxel-Labbé
b5c21e1f5d
Http -> https + update some dead links
2022-11-23 18:54:37 +01:00
hoskillua
e302b02f76
Docs: adding bibtex, ack of DGtal, Authors + Renaming vars + minor fix
...
+ removing last commit's approach
2022-11-19 11:02:26 +02:00
Jane Tournois
6ea26bf7c0
add example in user manual
2022-11-15 16:04:28 +01:00
albert-github
3674c937f7
spelling corrections
...
Some spelling corrections (Directories starting with `M`-` N`),
some backward work
some forward work
2022-11-15 15:21:01 +01:00
albert-github
45478184de
spelling corrections
...
Some spelling corrections (Directories starting with `E`-` L`),
some backward work
some forward work
2022-11-15 13:39:40 +01:00
albert-github
dd6b993e07
Documentation: spelling corrections
...
Some spelling corrections
2022-11-13 13:47:14 +01:00
albert-github
2bcc9ad8c5
Link corrections
...
- Correcting some permanent redirects
- corrected link for to `max_element`, link was incorrect
2022-11-13 13:19:22 +01:00
Laurent Rineau
8c9281f440
Merge pull request #6642 from sloriot/gsoc2022-boost_np
...
Replace usage of Boost parameters with CGAL named function parameters
2022-11-07 10:08:38 +01:00
Laurent Rineau
d24b180293
Merge branch 'master' into gsoc2022-boost_np
2022-10-28 15:39:36 +02:00
Andreas Fabri
b32d1f0023
Merge branch 'master' into CORE-boost_mp_number-GF
2022-10-21 13:27:48 +01:00
Andreas Fabri
c04dceb71d
Merge master
2022-10-14 14:40:58 +01:00
Guillaume Damiand
24a8004ee0
Merge branch 'master' into gsoc2022-EBVs-Mostafa-ashraf19
2022-10-14 08:53:12 +02:00
Mostafa-ashraf19
0cad38a508
Doc initial commit.
2022-10-13 05:25:45 +02:00
Laurent Rineau
a4248d0ca4
Update versions in the doc menu
2022-10-12 16:33:30 +02:00
Laurent Rineau
992903ec90
Merge pull request #6854 from zfb132/master
...
fix typo and update documentation
2022-10-07 15:46:56 +02:00
Laurent Rineau
0909fa0a0c
Merge pull request #6877 from albert-github/feature/bug_docu_Manual
...
Documentation error in Manual
2022-10-04 13:52:35 +02:00
Laurent Rineau
b3174acf53
Add a ref
2022-09-28 14:42:39 +02:00
Laurent Rineau
e90b64f1b7
Addition to the section about kernel assertions
2022-09-28 14:02:06 +02:00
Laurent Rineau
eea79d0394
Collateral fix of the documentation
2022-09-28 13:39:05 +02:00
Laurent Rineau
b8e342d845
Update Documentation/doc/resources/1.9.3/menu_version.js
...
... with the same copy as the other versions!
Fix #6886 .
2022-09-27 15:20:32 +02:00
Fubin Zhang
1d69abbc7f
Apply suggestions from code review
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2022-09-27 10:15:18 +08:00
albert-github
e3ca357fd6
Documentation error in Manual
...
After review: made sentences identical
2022-09-25 11:10:24 +02:00
albert-github
3b8b37c184
Documentation error in Manual
...
The construct:
```
In the previous section, we wrote that "Any model of the CGAL concept
Kernel provides what is required by the concept `ConvexHullTraits_2`.
```
leads to the fact that the entire paragraph is badly formatted as the double quote is not properly closed.
Closing the double quote would lead to the fact that the `` `ConvexHullTraits_2` `` is not resolved properly
File:
- doc_output/Manual/tutorial_hello_world.html#intro_concept
2022-09-24 18:10:20 +02:00
Andreas Fabri
6d09a886b2
Remove paragraph in the developer manual; Some fixes
2022-09-23 14:12:53 +01:00
Sébastien Loriot
d191d4474a
Revert "fix not documented warnings"
...
This reverts commit 8d773c56348c4055d963c57426d60d118915d22b.
2022-09-23 14:04:51 +02:00
Sébastien Loriot
6397378bdc
fix not documented warnings
2022-09-23 13:29:40 +02:00
Sébastien Loriot
d8f0bc4c08
dedicated macro for precondition
2022-09-21 09:42:32 +02:00
Sébastien Loriot
681120764e
please the CI with a new macro
2022-09-21 09:36:41 +02:00
zfb132
fb7f92c27c
fix typo and update documentation
2022-09-21 11:05:53 +08:00
Mael Rouxel-Labbé
b78da38490
Add 'REQUIRED' in the documentation's `find_package(CGAL)` usages
2022-09-07 11:42:44 +02:00
Mael Rouxel-Labbé
9b265fddf8
Uniformize REQUIRED / QUIET usage:
...
Following this:
- CGAL: always REQUIRED
- CGAL component: COMPONENT / OPTIONAL_COMPONENT (never QUIET)
- required 3rd party: (not QUIET) + message(NOTICE "") on NOT_FOUND
- optional 3rd party: QUIET + message(STATUS "") except for Polyhedron/demo
- 3rd party components: COMPONENT / OPTIONAL_COMPONENT
(QUIET depending on required or optional 3rd party)
2022-09-06 16:24:27 +02:00
Sébastien Loriot
5ff93338ae
Python is mandatory not optional
2022-09-06 11:26:26 +02:00
Laurent Rineau
c96f5ddfe4
Merge pull request #6795 from albert-github/feature/bug_obsolete_transparent
...
Obsolete doxygen settings
2022-08-29 11:35:52 +02:00
albert-github
e1a5a3cd1d
Divider between treeview and text
...
In doxygen the setting `HTML_COLORSTYLE` has been introduced with as default `AUTO_LIGHT` but due to the current strategy of CGAL in respect to HTML stylesheets the divider between the treeview and the text is not properly visible anymore. Due to the same strategy the setting to `AUTO_LIGHT` does not make sense for CGAL.
When setting `HTML_COLORSTYLE=LIGHT` the divider is properly visible again.
2022-08-17 12:30:35 +02:00
albert-github
d1895dce99
Obsolete doxygen settings
...
In the current master the settings `DOT_TRANSPARENT` and `FORNULA_TRANSPARENT` are obsolete.
2022-08-11 13:42:49 +02:00
Sebastien Loriot
cd883c678b
Merge pull request #6778 from albert-github/feature/bug_obsolete_dot
...
Replacing OBSOLETE doxygen settings
2022-08-03 19:58:49 +02:00
Sebastien Loriot
55492f8eb6
Merge pull request #6767 from albert-github/feature/bug_latexonly
...
Confusing line numbers in case of warnings
2022-08-03 19:58:07 +02:00
albert-github
07fb04e860
Replacing OBSOLETE doxygen settings
...
Replacing the doxygen obsolete settings with the new settings
2022-08-01 12:31:46 +02:00
albert-github
68a4fdcedc
Confusing line numbers in case of warnings
...
Based on the problems with the line numbers in some warnings, see review of https://github.com/CGAL/cgal/pull/6688 one of the problems was the `ALIASES` for figures, here we have the code `\latexonly ^^ \endlatexonly` though the code in the `\latexonly` part should be LaTeX commands. Here the "attempted" newline is not necessary at all so the `^^` can be removed leaving an empty `\latexonly` part that can be removed as well.
There are a number of other numbering problems found in https://github.com/CGAL/cgal/pull/6688 but they are on the doxygen side as a proposed pull request https://github.com/doxygen/doxygen/pull/9465 has been submitted.
2022-07-21 18:47:08 +02:00
Sébastien Loriot
c1afb483f5
licence -> license
2022-07-19 09:04:19 +02:00
Sébastien Loriot
1e857506c1
Merge remote-tracking branch 'cgal/5.5.x-branch'
2022-07-12 18:22:02 +02:00
Sébastien Loriot
12795ba29c
Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD
2022-07-12 18:21:16 +02:00
Sebastien Loriot
22e5a5a1df
Update Documentation/doc/Documentation/windows.txt
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2022-07-11 11:59:59 +02:00
Sébastien Loriot
c6a58e4365
add missing version
...
Thanks @albert-github for checking!
2022-07-11 11:31:18 +02:00
Sébastien Loriot
b80bfd0974
add missing supported compiler
2022-07-11 11:06:04 +02:00
Laurent Rineau
821e3ba71f
Merge branch '5.5.x-branch'
...
# Conflicts:
# Installation/include/CGAL/version.h
# Installation/lib/cmake/CGAL/CGALConfigVersion.cmake
2022-06-29 14:55:06 +02:00
Laurent Rineau
10f5fa4f1e
Prepare CGAL-5.5
2022-06-29 14:52:29 +02:00
Sébastien Loriot
707b45cb5b
Merge remote-tracking branch 'cgal/5.5.x-branch'
2022-06-29 10:48:00 +02:00
Laurent Rineau
499b7794c9
Merge pull request #5693 from janetournois/Mesh_data_structure_3-new_package-jtournois
...
SMDS_3: Mesh_data_structure_3 - new package for C3T3
2022-06-29 09:14:38 +02:00
Laurent Rineau
3bd55ca2b2
Remove mention to boost::thread_specific_ptr
2022-06-20 09:35:06 +02:00
Laurent Rineau
a79363275e
Merge pull request #6659 from afabri/CGAL-fix_boost_doc_URLs-GF
...
STL_extension: Fix URL to boost libs
2022-06-15 10:20:44 +02:00
Laurent Rineau
a0aec6d20a
Merge pull request #6659 from afabri/CGAL-fix_boost_doc_URLs-GF
...
STL_extension: Fix URL to boost libs
2022-06-15 10:18:53 +02:00
Laurent Rineau
c132b6a11e
Merge remote-tracking branch 'cgal/master' into Mesh_data_structure_3-new_package-jtournois
2022-06-13 16:26:34 +02:00
Laurent Rineau
d9245b9cd6
Remove any mention of result_of in the documentation
2022-06-10 17:26:44 +02:00
Andreas Fabri
60df88453f
No longer use the link to boost::result_of
2022-06-09 12:44:10 +01:00
Sébastien Loriot
eee363df27
Merge cgal/master
2022-06-08 23:23:07 +02:00
Sébastien Loriot
5746e59b34
Merge cgal/master
2022-06-08 23:13:25 +02:00
Jane Tournois
355b52d21f
rename TMDS_3 to SMDS_3, end.
2022-06-08 22:57:25 +02:00
Sébastien Loriot
c8cbbbfb1d
Merge cgal/master
2022-06-08 22:49:25 +02:00
Sébastien Loriot
5e124e5d5f
Merge cgal/master
2022-06-08 22:43:17 +02:00
Jane Tournois
28660da783
doc MDS_3 -> TMDS_3
2022-06-08 22:35:50 +02:00
Sébastien Loriot
f0fc06b998
Merge cgal/master
2022-06-08 22:10:34 +02:00
Sébastien Loriot
ac8d72ee18
merge master
2022-06-08 22:06:36 +02:00
Sébastien Loriot
871973d370
merge cgal/master
2022-06-08 22:00:35 +02:00
Sébastien Loriot
920c35c30e
Merge cgal/master
2022-06-08 21:56:39 +02:00
Jane Tournois
3303b5c7f2
add package to package overview
2022-06-08 21:46:52 +02:00
Andreas Fabri
6fa89d7cdc
Change minimum version number of boost
2022-06-06 08:43:53 +01:00
Sébastien Loriot
ebf9fb025a
Merge remote-tracking branch 'cgal/5.4.x-branch'
2022-05-26 18:13:59 +02:00
Sébastien Loriot
6f84cbebc2
Merge remote-tracking branch 'cgal/5.3.x-branch'
2022-05-26 18:13:19 +02:00
Sebastien Loriot
565611123c
Merge pull request #6611 from MaelRL/AW3-enhance_demo-GF
...
AW3: Fix overzealous filtering during traversal (+ misc enhancements)
2022-05-26 18:09:18 +02:00
Sebastien Loriot
b98b855b61
Merge pull request #6581 from albert-github/feature/bug_text_cpp_namespace
...
Redirect and readability
2022-05-26 18:09:01 +02:00
Sébastien Loriot
74323a484f
workaround issue with pyquery
2022-05-25 18:52:04 +02:00
Mael Rouxel-Labbé
3b52e466a8
AABB_tree doc improvements
2022-05-24 10:02:15 +02:00
Laurent Rineau
e73e030dca
Update minimal version of Eigen to 3.3.4
2022-05-19 17:20:18 +02:00
Laurent Rineau
1cdf1ee26a
Update menu_version.js
2022-05-19 16:50:57 +02:00
albert-github
5bc8c089a0
Redirect and readability
...
From review:
- replace `<TT>` by `<blockquote>
- remove `,`
2022-05-16 12:11:40 +02:00
albert-github
34a167c525
Redirect and readability
...
- correcting permanent redirect
- improve readability
2022-05-13 18:09:08 +02:00
Sebastien Loriot
269a391fa0
Merge pull request #6558 from lrineau/Installation-remove_wd4503-GF
...
CMake script updates: version of CMake and /wd4503 is only for MSVC 2015
2022-05-13 15:53:36 +02:00
Sebastien Loriot
a9d03ba945
Merge pull request #6508 from albert-github/feature/bug_documentation_code
...
Documentation update in respect to code fragments
2022-05-13 15:49:24 +02:00
albert-github
f3c616ee27
Update Documentation/doc/Documentation/Developer_manual/Chapter_portability.txt
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2022-05-10 11:50:09 +02:00
Laurent Rineau
2288225448
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00
albert-github
f2a3845db9
Correcting incorrect link in bibliography file
...
In the closed issue #3819 there WAS already A suggestions to fix this problem (https://github.com/CGAL/cgal/issues/3819#issuecomment-479892766 ), but it had not been implemented.
It is possible to use https://haltools.inria.fr/Public/afficheRequetePubli.php?struct=prisme&affi_exp=inria&format_export=xml&langue=Anglais&CB_accent_latex=oui&CB_auteur=oui&CB_titre=oui&CB_article=oui&Fen=Rech but some further searching is necessary (e.g. for `Olivier Devillers, Giuseppe Liotta,` ) so better to use https://dx.doi.org/10.1016/S0925-7721(98)00039-X
Other references in the bibliography were corrected in a similar way.
2022-04-25 17:32:51 +02:00
albert-github
abaf2bb514
Number_types: Correcting permanent redirect in citation
...
- Documentation/doc/biblio/geom.bib Permanent redirect in doc_output/Number_types/citelist.html
2022-04-25 15:49:12 +02:00
albert-github
939dfbe68a
Documentation update in respect to code fragments
...
- Corrected some another const and mutable based on review
- Corrected BaseDoxyfile.in for other builds of this (5.5) version
2022-04-22 10:31:21 +02:00
albert-github
461dba692d
Documentation update in respect to code fragments
...
Update of documentation in respect of code fragments
- making code fragments work in footnotes
- placing some words in in code tags
- completing some words to code tags
- removing some `#` as they are not necessary
- don't show obfuscation code in email
2022-04-21 17:56:14 +02:00
Mael Rouxel-Labbé
a40a7572ac
Add Alpha_wrap_3
2022-04-04 11:33:27 +02:00
Sébastien Loriot
763c5e99f4
Merge pull request #6190 from MaelRL/gsoc2021-Surface_mesh_simplification-probabilistic-komaromy
...
Probabilistic surface mesh simplification
2022-03-30 08:05:20 +02:00
albert-github
307a515a6e
Manual: correcting gforge address
...
Replacing the addressttps://mpfi.gforge.inria.fr/ by https://gitlab.inria.fr/mpfi/mpfi as Forge is definitively shutdown.
2022-03-21 10:38:47 +01:00
Mael Rouxel-Labbé
34c91aba5f
Merge remote-tracking branch 'cgal/master' into gsoc2021-Surface_mesh_simplification-probabilistic-komaromy
2022-03-14 20:55:23 +01:00
Mael Rouxel-Labbé
50d88fc61a
Add citation for Trettner and Kobbelt (QEF Minimization)
2022-03-14 20:48:39 +01:00
Sébastien Loriot
3a2177f877
remove deprecated recommendation
2022-03-01 18:52:56 +01:00
Laurent Rineau
e7643c90d9
Merge branch '5.4.x-branch'
2022-01-31 17:29:17 +01:00
Laurent Rineau
959bbf105c
CGAL-5.3.2 was not published today
...
... it will be published with CGAL-5.4.1.
2022-01-31 17:28:04 +01:00
Laurent Rineau
e86b6f6643
Merge branch '5.4.x-branch'
2022-01-27 12:14:09 +01:00
Laurent Rineau
c58ac97e93
Prepare 5.4.x-branch for the release of version 5.4
2022-01-27 12:12:21 +01:00
Sébastien Loriot
10b0af3092
rename macro since Named_function_parameter is part of STL_Extension
2022-01-13 14:43:34 +01:00
Sébastien Loriot
c169c41240
Merge remote-tracking branch 'maxGimeno/PMP-Example_of_new_mp_function-maxGimeno' into HEAD
2022-01-12 13:33:49 +01:00
Laurent Rineau
20cdd62d07
Merge pull request #6230 from sloriot/CGAL-doxy_default
...
Update latest default
2022-01-12 11:41:26 +01:00
Sébastien Loriot
e3a2eb8f23
update default
2022-01-10 11:29:46 +01:00
Sébastien Loriot
9112001f33
fix doc
2022-01-06 19:11:54 +01:00
Sébastien Loriot
9714557046
replace overloads with default parameters (PMP)
2022-01-05 14:41:46 +01:00
Sébastien Loriot
a6d9b99466
move macros in BaseDoxyfile
2022-01-04 11:10:09 +01:00
Sébastien Loriot
67477b4fc0
add resource files for 1.9.3
...
cherry-picked from 011178da01
2021-12-27 08:33:21 +01:00
Laurent Rineau
7906e3928a
Merge pull request #6174 from afabri/CGAL_Discontinue_Geomview-GF
...
Remove Geomview
2021-12-20 18:06:29 +01:00
Laurent Rineau
c5d01fc96e
This branch now targets a possible 5.4-beta2
2021-12-17 17:41:29 +01:00
Laurent Rineau
7d87783480
Update minimal versions of gcc and clang
2021-12-14 16:23:24 +01:00
Laurent Rineau
2010a410e2
Prepare CGAL-5.4-beta1
2021-12-14 15:35:03 +01:00
Andreas Fabri
115fa5ab39
Remove Geomview from the manual and the demos
2021-12-14 14:01:21 +00:00
albert-github
3ad2b0ff17
Remove some unintended artifacts from the documentation
...
Some parts were due to to the markdown handling of 4 spaces meaning code converted to code and this was not the intention.
2021-11-25 15:43:21 +01:00
Laurent Rineau
ca89949169
Merge pull request #5597 from lrineau/Mesh_3-weighted_images-GF
...
Mesh_3: Add weighted images
2021-10-29 17:01:33 +02:00
Laurent Rineau
7b9113ac0c
Merge pull request #6034 from sloriot/CGAL_data-moving_files
...
CGAL Data: doc + more data moves
2021-10-29 17:00:07 +02:00
Mael Rouxel-Labbé
c14d65a858
Make the name of each named parameter selectable (doc)
2021-10-26 14:29:38 +02:00
Sebastien Loriot
dc6b58d4c7
Improve wording
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2021-10-11 14:28:13 +02:00
Sébastien Loriot
86339ecfe1
doc data_file_path
2021-10-08 13:30:25 +02:00
Mael Rouxel-Labbé
521c72d57e
Fix typos
2021-10-04 13:34:07 +02:00
Laurent Rineau
b0026b1f5e
Merge pull request #4448 from maxGimeno/Update_python_scripts-maxGimeno
...
Update python scripts
2021-09-23 16:14:08 +02:00
Jane Tournois
4b3fee813f
ITK is not needed in c3t3_item, and find with the required components only
2021-09-23 14:46:40 +02:00
Sébastien Loriot
72c3607780
undo version change
2021-09-22 09:34:37 +02:00
Sébastien Loriot
c83057a7dc
use new way to find python3 since cmake 3.12 and do not use old python path
2021-09-21 14:40:45 +02:00
Sébastien Loriot
8c9fc331cd
Merge remote-tracking branch 'cgal/5.3.x-branch'
2021-09-10 17:51:35 +02:00
Sébastien Loriot
38435dc7c9
Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD
2021-09-10 17:50:58 +02:00
Sebastien Loriot
4610cf3c66
Merge pull request #5904 from sloriot/CGAL-remove_config_flags
...
Replace macros with inline functions and remove a config flag
2021-09-10 17:38:50 +02:00
Mael Rouxel-Labbé
80c81a2c17
Fix typo
2021-09-08 15:54:32 +02:00
Sébastien Loriot
f559330c86
Merge remote-tracking branch 'cgal/5.3.x-branch'
2021-09-06 16:08:41 +02:00
Sébastien Loriot
b71440650c
fix wrong conflict resolution in d89690ae97
2021-09-06 16:07:55 +02:00
Maxime Gimeno
db25bd110e
Update the doc fir TBB cmake usage
2021-09-03 10:46:40 +02:00
Maxime Gimeno
713467e952
revert Doxygen changes
2021-09-03 10:31:15 +02:00
Sébastien Loriot
6e1fc8a4e5
Merge remote-tracking branch 'cgal/master' into HEAD
2021-09-02 16:53:07 +02:00
Maxime Gimeno
3cf9007f5b
Fix xml decoding
2021-09-01 09:14:39 +02:00
Maxime Gimeno
6baa27c7eb
Fix documentation_parser.py
2021-08-31 10:17:07 +02:00
Maxime Gimeno
549e677d6a
Merge remote-tracking branch 'cgal/master' into Update_python_scripts-maxGimeno
2021-08-30 13:04:46 +02:00
Sébastien Loriot
d8510d0fd3
follow up of #4009
2021-08-30 12:37:20 +02:00
Sebastien Loriot
5c41308f43
Update Documentation/doc/Documentation/advanced/Configuration_variables.txt
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2021-08-27 15:26:42 +02:00
Sébastien Loriot
91a725b403
mention var to disable config mode
2021-08-27 12:56:57 +02:00
Sebastien Loriot
76d30bdaa6
Apply suggestions from code review
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2021-08-27 12:46:45 +02:00
Sébastien Loriot
dcbcf102b7
update boost configuration doc
2021-08-27 11:20:10 +02:00
Sebastien Loriot
7e212770e5
Merge pull request #5738 from danston/Barycentric_coordinates_2-danston
...
[Feature] Barycentric Coordinates 2 Revision
2021-08-25 19:35:36 +02:00
Sebastien Loriot
04a3f683ec
Merge pull request #5929 from MaelRL/OBB-Misc_improvements-GF
...
OBB: Change package category
2021-08-25 14:57:25 +02:00
Sébastien Loriot
011178da01
add resource files for 1.9.3
2021-08-24 14:36:54 +02:00
albert-github
fab536d6f9
Interaction between `HAVE_DOT` setting and inheritance graph
...
In the BGL package we get a warning like:
```
/home/cgal-testsuite/cgal_doc_build/CGAL-5.4-Ic-33/doc/BGL/PackageDescription.txt:29: warning: ignoring \dot command because HAVE_DOT is not set
```
The BGL package uses the `\dot` and has now to use the setting `HAVE_DOT=YES` to see the dot image.
Till now this went OK as the `\dot` command didn't look at the setting of the `HAVE_DOT` setting in the Doxyfile, though by the issue https://github.com/doxygen/doxygen/issues/7273 and the pull request https://github.com/doxygen/doxygen/pull/8663 it is now required that `HAVE_DOT` is set.
The idea of setting `HAVE_DOT` for the BGL project removed the warning (and shows the figure again) though has also as side effect that the inheritance graphs are shown. Until now CGAL shows for the inheritance just the text version.
Doxygen now has for the `CLASS_GRAPH` setting the possibility `TEXT` that does exactly what is required.
Due to the general setting of `HAVE_DOT` also the not needed `graph_legend` was generated and some `INCLUDE_GRAPH`s, by setting this to `NO ` these are no suppressed as well.
2021-08-24 12:21:07 +02:00
Mael Rouxel-Labbé
cd3fe4cae9
Move the OBB package to the "Geometric Optimization" category
2021-08-23 22:24:42 +02:00
Sebastien Loriot
c2255e6954
Merge pull request #5903 from sloriot/Doc-various_fixes
...
Doc various fixes
2021-08-19 20:38:39 +02:00
albert-github
96d7986e41
Removing obsolete doxygen settings
...
```
warning: Tag 'LATEX_SOURCE_CODE' at line 1971 of file '.../doc_dxy/BaseDoxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'RTF_SOURCE_CODE' at line 2061 of file '.../doc_dxy/BaseDoxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag 'DOCBOOK_PROGRAMLISTING' at line 2166 of file '.../BaseDoxyfile' has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
```
these tags have been declared obsolete (in the current master version), so they should be removed..
CGAL doesn't use the involved formats so this has no influence on the CGAL documentation processing.
2021-08-15 13:55:32 +02:00
Sebastien Loriot
8b14a14ccf
Merge pull request #5905 from sloriot/Doc-compilers
...
Make it more obvious where to find supported compilers
2021-08-13 18:27:58 +02:00
Sébastien Loriot
de6d8c6cbd
Merge pull request #5742 from danston/Shape_regularization-new_package-danston
...
[Feature] Shape Regularization New Package
2021-08-13 18:19:35 +02:00
Sébastien Loriot
60a4c70f80
make it more obvious where to find supported compilers
2021-08-13 16:50:20 +02:00
Sébastien Loriot
a88a84b0f4
remove some cpp0x and cpp11 config macros
2021-08-13 15:46:50 +02:00
Dmitry Anisimov
650fc04303
Merge remote-tracking branch 'origin/master' into Barycentric_coordinates_2-danston
2021-08-13 11:34:58 +02:00
Sébastien Loriot
53ccf1be4e
remove no longer needed file
2021-08-13 09:53:20 +02:00
Dmitry Anisimov
90b1a5dbed
added missing entry for the new package in docs
2021-08-12 11:47:52 +02:00
Sébastien Loriot
89aec88abc
add missing entry
2021-08-12 11:40:51 +02:00
Sébastien Loriot
814c9138ef
Merge remote-tracking branch 'cgal/5.3.x-branch'
2021-08-12 10:38:11 +02:00
Sébastien Loriot
cff3cdb40e
Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD
2021-08-12 10:23:57 +02:00
Laurent Rineau
97fb041ad5
Port documentation_parser.py to Python3
...
My attempt with python2 on Ubuntu 20.04 failed. Let's move to Python3,
at least for this script.
2021-08-10 13:34:40 +02:00
Laurent Rineau
c9780d93e4
For the moment, documentation_parser.py is a python2 script
2021-08-10 13:11:42 +02:00
Maxime Gimeno
0861536c60
Merge remote-tracking branch 'cgal/master' into Aos_2-boundary_objects-efic
2021-08-09 14:06:22 +02:00
Sébastien Loriot
95a3b100f8
Merge remote-tracking branch 'cgal/5.3.x-branch'
2021-08-05 08:36:10 +02:00
Sébastien Loriot
fb30b596ae
Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD
2021-08-05 08:35:36 +02:00
Sébastien Loriot
5b6f3abac2
fix iteration up to the end
2021-08-05 08:25:43 +02:00
Dmitry Anisimov
76050b2595
Merge remote-tracking branch 'origin/master' into Barycentric_coordinates_2-danston
2021-08-04 15:52:02 +02:00
Dmitry Anisimov
933940435a
Merge remote-tracking branch 'origin/master' into Shape_regularization-new_package-danston
2021-08-04 15:30:10 +02:00
Efi Fogel
5e73fe1eba
Merge remote-tracking branch 'cgal/master' into Aos_2-boundary_objects-efic
2021-08-04 12:22:09 +03:00
Laurent Rineau
4fb90756da
Merge pull request #5475 from sloriot/gsoc2019-PMPHDist-martinskrodzki
...
[Small Feature] Add bounded error Hausdorff distance
2021-07-27 16:28:04 +02:00
Laurent Rineau
b1ccf3fee3
Merge pull request #5402 from mglisse/mt-glisse
...
Epeck thread safety
2021-07-27 15:55:25 +02:00
Laurent Rineau
b9743fffa3
Merge pull request #5741 from danston/Solvers-add_osqp-danston
...
[Small Feature] OSQP Support in Solver Interface
2021-07-27 15:55:23 +02:00
Marc Glisse
e7357ac003
Merge remote-tracking branch 'cgal/master' into mt-glisse
...
several PRs in Filtered_kernel conflicted with this :-(
2021-07-19 14:53:27 +02:00
Sebastien Loriot
40f507a1f1
Merge pull request #5800 from MaelRL/SS-Doc_fixes-GF
...
Harmonization of some IO stream documentation
2021-07-19 07:56:48 +02:00
Mael
0426fd674c
Add the ASCII alias for doxygen 1.8.4
2021-07-08 23:58:14 +02:00
Jane Tournois
ba95896f93
add doc for weighted images
2021-07-06 15:56:55 +02:00
Laurent Rineau
484ee4c6c4
Change the release name, from 5.3-beta2 to 5.3
...
...and prepare for the near publication of 5.1.5 and 5.2.3.
2021-07-02 12:46:43 +02:00
Laurent Rineau
7a3baf216d
Merge branch 'Doc-Remove_compiled_cgal_compatibility-maxGimeno'
2021-06-30 15:43:28 +02:00
Laurent Rineau
66c7a5c496
Merge pull request #5779 from danston/Installation-macos_guide_fix-danston
...
MacOS Qt5 Guide Update
2021-06-29 15:30:32 +02:00
Laurent Rineau
c267217f46
Merge pull request #5779 from danston/Installation-macos_guide_fix-danston
...
MacOS Qt5 Guide Update
2021-06-29 15:27:46 +02:00
Maxime Gimeno
83cff06d12
more update
2021-06-29 13:45:41 +02:00
Maxime Gimeno
3ef2dbe915
Add the drop of the support of CGAL not header-only in CHANGES and update the doc about configuration and installation.
2021-06-29 13:16:42 +02:00
Dmitry Anisimov
86730d9555
Update Documentation/doc/Documentation/Usage.txt
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2021-06-25 11:27:15 +02:00
Dmitry Anisimov
d2974c44b7
better description
2021-06-25 11:27:02 +02:00
Dmitry Anisimov
e129bd7b35
macos qt5 guide installation update
2021-06-25 11:26:55 +02:00
Mael Rouxel-Labbé
78ff9185b3
Harmonize ASCII usage across all packages
2021-06-23 23:34:32 +02:00
Dmitry Anisimov
672a6e8e30
Merge remote-tracking branch 'origin/Solvers-add_osqp-danston' into Shape_regularization-new_package-danston
2021-06-18 16:15:53 +02:00
Dmitry Anisimov
aaf55dbaa0
Merge remote-tracking branch 'maxGimeno/PMP-compare_faces_from_meshes-maxGimeno' into gsoc2019-PMPHDist-martinskrodzki
2021-06-18 14:45:24 +02:00
albert-github
9896a494d3
issue #5753 Broken hyperlink in Number_types
...
Seen the discussion with #5753 , correcting the link
2021-06-18 11:57:39 +02:00
Dmitry Anisimov
94b75803c0
Merge branch 'master' into Solvers-add_osqp-danston
2021-06-18 10:02:11 +02:00
Laurent Rineau
530616534a
Fix and document the CMake CGAL_HAS_NO_THREADS option
2021-06-16 17:12:59 +02:00