Simon Giraudot
|
03decddb0b
|
Plane_regularization class is now a simple function regularize_planes
|
2016-03-11 15:29:15 +01:00 |
Simon Giraudot
|
cf7d88c475
|
Explicit cast to FT for constructor point
|
2016-01-06 08:08:26 +01:00 |
Simon Giraudot
|
3ba780f49c
|
Warning fix: explicit conversion of float to FT
|
2016-01-05 10:33:45 +01:00 |
Simon Giraudot
|
bd361eaa40
|
Update changes.html
|
2016-01-04 12:07:24 +01:00 |
Simon Giraudot
|
1ce2ee1bcf
|
Merge branch 'Point_set_shape_detection_3-Plane_regularization-GF-old' into Point_set_shape_detection_3-Plane_regularization-GF
|
2016-01-04 11:55:18 +01:00 |
Simon Giraudot
|
a0853b21a8
|
Authors
|
2016-01-04 11:54:38 +01:00 |
Simon Giraudot
|
467e599257
|
Explicit conversion of double/floats to FT
|
2016-01-04 11:39:05 +01:00 |
Sebastien Loriot
|
b857bcc717
|
Merge pull request #582 from lrineau/Mesh_2-remove_dont_submit-lrineau
Remove Mesh_2/dont_submit and related files
|
2016-01-04 10:53:49 +01:00 |
Sebastien Loriot
|
5e20b46f5b
|
Merge pull request #546 from bo0ts/Pmp_triangulate_face-pmoeller
Add triangulate_face and triangulate_faces range overload
|
2016-01-04 10:48:17 +01:00 |
Laurent Rineau
|
3a4acc64de
|
cleanup
Remove all directories and files listed in ./dont_submit. I have
verified that their usefulness is rather low.
|
2015-12-31 18:13:17 +01:00 |
Simon Giraudot
|
1e079ed272
|
More on documentation
|
2015-12-30 15:05:03 +01:00 |
Simon Giraudot
|
c51a9f5860
|
Also test regularization of symmetry
|
2015-12-30 13:53:35 +01:00 |
Simon Giraudot
|
91aa735745
|
Bugfix: assigned -1 to unsigned and test if <0 never works
|
2015-12-30 13:52:46 +01:00 |
Simon Giraudot
|
4cd4d02b18
|
Declare floats explicitly to avoid warnings on Visual Studio
|
2015-12-30 13:44:02 +01:00 |
Sébastien Loriot
|
e4f6cb9f4e
|
there is no predicate class
|
2015-12-30 09:18:16 +01:00 |
Simon Giraudot
|
ad1feb89e1
|
Warning corrections: incorrect types
|
2015-12-30 09:16:31 +01:00 |
Simon Giraudot
|
bb169a00d0
|
Remove extra semicolon after namespace (pedantic error)
|
2015-12-30 08:31:02 +01:00 |
Sebastien Loriot
|
6e374d1732
|
Merge pull request #574 from sgiraudot/CGAL-Fix_several_warnings-GF
Fix several warnings
|
2015-12-29 16:48:11 +01:00 |
Sebastien Loriot
|
44a14a4289
|
Merge pull request #566 from lrineau/Mesh_3-remove_Boost.Parameters_warnings-lrineau
Remove Mesh_3 warnings in Boost.Parameters
|
2015-12-29 16:47:38 +01:00 |
Sebastien Loriot
|
ada02539ad
|
Merge pull request #568 from mglisse/NewKernel_d-NT-glisse
Number type TLC for NewKernel_d
|
2015-12-29 16:47:12 +01:00 |
Simon Giraudot
|
d46674d0c1
|
Add regularization to test_scene
|
2015-12-29 15:27:54 +01:00 |
Simon Giraudot
|
e8be5fe3ca
|
Merge branch 'Point_set_shape_detection_3-Plane_regularization-GF-old' into Point_set_shape_detection_3-Plane_regularization-GF
|
2015-12-29 14:26:36 +01:00 |
Simon Giraudot
|
a95c68e804
|
Merge branch 'CGAL-Fix_several_warnings-GF-old' into CGAL-Fix_several_warnings-GF
|
2015-12-28 14:13:00 +01:00 |
Sébastien Loriot
|
81d638341a
|
prevent internal namespace to be documented
|
2015-12-28 10:51:49 +01:00 |
Simon Giraudot
|
6d4d362701
|
Warning fix: uninitialized variable
|
2015-12-28 10:43:50 +01:00 |
Sébastien Loriot
|
4b4723752a
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.7-branch'
|
2015-12-28 10:09:01 +01:00 |
Sebastien Loriot
|
02644aa2d0
|
Merge pull request #573 from bo0ts/patch-1
Actually add the CGAL_USE_OPENMESH define
|
2015-12-28 10:08:30 +01:00 |
Sebastien Loriot
|
a905f55a29
|
Merge pull request #497 from sloriot/AOS-leak_in_trapezoidal_decomposition
fix a leak in the trapezoidal decomposition that occurs when a curve is removed
|
2015-12-28 10:07:16 +01:00 |
Philipp Möller
|
064b7dffc1
|
Incorporate doc suggestion
|
2015-12-27 19:22:29 +01:00 |
Philipp Moeller
|
e47052af55
|
Also add the CGAL_USE_OPENMESH define
The BGL testsuite uses the define CGAL_USE_OPENMESH to check if OpenMesh is available, but that define is not set even if it there.
|
2015-12-27 16:26:40 +01:00 |
Sebastien Loriot
|
3a3367aeb5
|
Merge pull request #571 from sloriot/PMP-fix_concept_requirements
Add missing model of requirements
|
2015-12-22 23:05:12 +01:00 |
Sébastien Loriot
|
e18bbc442f
|
Add missing model of requirements
|
2015-12-22 23:01:05 +01:00 |
Sebastien Loriot
|
e44adafd60
|
Merge pull request #553 from lrineau/Polyhedron_demo-fix_Scene_c3t3_item_display_of_spheres-GF
Polyhedron demo: fix the display of protecting balls in Scene_c3t3_item
|
2015-12-21 10:52:07 +01:00 |
Marc Glisse
|
9935a6889a
|
Eigen::NumTraits<CGAL::Mpzf>
|
2015-12-18 22:19:16 +01:00 |
Marc Glisse
|
a6adfebc54
|
Handle mpq_class.
Explicitly specify the number type, since with expression template it
would guess wrong.
|
2015-12-18 21:38:58 +01:00 |
Sebastien Loriot
|
0e1c696192
|
Merge pull request #561 from sgiraudot/CGAL-Bugfix_clang_is_convertible-GF
Bugfix: pair not compatible with Point_3 (clang)
|
2015-12-18 16:54:22 +01:00 |
Sebastien Loriot
|
78dc72841e
|
Merge pull request #562 from sgiraudot/CGAL-Remove_register_keyword-GF
Remove deprecated "register" keyword
|
2015-12-18 16:52:14 +01:00 |
Sébastien Loriot
|
dd955cef30
|
Merge pull-request #483 from 'janetournois/Mesh_3-gray_level_image_oracle-lrineau'
Mesh 3 : add gray level image oracle
|
2015-12-18 16:46:46 +01:00 |
Sébastien Loriot
|
b4315f4232
|
Merge pull request #560 from maxGimeno/Polyhedron_demo-scroll_sceneview-GF
Scrolls the sceneView when a picking is performed.
|
2015-12-18 16:38:26 +01:00 |
Sebastien Loriot
|
4187dd1240
|
Merge pull request #564 from maxGimeno/Polyhedron_demo-moving_names_in_list-GF
Moving items in the list
|
2015-12-18 16:37:01 +01:00 |
Sébastien Loriot
|
21444aa06d
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.7-branch'
|
2015-12-18 16:33:29 +01:00 |
Sebastien Loriot
|
2eba140684
|
Merge pull request #565 from afabri/Triangulation-Issue557-GF
Apply the fix proposed in Issue #557
|
2015-12-18 16:32:36 +01:00 |
Sebastien Loriot
|
71fcc3dff8
|
Merge pull request #567 from maxGimeno/Scene_edit_polyhedron_Clean_up-GF
Clean-up
|
2015-12-18 15:31:34 +01:00 |
Maxime Gimeno
|
3097134e28
|
Some clean-up
|
2015-12-18 15:16:34 +01:00 |
Sebastien Loriot
|
c1c30a46e5
|
Merge pull request #509 from sloriot/Install-fix_nsi
Install fix nsi
|
2015-12-18 15:16:29 +01:00 |
Sébastien Loriot
|
b594f747a1
|
add dev prefix for installation dir
|
2015-12-18 15:11:57 +01:00 |
Simon Giraudot
|
c728a96427
|
Warning fix: uninitialized variable
|
2015-12-18 15:01:33 +01:00 |
Laurent Rineau
|
d8c2f1a851
|
Remove Mesh_3 warnings in Boost.Parameters
|
2015-12-18 14:44:56 +01:00 |
Simon Giraudot
|
fe1ac9e86c
|
Warning fix: uninitialized attributes
|
2015-12-18 14:44:17 +01:00 |
Simon Giraudot
|
8ab80e7f71
|
Warning fix: unused argument
|
2015-12-18 08:53:57 +01:00 |