Laurent Rineau
|
d42ef47c7e
|
Merge pull request #6629 from afabri/AABB_tree-fix_private_doc-GF
AABB_tree: Document parameters
|
2022-06-10 16:45:39 +02:00 |
Laurent Rineau
|
a9b4bf3ffb
|
Merge pull request #6635 from sloriot/PMP-split_long_edges_np
Add face_patch_map to split_long_edges
|
2022-06-10 16:45:37 +02:00 |
Laurent Rineau
|
f4b1adefc7
|
Merge pull request #6638 from sloriot/Argt-no_boost_pool_alloc
Disable boost pool allocator
|
2022-06-10 16:45:35 +02:00 |
Laurent Rineau
|
89dae9505b
|
Merge pull request #6640 from pentacular/do_intersect_ambiguity
Qualify do_intersect to avoid ambiguous dispatch
|
2022-06-10 16:45:33 +02:00 |
Laurent Rineau
|
e5f1bae4ba
|
Merge pull request #6649 from lrineau/fix_issue_6647
CGALConfig.cmake: Warn only if CGAL_TEST_SUITE is set and CGAL_DATA_DIR is not
|
2022-06-10 16:45:31 +02:00 |
Laurent Rineau
|
cb26dda800
|
Merge pull request #6650 from afabri/Boolean_set_operations-disambuguate_do_intersect-GF
Regularized Boolean Set Operations: Help compiler to disambiguate
|
2022-06-10 16:45:29 +02:00 |
Laurent Rineau
|
20db378e7e
|
Merge branch '5.4.x-branch' into 5.5.x-branch
|
2022-06-10 16:44:34 +02:00 |
Laurent Rineau
|
624a2d25f1
|
Merge pull request #6629 from afabri/AABB_tree-fix_private_doc-GF
AABB_tree: Document parameters
|
2022-06-10 16:44:30 +02:00 |
Laurent Rineau
|
55e67afe7b
|
Merge pull request #6640 from pentacular/do_intersect_ambiguity
Qualify do_intersect to avoid ambiguous dispatch
|
2022-06-10 16:44:26 +02:00 |
Laurent Rineau
|
4ea5251b9b
|
Merge pull request #6638 from sloriot/Argt-no_boost_pool_alloc
Disable boost pool allocator
|
2022-06-10 16:44:17 +02:00 |
Laurent Rineau
|
2e1c95d08f
|
Merge pull request #6649 from lrineau/fix_issue_6647
CGALConfig.cmake: Warn only if CGAL_TEST_SUITE is set and CGAL_DATA_DIR is not
|
2022-06-10 16:44:15 +02:00 |
Laurent Rineau
|
9c8768515e
|
Merge pull request #6650 from afabri/Boolean_set_operations-disambuguate_do_intersect-GF
Regularized Boolean Set Operations: Help compiler to disambiguate
|
2022-06-10 16:44:13 +02:00 |
Laurent Rineau
|
e806a25861
|
Merge pull request #6638 from sloriot/Argt-no_boost_pool_alloc
Disable boost pool allocator
|
2022-06-10 16:43:47 +02:00 |
Laurent Rineau
|
2f4b173d00
|
Merge pull request #6649 from lrineau/fix_issue_6647
CGALConfig.cmake: Warn only if CGAL_TEST_SUITE is set and CGAL_DATA_DIR is not
|
2022-06-10 16:43:45 +02:00 |
Laurent Rineau
|
59b7339cd1
|
Merge pull request #6650 from afabri/Boolean_set_operations-disambuguate_do_intersect-GF
Regularized Boolean Set Operations: Help compiler to disambiguate
|
2022-06-10 16:43:43 +02:00 |
Sébastien Loriot
|
8ed2990381
|
use CGAL_static_assertion
static_assert(b) is only available in c++17
|
2022-06-10 10:10:12 +02:00 |
Sébastien Loriot
|
27514ed036
|
add Has_member_clear_v
|
2022-06-10 09:59:02 +02:00 |
Sébastien Loriot
|
6dc6373af8
|
is_Point_set_or_Range_or_Iterator<>::value -->
is_Point_set_or_Range_or_Iterator_v<>
|
2022-06-10 09:55:18 +02:00 |
Sébastien Loriot
|
91671dae03
|
is_Range<>::value --> is_Range_v<>
|
2022-06-10 09:51:56 +02:00 |
Laurent Rineau
|
81ac3b9a11
|
One more use-after-free in P3T3
|
2022-06-10 09:46:09 +02:00 |
Sébastien Loriot
|
b96f6d5ce9
|
move is_iterator to type_traits
|
2022-06-10 09:43:59 +02:00 |
Sébastien Loriot
|
44250cb019
|
is_iterator_XXX<>::value --> is_iterator_XXX_v<>
|
2022-06-10 09:40:29 +02:00 |
Laurent Rineau
|
14b582f83d
|
More use our free of `outer_map`
|
2022-06-10 09:15:11 +02:00 |
Sébastien Loriot
|
5872413f37
|
remove boost is_same headers
|
2022-06-10 08:48:53 +02:00 |
Sébastien Loriot
|
3fa436459d
|
BOOST_MPL_ASSERT -> static_assert
|
2022-06-10 08:46:01 +02:00 |
Sébastien Loriot
|
ac8b6d4731
|
boost::is_same --> std::is_same
|
2022-06-10 08:18:20 +02:00 |
Sébastien Loriot
|
4f5f8341cc
|
use std::enable_if_t
|
2022-06-10 07:37:53 +02:00 |
Sébastien Loriot
|
c46e1d2d24
|
fix warnings
|
2022-06-09 16:14:22 +02:00 |
Andreas Fabri
|
60df88453f
|
No longer use the link to boost::result_of
|
2022-06-09 12:44:10 +01:00 |
Andreas Fabri
|
89c4b509e1
|
STL_extension: Fix URL to boost libs
|
2022-06-09 09:33:33 +01:00 |
Andreas Fabri
|
65b5eca031
|
Print out the expected values to fix the assert() statements for 32bit platform
|
2022-06-09 09:04:34 +01:00 |
Kevin Athey
|
d6b0efbea4
|
initialize members of 'loc' instead of the array.
|
2022-06-08 16:06:20 -07:00 |
Kevin Athey
|
a40be70ff7
|
change initialized value to -1.
|
2022-06-08 15:28:25 -07:00 |
Sébastien Loriot
|
b0c7bd92bc
|
update image paths
|
2022-06-08 23:25:54 +02:00 |
Sébastien Loriot
|
6374b664ad
|
clean up doxyfile
|
2022-06-08 23:25:54 +02:00 |
Sébastien Loriot
|
51f08d1dbc
|
use default for the functions
|
2022-06-08 23:25:54 +02:00 |
Jane Tournois
|
b507b59d8a
|
add default time stamps
|
2022-06-08 23:25:54 +02:00 |
Jane Tournois
|
20e8d85c9f
|
use K::Point_3 instead of Tr::Point
|
2022-06-08 23:25:54 +02:00 |
Jane Tournois
|
811500529e
|
P3T3 does not have range iterators
|
2022-06-08 23:25:54 +02:00 |
Jane Tournois
|
0800ae3dd8
|
(re) Port Mesh_3 to oneAPI-TBB
partially cherry-pick f8a2878b0c
that was lost in a bad merge conflict resolution
|
2022-06-08 23:25:54 +02:00 |
Jane Tournois
|
127c892e94
|
fix unused variable warning
|
2022-06-08 23:25:54 +02:00 |
Sébastien Loriot
|
eb59a75e7a
|
fix compilation warnings and error
|
2022-06-08 23:25:54 +02:00 |
Jane Tournois
|
b6a448461a
|
comment unused name
|
2022-06-08 23:25:54 +02:00 |
Jane Tournois
|
c16e77ab47
|
remove unused typedef
|
2022-06-08 23:25:53 +02:00 |
Jane Tournois
|
8e1cb89989
|
move test data to SMDS_3
|
2022-06-08 23:25:53 +02:00 |
Sébastien Loriot
|
2e7e6341dd
|
update tests
|
2022-06-08 23:24:25 +02:00 |
Sébastien Loriot
|
eee363df27
|
Merge cgal/master
|
2022-06-08 23:23:07 +02:00 |
Sébastien Loriot
|
5746e59b34
|
Merge cgal/master
|
2022-06-08 23:13:25 +02:00 |
Jane Tournois
|
0027343a11
|
typo
|
2022-06-08 23:03:58 +02:00 |
Jane Tournois
|
8082df8083
|
use override instead of Q_DECL_OVERRIDE
|
2022-06-08 23:03:58 +02:00 |