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
|
cd0335cda9
|
Fix warnings with CGAL_TRIANGULATION_NO_ASSERTIONS
Warnings about unused variables when `CGAL_TRIANGULATION_NO_ASSERTIONS`
is defined.
|
2016-10-07 14:33:44 +02:00 |
Laurent Rineau
|
1aefb3b0f3
|
include <CGAL/config.h>, not <CGAL/basic.h>
|
2016-09-30 15:23:14 +02:00 |
Iordan Iordanov
|
3ee9a62497
|
Corrections for compile warnings
|
2016-09-21 10:35:41 +02:00 |
Iordan Iordanov
|
670c58ad8d
|
Corrections for compile warnings
|
2016-09-21 10:35:41 +02:00 |
Iordan Iordanov
|
76d664402e
|
Bugfix for insert_in_hole -- vertices on the boudary of the hole now point at new faces
|
2016-09-21 10:35:41 +02:00 |
Iordan Iordanov
|
a791e577c2
|
Small updates to doc for TDS_2 and assertion added in TDS_2.insert_in_hole()
|
2016-09-21 10:35:41 +02:00 |
Iordan Iordanov
|
441df3c540
|
Modifications to the code for TDS_2.insert_in_hole, the documentation and also the testsuite
|
2016-09-21 10:35:41 +02:00 |
Iordan Iordanov
|
649745d040
|
Small feature: add function insert_in_hole to Triangulation_data_structure_2. Contains documentation and test.
|
2016-09-21 10:35:41 +02:00 |
Clement Jamin
|
f6a9afd028
|
Merge branch 'gsoc2014-2d-reconstruction-ivovigan-old' into gsoc2014-2d-reconstruction-ivovigan
|
2015-10-23 14:26:50 +02:00 |
Andreas Fabri
|
91543fd382
|
move header files to TDS_2 and TDS_3
|
2015-08-23 15:36:12 +02:00 |