Sébastien Loriot
|
9a0bff4008
|
remove BOOST_FOREACH added by recent PRs
|
2019-11-04 10:59:15 +01: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 |
Laurent Rineau
|
df99307140
|
Merge branch 'releases/CGAL-4.14-branch'
|
2019-09-09 16:48:23 +02:00 |
Laurent Rineau
|
9abee11ee8
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch
|
2019-09-09 16:43:29 +02:00 |
Maxime Gimeno
|
d0e94eca49
|
Add missing instruction to Polyline_simplification demo that prevented ctest from finding the UI.
|
2019-08-16 13:57:27 +02:00 |
Maxime Gimeno
|
abc42299b8
|
Fix Polyline_simplification_2 demo UI file
|
2019-08-16 13:05:22 +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 |
Maxime Gimeno
|
e6e8d232cb
|
Merge branch 'CGAL_Qt-Fix_deprecation_warnings-GF' into CGAL_Qt-Fix_deprecation_warnings-4.14-GF
|
2019-07-10 11:52:58 +02:00 |
Maxime Gimeno
|
243c7b1c75
|
Replace matrix with worldTransform
|
2019-07-08 14:05:42 +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 |
Sebastien Loriot
|
c27e27d8ea
|
Merge pull request #3853 from afabri/CGAL-cleanup_CMakeLists-GF
CMakeLists.txt: Remove unnecessary include directories
|
2019-04-29 14:30:13 +02:00 |
Maxime Gimeno
|
8860f12b25
|
Use automoc as much as possible
|
2019-04-18 16:11:08 +02:00 |
Andreas Fabri
|
ab0b6eae36
|
Remove unnecessary include directories
|
2019-04-15 12:54:37 +02:00 |
Maxime GIMENO
|
41033a80be
|
Merge branch 'master' into Graphics_view-Fix_demo_IO-GF
|
2019-04-12 16:10:36 +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 |
Maxime Gimeno
|
422cd589c1
|
Add missing includes to get BOOST_VERSION and BOOST_GCC
|
2019-04-03 10:27:55 +02:00 |
Andreas Fabri
|
a3f24a1f6e
|
Restore simplifiy.cpp
|
2019-03-27 17:22:47 +01:00 |
Andreas Fabri
|
9cc37e1371
|
Add a subsection in the User Manual
|
2019-03-27 16:52:34 +01:00 |
Andreas Fabri
|
87f08a79ff
|
Add point/segment distance to the Projection_traits so that it can be used in Polyline_simplification_2
|
2019-03-27 16:47:10 +01:00 |
Maxime Gimeno
|
0b31e6e5d8
|
Merge remote-tracking branch 'cgal/master' into Graphics_view-Fix_demo_IO-GF
|
2019-03-07 14:01:02 +01:00 |
Sébastien Loriot
|
a5576cd3fb
|
replace markdown subsections by \cgalHeading
|
2019-02-14 10:53:48 +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 |
Maxime Gimeno
|
e107612c31
|
Fix pre processor test
|
2019-01-10 08:54:49 +01:00 |
Maxime Gimeno
|
743569f854
|
Also disable WKT if gcc version is <4.5
|
2019-01-09 16:32:08 +01:00 |
Maxime Gimeno
|
3b1b6e2401
|
Merge remote-tracking branch 'cgal/master' into Graphics_view-Fix_demo_IO-GF
|
2019-01-09 12:35:04 +01:00 |
Maxime Gimeno
|
c4b05fc401
|
Fix warning
|
2018-12-11 16:28:55 +01:00 |
Maxime Gimeno
|
63c35e7e28
|
fixes for old boost
|
2018-11-29 12:02:15 +01:00 |
Maxime Gimeno
|
d6cfa1a868
|
Fix CMake warnings about CMP for Visual 2017
|
2018-11-21 16:17:39 +01:00 |
Maxime Gimeno
|
080f63b1b8
|
Disable WKT for boost < 1.56
|
2018-11-07 11:58:50 +01:00 |
Sébastien Loriot
|
3dc3659273
|
fix warnings
|
2018-11-05 13:29:17 +01:00 |
Guillaume Damiand
|
7d406fbb9c
|
Merge branch 'master' into CGAL-cmake_cleanup-gdamiand
|
2018-11-05 07:32:58 +01: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
|
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
|
84f6dedc09
|
Fix simplify.
|
2018-05-15 16:10:53 +02:00 |
Andreas Fabri
|
cf86475a67
|
Use WKT in the polyline simplification examples
|
2018-05-15 10:04:24 +02:00 |
Andreas Fabri
|
6e2f4abe46
|
Rename testfiles from *.poly to *.polygons.cgal as they use operator>>(istream&, Polygon_2)
|
2018-05-15 10:04:24 +02:00 |
Andreas Fabri
|
2616b89a7b
|
Switch to WKT in the polyline simplification demo
|
2018-05-15 10:04:24 +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 |
Laurent Rineau
|
78e7060525
|
Merge pull request #2712 from afabri/CGAL-VC+warnlevel_4-GF
Deal with VC++ warnings of level /W4
|
2018-02-19 14:27:06 +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 |
Andreas Fabri
|
09f3236d38
|
Polyline_simplification
|
2018-01-17 22:08:12 +00:00 |