Commit Graph

14 Commits

Author SHA1 Message Date
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 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
Andreas Fabri 98c915f9c2 Add a PointPropertyMap to Partition_traits with as default Identity_property_map 2019-04-23 15:53:02 +02:00
Andreas Fabri 804184ba78 Do not copy the traits object 2019-04-18 11:33:10 +02:00
Andreas Fabri f6e3221d98 Easy fixes after Mael's review 2019-04-17 22:33:04 +02:00
Andreas Fabri fe9fce35f6 Remove typename 2019-04-12 10:31:29 +02:00
Andreas Fabri 66437517c9 cleanup 2019-04-11 10:54:00 +02:00
Andreas Fabri dd6691b2ce remove template parameter 2019-04-11 09:21:37 +02:00
Andreas Fabri 2bbfe86fe2 Remove unused code 2019-04-10 14:14:47 +02:00
Andreas Fabri c7d55b72cf Get rid of construct_segment/construct_ray/intersect/assign in Vertex_visibility_graph 2019-04-09 17:38:40 +02:00
Andreas Fabri 3d0674ed4f Add an example that used the traits adapter 2019-04-09 13:10:59 +02:00
Andreas Fabri 4ebeaf017d WIP - we first have to make it work for a traits class with state 2019-04-08 17:41:09 +02:00