Commit Graph

27 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 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
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
Marc Glisse a676b75ca0 Misc fixes for expression templates 2019-05-17 19:48:41 +02:00
Sébastien Loriot db65bd8ecc Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' 2019-04-11 21:38:48 +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
Sébastien Loriot 124012d9f9 replace cpp11::array by std::array 2019-03-29 13:28:33 +01:00
Sébastien Loriot 3dd0aa112d rename macro not following the convention 2018-10-08 10:28:55 +02:00
Sébastien Loriot a2e8a1c68f add the suffix Ref to doxygen link to reference 2018-10-08 10:26:56 +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
Andreas Fabri 87b08fdccb Barycentric_coordinates 2018-01-18 10:16:32 +00:00
Sébastien Loriot ee57fc2d6c add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Sébastien Loriot 50510c05ea add include directive for license of all GPL header files
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
          grep -v Operations_on_polyhedra | \
          grep -v Algebraic_kernel_for_circles | \
          grep -v Algebraic_kernel_for_spheres | \
          grep -v Polyhedron_IO`;
do
  echo $i
  python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
2017-01-19 15:20:25 +01:00
Sébastien Loriot 375db1ccc3 protect max function 2014-12-16 15:55:22 +01:00
Sébastien Loriot a7451e1e8c use ATTENTION instead of WARNING in message to avoid confusing the testsuite 2014-12-16 15:45:06 +01:00
Dmitry Anisimov 22d8673238 Last commit before integration.
This is the last commit before integration to CGAL.
2014-11-18 16:25:37 +01:00
Dmitry Anisimov bce9b83e7e The last commit in the final third submission.
This is the last commit with updated documentation and new example on height interpolation in the last third review submission of the package.
2014-10-16 22:07:48 +02:00
Dmitry Anisimov 9c75cab867 Commit before the last third submission.
The last correction before the last third submission of the reference manual for CGAL.
2014-07-28 16:09:20 +02:00
Dmitry Anisimov 5fdd7e6735 New partial submission after discussion with Sebastien.
I have updated all the files taking into account all the comments of Sebastien after our talk on skype.
2014-07-03 13:55:29 +02:00
Dmitry Anisimov 1460bdbc23 New modified files after discussion with Sebastien and Andreas.
I have added new documentation and some concepts to my package according to the discussion with Sebastien and Andreas.
2014-07-01 12:50:19 +02:00
Andreas Fabri 29207391b4 Use \cgal; fix a typo 2014-05-21 21:28:00 +02:00
Dmitry Anisimov 478c860023 Correction after the first CGAL editorial's board review.
I have changed all the documentation files and code taking into account all the comments from the CGAL editorial board.
2014-05-21 13:58:15 +02:00
Dmitry Anisimov 8e92146bb2 The last update.
This is the last update of the package before submitting for the first review.
2014-02-27 01:44:10 +01:00
Dmitry Anisimov 590fa4402f My first commit.
This is the first local commit of the new package Barycentric_coordinates_2 with some types of 2D generalized barycentric coordinates.
2014-02-20 21:41:48 +01:00