Commit Graph

1467 Commits

Author SHA1 Message Date
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
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