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
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