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 |
Laurent Rineau
|
223c1cf5a4
|
Merge pull request #1530 from lrineau/Installation-compute_dependencies-GF
Compute and fix packages dependencies
|
2016-10-05 13:11:04 +02:00 |
Andreas Fabri
|
5136f5dda4
|
Fix package Point_set_processing: Add #include and rename variable _N -> N
|
2016-09-30 15:22:27 +02:00 |
Andreas Fabri
|
80541b6405
|
No need for thread local storage as readonly
|
2016-08-31 12:00:19 +02:00 |
Andreas Fabri
|
006dcf0c97
|
cast to get rid of warnings
|
2016-01-25 11:31:33 +01:00 |
Shihao Wu
|
053ee4d507
|
Fixed the bug of not initializing CGAL::Bbox_3
In Debug mode, the default CGAL::Bbox_3 is not (0,0,0,0,0,0)
|
2015-02-19 17:27:24 +02:00 |
Shihao Wu
|
ad20bfab93
|
CGAL::Bbox_3 might behave differently in Debug/Release mode.
|
2015-02-19 15:41:37 +02:00 |
Sébastien Loriot
|
ab133ebe3d
|
move implementation detail out of the scope of include/CGAL
trivial bug fix for master
|
2015-01-13 18:31:28 +01:00 |