Commit Graph

236 Commits

Author SHA1 Message Date
Sébastien Loriot 089377d238 Merge remote-tracking branch 'cgal/releases/CGAL-4.12-branch' into HEAD 2018-11-12 10:07:27 +01:00
Mael Rouxel-Labbé 689724052c Fixed containers return types 2018-11-09 13:08:57 +01:00
Laurent Rineau fdd824d77f Merge pull request #3312 from sloriot/Doc-no_sgi_links
Do not link to sgi.com (offline)
2018-09-17 11:36:34 +02:00
Sébastien Loriot 376bc42716 update URL and use https 2018-09-04 13:29:51 +02:00
Mael Rouxel-Labbé ce9adddf5e Added METIS to the list of third party libraries 2018-08-31 11:51:52 +02:00
Maxime GIMENO 0517c35f59
Merge branch 'master' into BGL-Copy_face_graph_use_np-GF 2018-06-04 11:58:43 +02:00
Maxime Gimeno cd6ffdc12a Add property maps for simplex mapping.
Also adds an operator()(const T&){} to Emptyset_iterator so it can be used by boost::function_output_iterator().
2018-05-17 10:49:58 +02:00
Maxime Gimeno 6623d3633f Clean-up and fixes 2018-05-17 10:49:58 +02:00
Maxime Gimeno 5fc0022d92 make copy_face_graph use NamedParameters 2018-05-17 10:49:58 +02:00
Maxime Gimeno a45ac9e470 Split is_valid_polygon_mesh into 3 : adding is_valid_halfedge_graph() and is_valid_face_graph() 2018-05-03 12:03:14 +02:00
Maxime Gimeno ed92767f1c add missing ref in the package description 2018-05-03 12:03:14 +02:00
Andreas Fabri f312a3736b Adress doxygen warning 2018-03-23 15:35:05 +01:00
Andreas Fabri 3580a28a98 Move file from BGL to Nef_3 2018-03-22 16:54:54 +01:00
Mael Rouxel-Labbé dafdafa0bb
Merge branch 'master' into BGL-doc_improvement-GF 2018-02-19 15:41:45 +01:00
Laurent Rineau 9d227d0fba Merge pull request #2758 from maxGimeno/BGL-Document_graph_has_property-GF
BGL: Document graph_has_property
2018-02-19 14:26:33 +01:00
Mael Rouxel-Labbé 3653ec9e8d Fixed vertex_point_map's value type's doc description 2018-02-09 15:47:19 +01:00
Mael Rouxel-Labbé 6ce38b9e59 Fixed too many & too few words 2018-02-09 10:15:58 +01:00
Mael Rouxel-Labbé 7d9646d4c5 BGL reference manual improvements 2018-02-08 18:18:41 +01:00
Mael Rouxel-Labbé 8dfbce6de7 Cleaned BGL graph concepts 2018-02-08 18:17:37 +01:00
Mael Rouxel-Labbé d9d2668c8d BGL user manual improvements 2018-02-08 18:16:17 +01:00
Maxime Gimeno c3215b9331 Move graph_has_property from namespace boost to namespace CGAL and provide some doc for it. 2018-01-22 12:43:29 +01:00
Mael Rouxel-Labbé 3a11c4fb2c Changed the default in the description of BGL's partition pmaps 2018-01-10 14:47:03 +01:00
Mael Rouxel-Labbé 7e62f6ffd1 Various doc fixes 2018-01-10 14:30:37 +01:00
Mael Rouxel-Labbé 9387908df2 Minor doc changes 2018-01-10 11:41:57 +01:00
Mael Rouxel-Labbé 17e46dab7d Added partition operations to BGL 2018-01-09 18:06:02 +01:00
Sebastien Loriot 625df00b19
Merge pull request #2219 from afabri/BGL-generic_property_map-GF
BGL: Add an API for adding and removing a property map
2018-01-04 15:28:54 +01:00
Laurent Rineau 61e662c4e4 Merge pull request #2649 from sgiraudot/BGL-Regroup_named_parameters-GF
Regroup PMP named parameters with BGL named parameters

# Conflicts:
#	Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/parameters_interface.h
2017-12-19 16:33:44 +01:00
Laurent Rineau 1c2e9df8cf Merge branch 'releases/CGAL-4.11-branch' 2017-12-19 16:29:10 +01:00
Sébastien Loriot ccecd36c5c add missing backtick 2017-12-18 17:04:21 +01:00
Andreas Fabri 9bd7ffb424 more changes after review 2017-12-14 14:22:58 +00:00
Andreas Fabri ee8c0fad5d Changes after @sloriot's review 2017-12-14 10:49:02 +00:00
Laurent Rineau 7df26c594b
Merge branch 'master' into BGL-generic_property_map-GF 2017-12-14 09:46:01 +01:00
Mael Rouxel-Labbé 32be118022 Clean duplicate line 2017-12-12 00:10:08 +01:00
Mael Rouxel-Labbé ad947da752 Give each package a NamedParameters.txt 2017-12-12 00:07:57 +01:00
Simon Giraudot 65a696adbb Include howto of Named Parameters to BGL user manual 2017-12-11 12:08:11 +01:00
Sébastien Loriot e58abaf3e7 readd the invariant on the concept doc
it was only on the summary page and is important
2017-12-11 10:54:23 +01:00
Andreas Fabri 91539a1ae1
Merge branch 'master' into BGL-fix_doc-GF 2017-12-01 12:04:15 +01:00
Andreas Fabri 19187fef14 Introduce a doxygen ALIAS for Associated Types 2017-11-29 15:26:37 +00:00
Andreas Fabri 3ad77e65a7 Fix doc 2017-11-29 14:54:04 +00:00
Sébastien Loriot 4d379a990d prevents Dynamic_property_map.h to show up in Property_map doc
The default behavior for the generation of the default doxyfile
is to include the path PKG/include in doxygen path if the directory
PKG/doc/PKG/CGAL does not exists

+ fix warnings
2017-11-29 13:16:01 +01:00
Andreas Fabri eaffe696ca cleanup of code 2017-11-29 11:06:34 +00:00
Andreas Fabri 7db8f0c7b9 fix typo 2017-11-29 10:57:00 +00:00
Andreas Fabri 1f8849dfea Make dynamic property API similar to the non dynamic case 2017-11-29 08:28:16 +00:00
Andreas Fabri edb22faa28 Start to document 2017-11-27 19:49:48 +00:00
Sébastien Loriot 19adf3b05e make the doc match struct/class with the implementation 2017-11-17 11:34:55 +01:00
Andreas Fabri 92a0fc24f8 Document Hashable as requirement for the descriptors 2017-11-15 19:42:35 +01:00
Sébastien Loriot 97988d3976 do not try to link nested members 2017-11-15 17:40:00 +01:00
Andreas Fabri 85fd9e5ef8 Fix null_..(); Add associoated types halfedge_descriptor and face_descriptor 2017-11-09 14:43:13 +00:00
Andreas Fabri 4e6a6b57dd Fix null_..(); Add associoated types halfedge_descriptor and face_descriptor 2017-11-09 14:35:38 +00:00
Laurent Rineau 6bda8ad7d5 Merge pull request #2516 from janetournois/PMP-fix_isotropic_remeshing_with_isolated_vertices-jtournois
PMP - fix isotropic remeshing with isolated vertices
2017-10-13 16:54:35 +02:00