Commit Graph

103239 Commits

Author SHA1 Message Date
Guillaume Damiand 4ca40f8e07 LCC incremental builder doc 2023-02-01 11:35:19 +01:00
Giles Bathgate 5ed01d1498 Remove unneeded undef 2023-01-31 19:39:25 +00:00
Laurent Rineau 61f5354246 Fix current content in the destroy of the Scene
Fix the error:
> QOpenGLVertexArrayObject::destroy() failed to restore current context
2023-01-31 17:35:21 +01:00
Sébastien Loriot fb20fd0f38 the fitting of a sphere circle is "always" successful 2023-01-31 11:49:50 +01:00
Sébastien Loriot 331323ea44 create the primitive only if the propagation was successful 2023-01-31 11:49:29 +01:00
Andreas Fabri 5797ddb48c Add _3 suffix and add example to the User Manual 2023-01-31 10:10:03 +00:00
Sébastien Loriot 464f5a0d46 remove extra cond 2023-01-31 10:49:33 +01:00
Andreas Fabri 81f127d50c Polygon: Fix erase(Vertex_circulator) 2023-01-31 08:36:31 +00:00
Giles Bathgate b3c49d0ed2 Replace BOOST_PP repeat macros with variadic templates 2023-01-30 22:12:14 +00:00
Andreas Fabri 5270bbfdc7 trailing whitespace 2023-01-30 15:09:58 +00:00
Andreas Fabri e9668a9deb Fix CMakeLists.txt 2023-01-30 15:03:53 +00:00
Andreas Fabri 54245a754f Add example 2023-01-30 14:38:31 +00:00
Andreas Fabri ab2a655a53 Fixes after Guillaume's review 2023-01-30 13:44:08 +00:00
Laurent Rineau 48b07bef84 Not PUSH_TO_CGAL_GITHUB_IO_TOKEN to checkout the PR branch 2023-01-30 13:34:59 +01:00
Mael Rouxel-Labbé 9976577f8d Add missing headers 2023-01-30 11:57:56 +01:00
Laurent Rineau 798bd08989 Remove workflow_dispatch for build_doc
As the workflow is already reacting to user actions, there is no need to
trigger it manually. Besides, it requires an `issue_comment` context.
2023-01-30 09:37:46 +01:00
Andreas Fabri 7efd0593e7 fix typo 2023-01-29 17:04:41 +00:00
Laurent Rineau 4ae8c5958c
issue #7211 Manual bug (#7213)
Corrected slashes in the windows part
2023-01-27 22:58:45 +01:00
Mael 153c603209
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF 2023-01-27 22:09:02 +01:00
Mael fe8262b85a
Merge branch 'master' into T3-test_cleaning-GF 2023-01-27 21:49:54 +01:00
Laurent Rineau 5f8930db8c Merge branch '5.5.x-branch'
# Conflicts:
#	Convex_hull_2/test/Convex_hull_2/ch_test_CH.cpp
#	Convex_hull_2/test/Convex_hull_2/ch_test_SC.cpp
#	Convex_hull_2/test/Convex_hull_2/ch_test_SH.cpp
#	Convex_hull_2/test/Convex_hull_2/ch_test_SS.cpp
#	Straight_skeleton_2/include/CGAL/constructions/Straight_skeleton_cons_ftC2.h
#	Straight_skeleton_2/include/CGAL/predicates/Straight_skeleton_pred_ftC2.h
2023-01-27 21:16:14 +01:00
Laurent Rineau fc61b42864 Merge pull request #6858 from sloriot/Doc-exclude_internal
Ignore internal directories
2023-01-27 21:02:29 +01:00
Laurent Rineau 8a6b583780 Merge pull request #6880 from soesau/PMP-tests_only_for_epeck-soesau
Pmp tests only for epeck
2023-01-27 21:02:26 +01:00
Laurent Rineau 122141dda6 Merge pull request #7076 from MaelRL/PMP-Improve_normal_doc-GF
Improve documentation of PMP::compute_vertex_normal()
2023-01-27 21:02:24 +01:00
Laurent Rineau 57b538e43a Merge pull request #7098 from afabri/Mesh_3-determinism_test-GF
Mesh_3: Add test for determinism when not checking for features
2023-01-27 21:02:21 +01:00
Laurent Rineau 7255c885bd Merge pull request #7139 from janetournois/SMDS_3-verbose_mode-jtournois
Tet_soup_to_c3t3 - reduce verbosity
2023-01-27 21:02:19 +01:00
Laurent Rineau a7e15cadee Merge pull request #7140 from sloriot/CGAL-demo_fix_warnings
Fix warnings
2023-01-27 21:02:16 +01:00
Laurent Rineau 92abb707a4 Merge pull request #7141 from ipadjen/Spatial_searching-example_projection
Add an example for spatial searching with projection
2023-01-27 21:02:14 +01:00
Laurent Rineau 2d73c60bda Merge pull request #7152 from afabri/Convex_hull_2-keep_collinear-GF
Convex_hull_2: Use of 2D Delaunay
2023-01-27 21:02:11 +01:00
Laurent Rineau 65103a9c70 Merge pull request #7161 from afabri/Polyhedron_demo-clamp-GF
3D Demo: Fix statistics on angles
2023-01-27 21:02:09 +01:00
Laurent Rineau b911480418 Merge pull request #7168 from efifogel/Ms_2-missed_hole-efif
Minkowski_sim_2: fix missed hole
2023-01-27 21:02:06 +01:00
Laurent Rineau f937f20e8b Merge pull request #7177 from afabri/Classification-vary_file_names-GF
Classification: Write to different files and change degree of fair()

