Commit Graph

82189 Commits

Author SHA1 Message Date
Sebastien Loriot 5be2958fae
Merge pull request #3386 from maxGimeno/AABB_tree-Override_build_function_with_shared_data-GF
AABB_tree: Add an overload to build() for shared data
2018-11-02 10:31:22 +01:00
Sebastien Loriot 5eb8caf8e9
Merge pull request #3431 from sloriot/OTR2-fix_warnings
unsigned -> unsigned int
2018-11-02 10:28:01 +01:00
Sébastien Loriot 34527a3dc3 remove extra template keyword 2018-10-31 06:20:37 +01:00
Sébastien Loriot a7f08e5172 Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' 2018-10-30 16:06:22 +01:00
Sebastien Loriot bb7be574a5
Merge pull request #3427 from sloriot/PMP-clip_open_meshes_fix
Fix clipping of open meshes
2018-10-30 16:05:51 +01:00
Sébastien Loriot 9eb521d4d7 Merge pull request #3429 from sloriot/PMP-remove_deg_edges_iterative
Make the degenerate edge removal an iterative process
2018-10-30 15:59:47 +01:00
Sébastien Loriot e925b1aba6 Merge pull request #3225 from maxGimeno/Demo-Remove_polyhedron_item-GF
Polyhedron demo: remove the Scene_polyhedron_item
2018-10-30 15:50:17 +01:00
Sébastien Loriot a68469b878 Merge pull request #3398 from maxGimeno/Demo-Fix_sphere_generator_orientation-GF
Polyhedron demo: Fix orientation of the sphere generator.
2018-10-30 15:49:51 +01:00
Sébastien Loriot cdbe19b480 Merge pull request #3369 from maxGimeno/AABB_tree-AABB_transformed_traits-GF
[Small Feature] Add collision detection in PMP
2018-10-30 15:49:38 +01:00
Sébastien Loriot dc885fd9d6 Merge pull request #3392 from maxGimeno/Demo-Widget_always_on_top_when_set_visible-GF
Polyhedron demo: raise the tabified widgets when they are set visible.
2018-10-30 15:49:28 +01:00
Sébastien Loriot 8018acbf18 unsigned -> unsigned int 2018-10-30 14:02:16 +01:00
Sébastien Loriot 3be4dd02f5 make the edge removal an iterative process
an edge impossible to remove might be removable
following some degenerate edges removal
2018-10-29 17:39:48 +01:00
Sébastien Loriot 5dad6f0c71 take into account clipper orientation to clip open meshes 2018-10-29 15:04:06 +01:00
Laurent Rineau 82ab4013b5 Merge branch 'releases/CGAL-4.13-branch' 2018-10-29 10:43:19 +01:00
Laurent Rineau 979246b5a2 Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch 2018-10-29 10:42:48 +01:00
Laurent Rineau be3e47638a Merge pull request #3391 from maxGimeno/Qt-Handle_cmake_warnings-GF
Surface_mesh_Examples:Fix cmake warning
2018-10-29 10:42:46 +01:00
Laurent Rineau d34fb00e08 Merge pull request #3389 from MaelRL/P3T3-Fix_random_shuffle-GF
P3T3: Minor improvements (random_shuffle + determinism)
2018-10-29 10:42:44 +01:00
Laurent Rineau b04a6f7769 Merge pull request #3418 from MaelRL/Kernel23-Fix_doc_typo
Kernel_23: Fix doc typos
2018-10-29 10:42:42 +01:00
Laurent Rineau 6d2e3e9c2b Merge pull request #3383 from lrineau/Triangulation_3-fix_examples_with_TBB-GF
Re-add examples incorrectly disabled by PR #2835
2018-10-29 10:42:40 +01:00
Laurent Rineau 7f74f021c6 Merge pull request #3349 from sgiraudot/Classification-Workaround_serialization_bug_null_pointers-GF
Classification: Workaround serialization bug with null pointers
2018-10-29 10:42:39 +01:00
Laurent Rineau 3c6538f80f Merge pull request #3377 from Simon-Lopez/simon_cgal_#3375
Proposal to fix issue #3375
2018-10-29 10:42:37 +01:00
Laurent Rineau d9851eaebe Merge pull request #3407 from MaelRL/PMP-Fix_do_intersect_look_up_error
PMP: Fix look-up error
2018-10-29 10:42:35 +01:00
Laurent Rineau 8d0345c373 Merge pull request #3372 from afabri/Polyhedron_IO-inline-GF
inline fill_point()
2018-10-29 10:42:32 +01:00
Laurent Rineau 6316e3b322 Merge pull request #3345 from afabri/Kernel-fix_Point_2_Line_2_projection-GF
Improve Projection of 2D point on line
2018-10-29 10:42:31 +01:00
Laurent Rineau aba922e2d4 Merge pull request #3395 from sloriot/BGL-selection_issue
Fix selection issue with boundary vertices

