Laurent Rineau
|
006ef8080c
|
updated crontab (automated commit)
|
2019-04-01 18:18:06 +02:00 |
Laurent Rineau
|
99fd418c54
|
updated crontab (automated commit)
|
2019-03-29 16:14:11 +01:00 |
Laurent Rineau
|
91603b6801
|
Merge branch 'releases/CGAL-4.14-branch'
|
2019-03-29 16:11:48 +01:00 |
Laurent Rineau
|
b1e1967282
|
Announcement mail for CGAL-4.14: a paragraph about CGAL-5.0/C++14
|
2019-03-29 16:09:57 +01:00 |
Laurent Rineau
|
e09f692e74
|
master now targets CGAL 5.0
|
2019-03-29 16:02:15 +01:00 |
Laurent Rineau
|
57a41b3d2a
|
Towards CGAL-4.14.1
|
2019-03-29 15:59:03 +01:00 |
Laurent Rineau
|
da78c5a01f
|
Announcement for CGAL-4.14
|
2019-03-29 15:56:33 +01:00 |
Laurent Rineau
|
d30499f3db
|
Merge branch 'releases/CGAL-4.13-branch'
|
2019-03-29 15:49:24 +01:00 |
Laurent Rineau
|
84b9328619
|
Merge branch 'releases/CGAL-4.12-branch' into releases/CGAL-4.13-branch
|
2019-03-29 15:49:12 +01:00 |
Laurent Rineau
|
3140674b09
|
Merge pull request #3807 from lrineau/Installation-fix_MPFR_static-GF
Fix the order of link when GMP is a static lib
|
2019-03-29 15:48:57 +01:00 |
Laurent Rineau
|
0d7cb7fefd
|
Merge pull request #3814 from MaelRL/Surface_mesh-Actually_reset_all_properties-GF
Surface Mesh: Fix not reseting edge property when a new element re-uses memory
|
2019-03-29 15:48:54 +01: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
|
1d908c1c0b
|
remove code for CGAL_INTERSECTION_VERSION 1
|
2019-03-29 13:28:32 +01:00 |
Sébastien Loriot
|
0ce7fc09b5
|
turns iterator pairs into iterable ranges
|
2019-03-29 13:28:22 +01:00 |
Sébastien Loriot
|
6d9b0e4260
|
make the ranges iterable
|
2019-03-29 13:23:46 +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
|
82c13e6e74
|
remove cpp11 workaround in kernel related packages
|
2019-03-29 10:41:50 +01:00 |
Sébastien Loriot
|
ecd818a3a7
|
remove cpp11 condition
|
2019-03-29 10:41:50 +01:00 |
Sébastien Loriot
|
700342bfa7
|
remove cpp11 workaround in mesh_3 related packages
|
2019-03-29 10:41:50 +01:00 |
Sébastien Loriot
|
4464229a52
|
remove cpp11 workarounds in argt related packages
|
2019-03-29 10:41:50 +01:00 |
Sébastien Loriot
|
e850eec929
|
remove cpp11 workaround in PSP related packages
|
2019-03-29 10:41:50 +01:00 |
Sébastien Loriot
|
e6cdf9f62b
|
remove condition for cpp11 to be present in face graph related packages
|
2019-03-29 10:41:50 +01:00 |
Sébastien Loriot
|
2ce16d14b5
|
remove workaround code for cpp11 in triangulation packages
|
2019-03-29 10:41:50 +01:00 |
Sébastien Loriot
|
5bac189dc3
|
remove cpp11 workaround for CORE
|
2019-03-29 10:41:50 +01:00 |
Sébastien Loriot
|
6e8e4a4b10
|
remove variadic template workaround for cmap, gmap, and lcell
|
2019-03-29 10:41:50 +01:00 |
Sébastien Loriot
|
8ec090d1d1
|
remove condition for cpp11 in Nef
|
2019-03-29 10:41:50 +01:00 |
Sébastien Loriot
|
f95533f2d2
|
remove conditional code with cpp11 in Number types
|
2019-03-29 10:41:49 +01:00 |
Sébastien Loriot
|
0669c6ad97
|
remove error messages and disabled test if CPP11 is not available in PSP
|
2019-03-29 10:41:49 +01:00 |
Sébastien Loriot
|
3cfbccd44a
|
remove workaround c++11 features in STL_extension
|
2019-03-29 10:41:49 +01:00 |
Sébastien Loriot
|
affaa19327
|
remove workaround for non support of variadic template
|
2019-03-29 10:41:49 +01:00 |
Laurent Rineau
|
ea20dfd63f
|
Merge pull request #3806 from afabri/Polyline_simplification-Fix_for_projection_traits-GF
Polyline_simplification_2: Fix for Projection_traits_xy_3
|
2019-03-28 18:50:40 +01:00 |
Laurent Rineau
|
27d47e5eee
|
Merge pull request #3814 from MaelRL/Surface_mesh-Actually_reset_all_properties-GF
Surface Mesh: Fixed not reseting edge property when a new element re-uses memory
|
2019-03-28 18:50:38 +01:00 |
Sébastien Loriot
|
676983ad94
|
also reset the property of the opposite halfedge
|
2019-03-28 18:16:08 +01:00 |
Mael Rouxel-Labbé
|
2a4d1abefa
|
Fixed not reseting edge property when a new element reuses memory
|
2019-03-28 17:30:48 +01:00 |
Laurent Rineau
|
3142f99540
|
Merge pull request #3805 from maxGimeno/Internal_nt_for_arm-GF
Number_types: Add support for arm and aarch64
|
2019-03-28 16:49:54 +01:00 |
Laurent Rineau
|
8c4032262f
|
Merge pull request #3807 from lrineau/Installation-fix_MPFR_static-GF
Fix the order of link when GMP is a static lib
|
2019-03-28 16:49:51 +01:00 |
Laurent Rineau
|
8ae3756cb6
|
Merge pull request #3812 from janetournois/Mesh_3-c3t3-doc-fix-jtournois
Doc fix (tiny) in concept `MeshComplexWithFeatures_3InTriangulation_3`
|
2019-03-28 16:49:23 +01:00 |
Laurent Rineau
|
9aaa894219
|
updated crontab (automated commit)
|
2019-03-28 16:46:46 +01:00 |
Laurent Rineau
|
99ca804f6d
|
Maybe tonight's internal release will be CGAL-4.14 final
|
2019-03-28 16:45:09 +01:00 |
Jane Tournois
|
cdd2231e8a
|
add two missing 's' (there was no link on these in the doc)
|
2019-03-28 16:02:06 +01:00 |
Laurent Rineau
|
01f1476bfe
|
Merge branch 'releases/CGAL-4.13-branch'
|
2019-03-28 14:40:14 +01:00 |
Laurent Rineau
|
1f5f1a6ff3
|
Merge pull request #3798 from sloriot/CGAL-doc_release_from_Ic
Fix for the doc of a release built from an Ic
|
2019-03-28 14:40:01 +01:00 |
Laurent Rineau
|
4b7cc4a896
|
Fix the order of link of GMPXX when GMP is a static library.
|
2019-03-28 09:04:03 +01:00 |