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
|
d5e140945f
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2019-07-19 15:33:35 +02:00 |
Sébastien Loriot
|
ae31523c0f
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' into HEAD
|
2019-07-19 15:32:21 +02:00 |
Sebastien Loriot
|
73dc36081b
|
Merge pull request #4093 from sgiraudot/PCA-Fix_tetrahedra_PCA-GF
[PCA] Fix PCA on tetrahedra
|
2019-07-19 15:28:51 +02:00 |
Sébastien Loriot
|
2e747dd300
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' into HEAD
|
2019-07-18 17:01:42 +02:00 |
Simon Giraudot
|
d3e42bee99
|
Fix tabs/indentation
|
2019-07-17 15:38:02 +02:00 |
Simon Giraudot
|
fbf0f3bf0c
|
Fix assemble_covariance_matrix_3() for tetrahedron based on working prototype code
|
2019-07-17 15:27:21 +02:00 |
Simon Giraudot
|
8871603992
|
Use unsigned volume for tetrahedra
|
2019-07-17 15:27:21 +02:00 |
Maxime Gimeno
|
261c596cfc
|
Merge branch 'CGAL_Qt-Fix_deprecation_warnings-GF' into CGAL_Qt-Fix_deprecation_warnings-4.14-GF
|
2019-07-10 14:04:34 +02:00 |
Maxime Gimeno
|
1184530530
|
More warnings fixed
|
2019-07-10 14:02:06 +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 |
Andreas Fabri
|
e2d19b0c8d
|
Replace NULL and Nullptr_t with nullptr and nullptr_t
|
2019-06-04 23:45:44 +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 |
Andreas Fabri
|
ab0b6eae36
|
Remove unnecessary include directories
|
2019-04-15 12:54:37 +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
|
2671d056cf
|
Merge pull request #3685 from afabri/CGAL-cleanup-GF
CGAL: Clean up examples and tests
|
2019-02-28 20:48:48 +01:00 |
Andreas Fabri
|
34ac7961ee
|
Fix testsuite
|
2019-02-19 14:08:12 +01:00 |
Andreas Fabri
|
e989b87dfe
|
Distance, Generator, HDS, Convex_hull, Polyhedron, PCA
|
2019-02-14 10:39:56 +01:00 |
Sébastien Loriot
|
59bc453b42
|
first batch of replacement for level 1 in classified ref man
command used:
grep -l "##" */doc/*/PackageDescription.txt | xargs sed -i -E 's/\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\s*$/\\cgalCRPSection{\1}/'
|
2019-02-14 10:32:39 +01:00 |
Andreas Fabri
|
e1d5552de7
|
Do not call deprecated code. Add a test file for the deprecated code
|
2018-12-13 09:39:48 +01:00 |
Maxime Gimeno
|
d6cfa1a868
|
Fix CMake warnings about CMP for Visual 2017
|
2018-11-21 16:17:39 +01:00 |
Guillaume Damiand
|
7d406fbb9c
|
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
|
2018-11-05 07:32:58 +01:00 |
Guillaume Damiand
|
ebd04b0b4e
|
Last (?) two demo.
|
2018-10-19 10:12:39 +02:00 |
Guillaume Damiand
|
92ba7fa6c9
|
Update minimum cmake required version in all CMakeLists.txt
|
2018-10-18 14:49:23 +02:00 |
Guillaume Damiand
|
0bd9088b5a
|
Remove all include( ) and include( CGAL_CreateSingleSourceCGALProgram ) in CMakeLists.txt; they are no more required.
|
2018-10-17 14:17:08 +02:00 |
Sébastien Loriot
|
2f9408f867
|
rename link name to match package name
|
2018-10-08 10:28:55 +02:00 |
Sébastien Loriot
|
ea240cfac5
|
use \PkgXXX instead of \PkgXXXSummary
|
2018-10-08 10:28:44 +02:00 |
Sébastien Loriot
|
a2e8a1c68f
|
add the suffix Ref to doxygen link to reference
|
2018-10-08 10:26:56 +02:00 |
Maxime Gimeno
|
390967dfe6
|
Fix warnings
|
2018-07-16 14:24:53 +02:00 |
Maxime Gimeno
|
8ae27f4c9c
|
Fix Circular_kernel and PCA demo
|
2018-07-13 13:56:46 +02:00 |
Simon Giraudot
|
f3baef9c42
|
Allow user to assemble covariance matrix on triangles using Matrix::FT != Kernel::FT
|
2018-07-06 10:15:09 +02:00 |
Simon Giraudot
|
06c0835a3b
|
Add Eigen dependency in CMakeLists of demos that need it
|
2018-06-19 11:00:02 +02:00 |
Simon Giraudot
|
80142e0569
|
Fix test of deprecated code
|
2018-06-19 11:00:02 +02:00 |
Simon Giraudot
|
7048b5cb17
|
Update diagonalize traits inclusions + deprecation warnings
|
2018-06-19 10:57:55 +02:00 |
Simon Giraudot
|
41d554fe58
|
Deprecating Diagonalize_traits: document dependency to Eigen
|
2018-06-19 10:57:55 +02:00 |
Maxime Gimeno
|
f22c2864a0
|
Put qglviewer in the namespace CGAL
|
2018-05-17 10:20:56 +02:00 |
Andreas Fabri
|
ff0836ec79
|
cleanup
|
2018-05-17 10:20:56 +02:00 |
Maxime Gimeno
|
37c52e6bbc
|
WIP SnapShot and SPDX LICENSE update.
|
2018-05-17 10:20:56 +02:00 |
Maxime Gimeno
|
fb10d4ac55
|
Fix errors.
|
2018-05-17 10:20:56 +02:00 |
Maxime Gimeno
|
6584abd90b
|
Use integrated qglviewer for 3D demos
|
2018-05-17 10:20:55 +02:00 |
Sébastien Loriot
|
01af331c72
|
use https for all links to www.cgal.org and doc.cgal.org
|
2018-03-14 15:59:38 +01:00 |
Laurent Rineau
|
0a74393dcf
|
Commit all new dependencies files
|
2018-03-06 18:44:48 +01:00 |
Maxime Gimeno
|
688b5dd06e
|
Move dependencies creation to package_info and add dependencies to git
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
8bde832931
|
Fix METIS headers in BGL
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
a676d5a60e
|
Try to fix errors in classification checks
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
acd0a72edf
|
Modify travis script to test dependencies
|
2018-02-02 12:08:05 +01:00 |
Maxime Gimeno
|
ae36b452bc
|
Add dependencies of all packages
|
2018-02-02 12:08:05 +01:00 |
Simon Giraudot
|
6269309d86
|
Use CGAL include for boost counting/transform iterators everywhere
|
2018-01-23 11:09:52 +01:00 |