Commit Graph

14 Commits

Author SHA1 Message Date
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 02705704fb add missing license include directive 2017-01-19 15:20:27 +01:00
Sébastien Loriot e28842cf76 add missing include guards 2017-01-19 15:20:27 +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
Simon Giraudot f4e4691f97 Store indices as std::size_t instead of int (makes more sense and avoid conversion trouble) 2016-01-05 11:17:16 +01:00
Andreas Fabri 1e2ff1131e assert -> CGAL_assertion 2015-08-27 16:51:55 +02:00
Sébastien Loriot d80d69b350 remove trailing whitespaces 2015-06-29 12:22:13 +02:00
Andreas Fabri c2ad8db566 remove the options file 2015-06-18 19:04:24 +02:00
Andreas Fabri c7ca25a7c0 Add Default; get rid of Options 2015-06-18 19:03:04 +02:00
Andreas Fabri 23e4e78454 reindent 2015-06-18 13:01:25 +02:00
Andreas Fabri 723bb674cf plug beta into the algorithm 2015-06-18 12:22:02 +02:00
Andreas Fabri 426e31681b switch from tuple to array to describe a face 2015-06-11 15:57:59 +02:00
Andreas Fabri e6420cae53 No need for a geometric traits and EPEC 2015-06-10 12:28:22 +02:00
Andreas Fabri 650eff46da move files to internal/AFSR 2015-06-09 11:52:38 +02:00