Commit Graph

1335 Commits

Author SHA1 Message Date
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 c58ac97e93 Prepare 5.4.x-branch for the release of version 5.4 2022-01-27 12:12:21 +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 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