Laurent Rineau
|
821f9c015e
|
Merge pull request #3311 from sloriot/Doc-Pkg_link_name
Update the name of package names reference links
|
2018-10-29 10:27:53 +01:00 |
Sébastien Loriot
|
a2e8a1c68f
|
add the suffix Ref to doxygen link to reference
|
2018-10-08 10:26:56 +02:00 |
Andreas Fabri
|
1c308aa971
|
Workaround for just the one version of VC++ which has a problem
|
2018-10-02 09:51:21 +02:00 |
Andreas Fabri
|
743047d4cf
|
Workaround for just the one version of VC++ which has a problem
|
2018-10-02 09:47:35 +02:00 |
Andreas Fabri
|
70f3f79c2e
|
Workaround: Do not write typename for VC++
|
2018-09-20 16:52:14 +02:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Simon Giraudot
|
335abd45dd
|
Fix warnings
|
2017-08-14 09:58:33 +02:00 |
Simon Giraudot
|
bc3999f470
|
More warning fixes
|
2017-08-07 10:09:04 +02:00 |
Simon Giraudot
|
dd7bebe3e9
|
Fix windows warning FT conversion
|
2017-08-07 09:59:17 +02:00 |
Simon Giraudot
|
77b3398439
|
Revert change of parameter's behavior (error prone)
|
2017-08-03 11:09:21 +02:00 |
Simon Giraudot
|
4c99c7be33
|
Fix doc
|
2017-08-01 15:47:58 +02:00 |
Simon Giraudot
|
be69b2bdd9
|
Update doc and API
|
2017-08-01 15:47:58 +02:00 |
Simon Giraudot
|
6a119fef11
|
Unify APIs of structuring and regularization
|
2017-08-01 15:47:58 +02:00 |
Simon Giraudot
|
fd241cf918
|
Fix parameter in plane regularization
|
2017-08-01 15:45:38 +02:00 |
Simon Giraudot
|
f3763c3456
|
Generalize plane regularization API
|
2017-08-01 15:45:37 +02:00 |
Simon Giraudot
|
b88deb3759
|
Rename Efficient_RANSAC_traits as Shape_detection_traits (same for concept)
|
2017-08-01 15:45:06 +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 |
Andreas Fabri
|
d42bf64426
|
Fix package Point_set_shape_detection_3: include headers
|
2016-09-30 15:22:27 +02:00 |
Simon Giraudot
|
763fd28a69
|
Warning fix: explicit conversion from double to FT
|
2016-04-25 10:05:47 +02:00 |
Simon Giraudot
|
d04378bc7a
|
Update doc with latest review
|
2016-04-21 09:57:16 +02:00 |
Simon Giraudot
|
5d5778f58e
|
Fix symmetry regularization
|
2016-04-21 09:41:03 +02:00 |
Simon Giraudot
|
abf2070f77
|
Clean up code
|
2016-04-21 07:56:03 +02:00 |
Simon Giraudot
|
f28b7adc7b
|
Some additional fixes
|
2016-04-20 15:34:39 +02:00 |
Simon Giraudot
|
fc7d47e8d7
|
Add condition for subgraphing mutually orthogonal clusters
|
2016-04-20 12:57:13 +02:00 |
Simon Giraudot
|
5252b4ef36
|
Bugfix: bad index copy-paste
|
2016-04-20 12:35:30 +02:00 |
Simon Giraudot
|
238510c27e
|
Remove warning
|
2016-04-20 11:55:29 +02:00 |
Simon Giraudot
|
55b9d92fc9
|
Bugfix: convert angle to radians
|
2016-04-20 11:33:46 +02:00 |
Simon Giraudot
|
dc1aae87bd
|
Bugfix: propagate property maps to regularization function
|
2016-04-20 11:33:10 +02:00 |
Simon Giraudot
|
b98dc48a61
|
Windows warning fix: explicit conversion to FT
|
2016-03-21 10:49:59 +01:00 |
Simon Giraudot
|
24d1c662ce
|
Update doc with new API
|
2016-03-14 11:53:41 +01:00 |
Simon Giraudot
|
cab047817a
|
Clarify API of plane regularization
|
2016-03-14 10:16:43 +01:00 |
Simon Giraudot
|
e30e2e278f
|
Propagate name change (Plane_regularization -> regularize_planes)
|
2016-03-14 09:06:45 +01:00 |