Giles Bathgate
a143b60040
Rename hash to SHalfedge list since its not really a hash
2021-02-27 12:31:13 +00:00
Giles Bathgate
fed29a6b85
Use SHalfedge handle instead of repeated vector lookup
2021-02-27 11:58:01 +00:00
Laurent Rineau
1a040c8552
Merge pull request #4749 from danston/Polygon_mesh_processing-triangulate_hole_with_cdt2-danston
2021-02-19 07:59:59 +01:00
Laurent Rineau
85ca8bf2d7
Merge pull request #5157 from GilesBathgate/sphere-predicates-tidy
...
Possible technical debt in sphere_predicates.h
2021-02-18 21:02:40 +01:00
Laurent Rineau
1958c95797
Merge pull request #5412 from GilesBathgate/performance-calculate-normals
...
Calculate normals for facets more efficiently
2021-02-18 21:02:36 +01:00
Laurent Rineau
e011671735
updated crontab (automated commit)
2021-02-18 17:18:05 +01:00
Laurent Rineau
9e0dfe81ba
Merge branch '5.2.x-branch'
2021-02-18 15:27:27 +01:00
Laurent Rineau
c70da09776
Merge pull request #5049 from sloriot/PMP-corefine_non_manifold
...
corefine with non manifold edges
2021-02-18 15:26:56 +01:00
Laurent Rineau
a9e234cf92
Merge pull request #5050 from efifogel/Bso-oriented_side-efif
...
2D Boolean Set Operations: Improve Dcoumentation of Free Function
2021-02-18 15:26:53 +01:00
Laurent Rineau
216560554e
Merge pull request #5112 from sloriot/Kernel_23-bisector_sqrt
...
Allow an inexact version of bisector when no sqrt is available.
2021-02-18 15:26:51 +01:00
Laurent Rineau
1aeb118426
Merge pull request #5246 from GilesBathgate/default-disable-nef-trace
...
Default disable NEF trace macros
2021-02-18 15:26:48 +01:00
Laurent Rineau
77466bc60e
Merge pull request #5295 from barcode/Side_of_triangle_mesh_move_ctor_move_assign
...
Add move ctor and move assign to Side_of_triangle_mesh
2021-02-18 15:26:46 +01:00
Laurent Rineau
9436f4023f
Merge pull request #5297 from maxGimeno/Demo-different_colors_for_c3t3-maxGimeno
...
Polyhedron Demo: C3t3 colors enhancement
2021-02-18 15:26:43 +01:00
Laurent Rineau
7edf0f2458
Merge pull request #5350 from maxGimeno/PSP_3-Fixes-for_pointmatcher-maxGimeno
...
PSP_3: Fix pointmatcher support
2021-02-18 15:26:22 +01:00
Laurent Rineau
a72fdb7b3c
Merge pull request #5352 from lrineau/CGAL-fix_CGAL_IO-GF
...
Fixes after the PR "CGAL I/O
2021-02-18 15:23:43 +01:00
Laurent Rineau
412881645c
Merge pull request #5369 from sgiraudot/Point_set_3-Fix_broken_properties_and_types-GF
...
[Point Set 3] Fix broken properties and types
2021-02-18 15:23:28 +01:00
Laurent Rineau
1025b72abe
Merge pull request #5378 from afabri/SDG-random_shuffle-GF
...
Segment Delaunay Graph demos: Use CGAL::cpp98::random_shuffle()
2021-02-18 15:19:20 +01:00
Laurent Rineau
7e3969578c
Merge pull request #5384 from gdamiand/Surface_mesh_topology-warning-gdamiand
...
Warning in surface mesh topology
2021-02-18 15:19:18 +01:00
Laurent Rineau
fa7393cb15
Merge pull request #5389 from sloriot/Mesh_3-fix_patch_id_map
...
Clean and fix default facet patch id map
2021-02-18 15:19:15 +01:00
Laurent Rineau
d5a85ac4f4
Merge pull request #5399 from mglisse/eigen
...
Fix NewKernel_d/Eigen compatibility
2021-02-18 15:19:13 +01:00
Laurent Rineau
8fc88a9463
Merge pull request #5409 from lrineau/Triangulation_3-fix__move__semantic__of__Triangulation_hierarchy_3-GF
...
Fix the move-semantic of Triangulation_hierarchy_3
2021-02-18 15:19:11 +01:00
Laurent Rineau
5add7e7150
Merge pull request #5415 from maxGimeno/Installation-CGAL_Boost_program_options_support-maxGImeno
...
Installation: Clean-up boost_options
2021-02-18 15:19:08 +01:00
Laurent Rineau
db338aa1ee
Merge pull request #5417 from maxGimeno/Demo-Add_dependency_to_qt5_moc_and_dependencies-maxGimeno
...
QGLViewer: remove the need for Qt5::Xml
2021-02-18 15:19:06 +01:00
Laurent Rineau
fa1a355751
Merge branch '5.1.x-branch' into 5.2.x-branch
2021-02-18 15:19:05 +01:00
Laurent Rineau
34985a2ede
Merge pull request #5421 from maxGimeno/CGAL-Fix_const_for_variable-maxGimeno
...
BGL, PMP: Fix a warning
2021-02-18 15:19:03 +01:00
Laurent Rineau
a8aca0f99d
Merge pull request #5441 from maxGimeno/CMake-Remove_cxx_standard-maxGimeno
...
Remove CMAKE_CXX_STANDARD commands in cmake scripts
2021-02-18 15:19:00 +01:00
Laurent Rineau
918c237aab
Merge pull request #5447 from maxGimeno/CGAL_Restore_dependencies_info-maxGimeno
...
Restore Dependencies Info
2021-02-18 15:18:58 +01:00
Laurent Rineau
4fced9235c
Merge pull request #5454 from danston/Clang-linker-fix
...
Hilbert sort 3D, slow clang linking
2021-02-18 15:18:56 +01:00
Laurent Rineau
5bd98167d4
Merge pull request #5462 from maxGimeno/CGAL-Fix_qt_warnings-maxGimeno
...
Fix Qt warnings
2021-02-18 15:18:53 +01:00
Laurent Rineau
bb36a410f8
Merge pull request #5112 from sloriot/Kernel_23-bisector_sqrt
...
Allow an inexact version of bisector when no sqrt is available.
2021-02-18 15:18:11 +01:00
Laurent Rineau
7d760d8a72
Merge pull request #5350 from maxGimeno/PSP_3-Fixes-for_pointmatcher-maxGimeno
...
PSP_3: Fix pointmatcher support
2021-02-18 15:18:08 +01:00
Laurent Rineau
adf74f81b7
Merge pull request #5369 from sgiraudot/Point_set_3-Fix_broken_properties_and_types-GF
...
[Point Set 3] Fix broken properties and types
2021-02-18 15:18:06 +01:00
Laurent Rineau
8525561889
Merge pull request #5378 from afabri/SDG-random_shuffle-GF
...
Segment Delaunay Graph demos: Use CGAL::cpp98::random_shuffle()
2021-02-18 15:18:04 +01:00
Laurent Rineau
0539b1ab3a
Merge pull request #5409 from lrineau/Triangulation_3-fix__move__semantic__of__Triangulation_hierarchy_3-GF
...
Fix the move-semantic of Triangulation_hierarchy_3
2021-02-18 15:18:00 +01:00
Laurent Rineau
e022b8f049
Merge pull request #5462 from maxGimeno/CGAL-Fix_qt_warnings-maxGimeno
...
Fix Qt warnings
2021-02-18 15:17:58 +01:00
Maxime Gimeno
0a085569bf
Fix parent error
2021-02-17 08:37:57 +01:00
Maxime Gimeno
90d725f3c0
fix mesh_estimation
2021-02-16 15:15:36 +01:00
Maxime Gimeno
38f1b179c0
Test the dynamic_cast rsult
2021-02-16 09:56:32 +01:00
Maxime Gimeno
0010df67e6
Remove useless if.
2021-02-16 08:57:47 +01:00
Sébastien Loriot
692f35a62d
fix warnings
2021-02-15 17:17:20 +01:00
Maxime Gimeno
4a6aa7e024
use Qt::MiddleButton instead of MidButton(deprecated since 5.6 or earlier)
2021-02-15 15:22:41 +01:00
Maxime Gimeno
a74914ecbd
Fix warning null pointer
2021-02-15 15:18:02 +01:00
Dmitry Anisimov
6b5e04a3c7
changed to empty macro for other platforms
2021-02-12 15:52:47 +01:00
Dmitry Anisimov
0b23a66117
missing default visibility
2021-02-12 15:23:52 +01:00
Dmitry Anisimov
cd37d33a30
hilbert sort, added a visibility macro with the hidden option
2021-02-12 15:07:01 +01:00
Maxime Gimeno
1a0dfe9703
Fix installation logs
2021-02-12 08:51:23 +01:00
Maxime Gimeno
487e6cad10
use WITH_tests=ON in run_testsuite-with_ctest instead of OFF to get the USING XXX (in full header mode, configuring only cgal won't "fetch" the dependencies because of the lack of add_executbale or add_library)
2021-02-11 14:55:23 +01:00
Laurent Rineau
160118e7e9
Fix a warning from MSVC 2015
...
include\CGAL/array.h(67): warning C4814:
'CGAL::Construct_array::operator ()': in C++14 'constexpr' will
not imply 'const'; consider explicitly specifying 'const'
It cannot harm.
2021-02-11 14:36:26 +01:00
Sébastien Loriot
5835698fe2
no ref on temporary
2021-02-10 15:42:29 +01:00
Maxime Gimeno
08ea69f57c
More remaining xml
2021-02-10 13:43:25 +01:00