Jane Tournois
bce4b4e80a
Revert "add an assertion in make_canonical"
...
This reverts commit f55ffabbe0 .
In the exuder, it can happen that this function takes the triple
(Vertex_handle(), Vertex_handle(), Vertex_handle())
so the assertion does not hold
2020-06-26 14:57:02 +02:00
Jane Tournois
d4b7af22ba
use tr_.try_lock_and_get_incident_cells()
...
and remove a "todo" of CJ
2020-06-19 13:31:52 +02:00
Jane Tournois
13c0719e87
fix incident_edges_threadsafe
...
internal::Has_member_visited<Vertex>::value is not threadsafe
2020-06-19 13:31:52 +02:00
Jane Tournois
3b8c06f836
fix adjacent_vertices_threadsafe
...
internal::Has_member_visited<Vertex> is not threadsafe
2020-06-19 13:31:52 +02:00
Jane Tournois
daaf92d0ac
rename make_canonical() to make_canonical_oriented_triple()
...
to make it more explicit
2020-06-19 13:31:51 +02:00
Jane Tournois
f55ffabbe0
add an assertion in make_canonical
...
it also helps to make the code more explicit
2020-06-19 13:31:51 +02:00
Jane Tournois
7cd18cd659
unlock after the move, even if there is no topological change
...
to avoid making changes with another thread
2020-06-19 13:31:50 +02:00
Jane Tournois
ad9c357f33
add adjacent_vertices_threadsafe and use it in nearest_power_vertex()
2020-06-19 13:31:50 +02:00
Jane Tournois
c6a922c9dc
fix Facet_updater parallel
...
`vertex_to_proj` was not locked and this was causing seg faults
2020-06-19 13:31:49 +02:00
Laurent Rineau
27ba142aa7
Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch
2020-01-17 16:37:52 +01:00
Michel Zou
17a58a5625
version.h: workaround for SWIG parsing
2020-01-17 16:36:35 +01:00
Laurent Rineau
7653cd081d
Fix cgal_create_release_with_cmake.cmake
2020-01-17 16:35:54 +01:00
Laurent Rineau
af436b709e
Merge pull request #4474 from sloriot/CGAL-warning_macro
...
Update warning macro usages
2020-01-17 16:33:34 +01:00
Michel Zou
f86b948845
version.h: workaround for SWIG parsing
2020-01-17 16:32:07 +01:00
Laurent Rineau
4d77c82377
Fix cgal_create_release_with_cmake.cmake
2020-01-17 16:30:46 +01:00
Laurent Rineau
2c5826dd6f
Merge pull request #4474 from sloriot/CGAL-warning_macro
...
Update warning macro usages
# Conflicts:
# Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h
2020-01-17 16:29:49 +01:00
Laurent Rineau
3b1f11dd0d
Merge pull request #4383 from gdamiand/Basic_viewer_bugfix-gdamiand
...
Basic viewer bugfix
2020-01-17 16:28:25 +01:00
Laurent Rineau
3cfd79dc7b
Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch
2020-01-16 16:28:48 +01:00
Laurent Rineau
835cdb7731
Merge pull request #4465 from maxGimeno/Fixes_for_4_14-GF
...
Fixes for 4.14.3
2020-01-16 16:27:42 +01:00
Laurent Rineau
b91c43ba54
Fix more occurrences of -Wstring-conversion (clang++)
2020-01-16 15:09:45 +01:00
Sébastien Loriot
4365f90a0a
hide warning
2020-01-16 14:21:16 +01:00
Sébastien Loriot
d97795ef8b
use CGAL_error_msg
2020-01-16 14:19:32 +01:00
Sébastien Loriot
4fbd1ed69c
use CGAL_warning_msg instead of CGAL_warning to display a message
2020-01-16 14:14:13 +01:00
Laurent Rineau
a5c7be95dd
Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch
2020-01-15 17:35:46 +01:00
Laurent Rineau
251bced65e
Merge pull request #4426 from MaelRL/APL2-Fix_parabola_discretization-GF
...
Fix discretization of parabola and hyperbola segments
2020-01-15 17:34:48 +01:00
Laurent Rineau
d44fb68853
Merge pull request #4428 from sloriot/BGL-selection_border_case
...
Handle "border" case
2020-01-15 17:34:46 +01:00
Laurent Rineau
e4b4d5c831
Merge pull request #4437 from sgiraudot/Point_set_3-Fix_missing_copy_constructor-GF
...
Point_set_3: add missing copy constructor
2020-01-15 17:34:43 +01:00
Laurent Rineau
78319cd1f4
Merge pull request #4443 from MaelRL/SMP-Fix_solver_traits_pragma_message-GF
...
SMP: Fix bad usage of pragma message
2020-01-15 17:34:41 +01:00
Laurent Rineau
058765649d
Merge pull request #4463 from lrineau/Polyhedron_demo-fix_mesh_3_plugin-GF
...
Bug in the demo (mesh_3_plugin)
2020-01-15 17:34:38 +01:00
Laurent Rineau
84cd4ee1fa
Merge pull request #4370 from maxGimeno/Demo-Improve_3mf_detection-maxGimeno
...
Add PATHS to find_path 3mf
2020-01-15 17:32:07 +01:00
Laurent Rineau
584a1ad9ba
Merge pull request #4394 from maxGimeno/Demo-Fixes-maxGimeno
...
Fixes for the Demo
2020-01-15 17:32:04 +01:00
Laurent Rineau
ba65f5b784
Merge pull request #4395 from afabri/Stream_supoort-fix_WKT-GF
...
Stream_support: Fix reading WKT POLYGON
2020-01-15 17:32:01 +01:00
Laurent Rineau
99c93d02c2
Merge pull request #4426 from MaelRL/APL2-Fix_parabola_discretization-GF
...
Fix discretization of parabola and hyperbola segments
2020-01-15 17:31:58 +01:00
Laurent Rineau
3b660310ee
Merge pull request #4428 from sloriot/BGL-selection_border_case
...
Handle "border" case
2020-01-15 17:31:55 +01:00
Laurent Rineau
57779dd5c6
Merge pull request #4437 from sgiraudot/Point_set_3-Fix_missing_copy_constructor-GF
...
Point_set_3: add missing copy constructor
2020-01-15 17:31:52 +01:00
Laurent Rineau
ffd479b444
Merge pull request #4440 from maxGimeno/CGAL_qt-Fix_deprecation_warnings-maxGimeno
...
Graphics_view : Fix QTime warnings
2020-01-15 17:31:50 +01:00
Laurent Rineau
e872a79da3
Merge pull request #4443 from MaelRL/SMP-Fix_solver_traits_pragma_message-GF
...
SMP: Fix bad usage of pragma message
2020-01-15 17:31:47 +01:00
Laurent Rineau
455f8c6351
Merge pull request #4463 from lrineau/Polyhedron_demo-fix_mesh_3_plugin-GF
...
Bug in the demo (mesh_3_plugin)
2020-01-15 17:31:44 +01:00
Maxime Gimeno
3b6888e2a9
remove QString.sprintf call
2020-01-14 15:18:47 +01:00
Maxime Gimeno
373dbb5070
more qvariant
2020-01-13 16:55:34 +01:00
Maxime Gimeno
ddbfdfcfa9
Fix sprintf issue
2020-01-13 16:34:00 +01:00
Maxime Gimeno
fd1a14d74e
remove obsolete hint fon antialiasing
2020-01-13 16:33:52 +01:00
Maxime Gimeno
c1acf50252
clean-up P3T3 demo
2020-01-13 16:33:43 +01:00
Maxime Gimeno
93c2247335
Replace all QTimers
2020-01-13 16:33:30 +01:00
Maxime Gimeno
3debd4813e
Use QVaraitn::fromValue()
2020-01-13 16:32:58 +01:00
Maxime Gimeno
2bb22ad954
Replace `QTime`s by `QElapsedTimer`s. It seems the header of QTime has been deprecated but it has not been documented...
2020-01-13 16:32:49 +01:00
Maxime Gimeno
1efca4b19a
Fix sprintf issue
2020-01-13 16:25:48 +01:00
Maxime Gimeno
6dccde35ef
Fix c++11 errors
2020-01-13 16:20:51 +01:00
Maxime Gimeno
8b30d9c752
remove obsolete hint fon antialiasing
2020-01-13 15:52:36 +01:00
Maxime Gimeno
86759b3172
Fix lookat
2020-01-13 10:39:52 +01:00