Laurent Rineau
d2c56a8511
Merge pull request #4732 from maxGimeno/Travis-add_windows_h_typedefs-maxGimeno
2020-05-19 17:31:02 +02:00
Maxime Gimeno
08af169d6c
fix travis
2020-05-19 13:34:59 +02:00
Laurent Rineau
3d3788925b
Merge pull request #4607 from efifogel/Aos_2-intersection-efif
...
Arrangement_on_surface_2: change intersection return types (from legacy CGAL::Object to variants)
# Conflicts:
# Installation/CHANGES.md
2020-05-19 10:55:30 +02:00
Laurent Rineau
af456548af
Merge pull request #4471 from MaelRL/PMP-Halfedge_comparer_for_stitch_borders-GF
...
PMP: Enable enforcing which edge is kept during stitching
2020-05-18 12:25:01 +02:00
Laurent Rineau
bb012da683
Merge pull request #4568 from sgiraudot/PSP-Cluster_points-GF
...
[Small Feature] Point Set Clustering
2020-05-18 12:24:56 +02:00
Laurent Rineau
fcc5ccca53
Merge pull request #4669 from gdamiand/CGAL_warning-gdamiand
...
Remove "unused-but-set-parameter" warnings
2020-05-18 12:24:44 +02:00
Laurent Rineau
1b947a6c04
Merge pull request #4678 from maxGimeno/CGAL-Fixes_for_bundle-maxGimeno
...
Script: Update the script for the demo bundle
2020-05-18 12:24:39 +02:00
Laurent Rineau
cb098cfd9c
Merge pull request #4685 from maxGimeno/Travis-add_windows_h_typedefs-maxGimeno
...
Travis: <windows.h>
2020-05-18 12:24:34 +02:00
Laurent Rineau
9a3e0387a7
Merge pull request #4705 from rgcv/Cartesian_kernel-fix_missing_print_AT3-rgcv
...
Add missing `Aff_transformationC3::print` and `Aff_transformationH2::operator<<`
2020-05-18 12:24:25 +02:00
Laurent Rineau
b67186eca9
Merge pull request #4719 from sloriot/PMP-remove_si_is_too_verbose
...
Hide verbose/debug code
2020-05-18 12:24:19 +02:00
Laurent Rineau
99fe0bef7b
Merge pull request #4723 from gdamiand/Surface_mesh_topology-bugfix
...
Two bug fixes in Surface mesh topology package
2020-05-18 12:24:11 +02:00
Laurent Rineau
dfe272f14e
Merge pull request #4725 from sloriot/SS-missing_const_pointer
...
Add missing const
2020-05-18 12:24:05 +02:00
Laurent Rineau
50ce34d478
Merge pull request #4727 from maxGimeno/Surf_reader-add_binary_reading-maxGimeno
...
IO: Add binary support for surf reading.
2020-05-18 12:23:58 +02:00
Laurent Rineau
a9f498459b
Merge pull request #4708 from MaelRL/OBB-Improvements-GF
...
OBB: Accuracy improvements
2020-05-18 12:07:22 +02:00
Laurent Rineau
f031adde59
Merge pull request #4711 from danston/Polygon_mesh_processing-fair_weights_bug_fix-danston
...
PMP fairing cotangent weights issue fix
2020-05-18 12:07:17 +02:00
Laurent Rineau
81c1b96217
Merge branch 'releases/CGAL-5.0-branch'
2020-05-18 12:01:39 +02:00
Laurent Rineau
0ed0741489
Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch
2020-05-18 11:59:20 +02:00
Laurent Rineau
5dce5f9311
Merge pull request #4697 from lrineau/Installation-add_CGALConfigVersion-GF
...
header-only mode: add CGALConfigVersion.cmake
2020-05-18 11:55:02 +02:00
Maxime Gimeno
f144de393a
Add binary support for surf reading.
2020-05-15 15:53:33 +02:00
Mael Rouxel-Labbé
65e612d26a
Do not use the deprecated API of copy_face_graph in stitching tests
2020-05-15 14:59:25 +02:00
Sébastien Loriot
80da7ff111
add missing const
2020-05-15 11:19:35 +02:00
Guillaume Damiand
35446f5180
Remove one warning in unsew_edgewidth_repeatedly.cpp example
2020-05-14 18:58:35 +02:00
Guillaume Damiand
52186a04e0
Two bug fixes: (1) computation of cycle lengths, when some halfedges are flip; (2) when we use of face graph wrapper with surface mesh we can not use nullptr.
2020-05-14 11:38:15 +02:00
Laurent Rineau
d85396c148
Make CGAL relocatable again
...
It will be relocatable if the user does not change
`CGAL_INSTALL_CMAKE_DIR` from its default.
2020-05-14 11:10:04 +02:00
Laurent Rineau
f4cf19f64b
Cosmetic: use variables from GNUInstallDirs instead of our guesses
2020-05-14 10:55:56 +02:00
Mael
f7dee23b5d
Remove erroneous 'const'
...
The concept `Kernel::ConstructPoint_3::operator()` is not required to be const.
2020-05-14 09:54:45 +02:00
Mael Rouxel-Labbé
0e7cf9da70
Factorize functor construction
2020-05-14 09:42:40 +02:00
Laurent Rineau
f12f6f5f08
Fix #4720
2020-05-13 21:22:07 +02:00
Laurent Rineau
d30dfacf5f
Fix the testsuite of test/Installation/ with CTest
2020-05-13 21:15:55 +02:00
Laurent Rineau
7d64c59b86
Fix the lack of LABEL for test_find_package_version_*
2020-05-13 21:15:34 +02:00
Mael
bd48aed9b8
Use the traits class to construct points
2020-05-13 17:59:22 +02:00
Simon Giraudot
cab06077f1
Fix warnings
2020-05-13 16:12:43 +02:00
Sébastien Loriot
84fe1d2af0
hide verbose/debug code
2020-05-13 09:16:50 +02:00
Mael Rouxel-Labbé
268f58247b
Fix BGL named parameter IDs
2020-05-12 19:29:51 +02:00
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
Dmitry Anisimov
1056c9b428
removed trailing whitespaces
2020-05-08 11:52:53 +02:00
Dmitry Anisimov
89dc46fbac
fairing bug with cotangent weights fix for the issue #4706
2020-05-07 20:03:21 +02:00
Maxime Gimeno
e6b1e5531c
Fix affine_transformation_plugin
2020-05-07 09:49:53 +02:00
Rui Ventura
f9c886f5cb
Implement `operator<<` for `Aff_transformationH2`
2020-05-06 16:00:15 +01: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