Commit Graph

28 Commits

Author SHA1 Message Date
Laurent Rineau 1c2e9df8cf Merge branch 'releases/CGAL-4.11-branch' 2017-12-19 16:29:10 +01:00
Sébastien Loriot 9a9bfa78a1 use readable property map API 2017-12-04 14:57:45 +01: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 f0063ba518 Fix package Ridges_3: Add #includes and forward declarations 2016-09-30 15:22:27 +02:00
Sébastien Loriot 7533546925 accomodate API change 2015-05-27 18:16:53 +02:00
Andreas Fabri 08dfff0d15 follow changes made in BGL-helpers-GF 2015-05-27 08:35:48 +02:00
Andreas Fabri 615ed5eb9c is_pure_triangle() got renamed to is_triangle_mesh 2015-04-20 10:59:57 +02:00
Andreas Fabri 9ec3439ea3 improve ref manual 2015-03-12 21:50:20 +01:00
Andreas Fabri df6fc3dca3 simplifications 2015-03-12 18:00:18 +01:00
Andreas Fabri 767e0efad3 cleanup 2015-03-12 11:01:56 +01:00
Andreas Fabri 2d7f51f441 it now works with Surface_mesh 2015-03-11 19:05:57 +01:00
Andreas Fabri 0321056aff before switching to Surface_mesh 2015-03-11 16:48:46 +01:00
Andreas Fabri 4b18039316 use graph_traits 2015-03-11 08:30:13 +01:00
Laurent Rineau 36d8b5bd18 Convert source files encoding to utf-8
All non-ASCII files should be encoded in UTF-8. So far, the ZSH script
`Scripts/developer_scripts/detect_wrong_encoding` detects wrong encoding
in source/header files of include/, src/, and doc/.
2014-08-01 11:20:13 +02:00
Andreas Fabri 171e86a656 User code has to delete ridges and umbilics; internally use a shared_ptr 2013-11-11 17:19:24 +01:00
Andreas Fabri 6ecba63bb1 Mostly add #includes 2013-09-14 19:31:13 +02:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Guillaume Damiand a29c905ee0 Replace BOOST_STATIC_ASSERT by CGAL_static_assertion. 2011-08-31 14:30:07 +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
Sylvain Pion bfc4a876ac Rename variable to avoid shadow warning. 2008-01-17 21:48:08 +00:00
Sylvain Pion 76389f03d2 remove useless const qualification on return type to avoid g++ 4.3 warning 2007-03-05 16:24:43 +00:00
Marc Pouget d3346909e8 rm specific package assertions 2007-03-05 08:44:42 +00:00
Marc Pouget d9a16cc9d8 added global fct 2007-02-16 17:17:54 +00:00
Marc Pouget 0dcb3360bd details 2007-02-15 16:39:10 +00:00
Marc Pouget d51bfe7174 copyright 2007-02-15 15:53:51 +00:00
Marc Pouget d303c090b9 part of 1st review 2007-02-01 15:50:39 +00:00
Marc Pouget 4cdb74b738 1st review from andreas 2006-11-21 15:46:23 +00:00