Sébastien Loriot
7c63219861
Manual removal of license notice + SPDX updates
2019-10-19 17:14:18 +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
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
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
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
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
47c247ae72
Merge branch 'master' into PMP-smoothing-kkatrio
2019-07-10 15:36:25 +02:00
Laurent Rineau
d3b9d89596
Merge pull request #4013 from lrineau/CGAL_Core-no_need_for_Boost.Thread-GF
...
Remove the need for Boost.Thread (but for CGAL_Core and gcc<9.1)
2019-07-10 14:22:53 +02:00
Maxime Gimeno
7155df2743
Merge remote-tracking branch 'cgal/master' into liangliang_master
2019-07-01 14:59:24 +02:00
Mael
f40f8e4190
Merge branch 'master' into PMP-smoothing-kkatrio
2019-07-01 11:24:11 +02:00
Laurent Rineau
2ce7800239
Unfortunately gcc < 9.1 has bug with thread_local that impact CGAL
2019-06-24 14:27:20 +02:00
Laurent Rineau
7afa2cae6c
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-06-19 15:33:43 +02:00
Laurent Rineau
05ce1ffe4d
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-06-19 15:28:27 +02:00
Laurent Rineau
de6135fd10
First pass on the documentation
2019-06-19 15:18:00 +02:00
Liangliang Nan
4588ba5d9d
Merge branch 'master' of https://github.com/CGAL/cgal
2019-06-19 15:08:53 +02:00
Laurent Rineau
4fbf00fb8a
CMake>=3.13: opt for for new policies up to 3.15
2019-06-19 14:34:59 +02:00
Mael Rouxel-Labbé
77711e4e71
Merge branch 'PMP-smoothing-kkatrio-old' into PMP-smoothing-kkatrio
2019-06-19 11:34:48 +02:00
Mael Rouxel-Labbé
431d07effb
Add a note about Ceres in the installation manual
2019-06-19 10:16:37 +02:00
Laurent Rineau
e260ea1dd4
C++11: remove the need for Boost.Thread, even with CGAL_Core
2019-06-18 15:06:23 +02:00
Laurent Rineau
d3f595b1fc
Easy fix
2019-06-17 15:07:13 +02:00
Laurent Rineau
a6514fdfad
Merge branch 'master' into Scripts-simplify_user_scripts-GF
2019-06-06 10:11:23 +02:00
Liangliang Nan
fadaee63a8
integrated PolyFit
2019-06-05 17:50:37 +02:00
Dmitry Anisimov
3738de08ed
Merge branch 'master' into Point_set_shape_detection_3-make_it_general_with_region_growing-danston
2019-05-23 10:38:45 +02:00
Mael Rouxel-Labbé
2848158354
Fix typos
2019-05-20 08:54:04 +02:00
Mael Rouxel-Labbé
a120290675
Merge branch 'PMP-smoothing-kkatrio-old' into PMP-smoothing-kkatrio
2019-05-15 14:31:00 +02:00
Laurent Rineau
90782d4b7f
Revert the merge of two pull-requests that target CGAL-4.14-branch
...
- Revert "Merge pull request #3857 from MaelRL/CGAL-Fix_duplicate_non_manifold_vertices-GF"
- Revert "Merge pull request #3898 from lrineau/Mesh_3-stop_during_protection-lrineau"
2019-05-14 17:50:45 +02:00
Laurent Rineau
62ed2385cf
Remove documentation of "preconfigured" dependencies
2019-05-07 11:12:42 +02:00
Laurent Rineau
fcf633c9d5
Remove OpenGL from the dependencies of CGAL
2019-05-07 11:07:52 +02:00
Laurent Rineau
ba2bf5e506
Merge pull request #3894 from lrineau/CGAL-Qt_version_5.9_or_later-GF
...
Document that Qt 5.9 or later is required
2019-05-06 15:30:24 +02:00
Laurent Rineau
dd703beff1
Merge pull request #3894 from lrineau/CGAL-Qt_version_5.9_or_later-GF
...
Document that Qt 5.9 or later is required
2019-05-06 15:01:58 +02:00
Laurent Rineau
92a244ad94
wording
2019-04-30 16:52:01 +02:00
Laurent Rineau
9ec3481be2
Document that Qt 5.9 or later is required
2019-04-30 16:41:44 +02:00
Dmitry Anisimov
6e33c7b22b
Merge branch 'master' into Point_set_shape_detection_3-make_it_general_with_region_growing-danston
2019-04-24 10:34:23 +02:00
Sebastien Loriot
14a9a78c2f
Merge pull request #3821 from afabri/CGAL-links2-GF
...
CGAL:Fix missing links after Albert's review
2019-04-23 09:45:06 +02:00
Dmitry Anisimov
13d0156482
fixed docs, references, biblio, and license
2019-04-22 13:06:20 +02:00
Sébastien Loriot
db65bd8ecc
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2019-04-11 21:38:48 +02:00
Sébastien Loriot
2eb411d337
update Eigen links
2019-04-11 21:37:05 +02:00
albert-github
1dd7473818
Correction of links
...
Correction of redirected links and links that moved to another place.
2019-04-11 21:37:05 +02:00
Laurent Rineau
f33addc4cc
Update the Javascript menu of the documentation
2019-04-05 15:14:02 +02:00
Laurent Rineau
5d56dff72f
Late update or menu_version.js
2019-04-03 10:59:01 +02:00