Andreas Fabri
|
e64884da90
|
Also add support for Regular_triangulation_2
|
2017-03-31 12:38:17 +02:00 |
Andreas Fabri
|
3c6741feba
|
typename typename -> typename
|
2017-03-29 15:00:15 +02:00 |
Andreas Fabri
|
a6d43f0a15
|
capitalize file name that gets included; fix typo
|
2017-03-24 08:44:18 +01:00 |
Andreas Fabri
|
08eacf9d02
|
forward the types from the template parameter
|
2017-03-23 15:20:57 +01:00 |
Andreas Fabri
|
3f0040ef63
|
Add types and property maps so that the triangulations become a model of FaceGraph
|
2017-03-23 14:26:51 +01:00 |
Andreas Fabri
|
ba148d1dd8
|
Add types and property maps so that the triangulations become a model of FaceGraph
|
2017-03-23 12:51:04 +01:00 |
Andreas Fabri
|
23814e692f
|
Remove functions that already exist for the base class. Add graph_traits for the constrained triangulations
|
2017-03-23 11:58:46 +01:00 |
Laurent Rineau
|
1a2f617d89
|
Merge pull request #1843 from afabri/BGL_accelerate_copy_face_graph-GF
Accelerate copy_face_graph
|
2017-02-08 17:32:47 +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
|
e50ae3c7bf
|
fix copy-paste bug
|
2017-01-18 15:29:35 +01:00 |
Sébastien Loriot
|
99234880c9
|
Merge pull request #1786 from afabri/Triangulation_2-Prevent_deref-GF
Triangulation_2: Reduce code by switching to Prevent_deref
|
2017-01-02 19:10:24 +01:00 |
Andreas Fabri
|
a2a3daed85
|
capitalize
|
2016-12-30 10:48:16 +01:00 |
Andreas Fabri
|
9fd4e03a0d
|
Use Prevent_deref
|
2016-12-29 14:06:04 +01:00 |
Andreas Fabri
|
b4d1f8f0f7
|
Use Prevent_deref
|
2016-12-29 13:17:38 +01:00 |
Andreas Fabri
|
b867150561
|
Use Prevent_deref
|
2016-12-29 13:12:00 +01:00 |
Sébastien Loriot
|
5b61aa18a8
|
workaroung a bug in g++ 4.4
|
2016-11-30 08:49:19 +01:00 |
Andreas Fabri
|
8b8c52cf7f
|
fix typos in the doc
Add boost::graph_traits for a TDS_2
|
2016-11-18 09:41:40 +01:00 |
Andreas Fabri
|
cf719f65cd
|
intialize to avoid warning with -Wall on CentOS6-CXX11-Boost157_?
|
2016-10-12 09:15:56 +02:00 |
Andreas Fabri
|
dda0c4f29b
|
Fix package Triangulation_3: include headers
|
2016-09-30 15:22:29 +02:00 |
Andreas Fabri
|
40e9c6f735
|
Move specializations of graph_traits the packages that are concerned
|
2016-09-30 15:22:29 +02:00 |