Laurent Rineau
|
2b35bddfb2
|
Replace all std::binary_function by CGAL::binary_function
|
2017-10-04 16:36:32 +02: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
|
444cbfb63d
|
qualify with CGAL to avoid ambiguous call
|
2016-02-01 09:56:15 +01:00 |
Andreas Fabri
|
6412bf1fce
|
std::bind -> boost::bind
|
2016-01-28 08:48:04 +01:00 |
Laurent Rineau
|
78815374c1
|
Fix permission after Andreas commit.
|
2013-11-13 14:03:06 +01:00 |
Andreas Fabri
|
e0c5b163aa
|
Fix memory leak
|
2013-11-12 11:27:56 +01:00 |
Andreas Fabri
|
747d005898
|
Add static_casts
|
2013-02-08 17:52:14 +01:00 |
Philipp Möller
|
c03d1f7f86
|
Move tests, examples and headers from Matrix_search and merge package_info.
|
2012-09-18 15:34:42 +00:00 |
Philipp Möller
|
9884a438b0
|
Rename Largest_empty_rect_2 into Inscribed_areas to feed in the rest here.
|
2012-09-18 15:17:20 +00:00 |