Commit Graph

96478 Commits

Author SHA1 Message Date
Laurent Rineau d25c29145d Merge pull request #5499 from Dig-Doug/linear-complex-add-builder
Linear cell complex: Add points and edges constructor
2021-04-06 15:13:13 +02:00
Laurent Rineau 58ddf16295 Merge pull request #5507 from afabri/PMP-vtune_isotropic_remeshing-GF
PMP:  Accelerate isotropic remeshing
2021-04-06 15:13:11 +02:00
Laurent Rineau d46dcec5e5 Merge pull request #5510 from pentacular/wasm
Round-to-nearest support for intervals
2021-04-06 15:13:09 +02:00
Laurent Rineau de704d8bb9 Merge pull request #5522 from afabri/Nef_3-accelerate_do_intersect_internally-GF
Nef_3: Do not test has_on for a point where we know that it will be true
2021-04-06 15:13:07 +02:00
Laurent Rineau ed884ad2e7 Merge pull request #5525 from janetournois/Polyhedron_demo-fix_isotropic_remeshing_dialog-jtournois
Polyhedron demo - improve PMP::isotropic_remeshing dialog box
2021-04-06 15:13:05 +02:00
Laurent Rineau 8247232cf1 Merge pull request #5535 from sloriot/CGAL-more_cmake_support_files
Add more cmake support files
2021-04-06 15:13:04 +02:00
Laurent Rineau af3ef42dce Merge pull request #5542 from Dig-Doug/patch-1
Linear_cell_complex_incremental_builder include
2021-04-06 15:13:02 +02:00
Laurent Rineau 343ef10367 Merge pull request #5547 from sgiraudot/Fix_stdpow_related_warnings-GF
Fix warning: std::pow(float, int) returns double instead of float in recent C++
2021-04-06 15:13:00 +02:00
Laurent Rineau 02ee91c13c Merge pull request #5548 from sgiraudot/PCA-Do_not_compile_without_Eigen-GF
PCA: do not compile examples/tests without Eigen
2021-04-06 15:12:59 +02:00
Laurent Rineau 53491eca02 Merge pull request #5550 from maxGimeno/Eigen_fixes_in_cmakelists-5-2-maxGimeno
Fix Eigen in CMakeLists 5.2
2021-04-06 15:12:58 +02:00
Laurent Rineau f62aaa72b6 Merge pull request #5552 from sloriot/Classif-RF_warning
Fix deprecated include path
2021-04-06 15:12:56 +02:00
Laurent Rineau 791d4abfec Merge pull request #5555 from sloriot/PMP-exception_inheritance
Inherit from a std exception
2021-04-06 15:12:55 +02:00
Laurent Rineau 0f61f96c80 Merge pull request #5556 from MaelRL/Kernel_23-Dont_recompute_normal_in_proj_point-GF
Fix inconsistency in normal computation in robust projection code
2021-04-06 15:12:53 +02:00
Laurent Rineau b6ceda1bee Merge pull request #5560 from sloriot/Kernel23-init_vector
Use initialized vector
2021-04-06 15:12:52 +02:00
Laurent Rineau ebbb98b7b0 Merge pull request #5561 from maxGimeno/Kernel_23-Fix_circle_3_warnings-maxGimeno
Kernel_23: Fix warnings in Circle_3
2021-04-06 15:12:50 +02:00
Laurent Rineau 993398ec0c Merge pull request #5569 from timokoch/patch-1
[cleanup][surface_mesh] Remove unused and duplicate includes
2021-04-06 15:12:48 +02:00
Laurent Rineau 9b442d1595 Merge pull request #5570 from MaelRL/PMP-Repair_PS_invalid_polygons_speed_up-GF
Speed up invalid polygon removal in repair_PS
2021-04-06 15:12:47 +02:00
Laurent Rineau 473d30bc43 Merge pull request #5571 from sgiraudot/Classification-Sanitize_addresses-GF
Classification: Sanitize addresses
2021-04-06 15:12:45 +02:00
Laurent Rineau 6f953265e2 Merge pull request #5572 from sloriot/Doc-Ceres_libunwind
Add attention notice in Ceres about libunwind
2021-04-06 15:12:44 +02:00
Laurent Rineau 1d531e4032 Merge branch '5.1.x-branch' into 5.2.x-branch 2021-04-06 15:12:06 +02:00
Laurent Rineau 97f526878f Merge pull request #5547 from sgiraudot/Fix_stdpow_related_warnings-GF
Fix warning: std::pow(float, int) returns double instead of float in recent C++
2021-04-06 15:11:49 +02:00
Laurent Rineau d7b9458f1c Merge pull request #5548 from sgiraudot/PCA-Do_not_compile_without_Eigen-GF
PCA: do not compile examples/tests without Eigen
2021-04-06 15:11:48 +02:00
Laurent Rineau f40466b1c4 Merge pull request #5550 from maxGimeno/Eigen_fixes_in_cmakelists-5-2-maxGimeno
Fix Eigen in CMakeLists 5.2
2021-04-06 15:11:47 +02:00
Laurent Rineau 9d699e45fb Merge pull request #5552 from sloriot/Classif-RF_warning
Fix deprecated include path
2021-04-06 15:11:45 +02:00
Laurent Rineau af8c4d57bb Merge pull request #5556 from MaelRL/Kernel_23-Dont_recompute_normal_in_proj_point-GF
Fix inconsistency in normal computation in robust projection code
2021-04-06 15:11:44 +02:00
Laurent Rineau 7ba33816d4 Merge pull request #5561 from maxGimeno/Kernel_23-Fix_circle_3_warnings-maxGimeno
Kernel_23: Fix warnings in Circle_3
2021-04-06 15:11:42 +02:00
Laurent Rineau a11a7578f6 Merge pull request #5570 from MaelRL/PMP-Repair_PS_invalid_polygons_speed_up-GF
Speed up invalid polygon removal in repair_PS
2021-04-06 15:11:41 +02:00
Laurent Rineau d291c67305 Merge pull request #5571 from sgiraudot/Classification-Sanitize_addresses-GF
Classification: Sanitize addresses
2021-04-06 15:11:39 +02:00
Laurent Rineau 00751c0869 Merge pull request #5552 from sloriot/Classif-RF_warning
Fix deprecated include path
2021-04-06 15:09:59 +02:00
Laurent Rineau d77d4be2e9 Merge pull request #5556 from MaelRL/Kernel_23-Dont_recompute_normal_in_proj_point-GF
Fix inconsistency in normal computation in robust projection code
2021-04-06 15:09:57 +02:00
Laurent Rineau a0c894594b Merge pull request #5561 from maxGimeno/Kernel_23-Fix_circle_3_warnings-maxGimeno
Kernel_23: Fix warnings in Circle_3
2021-04-06 15:09:56 +02:00
Laurent Rineau a8274d796e Merge pull request #5570 from MaelRL/PMP-Repair_PS_invalid_polygons_speed_up-GF
Speed up invalid polygon removal in repair_PS
2021-04-06 15:09:55 +02:00
Maxime Gimeno 8f7e12ebdc Fix another similar warning 2021-04-06 13:17:37 +02:00
Simon Giraudot ff2675dc61 Fix pointmatcher example 2021-04-06 10:40:53 +02:00
Andreas Fabri 7dc015e7de Kernel_23: Remove local reference 2021-04-06 09:33:44 +01:00
Simon Giraudot 7d716c0be7 Fix conversion warnings 2021-04-06 08:38:56 +02:00
Simon Giraudot 53c24ef300 Fix conversion warnings in test kernels 2021-04-06 08:30:06 +02:00
Sébastien Loriot b7bafa1a34 do not build vector if not needed 2021-04-03 11:22:14 +02:00
Sébastien Loriot dd19b506ed first version to add epsilon per face 2021-04-03 11:14:15 +02:00
Maxime Gimeno e5bf52d9c6 fix indentation and remove GMP_LIBRARIES_DIR 2021-04-02 14:56:50 +02:00
Maxime Gimeno 9a4d495567 don't use generator expression 2021-04-02 14:47:46 +02:00
Jane Tournois 1b323b8599 when aabb_tree is empty, there are no patches
hence no incident patches
we only refer to an aabb tree of curves
2021-04-02 14:44:26 +02:00
Maxime Gimeno c5ebd7c88e dichotomize multiconfig generators 2021-04-02 14:30:02 +02:00
Maxime Gimeno 16ee70bb12 Use a generator expression to determine the lib to use 2021-04-02 14:11:23 +02:00
Maxime Gimeno 87bb3b27d1 Split GMP_LIBRARIES into debug and release. 2021-04-02 12:56:05 +02:00
Laurent Rineau ab1c30a9a5 Add support for tx/ty/tz (the origin) in Image_3_vtk_interface.h 2021-04-02 12:06:20 +02:00
Laurent Rineau 0f2bcf2aa6 Fix the CMakeLists.txt for image_to_vtk_viewer.cpp 2021-04-02 12:05:44 +02:00
Laurent Rineau c5334e5d25 Fix a typo 2021-04-02 12:04:30 +02:00
Laurent Rineau 6380e07553 Add an example for CGAL ImageIO 2021-04-02 12:02:33 +02:00
Jane Tournois 209094f9df inline indices() to avoid double definition link error 2021-04-02 10:39:45 +02:00