Maxime Gimeno
|
8b9eae7f44
|
Fix rebase
|
2017-05-29 13:22:35 +02:00 |
Laurent Rineau
|
d50e391577
|
Move properties from <CGAL/Mesh_polyhedron_3.h>...
...to `<CGAL/boost/graph/PMP_properties_Polyhedron_3.h>`.
Conflicts:
Mesh_3/include/CGAL/Mesh_polyhedron_3.h
|
2017-05-29 13:20:41 +02:00 |
Laurent Rineau
|
13e420732c
|
Merge pull request #1840 from afabri/BGL-reserve-GF
BGL: Add helper function reserve(G,nv,ne,nf)
|
2017-02-08 17:32:22 +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
|
6926578b15
|
add reserve to MutableFaceGraph
|
2017-01-18 18:19:25 +01:00 |
Sébastien Loriot
|
e3fec8035d
|
put_get_helper expect pmap::reference as first template parameter
|
2017-01-11 15:32:26 +01:00 |
Sébastien Loriot
|
c9bbc4e8d1
|
make polyhedron external index maps mutable lvalue
|
2017-01-10 15:05:16 +01:00 |
Andreas Fabri
|
40e9c6f735
|
Move specializations of graph_traits the packages that are concerned
|
2016-09-30 15:22:29 +02:00 |