Commit Graph

1039 Commits

Author SHA1 Message Date
Laurent Rineau c85d2b295c Bump Boost minimal support version
We actually no longer test Boost below version 1.62.
2020-07-07 09:46:15 +02:00
Laurent Rineau 9b8ecd720b Merge pull request #4636 from sgiraudot/CMake-Third_party_imported_targets-GF
CMake: Use Imported Targets for 3rd Party Libs
2020-06-05 17:54:14 +02:00
Laurent Rineau 451202e61e Merge pull request #4759 from lrineau/Documentation-add_warning_about_doc_of_master-GF
Documentation: add warning about doc of master gf
2020-06-05 17:53:47 +02:00
Laurent Rineau c3482b46ba Merge pull request #4763 from maxGimeno/Documentation-brew_fixes-maxGimeno
Documentation : Fix brew doc
2020-06-05 17:51:57 +02:00
Maxime Gimeno ec2f3f2fa9 Fix brew doc about cgal-qt5 which doesn't exist 2020-06-04 10:15:34 +02:00
Laurent Rineau daf86cc719 Prepare for 5.1-beta1 2020-06-04 09:42:02 +02:00
Laurent Rineau a828cb0d06 Merge pull request #4620 from janetournois/Tetrahedral_remeshing-new-jtournois
Tetrahedral remeshing - new package
2020-06-03 16:23:17 +02:00
Laurent Rineau 821b909caf Use Sébastien's suggestion. CSS: the paragraph overflows 2020-06-02 11:13:49 +02:00
Laurent Rineau c3f200bbf3 Remove whitespace at end of lines 2020-06-02 10:47:22 +02:00
Laurent Rineau a443ad51cc Hack to add a warning for the documentation of master 2020-06-02 10:47:00 +02:00
Simon Giraudot 89285f1feb Merge remote-tracking branch 'mine/CMake-Third_party_imported_targets-GF' into CMake-Third_party_imported_targets-GF 2020-05-28 08:53:17 +02:00
Laurent Rineau 81c1b96217 Merge branch 'releases/CGAL-5.0-branch' 2020-05-18 12:01:39 +02:00
Laurent Rineau 0ed0741489 Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch 2020-05-18 11:59:20 +02:00
Laurent Rineau 02c518523d Fix Documentation/doc/CMakeLists.txt 2020-05-06 13:36:38 +02:00
Sebastien Loriot fea3a179bf
Merge pull request #4505 from sgiraudot/Tutorials-GIS-GF
[Small Feature] GIS Tutorial
2020-04-29 15:15:55 +02:00
Sébastien Loriot 8a1f066721 add missing backtick 2020-04-29 15:14:40 +02:00
Sebastien Loriot 73936b5737
Merge pull request #4687 from albert-github/feature/bug_doxygen_setting
Introducing CMake option CGAL_EXTRACT_ALL_NO_DETAILED_IF_EMPTY
2020-04-29 14:04:19 +02:00
Sebastien Loriot 2d3e126450
Merge pull request #4602 from gdamiand/gsoc2019-nccycles-thien
Surface mesh topology shortest cycle
2020-04-29 09:10:37 +02:00
Sébastien Loriot bfecbf55a1 Update from master (done during rebasing)
Original commit:
    commit 573f9f3224939fb2cd74d9a82bd5b1c0e471edc7
    Merge: c824946ef60 16fc8d1fe2
    Author: Guillaume Damiand <guillaume.damiand@liris.cnrs.fr>
    Date:   Fri Mar 27 10:38:38 2020 +0100

        Merge remote-tracking branch 'cgal/master' into gsoc2019-nccycles-thien
2020-04-27 18:42:57 +02:00
Sébastien Loriot 0051bd8036 Update from master (done during rebase)
Original commit:
    commit c824946ef6090208d7eedeb6e72c614d42827111
    Merge: 7f2e6d0d4e1 6d2ada806c
    Author: Guillaume Damiand <guillaume.damiand@liris.cnrs.fr>
    Date:   Fri Mar 27 10:10:33 2020 +0100

        Merge tag 'master_before_no_tws_nor_tabs' into gsoc2019-nccycles-thien
2020-04-27 18:38:47 +02:00
Sébastien Loriot 24f684092d Update from master (while rebasing)
Original merge commit:
    commit 2e4a18e3e6f73c41d4935aed22330adf83f99f28 (HEAD)
    Merge: b91b6cab3a1 29f973a616
    Author: Guillaume Damiand <guillaume.damiand@liris.cnrs.fr>
    Date:   Thu Mar 12 18:05:22 2020 +0100

        Merge master; NYF
2020-04-27 18:34:34 +02:00
Sébastien Loriot e4d63837fd Merge remote-tracking branch 'gsoc2019-nccycles-thien' into Surface_mesh_topology-gdamiand
This is a merge done after the rebase of Surface_mesh_topology-gdamiand

  Original commit id:
    commit 5459085b7da44946a834ce155fcc4e9c83ad14b2 (HEAD)
    Merge: 8138ac72694 349759a0547
    Author: Thien Hoang <thienvhoang99@gmail.com>
    Date:   Sat Jul 13 02:46:50 2019 +0700
