Maxime Gimeno
|
b87cbaf765
|
Remove not empty rois condition in reset()
|
2017-07-04 15:46:50 +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
|
9b519ade69
|
fix conversion warning and remove extra boost::
|
2016-07-05 16:20:48 +02:00 |
Sébastien Loriot
|
55fffdd915
|
add new tag for Smooth Rotation Enhanced ARAP and refman doc
|
2016-06-22 16:27:50 +02:00 |
Laurent Rineau
|
89fe7c62b2
|
Merge pull request #762 from sloriot/BGL-unif_names
Unify names of parameters model of CGAL BGL concepts
|
2016-03-24 11:20:38 +01:00 |
Sébastien Loriot
|
ca59ba312f
|
return the roi range as a const reference instead of a copy
|
2016-03-17 10:35:37 +01:00 |
Sébastien Loriot
|
bdfc2a269e
|
Uniformize names of template parameters and graph in Surface_mesh_deformation
|
2016-02-10 18:39:26 +01:00 |
Sébastien Loriot
|
eb2ba8cefe
|
rename Surface_modeling package to Surface_mesh_deformation for consistency
|
2016-02-08 12:25:49 +01:00 |