Commit Graph

112 Commits

Author SHA1 Message Date
Laurent Rineau 489a9675dd fix iwyu warnings 2025-09-19 16:39:32 +02:00
Laurent Rineau 7955df7f66 remove ccdt.convert_for_remeshing()
and inline it into `CGAL::convert_to_triangulation_3(ccdt)`
2025-05-20 16:24:27 +02:00
Laurent Rineau d4a5cba43c small fixes 2025-05-09 10:00:24 +02:00
Sebastien Loriot c457b0dff3 add missing constructor 2025-04-09 10:32:54 +02:00
Mael Rouxel-Labbé 613e629524 ie > i.e. 2025-03-28 21:04:43 +01:00
albert-github dd02af92a2 issue #8515 Spelling mistakes found checking `en-GB` to `en-US`
Spelling corrections, `en-GB` -> `en-US`
2024-10-05 11:28:29 +02:00
albert-github 36c8b7589d Spelling corrections
Last batch (for now) of spelling corrections in doxygen and normal comments
2024-05-31 19:05:34 +02:00
Laurent Rineau 78001c1c38 missing include 2024-04-26 16:10:23 +02:00
Laurent Rineau 70c73237e7 reimplement TDS_3::is_edge (speed-up by a factor 7) 2024-04-26 16:10:23 +02:00
Laurent Rineau 9194bb0bca speed up incident_cells_threadsafe 2024-04-26 16:10:23 +02:00
Laurent Rineau 05d1cfa9b3 speed-up is_edge with function_output_iterator. 2024-04-26 16:10:23 +02:00
Laurent Rineau 1ee8152353 patch to speed up `incident_cells` in 3D 2024-04-26 16:10:23 +02:00
Laurent Rineau 5c636823ba TDS::is_valid add a check of number_of_cells() 2024-04-26 15:08:05 +02:00
Laurent Rineau 4c75012cca oformat(x, tag) passed the tag value to the Output_rep
That allows to pass an integral offset to the displayed time stamps.

