Laurent Rineau
9c31f25653
trivial fix (Python issue)
2019-02-07 13:29:39 +01:00
Sébastien Loriot
99d842401a
Merge remote-tracking branch 'cgal/releases/CGAL-4.12-branch' into HEAD
2019-01-31 11:24:50 +01:00
Sebastien Loriot
0b7c50d599
Merge pull request #3618 from sgiraudot/Polyhedron_demo-Fix_normal_estimation_parameter-GF
...
Polyhedron demo: Fix normal estimation parameter
2019-01-31 11:23:53 +01:00
Sebastien Loriot
e7fcfa40a7
Merge pull request #3587 from lrineau/CGAL-demos_Qt_5.12_qcollectiongenerator_is_gone-GF
...
Support Qt-5.12: qcollectiongenerator merged into qhelpgenerator
2019-01-31 11:23:16 +01:00
Sebastien Loriot
91dd369e9f
Merge pull request #3616 from sloriot/Nef_2-fix_unbounded_face_halfedge_pointer
...
Reset the halfedge pointer of the faces before setting them
2019-01-31 11:22:37 +01:00
Sebastien Loriot
98f39b720c
Merge pull request #3588 from MaelRL/T2-Fix_non_recursive_stack_order-GF
...
Triangulation_2: Fix stack order in non-recursive conflict computations
2019-01-31 11:21:11 +01:00
Sebastien Loriot
c66f70ad55
Merge pull request #3362 from sloriot/SDG_Linf-no_gmp
...
Fix when not using Gmp
2019-01-31 11:20:16 +01:00
Sebastien Loriot
e7c5cd7d3f
Merge pull request #3598 from sloriot/CGAL-doc_fix_brief
...
Fix brief
2019-01-31 11:19:01 +01:00
Sebastien Loriot
3ca9235dfe
Merge pull request #3604 from MaelRL/Subdivion-Fix_using_unsigned_n-GF
...
Subdivision: Fix using unsigned type in CatmullClark computations
2019-01-31 11:18:07 +01:00
Sebastien Loriot
a511df2515
Merge pull request #3615 from sloriot/Scripts-remove_appli_release
...
Remove applications directory
2019-01-31 11:16:48 +01:00
Simon Giraudot
b8933836fa
Fix normal estimation parameter
2019-01-23 09:31:35 +01:00
Sébastien Loriot
e34ddaef38
reset the halfedge pointer of the faces before setting them
...
that way in the bounded case, the infinite face has no halfedge
associated, only holes. Before the patch it could be that
an erased one was associated
2019-01-22 19:06:58 +01:00
Sébastien Loriot
624cf0793f
remove applications directory
2019-01-22 16:03:52 +01:00
Laurent Rineau
515ca08e59
Merge pull request #3600 from sloriot/BGL-link_condition_nm_vertices
...
Fix function checking link condition for non-manifold vertices
2019-01-22 09:27:53 +01:00
Laurent Rineau
17f00fa3e6
Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch
2019-01-22 09:14:16 +01:00
Laurent Rineau
a8c6505642
Merge pull request #3446 from sloriot/Installation-extra_slash
...
Clean-up include dir in CGALconfig.cmake
2019-01-22 09:13:23 +01:00
Laurent Rineau
c31be39bb5
Merge pull request #3602 from afabri/CGAL-VC2017_AVX_workarounds-GF
...
Fix for VC2017 with /arch:AVX
2019-01-22 09:13:14 +01:00
Laurent Rineau
2597bbc050
Merge pull request #3602 from afabri/CGAL-VC2017_AVX_workarounds-GF
...
Fix for VC2017 with /arch:AVX
2019-01-22 09:12:27 +01:00
Laurent Rineau
73ea2ee4ea
Merge pull request #3567 from goran-w/goran-w-patch-3566
...
Modified output_to_medit() for consistent facet orientation
2019-01-18 16:33:32 +01:00
Andreas Fabri
4b2ff59c46
Fix Rectangular_p_center
2019-01-18 15:00:46 +01:00
Andreas Fabri
a879cb040a
Fix Inscribed_area
2019-01-18 12:30:37 +01:00
Andreas Fabri
13a77a74b0
Fix for Polytope_distance
2019-01-18 11:43:22 +01:00
Mael Rouxel-Labbé
043d3c60fa
Fixed wrongly using the (unsigned) degree type in CatmullClark mask computations
2019-01-17 16:29:59 +01:00
Andreas Fabri
0fe3ed828e
Fix for VC2017 with /arch=AVX
2019-01-17 14:42:26 +01:00
Sébastien Loriot
c5cef4ce06
handle triangles attached by non-manifold vertices
...
cherry-picking of c697c2086f
2019-01-16 15:29:44 +01:00
Sébastien Loriot
1d64eae843
reduce brief
2019-01-14 17:58:49 +01:00
Sébastien Loriot
829c412b10
move note outside the brief
2019-01-14 17:53:40 +01:00
Sébastien Loriot
3979b415ec
remove useless heading messing up brief
2019-01-14 17:49:17 +01:00
Mael Rouxel-Labbé
1e27cfba44
Add layers.xy data file for T2 tests
2019-01-11 14:38:35 +01:00
Mael Rouxel-Labbé
502c28796d
Clarify 'last' ==> 'top'
2019-01-11 13:56:06 +01:00
Mael Rouxel-Labbé
04f3ad63fa
Added some sanity tests for the T2 find_conflict functions
2019-01-11 12:33:16 +01:00
Mael Rouxel-Labbé
28ce2a5240
Fixed stack order in non recursive conflict walking
...
Edges must be output in a CCW order, which is achieved by walking ccw-ly first.
In the recursive function, we correctly call 'propagate(..., ccw(j))' first.
For the non-recursive version which uses a stack, then we must add 'ccw(j)'
last since the stack is a LIFO structure.
2019-01-11 12:32:43 +01:00
Laurent Rineau
a11f6562c6
Support Qt-5.12: qcollectiongenerator merged into qhelpgenerator
2019-01-11 10:54:52 +01:00
Sébastien Loriot
45066e7d91
Merge remote-tracking branch 'cgal/releases/CGAL-4.12-branch' into HEAD
2019-01-04 17:17:03 +01:00
Sebastien Loriot
3b713d4d09
Merge pull request #3367 from MaelRL/T3-Fix_weighted_ranges_insertion_removal-GF
...
Triangulation_3: Fix insertion and removal of ranges of weighted points (for 4.12)
2019-01-04 17:13:20 +01:00
Sebastien Loriot
4e05cc98a7
Merge pull request #3555 from MaelRL/T3-Fix_weighted_ranges_insertion_removal_413-GF
...
Triangulation_3: Fix insertion and removal of ranges of weighted points (4.13+)
2019-01-04 17:12:35 +01:00
Sebastien Loriot
91d09f14f1
Merge pull request #3549 from sgiraudot/Point_set_processing-Fix_ply_unknown_element_reading-GF
...
Point Set Processing: Fix PLY unknown element reading
2019-01-04 16:56:46 +01:00
Sebastien Loriot
043d0cd3a9
Merge pull request #3572 from afabri/Surface_mesh-join_bugfix-GF
...
Fix Surface_mesh::join()
2019-01-04 16:55:37 +01:00
Sébastien Loriot
074804f9cf
Merge remote-tracking branch 'cgal/releases/CGAL-4.12-branch' into HEAD
2019-01-02 10:23:07 +01:00
Sebastien Loriot
23b73764e6
Merge pull request #3573 from sloriot/QP_solver-improve_doc
...
doc clean-up
2019-01-02 10:22:22 +01:00
Sébastien Loriot
5a1b51bdd0
fix warning
2019-01-02 10:11:28 +01:00
Sébastien Loriot
1be277202b
Merge remote-tracking branch 'cgal/releases/CGAL-4.12-branch' into HEAD
2018-12-31 10:29:19 +01:00
Sebastien Loriot
e828d7a29d
Merge pull request #3558 from sloriot/PMP-bbox_empty_meshZ
...
Handle empty meshes
2018-12-31 10:22:42 +01:00
Sebastien Loriot
939acaf3cb
Merge pull request #3524 from sloriot/SS-doc_fix
...
Add missing :
2018-12-31 10:15:26 +01:00
Sebastien Loriot
7726e774fa
Merge pull request #3564 from MaelRL/BGL-Fix_partition_memory_leak-GF
...
BGL: Fix memory leaks in partition code
2018-12-31 10:09:04 +01:00
Sebastien Loriot
40b4967edf
Merge pull request #3568 from sloriot/PMP-isotrop_missing_swap
...
Add missing swap
2018-12-31 10:00:21 +01:00
Sébastien Loriot
3bfc09de3f
add comments
2018-12-31 09:42:55 +01:00
Andreas Fabri
ecc89af2b2
Fix Surface_mesh::join()
2018-12-31 09:34:51 +01:00
Sébastien Loriot
04b0a2c48a
doc clean-up
...
improve doxygen likeliness
2018-12-31 08:15:28 +01:00
goran-w
509594f21d
Added missing typename qualifier.
...
My bad. Visual Studio 2017 compiler did not complain about this.
2018-12-21 11:46:04 +01:00