Jane Tournois
3eeffaee4e
add missing license include
2022-06-30 10:20:16 +01:00
Jane Tournois
018f9cc656
make clear what should or should not be unsigned char
...
get Word from Word_type, and use an unsigned integral type to
be able to use it as an index in a table
Separate the types Word_type and Word (convert from CGAL Image_3 labels
into the Word format)
2022-06-30 10:20:16 +01:00
Jane Tournois
106f9e7f92
use std number types and add 64 bits word types
2022-06-30 10:20:16 +01:00
Jane Tournois
715295fdc8
add license headers, and add namespaces
2022-06-30 10:20:16 +01:00
Jane Tournois
0e04ec9d5c
add word type as template parameter
2022-06-30 10:20:15 +01:00
Jane Tournois
23d8288206
add license header and namespaces
2022-06-30 10:20:15 +01:00
Jane Tournois
a5563fc5fc
move code back to internal header
2022-06-30 10:20:15 +01:00
Jane Tournois
7d9ea52032
move triple lines detection code to new header
2022-06-30 10:20:15 +01:00
Jane Tournois
ee436bc050
apply missing translation (tx, ty, tz)
2022-06-30 10:20:15 +01:00
Jane Tournois
47046a0ec4
fix indentation
2022-06-30 10:20:14 +01:00
Jane Tournois
cc97d1015f
start refactoring
2022-06-30 10:20:14 +01:00
Jane Tournois
097897182d
add missing license
2022-06-30 10:20:14 +01:00
Jane Tournois
d14ab9c91a
add detection of triple lines from labeled images
...
for tet meshing with features
2022-06-30 10:20:14 +01:00
Laurent Rineau
821e3ba71f
Merge branch '5.5.x-branch'
...
# Conflicts:
# Installation/include/CGAL/version.h
# Installation/lib/cmake/CGAL/CGALConfigVersion.cmake
2022-06-29 14:55:06 +02:00
Laurent Rineau
10f5fa4f1e
Prepare CGAL-5.5
2022-06-29 14:52:29 +02:00
Laurent Rineau
cc4e10143e
updated crontab (automated commit)
2022-06-29 14:42:36 +02:00
Laurent Rineau
bfe3ce2fcf
Merge pull request #6602 from lrineau/Triangulation_2-fix_cdt_2-GF
...
Try to fix CDT_2 with inexact construction of intersections
2022-06-29 12:32:26 +02:00
Laurent Rineau
3069ec8385
Merge branch '5.5.x-branch' into Triangulation_2-fix_cdt_2-GF
2022-06-29 12:31:08 +02:00
Laurent Rineau
561cc66264
Backport the patch of pull request #6602 from lrineau/Triangulation_2-fix_cdt_2-GF
...
Try to fix CDT_2 with inexact construction of intersections
2022-06-29 12:30:35 +02:00
Sébastien Loriot
707b45cb5b
Merge remote-tracking branch 'cgal/5.5.x-branch'
2022-06-29 10:48:00 +02:00
Sébastien Loriot
f1f201b542
Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD
2022-06-29 10:47:14 +02:00
Laurent Rineau
42e993c7da
Merge pull request #6587 from afabri/PMP-triangle-GF
...
PMP::Add function triangle(face_descriptor, tmesh)
2022-06-29 09:52:19 +02:00
Laurent Rineau
686535da79
Merge pull request #6645 from albert-github/feature/bug_symbol_resolver
...
Corrections for more strict doxygen symbol resolver
2022-06-29 09:52:17 +02:00
Laurent Rineau
755c9d5d42
Merge pull request #6646 from lrineau/Installation-optional_ASAN-GF
...
Use ASAN optionally
2022-06-29 09:52:15 +02:00
Laurent Rineau
dfa3d21446
Merge pull request #6668 from afabri/PMP-fix_includes_in_test-GF
...
PMP: Include the correct header file in a test
2022-06-29 09:52:13 +02:00
Laurent Rineau
92cb9b88fc
Merge pull request #6691 from afabri/Orthtree_memory_leak-GF
...
Orthtree: Fix memory leak in test code
2022-06-29 09:52:11 +02:00
Laurent Rineau
bee0591b63
Merge pull request #6628 from afabri/Bouding_volumes-typos-GF
...
Bounding_volumes: Fix zero volume ellipsoid bug (and a typo)
2022-06-29 09:50:50 +02:00
Laurent Rineau
371ce51842
Merge pull request #6667 from sloriot/CGAL-please_intel_2019
...
Please intel 2019 compiler
2022-06-29 09:50:48 +02:00
Laurent Rineau
317cc6c17f
Merge pull request #6669 from sloriot/PMP-dbav_attention
...
Better doc + early quit
2022-06-29 09:50:45 +02:00
Laurent Rineau
f67032cde1
Merge pull request #6670 from lrineau/Polyhedron_demo-fix_segfaults_at_exit-GF
...
Polyhedron demo: Fix segfaults at exit
2022-06-29 09:50:43 +02:00
Laurent Rineau
70caea9548
Merge pull request #6673 from afabri/STL_Extension-Skip_list_memory_leak-GF
...
STL_extension: Fix memory leak in Skiplist
2022-06-29 09:50:41 +02:00
Laurent Rineau
8a1c379e04
Merge pull request #6683 from lrineau/Nef_S2-fix_use_after_free-GF
...
Nef_S2: Fix a use-after-free
2022-06-29 09:50:39 +02:00
Laurent Rineau
75ab8baae2
Merge pull request #6687 from sloriot/BGL-euler_doc
...
fix doc after import from Polyhedron
2022-06-29 09:49:41 +02:00
Laurent Rineau
ce87699ed3
Merge pull request #6667 from sloriot/CGAL-please_intel_2019
...
Please intel 2019 compiler
2022-06-29 09:42:02 +02:00
Laurent Rineau
7f43d3b095
Merge pull request #6669 from sloriot/PMP-dbav_attention
...
Better doc + early quit
2022-06-29 09:42:00 +02:00
Laurent Rineau
0e1b904820
Merge pull request #6670 from lrineau/Polyhedron_demo-fix_segfaults_at_exit-GF
...
Polyhedron demo: Fix segfaults at exit
2022-06-29 09:41:58 +02:00
Laurent Rineau
57aba4eae1
Merge pull request #6673 from afabri/STL_Extension-Skip_list_memory_leak-GF
...
STL_extension: Fix memory leak in Skiplist
2022-06-29 09:41:56 +02:00
Laurent Rineau
07cd88eb76
Merge pull request #6683 from lrineau/Nef_S2-fix_use_after_free-GF
...
Nef_S2: Fix a use-after-free
2022-06-29 09:41:54 +02:00
Laurent Rineau
725ce591ea
Merge pull request #6686 from sloriot/Nef_3-fix_cstrt_index_map
...
Nef_3, conversion from Polyhedron_3 to Nef_3: fix constness and index maps
2022-06-29 09:41:52 +02:00
Laurent Rineau
7b7d8c8f4a
Merge pull request #6687 from sloriot/BGL-euler_doc
...
fix doc after import from Polyhedron
2022-06-29 09:41:50 +02:00
Laurent Rineau
b58733a2fe
Fix CHANGES.md
2022-06-29 09:22:00 +02:00
Sébastien Loriot
1a4a6816ac
Merge pull request #6084 from janetournois/PMP-add_surface_mesher-jtournois
...
PMP - add surface remeshing from Mesh_3
2022-06-29 09:20:10 +02:00
Laurent Rineau
499b7794c9
Merge pull request #5693 from janetournois/Mesh_data_structure_3-new_package-jtournois
...
SMDS_3: Mesh_data_structure_3 - new package for C3T3
2022-06-29 09:14:38 +02:00
Sebastien Loriot
e568c9ead0
Merge pull request #6682 from lrineau/Documentation-remove_mention_of_Boost_thread_feature-GF
...
Remove mention to boost::thread_specific_ptr
2022-06-29 09:11:55 +02:00
Sebastien Loriot
19b23824e3
Merge pull request #6712 from janetournois/Maintenance-remove_sosno-jtournois
...
Testsuite - Update Windows testing platforms
2022-06-28 16:02:09 +02:00
Laurent Rineau
fdf96f44ea
Merge pull request #6718 from afabri/Arrangemen-fix_comment-GF
...
Arrangement: Fix comment in Arr_segment_traits
2022-06-28 09:28:47 +02:00
Laurent Rineau
130980bd2d
Merge pull request #6717 from afabri/STL_extension-fix_comment-GF
...
STL_Extension: Fix comment in multiset
2022-06-28 09:25:33 +02:00
Andreas Fabri
55edc672ab
Arrangement: Fix comment in Arr_segment_traits
2022-06-27 17:55:51 +01:00
Andreas Fabri
718fdcfd44
STL_Extension: Fix comment in multiset
2022-06-27 17:47:49 +01:00
Laurent Rineau
386811cb7c
Accomodate breaking changes in Github Action actions/github-script@v3
...
See https://github.com/actions/github-script#breaking-changes-in-v5
2022-06-27 10:00:46 +02:00