Sebastien Loriot
|
fbf6fb375d
|
Merge pull request #4050 from sgiraudot/Surface_mesh-Fix_PLY_warning-GF
[Surface Mesh / PLY] Fix uninitialized warning and error on unhandled properties
|
2019-07-18 16:31:17 +02:00 |
Sebastien Loriot
|
667e4022f7
|
Merge pull request #4060 from sloriot/CGAL-doc_match_brackets
match @{ and @}
|
2019-07-18 16:26:43 +02:00 |
Laurent Rineau
|
dc02598a5c
|
Merge pull request #4016 from gdamiand/CGAL-more_viewers-gdamiand
CGAL: more viewers
|
2019-07-10 14:22:50 +02:00 |
Sébastien Loriot
|
fbafb9d06f
|
fix remaining mismatches and fix bugs
|
2019-07-10 11:40:45 +02:00 |
Simon Giraudot
|
d916428144
|
Fix case where edge/hafledge properties are found but with unhandled complex types
|
2019-07-09 15:12:59 +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
|
32f80cbece
|
Merge pull request #4018 from lrineau/CGAL-refresh_cmake_minimum_required-GF
CMake>=3.13: opt for for new policies up to 3.15
|
2019-07-01 11:16:30 +02:00 |
Guillaume Damiand
|
64a8bd2a13
|
Remove error in raw_surface_mesh_small_faces.h
|
2019-06-24 10:54:41 +02:00 |
Laurent Rineau
|
33e7de45e9
|
Merge pull request #3919 from maxGimeno/Add_3mf_wrapper-GF
Stream_support: Add a 3mf wrapper
|
2019-06-20 14:21:11 +02:00 |
Laurent Rineau
|
2a5b558eb5
|
Merge branch 'master' into NewKernel_d-lazy_Epeck_d-glisse
|
2019-06-20 10:28:01 +02:00 |
Guillaume Damiand
|
67307dcead
|
Merge master to remove conflicts; plus rephrase draw documentation following Sebastien comments.
|
2019-06-19 15:48:10 +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 |
Guillaume Damiand
|
8a3cb666fd
|
Correct links to CGAL::draw functions.
|
2019-06-19 13:10:08 +02:00 |
Laurent Rineau
|
be0d07d150
|
Merge pull request #3979 from afabri/CGAL-null_ptr-GF
Replace NULL and Nullptr_t with nullptr and nullptr_t
|
2019-06-17 14:10:35 +02:00 |
Maxime Gimeno
|
c5174f693c
|
Rename soup function
|
2019-06-17 14:07:27 +02:00 |
Maxime Gimeno
|
7de29bdd93
|
update doc
|
2019-06-17 14:06:12 +02:00 |
Maxime Gimeno
|
1970d94c53
|
Add a function to Surface_mesh that reads a range of surface_meshes from a 3mf file.
|
2019-06-17 14:03:55 +02:00 |
Laurent Rineau
|
595f38ef54
|
Merge pull request #3978 from afabri/CGAL-BOOST_FOREACH-GF
Replace BOOST_FOREACH with C++11 for
|
2019-06-17 13:54:28 +02:00 |
Laurent Rineau
|
c18d8b97a6
|
Merge pull request #3981 from afabri/Surface_mesh-property-GF
Surface_mesh: No need to call add_property_map()
|
2019-06-17 13:54:26 +02:00 |
Andreas Fabri
|
f7b7b9957f
|
Merge remote-tracking branch 'cgal/master' into CGAL-null_ptr-GF
|
2019-06-05 14:47:11 +02:00 |
Andreas Fabri
|
0a7945baac
|
Surface_mesh: No need to call add_property_map()
|
2019-06-05 11:42:16 +02:00 |
Laurent Rineau
|
adaed61c20
|
Merge branch 'releases/CGAL-4.14-branch'
|
2019-06-05 10:58:12 +02:00 |
Laurent Rineau
|
926067967a
|
Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch
|
2019-06-05 10:43:44 +02:00 |
Andreas Fabri
|
e2d19b0c8d
|
Replace NULL and Nullptr_t with nullptr and nullptr_t
|
2019-06-04 23:45:44 +02:00 |
Andreas Fabri
|
4e1f2cf017
|
Replace BOOST_FOREACH with C++11 for
|
2019-06-04 17:13:53 +02:00 |
Mael Rouxel-Labbé
|
2848158354
|
Fix typos
|
2019-05-20 08:54:04 +02:00 |
Andreas Fabri
|
e2498591da
|
We write x y z even if it is a homgenous point
|
2019-05-09 15:06:29 +02:00 |
Andreas Fabri
|
d207889c95
|
is >> p is wrong if p is a homogeneous point.
Instead read three doubles.
Note that we do not support 4OFF yet which means a fourth homogenization variable
|
2019-05-09 09:34:32 +02:00 |
Laurent Rineau
|
149046f8c1
|
Merge branch 'master' into NewKernel_d-lazy_Epeck_d-glisse
|
2019-04-29 19:54:03 +04:00 |
Simon Giraudot
|
9e85313b44
|
Fix yet another round of warnings
|
2019-04-26 15:52:21 +02:00 |
Simon Giraudot
|
3dce5ec8b0
|
Remove useless relates
|
2019-04-26 13:28:45 +02:00 |
Simon Giraudot
|
ec3984eba2
|
Fix wrong assertion
|
2019-04-25 09:58:29 +02:00 |
Simon Giraudot
|
4d1efe18b8
|
Fix error/warnings
|
2019-04-24 10:30:03 +02:00 |
Simon Giraudot
|
207a432dfd
|
Merge remote-tracking branch 'mine/Surface_mesh-PLY_IO-GF' into Surface_mesh-PLY_IO-GF
|
2019-04-23 12:08:44 +02:00 |
Sebastien Loriot
|
b87db08b08
|
Merge pull request #3355 from maxGimeno/Demo-Multiple_viewers-GF
Polyhedron demo: Multiple Viewers
|
2019-04-23 10:34:26 +02:00 |
Andreas Fabri
|
864ba4249d
|
Merge branch 'Surface_mesh-PLY_IO-GF-old' into Surface_mesh-PLY_IO-GF
|
2019-04-12 16:19:53 +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 |
Simon Giraudot
|
717137e48f
|
Merge remote-tracking branch 'mine/Surface_mesh-PLY_IO-GF' into Surface_mesh-PLY_IO-GF
|
2019-04-09 15:11:58 +02:00 |
Maxime Gimeno
|
de47fb3348
|
Fix conflicts
|
2019-04-09 10:31:10 +02:00 |
Maxime Gimeno
|
78db3f646d
|
Solve conflicts
|
2019-04-09 10:04:44 +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 |
Maxime Gimeno
|
1ffd2842ca
|
Merge remote-tracking branch 'cgal/master' into Demo-Multiple_viewers-GF
|
2019-04-02 13:51:52 +02: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 |
Sébastien Loriot
|
f62624c4f9
|
replace cpp11::tuple by std::tuple
|
2019-03-29 13:28:33 +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
|
e6cdf9f62b
|
remove condition for cpp11 to be present in face graph related packages
|
2019-03-29 10:41:50 +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 |