Laurent Rineau
|
0460176a2b
|
Fix another warning
|
2019-12-10 13:52:33 +01:00 |
Laurent Rineau
|
c08c632fc8
|
Merge branch 'releases/CGAL-5.0-branch' into T3_accelerate_insert_in_hole-rebased
|
2019-12-10 13:02:24 +01:00 |
Andreas Fabri
|
29a4f441c9
|
Shift depends on sizeof(T) not on sizeof(T*)
|
2019-12-10 12:45:23 +01:00 |
Laurent Rineau
|
435bb4d4c4
|
Cleanup the patch
|
2019-12-10 10:59:13 +01:00 |
Mael
|
40f747bd45
|
Fix license
|
2019-12-10 10:20:14 +01:00 |
Andreas Fabri
|
35fa824216
|
Move hash
|
2019-12-10 10:20:14 +01:00 |
Andreas Fabri
|
2edab88f81
|
variable must be constexpr too
|
2019-12-10 10:20:14 +01:00 |
Andreas Fabri
|
02e3d25914
|
cleanup
|
2019-12-10 10:20:14 +01:00 |
Andreas Fabri
|
27a93fc25a
|
First cleanup
|
2019-12-10 10:19:07 +01:00 |
Andreas Fabri
|
febb607934
|
WIP: Hard coded appromimated hash function
|
2019-12-10 10:19:07 +01:00 |
Andreas Fabri
|
8aa4fc547f
|
Fix counting collisions
|
2019-12-10 10:19:07 +01:00 |
Laurent Rineau
|
a93dd81642
|
Cleanup
|
2019-12-10 10:17:08 +01:00 |
Andreas Fabri
|
3fd81fc4f2
|
Split freelist and occupied (todo: save memory)
|
2019-12-10 10:17:08 +01:00 |
Andreas Fabri
|
6462016ce3
|
Use an unordered map to find neighbor cells
|
2019-12-10 10:17:03 +01:00 |
Laurent Rineau
|
e10ace6bcf
|
Merge pull request #4334 from sloriot/CGAL-SPDX_cleanup_fixes
Fix some remaining license notice + add a missing LicenseRef-Commercial
|
2019-11-06 17:45:23 +01:00 |
Sébastien Loriot
|
56b828d118
|
add missing include directive
|
2019-11-05 09:07:34 +01:00 |
Sébastien Loriot
|
9a0bff4008
|
remove BOOST_FOREACH added by recent PRs
|
2019-11-04 10:59:15 +01:00 |
Sébastien Loriot
|
bff5db68e1
|
fix some remaining license notice + add a missing LicenseRef-Commercial
|
2019-10-31 14:17:20 +01:00 |
Sébastien Loriot
|
52164b1fba
|
First pass on removing license notice in header for LGPL files
|
2019-10-19 15:40:30 +02:00 |
Sébastien Loriot
|
7356421d80
|
introduce Commercial license SPDX tag
|
2019-10-19 12:15:19 +02:00 |
Sébastien Loriot
|
9bd9c68b83
|
update LGPL[23]+ and GPL[23]+ SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
|
2019-10-18 21:57:54 +02:00 |
Laurent Rineau
|
e81a805cf6
|
Merge pull request #4278 from sloriot/AOS_2-Trapezoid_map_fixes
Trapezoid map fixes
|
2019-10-15 16:33:29 +02:00 |
Sébastien Loriot
|
1496de2070
|
fix reset() function
|
2019-10-10 13:26:49 +02:00 |
Sébastien Loriot
|
153832fbba
|
add a function to reset a Handle
|
2019-10-09 18:06:30 +02:00 |
Sebastien Loriot
|
2a426bb1e1
|
Merge pull request #4063 from sloriot/CGAL-NO_CXX11
Remove CGAL_CXX11 macro usage
|
2019-07-19 16:16:22 +02:00 |
Sebastien Loriot
|
e4adb62011
|
Merge pull request #4078 from maxGimeno/Fix_some_warnings-GF
Fix warnings
|
2019-07-18 16:35:51 +02:00 |
Maxime Gimeno
|
64253458aa
|
Fix warnings
|
2019-07-12 10:49:10 +02:00 |
Sébastien Loriot
|
c0edb5ecaa
|
remove CGAL_CXX11 macro usage
|
2019-07-08 11:42:17 +02:00 |
Sébastien Loriot
|
983645a51a
|
match @{ and @}
|
2019-07-05 21:49:46 +02:00 |
Laurent Rineau
|
39a245220a
|
Merge pull request #3660 from mglisse/NewKernel_d-lazy_Epeck_d-glisse
Epeck_d
|
2019-07-01 11:16:33 +02:00 |
Laurent Rineau
|
2a5b558eb5
|
Merge branch 'master' into NewKernel_d-lazy_Epeck_d-glisse
|
2019-06-20 10:28:01 +02:00 |
Laurent Rineau
|
4fbf00fb8a
|
CMake>=3.13: opt for for new policies up to 3.15
|
2019-06-19 14:34:59 +02:00 |
Andreas Fabri
|
5532b84b4f
|
nullptr_t -> std::nullptr_t
|
2019-06-05 07:28:56 +02:00 |
Andreas Fabri
|
e2d19b0c8d
|
Replace NULL and Nullptr_t with nullptr and nullptr_t
|
2019-06-04 23:45:44 +02:00 |
Laurent Rineau
|
5c2df203b4
|
Merge pull request #3943 from mglisse/Number_types-expression_templates-glisse
Misc fixes for expression templates
|
2019-05-23 08:50:17 +02:00 |
Laurent Rineau
|
419032d859
|
Merge pull request #3947 from MaelRL/CGAL-Fix_typos-GF
Fix some typos in code/comments/documentation
|
2019-05-23 08:50:14 +02:00 |
Laurent Rineau
|
b8fe6b10ee
|
Merge pull request #3804 from afabri/CGAL_tests_must_not_include_basic-GF
Do not include <CGAL/basic.h>
|
2019-05-21 16:37:01 +02:00 |
Mael Rouxel-Labbé
|
2848158354
|
Fix typos
|
2019-05-20 08:54:04 +02:00 |
Marc Glisse
|
a676b75ca0
|
Misc fixes for expression templates
|
2019-05-17 19:48:41 +02:00 |
Laurent Rineau
|
b18f6e907f
|
Fix one remaining compilation error
|
2019-05-09 16:03:15 +02:00 |
Laurent Rineau
|
0341f602b3
|
Merge pull request #3896 from lrineau/fix-Wnull-pointer-arithmetic
Fix AppleClang -Wnull-pointer-arithmetic warning with TBB as well
|
2019-05-06 15:30:18 +02:00 |
Laurent Rineau
|
e3c717c293
|
Merge pull request #3896 from lrineau/fix-Wnull-pointer-arithmetic
Fix AppleClang -Wnull-pointer-arithmetic warning with TBB as well
|
2019-05-06 15:01:55 +02:00 |
Laurent Rineau
|
19527dc384
|
Fix AppleClang -Wnull-pointer-arithmetic warning with TBB as well
|
2019-05-02 14:36:26 +02:00 |
Laurent Rineau
|
149046f8c1
|
Merge branch 'master' into NewKernel_d-lazy_Epeck_d-glisse
|
2019-04-29 19:54:03 +04:00 |
Sebastien Loriot
|
9fe935c59a
|
Merge pull request #3849 from maxGimeno/STL_Extension-Fix_dispatch-GF
STL_Extension: Fix Dispatch_output_iterator test
|
2019-04-23 09:39:57 +02:00 |
Marc Glisse
|
2dde8a1ddb
|
Revert "Move Handle."
This reverts commit 80f8788fa4.
|
2019-04-15 14:51:10 +02:00 |
Maxime Gimeno
|
920133b785
|
Replace to_tuple() by operator std::tuple
|
2019-04-12 14:29:24 +02:00 |
Sébastien Loriot
|
db65bd8ecc
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2019-04-11 21:38:48 +02:00 |
albert-github
|
1dd7473818
|
Correction of links
Correction of redirected links and links that moved to another place.
|
2019-04-11 21:37:05 +02:00 |
Maxime Gimeno
|
a7361a3444
|
Clean-up
|
2019-04-10 14:08:37 +02:00 |