# Conflicts:
#	BGL/test/BGL/test_Manifold_face_removal.cpp
2018-10-29 10:42:21 +01:00
Laurent Rineau d21f236928 Merge pull request #3393 from lrineau/Mesh_3-fix_polyhedral_complex_domain-GF
Fix Polyhedral_complex_mesh_domain_3 when detect_features() is not called
2018-10-29 10:41:31 +01:00
Laurent Rineau a036d29d33 Merge pull request #3389 from MaelRL/P3T3-Fix_random_shuffle-GF
P3T3: Minor improvements (random_shuffle + determinism)
2018-10-29 10:39:57 +01:00
Laurent Rineau f506901c43 Merge pull request #3418 from MaelRL/Kernel23-Fix_doc_typo
Kernel_23: Fix doc typos
2018-10-29 10:39:56 +01:00
Laurent Rineau 8dc7ede424 Merge pull request #3377 from Simon-Lopez/simon_cgal_#3375
Proposal to fix issue #3375
2018-10-29 10:39:54 +01:00
Laurent Rineau 58a51407c5 Merge pull request #3407 from MaelRL/PMP-Fix_do_intersect_look_up_error
PMP: Fix look-up error
2018-10-29 10:39:53 +01:00
Laurent Rineau ef0a95c422 Merge pull request #3372 from afabri/Polyhedron_IO-inline-GF
inline fill_point()
2018-10-29 10:39:51 +01:00
Laurent Rineau 6b1e3e5ddb Merge pull request #3345 from afabri/Kernel-fix_Point_2_Line_2_projection-GF
Improve Projection of 2D point on line
2018-10-29 10:39:50 +01:00
Laurent Rineau 486548dc72 Merge pull request #3395 from sloriot/BGL-selection_issue
Fix selection issue with boundary vertices
2018-10-29 10:39:48 +01:00
Laurent Rineau 796551c175 Merge pull request #3393 from lrineau/Mesh_3-fix_polyhedral_complex_domain-GF
Fix Polyhedral_complex_mesh_domain_3 when detect_features() is not called
2018-10-29 10:39:46 +01:00
Laurent Rineau 016a178c19 Merge pull request #3391 from maxGimeno/Qt-Handle_cmake_warnings-GF
Surface_mesh_Examples:Fix cmake warning
2018-10-29 10:27:59 +01:00
Laurent Rineau 62c33b9df4 Merge pull request #3390 from maxGimeno/AABB_tree-Add_datum_function-GF
AABB_tree: add datum()
2018-10-29 10:27:57 +01:00
Laurent Rineau 8c60160697 Merge pull request #3389 from MaelRL/P3T3-Fix_random_shuffle-GF
P3T3: Minor improvements (random_shuffle + determinism)
2018-10-29 10:27:55 +01:00
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
Laurent Rineau 39f144c3dd Merge pull request #3418 from MaelRL/Kernel23-Fix_doc_typo
Kernel_23: Fix doc typos
2018-10-29 10:27:52 +01:00
Laurent Rineau e874c95a9a Merge pull request #3353 from afabri/Interpolation-value_initialized-GF
Interpolation: Slightly change linear_interpolation() so that it can also interpolate vectors
2018-10-29 10:27:50 +01:00
Laurent Rineau 574f21cca6 Merge pull request #3383 from lrineau/Triangulation_3-fix_examples_with_TBB-GF
Re-add examples incorrectly disabled by PR #2835
2018-10-29 10:27:48 +01:00
Laurent Rineau 5afd460d28 Merge pull request #3349 from sgiraudot/Classification-Workaround_serialization_bug_null_pointers-GF
Classification: Workaround serialization bug with null pointers
2018-10-29 10:27:46 +01:00
Laurent Rineau 3904075e03 Merge pull request #3411 from sloriot/Solver_interface-no_dw
Add an option to disable the deprecation warning
2018-10-29 10:27:44 +01:00
Laurent Rineau e54ae0ac83 Merge pull request #3262 from MaelRL/PMP-stitch_closed_cycles-GF
PMP: stitch boundary cycles
2018-10-29 10:27:43 +01:00
Laurent Rineau fb7dc495b0 Merge pull request #3377 from Simon-Lopez/simon_cgal_#3375
Proposal to fix issue #3375
2018-10-29 10:27:41 +01:00
Laurent Rineau c7592752bf Merge pull request #3407 from MaelRL/PMP-Fix_do_intersect_look_up_error
PMP: Fix look-up error
2018-10-29 10:27:39 +01:00
Laurent Rineau 73dd93c4e1 Merge pull request #3405 from gdamiand/CGAL_basic_viewers-bugfix-gdamiand
Basic viewers: bugfix for Epeck
2018-10-29 10:27:37 +01:00
Laurent Rineau 050dc4fdfa Merge pull request #3372 from afabri/Polyhedron_IO-inline-GF
inline fill_point()
2018-10-29 10:27:35 +01:00
Laurent Rineau e54b036516 Merge pull request #3379 from lrineau/Mesh_3-fix_Index-GF
Mesh_3: Allow `Subdomain_index` to be `short`
2018-10-29 10:27:33 +01:00
Laurent Rineau 7e9de72e9c Merge pull request #3368 from lrineau/Mesh_3-determinism_with_one_thread-GF
Mesh_3 is now deterministic with TBB when only one thread is used
2018-10-29 10:27:32 +01:00