Sébastien Loriot
|
20e7f245c7
|
add implementation details
|
2017-04-27 17:24:47 +02:00 |
Sébastien Loriot
|
d0a2c817da
|
remove a todo that is now an issue
|
2017-04-27 16:28:00 +02:00 |
Andreas Fabri
|
51bbe5d1f6
|
License check for Geometric Measures and Miscellaneous
|
2017-03-22 10:05:39 +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 |
Sébastien Loriot
|
7b727ea7cf
|
expose the internal AABB-tree class
that was a bug as the constructor taking an AABB-tree could
not be used otherwise
|
2016-12-02 16:11:48 +01:00 |
Andreas Fabri
|
ba3bd6dc64
|
Define connected component properly and introduce more doxygen groups
|
2015-11-07 11:45:03 +01:00 |
Andreas Fabri
|
20c1b1a1f6
|
Merge branch 'Polygon_mesh_processing-GF-old' into Polygon_mesh_processing-GF
Conflicts:
BGL/include/CGAL/boost/graph/Euler_operations.h
BGL/include/CGAL/boost/graph/iterator.h
Documentation/doc/Documentation/Doxyfile.in
Documentation/doc/Documentation/dependencies
Polyhedron/demo/Polyhedron/Polyhedron_demo_point_inside_polyhedron_plugin.cpp
Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp
Polyhedron/demo/Polyhedron/Selection_widget.ui
|
2015-07-01 13:52:44 +02:00 |
Andreas Fabri
|
9356e59af0
|
fix copyrght headers
|
2015-06-30 19:54:25 +02:00 |
Jane Tournois
|
32f0c9b37b
|
rename Point_inside_polygon_mesh to Side_of_triangle_mesh
and document it
|
2015-06-25 11:51:45 +02:00 |