Commit Graph

92466 Commits

Author SHA1 Message Date
Laurent Rineau fb8a392a70 Merge pull request #4968 from gdamiand/Basic_viewer-2Dmode-gdamiad
Add an option to toggle between 2D and 3D mode for the basic viewer.
2020-09-24 16:43:09 +02:00
Laurent Rineau 62e8fcb4ce Merge pull request #4975 from maxGimeno/Demo-Fix_mesh_plane_detection-maxGimeno
Polyhedron Demo: Fix Mesh_plane_detection_plugin
2020-09-24 16:43:07 +02:00
Laurent Rineau cee9751f6a Merge pull request #4980 from maxGimeno/Demo-Animation_mesh_deform-maxGimeno
Polyhedron Demo: Animation of surface_meshes
2020-09-24 16:43:04 +02:00
Laurent Rineau ac1681fc2e Merge pull request #4984 from sloriot/CGAL-small_post_release_fixes
Tiny post release fixes

# Conflicts:
#	Installation/CHANGES.md
2020-09-24 16:42:54 +02:00
Laurent Rineau 9884b4597c Merge pull request #4994 from janetournois/PMP-isotropic_remeshing_allows_invalid_mesh-jtournois
PMP isotropic remeshing - test validity during remeshing only if input mesh was valid
2020-09-24 16:42:33 +02:00
Laurent Rineau 0b2528c8b0 Merge branch 'releases/CGAL-5.0-branch' into 5.1.x-branch 2020-09-24 16:41:45 +02:00
Laurent Rineau f6e033e1be Merge pull request #4975 from maxGimeno/Demo-Fix_mesh_plane_detection-maxGimeno
Polyhedron Demo: Fix Mesh_plane_detection_plugin
2020-09-24 16:36:57 +02:00
Laurent Rineau d1503c21b9 Merge pull request #4984 from sloriot/CGAL-small_post_release_fixes
Tiny post release fixes
2020-09-24 16:36:55 +02:00
Laurent Rineau a8b0acc508 Merge pull request #4994 from janetournois/PMP-isotropic_remeshing_allows_invalid_mesh-jtournois
PMP isotropic remeshing - test validity during remeshing only if input mesh was valid
2020-09-24 16:36:53 +02:00
Laurent Rineau ac3f1101a3 Merge pull request #4969 from sgiraudot/Shape_detection-Fix_nonnull-warning-GF
[Shape Detection] Fix nonnull warning in deprecated Region Growing
2020-09-24 16:34:50 +02:00
Laurent Rineau a246b3d776 Merge pull request #4979 from janetournois/PMP-remesh_after_detect_sharp_features-jtournois
Polyhedron demo - get the sharp edges back after remeshing
2020-09-24 16:34:48 +02:00
Laurent Rineau cc423a8cc4 Merge pull request #4990 from afabri/Surface_mesher-isolated_vertices-GF
Do not create isolated vertices
2020-09-24 16:34:46 +02:00
Laurent Rineau f23a0748ea Merge pull request #4992 from danston/Scale_space_reconstruction_3-memory_leak_fix-danston
Fix leaking memory in Alpha_shape_mesher
2020-09-24 16:34:44 +02:00
Laurent Rineau 8e8bbff36c Merge pull request #5009 from maxGimeno/Demo-Fix_zoom_to_index-maxGimeno
Demo: Fix id_printing
2020-09-24 16:34:42 +02:00
Maxime Gimeno eccde8231b Merge remote-tracking branch 'cgal/master' into Demo-Fixes_and_features-maxGimeno 2020-09-24 16:27:54 +02:00
Maxime Gimeno 2c7f4f0824 Factorized 2020-09-24 16:24:56 +02:00
Maxime Gimeno 702655aac5 Works with point set. Need factorization 2020-09-24 16:24:56 +02:00
Maxime Gimeno ebc7ba62db WIP point_set 2020-09-24 16:24:56 +02:00
Maxime Gimeno f4e2edd5a6 WIP Point_set 2020-09-24 16:24:56 +02:00
Maxime Gimeno 086ed69d27 fix warning 2020-09-24 16:24:56 +02:00
Maxime Gimeno 6183da0408 Replace the IO keyword by "Viewer" and add it to the Display_property_plugin 2020-09-24 16:24:54 +02:00
Maxime Gimeno 59d5d2efad Replace the IO keyword by "Viewer" and add it to the Display_property_plugin 2020-09-24 16:24:48 +02:00
Maxime Gimeno a1ade09966 Ajust pixmap width 2020-09-24 16:24:16 +02:00
Maxime Gimeno adc7da1be7 fix typo 2020-09-24 16:24:16 +02:00
Maxime Gimeno fd1160b057 Fixes for heat_method and finalize the properties diplay 2020-09-24 16:24:16 +02:00
Maxime Gimeno 4db9a82fc3 WIP display property 2020-09-24 16:24:16 +02:00
Maxime Gimeno 9c194a7143 Switch offset item to wireframe 2020-09-24 13:01:04 +02:00
Maxime Gimeno 52c5245eb1 Add an option to triangulate a polyline/polygon in basic generator 2020-09-24 12:33:35 +02:00
Laurent Rineau 43e507dc00
Merge pull request #5016 from maxGimeno/CI-Limit_doc_trigger-maxGimeno
CI : Limit the automated doc to "small feature" labels
2020-09-24 09:31:08 +02:00
Maxime Gimeno a7e94db30c Use the script API to test if the label "small feature" is present, and use the result to determine if the other jobs should be ran or not. 2020-09-24 09:25:08 +02:00
Ahmed Essam 885759ff05 Fix compilation error with msvc2017
Fixes the compilation error in x64_Cygwin-Windows10_MSVC2017-Debug-64bits
platform.
CXXFLAGS=/DWIN32 /D_WINDOWS /W3 /GR /EHsc -D_CRT_SECURE_NO_DEPRECATE
-D_SCL_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS
-D_SCL_SECURE_NO_WARNINGS
-D_SILENCE_CXX17_ADAPTOR_TYPEDEFS_DEPRECATION_WARNING /fp:strict
/fp:except- /wd4503 /bigobj /permissive- /std:c++17 /D_DEBUG /MDd /Ob0
/Od /RTC1
LDFLAGS=/machine:x64 /debug /INCREMENTAL
Curve_renderer_2.h(1753): error C2760: syntax error: unexpected token
'identifier', expected ')'
Produced the error locally and for some reason adding the extra parenthesis
fixed the problem. Most probably a bug with msvc2017 with these flags.
2020-09-23 18:19:24 -07:00
Ahmed Essam 738642c277 Remove useless guards 2020-09-23 18:12:43 -07:00
Ahmed Essam a59f2d6a51 Address problems in last test suite run
https://cgal.geometryfactory.com/CGAL/testsuite/results-5.2-Ic-11.shtml#Arrangement_on_surface_2_Demo
2020-09-23 11:01:43 -07:00
Efi Fogel a78da99764 Used the fh handle to eliminate the warning of unused 2020-09-23 14:28:49 +03:00
Efi Fogel 92801f4f8f Chenged back size_t to unsigned int (at some point all Multiplicity types should be defined as size_t) 2020-09-23 14:27:53 +03:00
Efi Fogel 3f1647345b Initialized m_is_directed_right in default constructor 2020-09-23 14:27:22 +03:00
Maxime Gimeno 7c42055ad0 Robustify the engrave text plugin 2020-09-23 12:32:51 +02:00
Maxime Gimeno 164f1bf790 Fix path length warnings on windows 2020-09-23 11:07:34 +02:00
Maxime Gimeno 79db1b0cb9 Fix warnings and missing includes 2020-09-23 09:54:34 +02:00
Maxime Gimeno 0a2a0070fd More conversion warnings 2020-09-23 09:43:03 +02:00
Mael Rouxel-Labbé 4367d7304e Also test degeneracy removal with EPECK 2020-09-22 16:59:13 +02:00
Mael Rouxel-Labbé 1f4eca9746 Fix iterating and removing elements that might show up further in the loop 2020-09-22 16:58:23 +02:00
Mael Rouxel-Labbé b7b0d1f0fa Use FT instead of double 2020-09-22 16:58:01 +02:00
Mael Rouxel-Labbé 303ead8b28 Explicit initialization of sum to 0 to avoid NP with weird def-constr values
Looking at you, exact number types initializing stuff to 0.5
2020-09-22 16:57:35 +02:00
Mael Rouxel-Labbé 0b3143ea5c Also test degenerate element removal with EPECK 2020-09-22 15:31:03 +02:00
Maxime Gimeno bf883db721 Fix uninitialized warning in test_use_h 2020-09-22 15:30:28 +02:00
Mael Rouxel-Labbé 38218aca4f Fix deleting elements (degenerate faces) that might be further in the range 2020-09-22 15:28:40 +02:00
Laurent Rineau aaf1e8cd38
Merge pull request #4950 from maxGimeno/Documentation-Add_build_and_upload_with_CI-maxGimeno 2020-09-22 15:15:37 +02:00
Maxime Gimeno 806399c3c7 Use egrep and github token 2020-09-22 14:51:01 +02:00
Mael Rouxel-Labbé cec2440297 Remove obsolete named parameter 2020-09-22 11:27:18 +02:00