The goal is to set it to -1, to display vertices IDs that are identical
to the input vertices indices of the `Surface_mesh``.
2024-04-26 13:29:31 +02:00
Laurent Rineau 952d34c6ea cosmetic changes (indent, spaces, naming) 2024-04-26 13:09:05 +02:00
Andreas Fabri 53b438eeeb STL_extension: Add parameter for value type to Prevent_deref 2024-04-26 13:08:06 +02:00
Laurent Rineau ca2d5ef58c Merge pull request #7907 from sloriot/T3-OFB_warning
Prevent out-of-bound warnings

# Conflicts:
#	TDS_3/include/CGAL/Triangulation_utils_3.h
2023-12-11 13:55:20 +01:00
Sébastien Loriot 95b6ef8d2e try working around a warning 2023-12-05 11:19:31 +01:00
Sébastien Loriot 3ebe548cad Revert "prevent out-of-bound warnings"
This reverts commit b87ecf7aab.
2023-12-05 11:18:13 +01:00
Sébastien Loriot b87ecf7aab prevent out-of-bound warnings 2023-12-05 09:06:47 +01:00
Laurent Rineau 04077e9f4f Merge pull request #7535 from lrineau/Triangulation_3-fix_simplex_traverser-GF-CGAL-5.6
fix simplex traverser for CGAL 5.6
2023-07-05 16:32:36 +02:00
Laurent Rineau ad9efd0e18 Merge branch '5.6.x-branch' into Triangulation_3-fix_simplex_traverser-GF-CGAL-5.6
# Conflicts:
#	STL_Extension/include/CGAL/Base_with_time_stamp.h
#	Triangulation_3/include/CGAL/Triangulation_3/internal/Triangulation_segment_traverser_3_impl.h
#	Triangulation_3/test/Triangulation_3/CMakeLists.txt
2023-06-20 16:03:30 +02:00
Laurent Rineau 8a6f8f2c06 fix dimension() of a singular simplex 2023-06-18 21:20:56 +02:00
Sébastien Loriot bbc4d08ee0 Merge remote-tracking branch 'cgal/master' into HEAD 2023-06-15 10:47:07 +02:00
Sébastien Loriot c8a88b9014 remove CGAL_static_assertion* 2023-06-15 10:42:10 +02:00
Laurent Rineau 2434b2437b fix an UBSAN report when `ch` is null 2023-05-04 14:58:05 +02:00
Mael 8f703b54cb
Merge branch 'master' into P3M3-Undocumented_polyhedral_domain_example-GF 2023-01-27 21:48:32 +01:00
Mael 0ff7882997
Merge branch 'master' into feature/bug_documentation_spell_20221113 2022-12-06 22:21:06 +01:00
Mael Rouxel-Labbé b115a680bf Merge remote-tracking branch 'cgal/master' into P3M3-Undocumented_polyhedral_domain_example-GF 2022-12-06 09:47:46 +01:00
Andreas Fabri 699454ae84 STL Extensions: Correct spelling 2022-11-29 13:22:00 +00:00
Mael Rouxel-Labbé b10b84fb7f Merge remote-tracking branch 'cgal/master' into P3M3-Undocumented_polyhedral_domain_example-GF 2022-11-18 16:47:07 +01:00
Mael Rouxel-Labbé 32fed3ea7c Tiny addition to distinguish between similar cases in the debug output 2022-11-18 00:18:02 +01:00
albert-github c32b1f4127 spelling corrections
Some spelling corrections (Directories starting with `S` rest - `W`),
2022-11-16 13:22:39 +01:00
Andreas Fabri d3fca65ae5 CGAL: No longer per package assertions 2022-09-23 12:49:40 +01:00
Andreas Fabri cdbf0d7d9a Initialize the size of Unique_hash_map 2022-03-09 11:34:12 +00:00
Laurent Rineau 524ce8f773 Merge pull request #5196 from GilesBathgate/fix-uninitialized-member-triangulation-ds
Fix uninitialized member in Triangulation_ds_iterators_3.h
2021-09-29 11:46:55 +02:00
Sébastien Loriot 98e471849b moving files from internal to PKG/internal 2021-08-26 11:33:39 +02:00
Sébastien Loriot 814c9138ef Merge remote-tracking branch 'cgal/5.3.x-branch' 2021-08-12 10:38:11 +02:00
Sébastien Loriot cff3cdb40e Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD 2021-08-12 10:23:57 +02:00
Mael Rouxel-Labbé cc790a8a6c Do not set irrelevant neighbors with garbage (T3) 2021-07-19 22:01:21 +02:00
Mael Rouxel-Labbé 8727fd17af Avoid needless containers in TDS3::copy_tds() 2021-07-19 15:57:24 +02:00
Maxime Gimeno a3d1765ab4 Merge remote-tracking branch 'cgal/master' into CGAL-Clean_up_boost_versions-maxGimeno 2021-07-19 14:18:40 +02:00
Laurent Rineau bd98013623 Merge pull request #5665 from GilesBathgate/Polyhedron_3_TDS_3-compare_handle_nullptr-GilesBathgate
Polyhedron_3 and TDS_3 compare handle nullptr
2021-05-18 18:13:57 +02:00
Maxime Gimeno 393ae7dae6 Clean-up boost_version reqs 2021-05-12 15:03:53 +02:00
Sébastien Loriot 4e519a3c7a move documented IO functions in IO namespace 2021-05-05 13:15:37 +02:00
Giles Bathgate f02f5d07d1 Fix dereference after null in Triangulation_data_structure.h 2021-04-28 17:53:41 +01:00
Laurent Rineau 355ca1dbfd Merge pull request #5380 from lrineau/Triangulation_3-compilation_error_if_Parallel_tag_without_TBB-GF
Triangulation_3: Add a static assert so that Parallel_tag can only be used with TBB
2021-03-24 15:05:36 +01:00
Laurent Rineau 8e316f63f7 Replace <boost/type_traits/is_convertible.hpp> by <type_traits> 2021-01-21 11:19:16 +01:00
Laurent Rineau fa6afe73d1 Add a static assert so that Parallel_tag can only be used with TBB 2021-01-21 11:18:27 +01:00
Mael Rouxel-Labbé 723890e388 Misc tiny doc fixes (broken links, grammar, etc.) 2020-12-05 11:49:27 +01:00