Laurent Rineau
d0d021ef3f
Merge branch 'master' of github.com:CGAL/cgal
2020-10-29 15:32:35 +01:00
Maxime Gimeno
1c00bf6847
Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno
2020-10-29 15:09:16 +01:00
Mael
38c3dc7924
Merge branch 'master' into Iterative_authalic_parameterization
2020-10-28 17:34:01 +01:00
Sébastien Loriot
a2122435e4
remove resource (very similar to 1.8.20)
2020-10-27 19:37:30 +01:00
Sébastien Loriot
0d534e2821
add resources for 1.8.20
2020-10-27 19:31:31 +01:00
Sébastien Loriot
ae0067fa24
use SVG
2020-10-26 18:49:58 +01:00
Sébastien Loriot
3caa542096
add resource files for 1.8.19 + cmake update for version number
2020-10-26 18:39:06 +01:00
albert-github
a2c624902e
Missing search glass in search box of the documenttaion
...
Due to the change for the doxygen fix https://github.com/doxygen/doxygen/pull/7888 the file `mag_sel.png` is replaced by `mag_sel.svg`, as a result the search glass in the search box was not present anymore.
(Note this is only valid for versions 1.8.19 and newer).
2020-10-21 13:31:18 +02:00
Andreas Fabri
d4817f8671
Cite correctly and relicense as recommended at http://softwarefreedom.org/resources/2007/gpl-non-gpl-collaboration.html
2020-10-21 08:13:40 +01:00
Maxime Gimeno
bebd60c12b
Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno
2020-10-20 09:53:54 +02:00
Maxime Gimeno
076974547d
Update cmake version in doc
2020-10-16 10:42:42 +02:00
Simon Giraudot
40fbfffeaa
Update tutorial with scanline orientation
2020-10-12 13:57:25 +02:00
Mael Rouxel-Labbé
f55ef7dd50
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-10-09 18:36:17 +02:00
Maxime Gimeno
733c487cc2
Fix file(GLOB...) in Installation/CMakeLists
2020-10-08 11:01:18 +02:00
Mael Rouxel-Labbé
5d414461b0
Merge remote-tracking branch 'cgal/master' into Iterative_authalic_parameterization
2020-09-22 11:53:27 +02:00
Mael Rouxel-Labbé
4694a48913
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-09-22 11:35:25 +02:00
Laurent Rineau
6db27e5db6
Adapt doc and scripts to new tags and branchs names
2020-09-10 13:10:03 +02:00
Laurent Rineau
d00be189af
Fix menu_version.js in the doc
2020-09-08 11:19:45 +02:00
Mael Rouxel-Labbé
8682f9bafb
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-08-24 11:45:17 +02:00
Sébastien Loriot
eab5aa962e
apply f4d6c6fd15 to other resource files
2020-08-20 10:26:31 +02:00
albert-github
f4d6c6fd15
Layout on the bibliography page
...
When having a bit a long citation description, the description runs, in the HTML output on the bibliography page, into 3 or more lines where the 3rd and following lines continue underneath the citation number like:
```
[1] Eric Berberich, Arno Eigenwillig, Michael Hemmer, Susan Hert, Lutz Kettner, Kurt Mehlhorn, Joachim Reichel, Susanne Schmitt, Elmar Schömer, and Nicola Wolpert. Exacus: Efficient and exact
algorithms for curves and surfaces. In Gerth S. Brodal and Stefano Leonardi, editors, 13th Annual European Symposium on Algorithms (ESA 2005), volume 3669 of Lecture Notes in Computer Science,
pages 155–166, Palma de Mallorca, Spain, October 2005. European Association for Theoretical Computer Science (EATCS), Springer.
```
The example was found in e.g. https://doc.cgal.org/latest/Algebraic_foundations/citelist.html
- corrected the "overflow"
- made the citation number right aligned
2020-08-11 13:26:23 +02:00
Sébastien Loriot
3f8916e0cb
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
2020-08-10 07:32:38 +02:00
Sébastien Loriot
96b71b348e
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2020-08-10 07:32:05 +02:00
albert-github
fe11e704eb
Representation of `__` in typewrite font versus code
...
Seen the discussion with the doxygen pull request https://github.com/doxygen/doxygen/pull/7782 and the subsequent regression, I think it is better to signal the words like `__GNUC__` really as code by using back-ticks in the code.
2020-08-10 07:18:06 +02:00
Maxime Gimeno
9c15f2c9dc
Use FeatureSummary in the demo, and remove CGAL_FOUND
2020-08-04 12:46:17 +02:00
Laurent Rineau
926610102f
Merge branch 'master' into gsoc2020-Surface_mesh_topology-Simplicity-johnmave126
2020-08-04 10:12:09 +02:00
Laurent Rineau
b94c11ec4c
Update menu_version.js with newest versions
2020-08-03 11:56:29 +02:00
Laurent Rineau
1ae35c9f58
Document that we require Boost 1.66 or later
...
... and let's face that 5.1 will only be officially published in
September 2020, after the summer vacations.
2020-07-31 10:00:55 +02:00
Laurent Rineau
c98978a62f
Merge pull request #4864 from lrineau/CGAL_Core-fix_memory_pool_issue-GF
...
CGAL_Core: fix a long-standing bug ( !blocks.empty() )
2020-07-23 17:15:07 +02:00
Laurent Rineau
88a3aab077
Merge pull request #4858 from sloriot/Doc-fix_filter_script_for_python3
...
Python 3 doc build compatibility
2020-07-22 16:54:41 +02:00
Laurent Rineau
03be017c46
Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch
2020-07-22 16:54:04 +02:00
Mael Rouxel-Labbé
c5ab12f840
Merge remote-tracking branch 'cgal/master' into Iterative_authalic_parameterization
2020-07-22 14:25:03 +02:00
Youmu
f5ce7716bf
First version of documentation
2020-07-21 20:40:01 -04:00
Laurent Rineau
8a7d3fa21e
CGAL_Core no longer needs Boost.Thread
2020-07-21 17:32:30 +02:00
Sébastien Loriot
b98cedc1b9
fix package description generation script to be compatible with python 2 and 3
2020-07-21 13:49:20 +02:00
Sébastien Loriot
c1d364d24a
fix package description generation script to be compatible with python 2 and 3
2020-07-21 10:49:04 +02:00
Sébastien Loriot
65ecf06f5d
fix package description generation script to be compatible with python 2 and 3
2020-07-21 10:38:07 +02:00
Mael Rouxel-Labbé
93f1cd99ca
Merge remote-tracking branch 'cgal/master' into CGAL-Improve_NP_doc_presentation-GF
2020-07-16 09:53:31 +02:00
Mael Rouxel-Labbé
d2cd147bad
Fix doc of Iterative_authalic_parameterization
2020-07-10 10:54:07 +02:00
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
Mael Rouxel-Labbé
594eb97a22
Doc improvements
2020-06-25 21:01:04 +02:00
Mael Rouxel-Labbé
2d49f7d702
Countless IO fixes...
...
Don't have the patience to split it nicely
2020-06-21 12:03:28 +02:00
Mael Rouxel-Labbé
6f8a895671
Merge remote-tracking branch 'mine/CGAL-Improve_NP_doc_presentation-GF' into CGAL_IO-maxGimeno
2020-06-18 15:21:27 +02:00
Mael Rouxel-Labbé
f6053b950f
Mirror new NP changes to Doxygen resources 1.8.4 and 1.8.13
2020-06-18 14:18:41 +02:00
Mael Rouxel-Labbé
26eb7903aa
Merge remote-tracking branch 'cgal/master' into CGAL-Improve_NP_doc_presentation-GF
2020-06-18 12:46:46 +02:00
Maxime Gimeno
ea53a8d70d
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-06-17 14:25:21 +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
96cbb19f0b
Fix brew doc about cgal-qt5 which doesn't exist
2020-06-05 17:51:09 +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
Mael Rouxel-Labbé
071565467d
Merge remote-tracking branch 'cgal/master' into CGAL-Improve_NP_doc_presentation-GF
2020-06-03 19:01:46 +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
Mael Rouxel-Labbé
fb8463f470
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-05-22 15:17:56 +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
Mael Rouxel-Labbé
038869cab9
Merge remote-tracking branch 'cgal/master' into CGAL-Improve_NP_doc_presentation-GF
2020-05-12 15:12:21 +02:00
Laurent Rineau
02c518523d
Fix Documentation/doc/CMakeLists.txt
2020-05-06 13:36:38 +02:00
Maxime Gimeno
049439fa6b
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-04-30 16:47:58 +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
3b52dfd7de
Merge remote-tracking branch 'cgal/master'
2020-04-18 14:47:28 +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
Mael Rouxel-Labbé
f0532f9f31
Fix horizontal max width
2020-04-13 13:03:20 +02:00