Mael Rouxel-Labbé
faf265f055
Enhance tests
2020-05-12 19:24:48 +02:00
Mael Rouxel-Labbé
baad9c9cb2
Fix only marking the first halfedge of a pair as unstitchable
...
This was ok when the first halfedge was always the one being kept,
but with the addition of the halfedge_keeper mechanism, both halfedges
must be marked.
2020-05-12 19:23:26 +02:00
Mael Rouxel-Labbé
96f259e306
Const correctness
2020-05-12 19:23:20 +02:00
Mael Rouxel-Labbé
3e321f3c84
Simplify call to PMP::connected_components
2020-05-12 19:22:24 +02:00
Mael Rouxel-Labbé
4b9f7fe425
Merge remote-tracking branch 'cgal/master' into PMP-Halfedge_comparer_for_stitch_borders-GF
2020-05-12 19:19:41 +02:00
Sébastien Loriot
7c4586be1b
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
2020-05-12 16:59:02 +02:00
Sébastien Loriot
fb83386f44
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2020-05-12 16:58:32 +02:00
Sebastien Loriot
254f654ff5
Merge pull request #4702 from sloriot/PMP-simplify_example
...
Simplify example
2020-05-12 16:56:14 +02:00
Sebastien Loriot
1008eaed39
Merge pull request #4701 from maxGimeno/Fix_for_min_max-maxGimeno
...
Fix remaining std::max
2020-05-12 16:55:46 +02:00
Sebastien Loriot
0ccdbf8aff
Merge pull request #4700 from lrineau/Mesh_3-fix_UBSAN_error_binding_ref_to_null_pointer-GF
...
Fix UBSAN error: do not bind reference to null pointer
2020-05-12 16:54:53 +02:00
Mael Rouxel-Labbé
a0f9d58efe
Fix bad conflict resolution that erased some constructors
2020-05-12 13:49:52 +02:00
Mael Rouxel-Labbé
bace047a5f
Remove trailing whitespaces / tabs
2020-05-12 12:58:30 +02:00
Mael Rouxel-Labbé
01d5e5f2b8
Add CGAL_NO_UNIQUE_ADDRESS
2020-05-12 12:53:59 +02:00
Marc Glisse
0e1a871b0c
Add comments
2020-05-12 12:39:32 +02:00
Marc Glisse
556731d5be
Use members rather than private bases
2020-05-12 12:36:49 +02:00
Marc Glisse
4e3f92ce51
Remove outdated comment.
2020-05-12 12:26:51 +02:00
Andreas Fabri
b2f8ef30d5
Add non-recursive determinant for 7x7 matrix
2020-05-12 12:26:28 +02:00
Mael Rouxel-Labbé
cb08f676d1
Move check code from determinant.h to Kernel_23/test + more tests
2020-05-12 11:56:18 +02:00
Mael Rouxel-Labbé
8a52dd3393
Remove trailing whitespace / tabs
2020-05-12 11:21:06 +02:00
Dmitry Anisimov
2ef4e362c1
integrated review for the fix
2020-05-11 11:29:54 +02:00
Maxime Gimeno
171ef5a0e7
Fix CHANGES.MD for file_input
2020-05-11 10:10:49 +02:00
Jane Tournois
94d98ed0dc
c3t3 cell info in the .mesh file is subdomain_index()
...
the recent internal changes in build_triangulation() use subdomain_index(),
which is part of the concept MeshCellBase_3
2020-05-11 06:48:25 +02:00
Mael Rouxel-Labbé
afade6d87a
Fix a number of issues in CHANGES.md-CGAL 5.1 and add links
2020-05-09 11:30:01 +02:00
Dmitry Anisimov
1056c9b428
removed trailing whitespaces
2020-05-08 11:52:53 +02:00
Dmitry Anisimov
fc13a42db5
added a comment and info message
2020-05-08 11:41:34 +02:00
Dmitry Anisimov
89dc46fbac
fairing bug with cotangent weights fix for the issue #4706
2020-05-07 20:03:21 +02:00
Dmitry Anisimov
ec57a2af5b
modified cmakelists to fix the boost mp on clang issue #3816
2020-05-07 15:18:08 +02:00
Maxime Gimeno
e6b1e5531c
Fix affine_transformation_plugin
2020-05-07 09:49:53 +02:00
Jane Tournois
83e007f59e
fix conversion warnings and comment unused code
2020-05-07 08:54:44 +02:00
Jane Tournois
a9b461c156
fix warnings
2020-05-07 06:31:14 +02:00
Rui Ventura
f9c886f5cb
Implement `operator<<` for `Aff_transformationH2`
2020-05-06 16:00:15 +01:00
Jane Tournois
9f40dac8d9
fix warnings (conversion, initialization order, brackets...)
...
and minor cleaning
2020-05-06 16:26:48 +02:00
Jane Tournois
1482f32514
add missing helper functions
2020-05-06 15:23:34 +02:00
Jane Tournois
cb2a346427
add make_cells_set_manifold
...
the surface of `cells_to_insert` may be non manifold
using this function improves the chances to build a valid triangulation
+ use the boolean return value of build_triangulation()
2020-05-06 15:23:04 +02:00
Jane Tournois
9d194e3814
add missing includes
2020-05-06 15:18:57 +02:00
Jane Tournois
28a9cb150a
replace std::set<Vertex_handle> with std::array<Vertex_handle>
...
for facets vertices
this should be a lot more efficient
2020-05-06 15:11:06 +02:00
Laurent Rineau
02c518523d
Fix Documentation/doc/CMakeLists.txt
2020-05-06 13:36:38 +02:00
Laurent Rineau
15f0171013
Fix for the case where CGAL is configured
2020-05-06 13:36:38 +02:00
Laurent Rineau
abf414df81
Change create_new_release to use CGALConfigVersion.cmake as input
2020-05-06 13:36:38 +02:00
Laurent Rineau
4092727cf8
Fix CGAL_parse_version_h.cmake when the minor version is less than 10
2020-05-06 13:36:38 +02:00
Mael Rouxel-Labbé
c2f7b46c06
Avoid needless loss of precision with BBox_3 usage
2020-05-06 12:11:03 +02:00
Laurent Rineau
9611eada72
Add the +x permission bit
2020-05-06 12:10:57 +02:00
Mael Rouxel-Labbé
6fe47eddbe
Make OBB work with EPECK_with_sqrt
2020-05-06 12:10:48 +02:00
Laurent Rineau
841a2505fa
Catch errors earlier
...
If `$1` and `$2` is either empty, or not a directory, then display the
help. Maybe we should check that `$1` is indeed a CGAL directory.
2020-05-06 12:10:06 +02:00
Laurent Rineau
57b37e3e1d
Fix so that is runs on Fedora
2020-05-06 12:08:54 +02:00
Maxime Gimeno
e3f2660b04
Fix an item in the demo
2020-05-06 11:33:27 +02:00
Maxime Gimeno
098cc6abde
Fix a PMP example
2020-05-06 11:31:13 +02:00
Simon Giraudot
67adcb9673
Update CHANGES.md
2020-05-06 09:01:07 +02:00
Simon Giraudot
fefdd13f45
Merge remote-tracking branch 'mine/PSP-Cluster_points-GF' into PSP-Cluster_points-GF
2020-05-06 08:59:40 +02:00
Rui Ventura
53eb106f92
Add missing `print` method to `Aff_transformationC3`
2020-05-06 07:44:59 +01:00