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
|
19527dc384
|
Fix AppleClang -Wnull-pointer-arithmetic warning with TBB as well
|
2019-05-02 14:36:26 +02: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 |
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 |
Maxime Gimeno
|
4c3bfb1eed
|
Add a fucntion to_tuple() to the Dispatch_output_iterator and use it in the test to avoid a clang error on old macs
|
2019-04-10 13:48:04 +02:00 |
Laurent Rineau
|
04bef2b071
|
Merge pull request #3781 from sloriot/CGAL-update_for_cpp14
Update for cpp14
|
2019-04-08 15:59:28 +02:00 |
Laurent Rineau
|
68f321c58d
|
Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch
|
2019-04-08 15:58:27 +02:00 |
Laurent Rineau
|
f40550fef3
|
Merge pull request #3824 from lrineau/fix-Wnull-pointer-arithmetic
Fix AppleClang -Wnull-pointer-arithmetic warning
|
2019-04-08 15:57:34 +02:00 |
Maxime Gimeno
|
0cace864cd
|
Protect new code
|
2019-04-04 16:03:13 +02:00 |
Maxime Gimeno
|
b1a747b514
|
Add an conversion operator to tuple into Iterator_range to satisfy all versions of clang.
|
2019-04-04 15:54:07 +02:00 |
Laurent Rineau
|
34cf27b47e
|
Use std::ptrdiff_t, because the target branch is not C++11
`std::uintptr_t` was introduced by C++11, but the target branch if
CGAL-4.13-branch, does not require C++11.
|
2019-04-03 14:56:21 +02:00 |
Laurent Rineau
|
68f6ebf42d
|
More reinterpret_cast to avoid undefined behavior
|
2019-04-03 14:52:12 +02:00 |
Laurent Rineau
|
c54e7c974b
|
Fix AppleClang -Wnull-pointer-arithmetic warning
|
2019-04-02 10:29:01 +02:00 |
Laurent Rineau
|
3a32f3f3ef
|
Restore CGAL::cpp11 temporarily
This reverts commit 04978d8aae.
|
2019-04-01 18:27:35 +02:00 |
Sébastien Loriot
|
04978d8aae
|
remove test no longer needed
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
cf697b8da4
|
remove section about cpp11 in the user manual
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
1c119aec44
|
replace cpp11::unordered_FOO by std::unordered_FOO
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
5a30e88a92
|
replace cpp11::function by std::function
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
124012d9f9
|
replace cpp11::array by std::array
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
ffce89c0c0
|
replace cpp11::is_enum by std::is_enum
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
f62624c4f9
|
replace cpp11::tuple by std::tuple
|
2019-03-29 13:28:33 +01:00 |
Sébastien Loriot
|
ce126b87c6
|
remove cpp11::copy_n, cpp11::prev, and cpp11::next and use std instead
|
2019-03-29 13:28:32 +01:00 |
Sébastien Loriot
|
d60f5645aa
|
replace BOOST_FOREACH by c++ ranged-based for loop
some of the command used for the replacement:
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\(([a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((const typename [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp BOOST_FOREACH -l | xargs sed -i -E "s/BOOST_FOREACH\((typename [<>a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack "boost/foreach.hpp" -l --cpp | xargs sed -i '/boost\/foreach.hpp>/d'
|
2019-03-29 13:22:15 +01:00 |
Sébastien Loriot
|
3cfbccd44a
|
remove workaround c++11 features in STL_extension
|
2019-03-29 10:41:49 +01:00 |
Andreas Fabri
|
a1609350aa
|
Remove #include<CGAL/basic.h> amd put what is needed if something is missing
|
2019-03-27 15:21:33 +01:00 |
Andreas Fabri
|
a472c24185
|
http:/www.boost.org -> https://www.bost.org
|
2019-03-20 08:59:22 +01:00 |
Andreas Fabri
|
7c2674abc8
|
More links fixed
|
2019-03-20 08:38:40 +01:00 |
Laurent Rineau
|
2671d056cf
|
Merge pull request #3685 from afabri/CGAL-cleanup-GF
CGAL: Clean up examples and tests
|
2019-02-28 20:48:48 +01:00 |
Andreas Fabri
|
e62ab30e6c
|
Fixes of fixes
|
2019-02-15 09:03:58 +01:00 |
Sébastien Loriot
|
59bc453b42
|
first batch of replacement for level 1 in classified ref man
command used:
grep -l "##" */doc/*/PackageDescription.txt | xargs sed -i -E 's/\#\#\s*([[:print:]]+[[:alnum:]])\s*\#\#\s*$/\\cgalCRPSection{\1}/'
|
2019-02-14 10:32:39 +01:00 |
Andreas Fabri
|
b84f54a9e3
|
Do not define the macro CGAL_CFG_NO_CPP0X_DELETED_AND_DEFAULT_FUNCTIONS for VC2013 as suggested in Issue #3436
|
2019-02-08 09:46:18 +01:00 |
Andreas Fabri
|
9d77454b27
|
Fix needed for VC2013
|
2019-02-08 08:17:00 +01:00 |
Laurent Rineau
|
8d558dc05f
|
Fix the warning about operator=
|
2019-02-07 17:45:31 +01:00 |
Andreas Fabri
|
c548eee5c7
|
Fix STL_Extension
|
2019-01-28 08:28:17 +01:00 |
Andreas Fabri
|
fa2882cc00
|
Fix STL_extensions
|
2019-01-24 18:24:57 +01:00 |
Laurent Rineau
|
afc3de2894
|
Merge branch 'master' into Stream_support-Color-GF
|
2019-01-23 09:37:08 +01:00 |
Andreas Fabri
|
ade4903000
|
Fix Voronoi
|
2019-01-22 19:07:32 +01:00 |
Laurent Rineau
|
f83053c2a5
|
Merge pull request #3602 from afabri/CGAL-VC2017_AVX_workarounds-GF
Fix for VC2017 with /arch:AVX
|
2019-01-22 09:14:57 +01:00 |
Laurent Rineau
|
c31be39bb5
|
Merge pull request #3602 from afabri/CGAL-VC2017_AVX_workarounds-GF
Fix for VC2017 with /arch:AVX
|
2019-01-22 09:13:14 +01:00 |