Commit Graph

20 Commits

Author SHA1 Message Date
Andreas Fabri 1f51c8ab10 has_sloop() -> has_shalfloop() 2018-12-06 18:43:11 +01:00
Sébastien Loriot 881fdab58d fix setting of mark 2018-12-03 09:57:43 +01:00
Sébastien Loriot b29dcaaf63 add missing documented function 2018-12-03 09:54:46 +01:00
Andreas Fabri fa92aa49f7 Nef 2018-01-18 10:43:57 +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
Andreas Fabri beb1417477 remove unused header files; remove commented includes; changed include paths 2016-02-15 14:20:12 +01:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Andreas Fabri 3de348a9d0 Add missing #include 2010-09-08 06:04:07 +00:00
Andreas Fabri 525b76b928 Replace Random with boost 2010-09-07 12:59:47 +00:00
Sébastien Loriot 52317dd49f add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Andreas Fabri 17bdd579db Add 'using' for ansi compliance 2010-05-11 13:09:12 +00:00
Sylvain Pion 85dc12f2a7 Remove empty lines at beginning and end of files
(apply Scripts/developer_scripts/remove_empty_lines.pl).
2010-02-01 12:55:28 +00:00
Peter Hachenberger 10433152f9 corrected <<operator 2008-07-14 18:57:14 +00:00
Peter Hachenberger 418950e953 explicit initialization of Base class 2007-04-16 16:38:25 +00:00
Andreas Fabri 37f581bd75 removed unused parameters 2007-03-19 09:13:00 +00:00
Andreas Fabri 188cf9590f Added pragma to suppress warning, plus cleanup 2007-03-15 16:40:37 +00:00
Laurent Saboret db6a8f948c Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Laurent Saboret 1aad55d4cb Change CVS keywords to SVN style 2006-02-14 10:08:15 +00:00
Laurent Saboret 622d8838c4 Move packages to trunk root 2006-02-14 08:58:17 +00:00