2020-04-27 18:07:48 +02:00
albert-github 876aa4c0bd Introducing CMake option CGAL_EXTRACT_ALL_NO_DETAILED_IF_EMPTY
When (re)generating the documentation from the sources and not using the, internally patched CGAL, doxygen version one gets messages about:
```
warning: ignoring unsupported tag 'EXTRACT_ALL_NO_DETAILED_IF_EMPTY'
```

By introducing the option `CGAL_EXTRACT_ALL_NO_DETAILED_IF_EMPTY` this doxygen setting can be steered
- option not supplied to cmake, will use as if specified  `-DCGAL_EXTRACT_ALL_NO_DETAILED_IF_EMPTY=ON`
- option supplied to cmake as `-DCGAL_EXTRACT_ALL_NO_DETAILED_IF_EMPTY=ON` will write the line `EXTRACT_ALL_NO_DETAILED_IF_EMPTY = YES` in the doxygen configuration
- option supplied to cmake as `-DCGAL_EXTRACT_ALL_NO_DETAILED_IF_EMPTY=OFF` will write the line `#EXTRACT_ALL_NO_DETAILED_IF_EMPTY = NO` in the doxygen configuration, so just using the default setting of `NO` line could be omitted but it is better to have a placeholder
2020-04-27 13:12:33 +02:00
Sébastien Loriot c5af2b25f3 Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch' 2020-04-22 13:27:29 +02:00
Sébastien Loriot 157bdbda08 Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' 2020-04-22 13:26:52 +02:00
Sebastien Loriot b5388c624a
Merge pull request #4643 from sloriot/CGAL-no_Three_doc
Three doc should not be built by default in public releases
2020-04-22 13:00:43 +02:00
Simon Giraudot b9ec565f07 Fix Classification example dir include in Doxyfile 2020-04-22 08:10:43 +02:00
Simon Giraudot fb8573e139 Merge remote-tracking branch 'mine/Tutorials-GIS-GF' into Tutorials-GIS-GF 2020-04-20 09:25:52 +02:00
Simon Giraudot 637695e892 Fix doc with imported targets 2020-04-20 09:10:23 +02:00
Simon Giraudot 1dd6a665a1 Merge remote-tracking branch 'mine/CMake-Third_party_imported_targets-GF' into CMake-Third_party_imported_targets-GF 2020-04-20 09:09:32 +02:00
Jane Tournois cf58a08a55 Merge branch 'master' into Tetrahedral_remeshing-new-jtournois 2020-04-20 06:24:36 +02:00
Sébastien Loriot e6e1c8b557 Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch' 2020-04-17 15:07:43 +02:00
Maxime Gimeno 24184e62c4 Replace boost minimal version 2020-04-17 13:17:26 +02:00
Sébastien Loriot 2dc7f66c8a avoid linking 2020-04-17 10:26:56 +02:00
Sebastien Loriot 7a29b9bcf4
Merge pull request #4644 from albert-github/feature/bug_mathjax_codefile
Introducing central MATHJAX_CODEFILE
2020-04-17 10:13:06 +02:00
Jane Tournois 7c170f4f69 doc : user manual and figs 2020-04-17 08:34:49 +02:00
albert-github 93e0eb11f9 Introducing central MATHJAX_CODEFILE
Removed extra pair of brackets
2020-04-16 19:00:04 +02:00
Sébastien Loriot d03a02368d Use regular font 2020-04-16 18:55:32 +02:00
Sebastien Loriot a84152b352
Merge pull request #4624 from maxGimeno/Doc-CGAL_with_cmake-maxGimeno
Documentation: Add a page that explains how to use cmake
2020-04-16 18:49:30 +02:00
Sébastien Loriot 0795c5f9fc fix link issues 2020-04-16 18:48:20 +02:00
Sebastien Loriot a860a7ea5a
Merge pull request #4404 from MaelRL/CGAL-Optimal_bounding_box-GF
New Package: Optimal Bounding Box
2020-04-16 18:10:58 +02:00
Mael Rouxel-Labbé 626c3b5485 Tiny doc fix 2020-04-16 17:55:45 +02:00
Mael Rouxel-Labbé 315d610b27 Add OBB user manual 2020-04-16 17:46:01 +02:00
Simon Giraudot a08a1e950d Merge remote-tracking branch 'mine/Tutorials-GIS-GF' into Tutorials-GIS-GF 2020-04-16 16:56:13 +02:00
Sébastien Loriot a8f9858099 Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch' 2020-04-16 16:29:55 +02:00
Sébastien Loriot 9a17c8d9fa Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' 2020-04-16 16:28:01 +02:00
Simon Giraudot 15c07ff06f Update third party doc with imported targets 2020-04-15 14:06:14 +02:00
Laurent Rineau fab384d4cc Fix Python script that inserted a `<a name="details">` incorrectly 2020-04-14 13:52:01 +02:00
albert-github e5177aa014 Introducing central MATHJAX_CODEFILE
Currently the needed extra definitions for MathJax usage (i.e. `\newcommand` and `\def` commaonds) are distributed over the header file and in a number of source code files.
Doxygen has the possibility for a centralize this by means of the MATHJAX_CODEFILE configuration setting, this has been implemented.
2020-04-13 12:37:57 +02:00
Sébastien Loriot d3082b1141 Three doc should not be built by default in public releases 2020-04-13 11:34:02 +02:00