Laurent Rineau
31b817c419
Merge pull request #5233 from GilesBathgate/fix-uncaught-exceptions
...
Fix uncaught exceptions
2021-04-06 15:13:16 +02:00
Laurent Rineau
8dc3256685
Merge pull request #5488 from sgiraudot/Classification-Remove_TensorFlow_support-GF
...
[Small Feature] Remove TensorFlow support
2021-04-06 15:13:15 +02:00
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
Sébastien Loriot
b1a537c80c
add attention notice in Ceres about libunwind
2021-03-31 16:35:24 +02:00
Laurent Rineau
ef771049b1
Merge branch '5.2.x-branch'
2021-03-31 15:07:31 +02:00
Laurent Rineau
f8a0fe1dad
Merge branch '5.1.x-branch' into 5.2.x-branch
2021-03-31 15:06:19 +02:00
Laurent Rineau
854fa38f11
Merge pull request #5557 from lrineau/Scripts-fix_doc_testsuite-GF
...
Change the URL to internal releases
2021-03-31 15:06:00 +02:00
Sebastien Loriot
3a409e6ac2
Update Polyhedron/demo/Polyhedron/Plugins/Operations_on_polyhedra/Clip_polyhedron_plugin.cpp
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2021-03-31 14:16:56 +02:00
Sébastien Loriot
f4a79aebd8
catch const ref
2021-03-31 14:12:43 +02:00
Simon Giraudot
e0ee8aaf42
Fix memory leak by resetting unique ptr instead of releasing
2021-03-31 13:15:36 +02:00
Simon Giraudot
590aa1b4a6
Fix out of scope references leading to segfaults
2021-03-31 13:15:36 +02:00
Timo Koch
af81a6e1e5
[cleanup][surface_mesh] Fix include order from local to global
2021-03-31 12:16:46 +02:00
Mael Rouxel-Labbé
dc854d8088
Use std::remove_if to speed-up invalid polygon removal
2021-03-31 11:54:38 +02:00
Timo Koch
94f969149d
[cleanup][surface_mesh] Remove unused and duplicate includes
...
The includes became unnecessary after a735e84 .
2021-03-31 10:50:05 +02:00
Maxime Gimeno
fe5f6556b9
add a comment
2021-03-29 15:23:24 +02:00
Sébastien Loriot
c70c0a511f
use initialized vector
2021-03-29 09:14:23 +02:00
Laurent Rineau
2d82c8b3a9
Remove the link to Travis
2021-03-26 11:11:48 +01:00
Laurent Rineau
b680815c03
Remove trailing whitespace
2021-03-26 10:50:02 +01:00
Laurent Rineau
b131bd9d25
Change the URL to internal release
...
That will fix our documentation testsuite.
2021-03-26 10:49:34 +01:00
Mael Rouxel-Labbé
48bb925b65
Fix inconsistency in robust projection code
...
If the triangle/plane is degenerate, the case is handled separately.
If we know the plane is not degenerate, the normal should not
be recomputed in a different manner, which might lead
to a null normal and some issues down the line.
2021-03-26 10:41:30 +01:00
Sébastien Loriot
e3b0302b2b
inherit from a std exception
2021-03-26 09:53:29 +01:00
Sébastien Loriot
6ba3a6bae0
fix deprecated include path
2021-03-25 13:26:56 +01:00
Doug Roeper
b039206679
Separates the `import_from_plane_graph` logic into 2 separate functions so the user can build the graph directly from a list of points and edges instead of a `std::istream`.
2021-03-25 07:31:46 -04:00
Andreas Fabri
b4e98df117
cleanup
2021-03-25 11:54:29 +01:00
Simon Giraudot
8094b08708
Add missing includes
2021-03-25 10:37:09 +01:00
Brian Spilsbury
c26cb0012d
Clean up temporary notes
2021-03-25 12:52:20 +09:00
Andreas Fabri
e1a9cfc6ba
Also break the outer loop
2021-03-24 16:10:06 +01:00
Andreas Fabri
e0b410e2e6
int -> result_type
2021-03-24 16:03:51 +01:00
Maxime Gimeno
2019309288
Replace Rep by a boost::tuple
2021-03-24 15:31:43 +01:00
Laurent Rineau
828acc6d72
Merge branch '5.2.x-branch'
2021-03-24 15:06:14 +01:00
Laurent Rineau
21755b1123
Merge pull request #5245 from GilesBathgate/create-assertions-fix
...
Allow -DNDEBUG and CGAL_nnn_assertions at the same time
2021-03-24 15:05:41 +01:00
Laurent Rineau
d6e9bdd0c1
Merge pull request #5269 from GilesBathgate/move-assignment-operators
...
Move assignment operators
2021-03-24 15:05:39 +01:00