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
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
Sébastien Loriot
b65caba99b
use regular font as on the GNU website
2020-04-13 11:07:52 +02:00
Sebastien Loriot
fc26c74e97
Update Documentation/doc/Documentation/Getting_started.txt
...
another cgal macros usage
2020-04-13 10:38:50 +02:00
Sebastien Loriot
7e5174fa11
Apply suggestions from code review
...
missing space + use cgal macro
2020-04-13 10:37:36 +02:00
Mael Rouxel-Labbé
2337716bcd
Merge remote-tracking branch 'cgal/master' into CGAL-Improve_NP_doc_presentation-GF
2020-04-12 20:46:35 +02:00
Mael Rouxel-Labbé
c16c1a7ea3
Merge remote-tracking branch 'cgal/master' into CGAL-Optimal_bounding_box-GF
2020-04-10 16:10:11 +02:00
Sébastien Loriot
50c62be925
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
2020-04-08 15:56:23 +02:00
Sébastien Loriot
947c838a6c
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2020-04-08 15:55:15 +02:00
Maxime Gimeno
bc841c1da2
Use real files as examples, to be sure they work as they are in the testsuite
2020-04-08 10:44:59 +02:00
Sébastien Loriot
75f0b18224
remove deprecated config options
2020-04-07 14:31:36 +02:00
Maxime Gimeno
741a8dcaff
Add a manual page explaining how to make a CMakeLists.txt
2020-04-07 12:58:33 +02:00
Simon Giraudot
9e2ce819f0
Merge remote-tracking branch 'mine/Tutorials-GIS-GF' into Tutorials-GIS-GF
2020-04-07 10:15:50 +02:00
Mael Rouxel-Labbé
c1a15f8c02
Add NPBegin macro with an argument (for VSA)
2020-04-05 17:57:10 +02:00
Mael Rouxel-Labbé
fc79510388
Regroup NP aliases into the base doxyfile.in
2020-04-04 17:26:32 +02:00
Mael Rouxel-Labbé
a1b0abfb08
Merge remote-tracking branch 'cgal/master' into CGAL-Improve_NP_doc_presentation-GF
2020-04-04 15:40:38 +02:00
Jane Tournois
dca97faad6
Merge remote-tracking branch 'cgal/master' into Tetrahedral_remeshing-new-jtournois
2020-04-01 12:25:59 +01:00
Jane Tournois
e0171c2f24
Merge branch 'master' into Tetrahedral_remeshing-new-jtournois
2020-04-01 07:07:46 +01:00
Simon Giraudot
7d7e5400d0
Update from review
2020-03-30 13:25:41 +02:00
Mael Rouxel-Labbé
aac2efe8c7
Add some code to create collapsible named parameters
2020-03-27 20:23:40 +01:00
Maxime Gimeno
4e6fb685c6
Merge remote-tracking branch 'mine/CGAL_IO-maxGimeno' into HEAD
2020-03-27 11:11:10 +01:00
Maxime Gimeno
9c0648a004
Merge tag 'master_before_no_tws_nor_tabs' into CGAL_IO-maxGimeno
2020-03-27 11:05:43 +01:00
Sébastien Loriot
35b83deffd
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 19:16:25 +01:00
Sébastien Loriot
2fa1f56ea1
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 18:56:26 +01:00
Simon Giraudot
72e40341df
Fix duplicate figure name
2020-03-26 14:53:36 +01:00
Sébastien Loriot
8bb22d5b2c
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of the 5.0 release branch
+ manual fix of the files (indentation was changed in the meantime):
* Spatial_sorting/include/CGAL/Multiscale_sort.h
* Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot
8b153fb495
Merge branch 'cgal/releases/CGAL-5.0-branch'
...
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00
Mael Rouxel-Labbé
54d41c816b
Merge remote-tracking branch 'cgal/master' into CGAL-Optimal_bounding_box-GF
2020-03-24 12:03:07 +01:00
Simon Giraudot
8f28d6a397
Merge remote-tracking branch 'mine/CGAL_Tutorials-Surface_reconstruction-GF' into CGAL_Tutorials-Surface_reconstruction-GF
2020-03-23 09:20:24 +01:00
Simon Giraudot
be5a920df4
Fix path in doxyfile
2020-03-23 09:18:58 +01:00
Simon Giraudot
371e67b411
Fix figures
2020-03-23 09:18:49 +01:00
Mael Rouxel-Labbé
2556196dad
Merge remote-tracking branch 'cgal/master' into CGAL-Optimal_bounding_box-GF
2020-03-23 08:59:49 +01:00
Sébastien Loriot
eb5d1d9a95
Update from master
2020-03-20 08:58:52 +01:00
Simon Giraudot
50b2e32587
Fix figure
2020-03-18 15:21:11 +01:00
Simon Giraudot
a2df4a4a35
Another update with review
2020-03-18 14:33:28 +01:00
Sébastien Loriot
cc1bd20c7c
Merge pull request #4356 from sgiraudot/Documentation-Update_cmake_variables-GF
...
Third party libs: improve documentation + introduce new CMake functions
2020-03-17 18:19:40 +01:00
Mael Rouxel-Labbé
30d4754a04
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-03-17 09:03:12 +01:00
Sébastien Loriot
32813dc976
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
2020-03-16 16:32:47 +01:00
Simon Giraudot
cfb7ea076c
Update with review
2020-03-16 16:07:41 +01:00
Mael Rouxel-Labbé
3e365756ca
Merge branch 'CGAL-Optimal_bounding_box-GF-old' into CGAL-Optimal_bounding_box-GF
2020-03-09 16:54:25 +01:00
Maxime Gimeno
68397cf423
Add Qt5_DIR and METIS to the summary's installation doc page
2020-03-05 16:29:32 +01:00
Simon Giraudot
feaa8ce598
Merge remote-tracking branch 'necip/gsoc2019-pointmatcher_icp_wrapper-necipfazil' into gsoc2019-pointmatcher_icp_wrapper-necipfazil
2020-03-05 15:58:17 +01:00
Laurent Rineau
5f58885213
menu_version.js for master
2020-02-25 13:22:46 +01:00
Laurent Rineau
3cc4dbddb1
Prepare new bug-fix releases
2020-02-25 09:50:53 +01:00
Laurent Rineau
0cabb7165b
Merge pull request #4516 from maxGimeno/Doc-fix_doc_for_brew-maxGimeno
...
Documentation: Update installation instructions
2020-02-14 14:39:13 +01:00
Simon Giraudot
e32e5d58e0
Add hole filling and remeshing to GIS tutorial
2020-02-13 13:02:52 +01:00
Jane Tournois
8fb3d71d47
Merge branch 'Doc-fix_doc_for_brew-maxGimeno' of github.com:maxGimeno/cgal into Doc-fix_doc_for_brew-maxGimeno
2020-02-11 13:39:12 +00:00
Maxime Gimeno
ba474bb03a
Fixes after review
2020-02-11 14:37:13 +01:00
Jane Tournois
92a4a15063
fix the way target platform is set
2020-02-11 14:31:17 +01:00
Jane Tournois
48a2dd4406
fix typo
2020-02-11 14:28:16 +01:00
Maxime Gimeno
08f2d396d8
Fix prefix
2020-02-11 14:16:06 +01:00
Maxime Gimeno
423b6007f2
Use /opt pathes for brew and add some info on how to use CGAL_Qt5 from brew.
2020-02-11 13:24:14 +01:00
Simon Giraudot
eb5f7ecea2
Small typo fixes in tutorial
2020-02-10 17:10:58 +01:00
Simon Giraudot
1ac8e7b157
Document CGAL_target_use_* in third party section
2020-02-10 11:57:56 +01:00
Simon Giraudot
d16e7ca9d1
Document cmake variables of LASlib, OpenCV, TensorFlow, SCIP and GLPK
2020-02-10 11:57:56 +01:00
Simon Giraudot
a573cb93b0
Update tutorial + example
2020-02-05 16:05:30 +01:00
Simon Giraudot
345d22ae5a
Add polyline simplification to GIS tutorial + several fixes
2020-02-04 14:35:39 +01:00
Simon Giraudot
98faa60276
GIS tutorial v1
2020-02-03 16:28:14 +01:00
Simon Giraudot
29ac68fb26
Make training comply with range concept
2020-02-03 16:25:29 +01:00
Jane Tournois
e7c3ecc3c3
wip doc tetrahedral remeshing
2020-01-28 15:50:52 +00:00
Laurent Rineau
5d0b60e0a8
Merge branch 'releases/CGAL-5.0-branch'
2020-01-27 11:25:19 +01:00
Laurent Rineau
7868c454e7
Next version on this branch will be 5.0.2
2020-01-27 11:24:09 +01:00
Mael Rouxel-Labbé
d620198049
Merge branch 'CGAL_IO-maxGimeno-old' into CGAL_IO-maxGimeno
2020-01-17 12:34:08 +01:00
Simon Giraudot
3dd3affd36
Document CGAL_target_use_ for OpenGR and pointmatcher
2020-01-16 16:16:16 +01:00
Simon Giraudot
3cd8207f51
Merge remote-tracking branch 'necip/gsoc2019-pointmatcher_icp_wrapper-necipfazil' into gsoc2019-pointmatcher_icp_wrapper-necipfazil
2020-01-16 12:03:49 +01:00
Laurent Rineau
67b1b0e04f
Merge pull request #4042 from gdamiand/Surface_mesh_topology-gdamiand
...
Surface mesh topology (new package)
2020-01-15 17:24:06 +01:00
Laurent Rineau
b04b9be2fc
Merge pull request #4407 from afabri/Doxygen-more_space_for_classes-GF
...
Doxygen: More space for class names
2020-01-15 17:19:40 +01:00
Simon Giraudot
5beaa0c164
Merge remote-tracking branch 'necip/gsoc2019-pointmatcher_icp_wrapper-necipfazil' into gsoc2019-pointmatcher_icp_wrapper-necipfazil
2020-01-15 10:28:10 +01:00
Simon Giraudot
aa699d4765
Update tutorial and figures
2020-01-13 15:49:01 +01:00
Simon Giraudot
4bcad2e25c
Update tutorial from review
2020-01-13 14:08:32 +01:00
Simon Giraudot
a22825b9d6
Merge remote-tracking branch 'GF/CGAL_Tutorials-Surface_reconstruction-GF' into CGAL_Tutorials-Surface_reconstruction-GF
2020-01-13 13:00:19 +01:00
Thien Hoang
5156eb7b6a
Add user manual
2020-01-07 18:04:34 +01:00
Guillaume Damiand
0b7ec2e216
Merge branch 'master' into Surface_mesh_topology-gdamiand
2019-12-20 10:02:23 +01:00
Sébastien Loriot
e80f869147
Merge remote-tracking branch 'cgal/master'
2019-12-20 09:35:45 +01:00
Andreas Fabri
784cd89fe5
20% -> auto
2019-12-12 15:04:15 +01:00
Andreas Fabri
963823c23d
Do the same for 1.8.13 and 1.8.14
2019-12-12 08:52:39 +01:00
Andreas Fabri
0e81db0e56
Doxygen: More space for class names
2019-12-11 16:09:27 +01:00
Mael Rouxel-Labbé
4020a8fb0d
Add biblio for the paper
2019-12-10 13:41:37 +01:00
Mael Rouxel-Labbé
bafb8e2f7e
Add some documentation
2019-12-09 16:34:22 +01:00
Necip Yildiran
45e728f1e3
typos were corrected in doc of PSP OpenGR/PointMatcher wrappers
2019-11-29 13:01:53 -05:00
Guillaume Damiand
9a50c0f830
Merge branch 'master' into Surface_mesh_topology-gdamiand
2019-11-26 13:22:03 +01:00
Mael Rouxel-Labbé
9a7d60a54e
Add some Turkish characters to generate_how_to_cite.py
2019-11-19 10:50:48 +01:00
Laurent Rineau
f854a2816e
Prepare the publication of 4.14.2
2019-11-08 11:37:45 +01:00
Laurent Rineau
27dcff6141
Prepare CGAL-5.0 finale version
2019-11-08 10:58:29 +01:00
Laurent Rineau
1fb6abbabd
Remove the debug message
2019-11-06 09:16:14 +01:00
Laurent Rineau
463a43e23b
Fix the download URLS
2019-10-31 18:39:17 +01:00
Laurent Rineau
21fedbf0ad
Take the version number from `public_release_name`
2019-10-31 18:34:08 +01:00
Laurent Rineau
57152023c2
Merge pull request #4304 from MaelRL/CGAL-Header_only_doc_rewrite-GF
...
Documentation: switch manual to header-only by default (+misc improvements)
2019-10-29 15:23:39 +01:00
Mael Rouxel-Labbé
bcf09288f0
Fix examples.zip link
2019-10-29 11:24:39 +01:00
Mael Rouxel-Labbé
593079fab9
Tiny rephrase
2019-10-29 11:06:39 +01:00
Mael Rouxel-Labbé
ead5d7478c
Doc improvements
2019-10-29 11:00:39 +01:00
Mael Rouxel-Labbé
23f516d6e3
Fix missing 'D' in build type cmake variable definition in command line
2019-10-28 11:07:41 +01:00
Mael Rouxel-Labbé
5a25827958
Fix extension type of archive and directory structure
2019-10-28 11:07:41 +01:00
Sébastien Loriot
240dea6e53
update header doc
2019-10-28 10:50:59 +01:00
Laurent Rineau
0ece0ad5bf
typo
2019-10-25 16:38:57 +02:00
Mael Rouxel-Labbé
0302f1b97f
Various fixes
2019-10-25 16:22:20 +02:00
Mael Rouxel-Labbé
e6eb4812eb
Misc Installation Documentation Updates
2019-10-25 15:52:58 +02:00
Mael Rouxel-Labbé
8978d919bd
Remove duplicate configuration variable files
2019-10-25 12:53:29 +02:00
Mael Rouxel-Labbé
51fe37f49b
Revert "pass on the doc"
...
This reverts commit 76cc4a6863 .
Actually don't want to remove that information
2019-10-25 12:53:29 +02:00
Andreas Fabri
001c74c8df
Integrate Maxime's comments
2019-10-25 12:52:38 +02:00
Andreas Fabri
d4b0eae3a4
polish
2019-10-25 11:14:03 +02:00
Andreas Fabri
b0916bedfe
polish
2019-10-25 10:28:22 +02:00
Andreas Fabri
6d4a431b18
polish
2019-10-25 10:18:41 +02:00
Mael Rouxel-Labbé
0c70d44019
Improve introduction of Windows.txt installation page
2019-10-24 16:40:49 +02:00
Mael Rouxel-Labbé
cc9776168a
Add one more link to configuration variables
2019-10-24 16:34:47 +02:00
Mael Rouxel-Labbé
726e530029
Update Usage on Linux / Usage on Windows pages
2019-10-24 16:30:42 +02:00
Andreas Fabri
1a1ce7aeba
Section on the Installer
2019-10-24 15:26:16 +02:00
Andreas Fabri
8ebe75c672
Merge branch 'CGAL-Header_only_doc_rewrite-GF' of github.com:MaelRL/cgal into CGAL-Header_only_doc_rewrite-GF
2019-10-24 11:01:10 +02:00
Mael Rouxel-Labbé
dbac6ebd85
WIP page about Windows
2019-10-24 10:53:27 +02:00
Andreas Fabri
5a38ba5c7e
small fixes
2019-10-23 15:26:35 +02:00
Mael Rouxel-Labbé
68b6387e20
Fix a warning
2019-10-23 09:12:38 +02:00
Mael Rouxel-Labbé
11caea2611
Add a note about the different ways to download CGAL
2019-10-23 09:12:03 +02:00
Mael Rouxel-Labbé
3f62323de8
Update installation manual (package managers is the recommended way)
2019-10-21 16:27:23 +02:00
Sébastien Loriot
7c63219861
Manual removal of license notice + SPDX updates
2019-10-19 17:14:18 +02:00
Mael Rouxel-Labbé
b5669f5610
Another pass on the installation documentation
2019-10-19 16:18:32 +02:00
Sébastien Loriot
52164b1fba
First pass on removing license notice in header for LGPL files
2019-10-19 15:40:30 +02:00
Sébastien Loriot
254d60f642
First pass on removing license notice in header for GPL files
2019-10-19 15:23:19 +02:00
Mael Rouxel-Labbé
defeee0d86
Merge branch 'CGAL-Header_only_doc_rewrite-GF-old' into CGAL-Header_only_doc_rewrite-GF
2019-10-19 13:06:45 +02:00
Sébastien Loriot
7356421d80
introduce Commercial license SPDX tag
2019-10-19 12:15:19 +02:00
Sébastien Loriot
9bd9c68b83
update LGPL[23]+ and GPL[23]+ SPDX tags
...
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
2019-10-18 21:57:54 +02:00
Sébastien Loriot
282e01c432
update SPDX tag to new version
...
old tags being deprecated
2019-10-18 21:48:06 +02:00
Sébastien Loriot
51d1c58b46
more updates
2019-10-18 10:01:05 +02:00
Sébastien Loriot
71cb5d2ccd
mention vcpkg doc
2019-10-18 09:27:57 +02:00
Sébastien Loriot
bbfb23181e
pass on the doc
2019-10-17 15:02:47 +02:00
Sébastien Loriot
76cc4a6863
pass on the doc
2019-10-17 14:36:00 +02:00
Laurent Rineau
e6da3c04f7
Merge pull request #4282 from sloriot/CGAL-doc_style_issue
...
Fix doc style issue
2019-10-15 16:31:36 +02:00
Sébastien Loriot
fb5ef9ad68
fix issues in Related Functions background expension
2019-10-10 14:46:33 +02:00
Laurent Rineau
b5412e7f42
Doxygen version menu
2019-09-30 16:19:18 +02:00
Laurent Rineau
1bce3f7909
Merge branch 'releases/CGAL-4.14-branch'
2019-09-27 16:25:29 +02:00
Laurent Rineau
0b66eb0d23
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch
...
# Conflicts:
# .travis/install.sh
2019-09-27 16:24:41 +02:00
Maxime Gimeno
718421b2b9
Add a line in the Supported Compilers about MSVC and CMake
2019-09-27 15:55:25 +02:00
Maxime Gimeno
5a03f5d7c7
Continue working on the table
2019-09-25 15:52:18 +02:00
Mael Rouxel-Labbé
6c9cd17d0f
Some more documentation updates
...
+ master merge
2019-09-23 15:44:31 +02:00
Mael Rouxel-Labbé
3b5de6fe78
More re-organization of /Documentation
2019-09-23 12:42:37 +02:00
Mael Rouxel-Labbé
d5301515c7
Some more progress on cleaning the package 'Documentation'
2019-09-20 22:16:08 +02:00
Mael Rouxel-Labbé
371f4bbf3f
Progress on Manual improvements
2019-09-20 17:20:15 +02:00
Simon Giraudot
fff368c351
Merge remote-tracking branch 'necip/gsoc2019-pointmatcher_icp_wrapper-necipfazil' into gsoc2019-pointmatcher_icp_wrapper-necipfazil
2019-09-02 09:46:54 +02:00
albert-github
0916be515d
Using links to local disks
...
Using links to local disks is not a good idea
- giving the impression that a link exists / something can be seem
- will give messages about adress not understood / emptuy pages in the browser
- give problems with other output formats (not an issue yet with CGAL though)
2019-08-31 18:35:09 +02:00
albert-github
31c22b9ac7
Incorrect lines in bib file
...
- adding missing closing curly bracket (twice)
- correcting typo '|' -> '}'
2019-08-24 14:58:15 +02:00
Necip Yildiran
c482d356d7
Merging with OpenGR_wrapper, further documentation
...
Merging with OpenGR_wrapper branch of remote https://github.com/necipfazil/cgal/
2019-07-26 14:18:27 +03:00
Necip Yildiran
68013aa86c
Documentation of pointmatcher registration functions
2019-07-26 13:18:28 +03:00
Sebastien Loriot
0dd30b1a68
Merge pull request #3900 from lrineau/CGAL-header_only_by_default-GF
...
Make CGAL_HEADER_ONLY the default in CGAL-5.0
2019-07-19 21:14:34 +02:00
Sébastien Loriot
724e70b97f
Merge pull request #3984 from LiangliangNan/master
...
New package 'Polygonal Surface Reconstruction' and an extension of 'Solver Interface'
2019-07-18 17:05:25 +02:00
Mael Rouxel-Labbé
cd17a9486e
Re-organize Manual for 5.0 (WIP)
2019-07-12 09:04:15 +02:00
Laurent Rineau
e89dae2a24
Remove section "Compiler Optimizations"
...
That section has been both wrong (for several releases), and useless.
Se https://doc.cgal.org/4.14/Manual/installation.html#title65
2019-07-11 15:30:09 +02:00
Laurent Rineau
4342262420
Remove the section "Custom Flags in the Programs Using CGAL"
...
That section is completely outdated.
See https://doc.cgal.org/4.14/Manual/installation.html#title46
2019-07-11 15:29:59 +02:00