# Conflicts:
#	Classification/examples/Classification/gis_tutorial_example.cpp
2023-01-27 21:01:22 +01:00
Laurent Rineau af3842bab0 Merge pull request #7178 from sloriot/doc_7101_follow_up
Force html output (needed with lxml greater than 4.6.5)
2023-01-27 20:55:22 +01:00
Laurent Rineau d70bc7898b Merge pull request #7186 from albert-github/feature/bug_neighbour
Spelling correction in respect to function / variable names
2023-01-27 20:55:20 +01:00
Laurent Rineau 7998432056 Merge pull request #7199 from sloriot/CGAL-doc_python_pkg_filter
pkg_filter use detected python version

# Conflicts:
#	Documentation/doc/CMakeLists.txt
2023-01-27 20:55:07 +01:00
Laurent Rineau e665eab803 Merge branch '5.4.x-branch' into 5.5.x-branch 2023-01-27 20:52:58 +01:00
Laurent Rineau afd56fe52b Merge pull request #7112 from afabri/T2_demo-read_WKT-GF
Triangulation_2 Demo: Read files with many WKT entities
2023-01-27 20:52:32 +01:00
Laurent Rineau 36bc3d1154 Merge pull request #7126 from sloriot/PMP-repair_si_no_smooth_by_default
Make smooth an option that is OFF by default
2023-01-27 20:52:29 +01:00
Laurent Rineau 119cea4add Merge pull request #7127 from sloriot/PMP-cond_assert
Conditional assertions
2023-01-27 20:52:27 +01:00
Laurent Rineau 8fbb9c5eaf Merge pull request #7129 from sloriot/CGAL-config_clean_up
Leopard is retired for quite some time now
2023-01-27 20:52:25 +01:00
Laurent Rineau 47ac939ebe Merge pull request #7134 from janetournois/Tet_remeshing-fix_dimensions-jtournois
Tet remeshing - fix vertices `dimension`
2023-01-27 20:52:22 +01:00
Laurent Rineau c87c9f8a55 Merge pull request #7142 from afabri/OTR-fix_memory_leak-GF
Optimal Transport Reconstruction: Fix memory leak
2023-01-27 20:52:20 +01:00
Laurent Rineau 68cca0f8a6 Merge pull request #7144 from sloriot/SS-faster_adapter
Replace shared_ptr with a plain copy
2023-01-27 20:52:18 +01:00
Laurent Rineau 65f60e3190 Merge pull request #7145 from afabri/Orthtree-remove_wrong_assertion-GF
Orthree: Fix testsuite code
2023-01-27 20:52:15 +01:00
Laurent Rineau 8d7c9685dd Merge pull request #7146 from afabri/CH-do_not_test_non_exact_NT-GF
Convex_hull_2: Do not assert without exact predicates
2023-01-27 20:52:13 +01:00
Laurent Rineau c5176ef327 Merge pull request #7166 from MaelRL/SLS-Memorize_trisegments-GF
Fix seed computation in SLS offset computation
2023-01-27 20:52:10 +01:00
Laurent Rineau 49e6076f19 Merge pull request #7167 from janetournois/Mesh_3-detect_cc_fix_dim2-jtournois
Mesh_3 - fix initialization of labeled images
2023-01-27 20:52:07 +01:00
Laurent Rineau 2e67ce5d62 Merge pull request #7171 from afabri/Projection_traits_xy_3-enable_structural_filtering-GF
Projection_traits_xy_3: Enable structural filtering
2023-01-27 20:52:05 +01:00
Laurent Rineau df0fb8d316 Merge pull request #7172 from sloriot/T2-segment_cst_src_tgt
Use deduced type for source/target of a segment
2023-01-27 20:52:02 +01:00
Laurent Rineau bc42dfc4ef Merge pull request #7177 from afabri/Classification-vary_file_names-GF
Classification: Write to different files and change degree of fair()
2023-01-27 20:51:59 +01:00