Andreas Fabri
|
c81b707bfb
|
Do not include graph_traits_{Polyhedron | Surface_mesh}.h
|
2017-04-24 19:17:43 +02: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 |
Maxime Gimeno
|
a01593e0bb
|
Unify the links to the Polyhedron demo in the package descriptions.
|
2017-01-10 14:56:52 +01:00 |
Sébastien Loriot
|
cad6cbbcf4
|
fix doc issues detected by recent doxygen
duplicated labels, missing bibtex entry and nested comments
|
2016-12-28 13:59:45 +01:00 |
Sébastien Loriot
|
7e2ee496de
|
update project name of cmake scripts of tests
|
2016-09-08 00:26:37 +02:00 |
Sébastien Loriot
|
e78bef8a9c
|
update project name of demos
|
2016-09-08 00:13:34 +02:00 |
Sébastien Loriot
|
6b338eeb1f
|
improve the name of projects in cmake scripts of examples
|
2016-09-08 00:02:55 +02:00 |
Sébastien Loriot
|
9b519ade69
|
fix conversion warning and remove extra boost::
|
2016-07-05 16:20:48 +02:00 |
Sébastien Loriot
|
a653b5cc40
|
add SRE_ARAP in the user manual
|
2016-07-05 16:20:42 +02:00 |
Sébastien Loriot
|
55fffdd915
|
add new tag for Smooth Rotation Enhanced ARAP and refman doc
|
2016-06-22 16:27:50 +02:00 |
Sebastien Loriot
|
3b10e29d6b
|
Merge pull request #1011 from afabri/Deformation-static_cast-GF
static_cast to avoid warning
|
2016-04-29 12:43:26 +02:00 |
Sebastien Loriot
|
ca1335aa88
|
Merge pull request #1021 from afabri/Surface_mesh_deformation-use_DoubleTraits-GF
Use double coordinates in the OpenMesh points and normals
|
2016-04-29 12:43:18 +02:00 |
Sebastien Loriot
|
325fded10d
|
Fix RawPoint_3 concept
|
2016-04-19 11:01:59 +02:00 |
Andreas Fabri
|
feac137bc5
|
Use double coordinates in the OpenMesh points and normals
|
2016-04-19 10:07:14 +02:00 |
Andreas Fabri
|
64ca203446
|
Make the change proposed by Laurent
|
2016-04-15 12:44:22 +02:00 |
Andreas Fabri
|
74aea55874
|
static_cast to avoid warning
|
2016-04-15 08:54:29 +02:00 |
Laurent Rineau
|
50b55bd27c
|
Merge pull request #890 from sloriot/CGAL-generate_CMakeLists-sloriot
Generate CMakelists
|
2016-03-29 11:02:17 +02:00 |
Laurent Rineau
|
89fe7c62b2
|
Merge pull request #762 from sloriot/BGL-unif_names
Unify names of parameters model of CGAL BGL concepts
|
2016-03-24 11:20:38 +01:00 |
Sébastien Loriot
|
ca59ba312f
|
return the roi range as a const reference instead of a copy
|
2016-03-17 10:35:37 +01:00 |
Sébastien Loriot
|
881e4d3199
|
request Core only in examples, tests and demos when really needed
|
2016-03-07 22:36:57 +01:00 |
Philipp Möller
|
0a04a3a48f
|
Use CGAL_DOC_VERSION
|
2016-02-11 15:37:54 +01:00 |
Sébastien Loriot
|
bdfc2a269e
|
Uniformize names of template parameters and graph in Surface_mesh_deformation
|
2016-02-10 18:39:26 +01:00 |
Sébastien Loriot
|
eb2ba8cefe
|
rename Surface_modeling package to Surface_mesh_deformation for consistency
|
2016-02-08 12:25:49 +01:00 |