Commit Graph

88 Commits

Author SHA1 Message Date
Mael Rouxel-Labbé 3b9464f549 Replaced No_constraint_pmap with Constant_property_map 2018-07-19 17:05:07 +02:00
Sébastien Loriot e1e1512869 Merge 'PMP-isotropic_remeshing_user_projection' into PMP-isotropic_remeshing_user_projection 2018-06-06 18:00:32 +02:00
Laurent Rineau cb14375778
Merge branch 'master' into Property_map-Point_kernel_converter_map-GF 2018-05-29 10:58:28 +02:00
Laurent Rineau e86c3c4bba Merge pull request #3102 from afabri/Property_map-empty_vector-GF
Property_map: Fix make_property_map(std::vector&) for an empty vector
2018-05-28 13:58:47 +02:00
Andreas Fabri 6b8dd6beed Fix make_property_map(std::vector&) for an empty vector 2018-05-22 17:48:36 +02:00
Sébastien Loriot 90faf5d060 simplify initialization of CC 2018-05-18 14:10:31 +02:00
Sébastien Loriot 1e9669cec3 fix doc 2018-05-04 10:49:48 +02:00
Sébastien Loriot 8bc315c974 make it work with any Kernel object 2018-05-03 15:05:47 +02:00
Maxime Gimeno a7721389b2 Forward declare the Cartesian_converter to avoid messing with the dependencies tree. 2018-04-27 09:59:25 +02:00
Maxime Gimeno dbb4b9dc20 Fixes 2018-04-26 15:34:32 +02:00
Maxime Gimeno 7298214c57 Clean-up 2018-04-26 14:14:31 +02:00
Maxime Gimeno fbc7af1345 Add a property_map that converts points from a cartesian kernel to another, for a mesh. 2018-04-26 10:19:21 +02:00
Mael Rouxel-Labbé 288417a9ed Renamed Default_property_map to Constant_property_map 2018-04-03 14:11:49 +02:00
Mael Rouxel-Labbé a12ecf4a43 Extend Default_property_map to be writeable 2018-04-03 12:52:28 +02:00
Mael Rouxel-Labbé ba8bc776b5 Fixed Default_property_map's get() 2018-04-03 12:31:51 +02:00
Laurent Rineau 0a74393dcf Commit all new dependencies files 2018-03-06 18:44:48 +01:00
Laurent Rineau 305ebe3de4 Merge pull request #2801 from afabri/Property_map-remove_unused_parameter
Property_map: Remove unused parameter (leading to a warning)
2018-02-14 15:34:31 +01:00
Andreas Fabri 5b04ec688a Property_map: Remove unused parameter (leading to a warning) 2018-02-07 07:37:45 +00:00
Maxime Gimeno 688b5dd06e Move dependencies creation to package_info and add dependencies to git 2018-02-02 12:08:05 +01:00
Maxime Gimeno 8bde832931 Fix METIS headers in BGL 2018-02-02 12:08:05 +01:00
Maxime Gimeno a676d5a60e Try to fix errors in classification checks 2018-02-02 12:08:05 +01:00
Maxime Gimeno acd0a72edf Modify travis script to test dependencies 2018-02-02 12:08:05 +01:00
Maxime Gimeno ae36b452bc Add dependencies of all packages 2018-02-02 12:08:05 +01:00
Sébastien Loriot ad2468acfb fix cmake script 2018-01-04 15:20:51 +01:00
Sébastien Loriot a9a85b37e6 fix compilation issues and warnings 2017-12-19 14:43:30 +01:00
Sébastien Loriot 586a2d1dd7 rename project 2017-12-18 17:00:49 +01:00
Andreas Fabri 2b169da21b more changes after review 2017-12-14 14:18:56 +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
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 bb857824b4 rename test as there is an example with the same name 2017-11-29 10:54:42 +00:00
Andreas Fabri de166d8be7 Fix testsuite 2017-11-29 10:51:06 +00:00
Andreas Fabri 1f8849dfea Make dynamic property API similar to the non dynamic case 2017-11-29 08:28:16 +00:00
Sébastien Loriot 9c19e70db9 fix pmap doc 2017-11-28 14:01:07 +01:00
Sébastien Loriot 7ef29476ab Add a property map with bool as value_type based on a set-like container 2017-11-28 10:21:42 +01:00
Jane Tournois 2feb79a16b Add example for dynamic_property_map 2017-11-27 16:35:30 +00:00
Laurent Rineau 31804d3c0e Merge pull request #2508 from afabri/Property_map-fix_Dynamic_property_map-GF
Property_map:  Fix put(Dynamic_property_map,..)
2017-11-15 16:48:30 +01:00
Sébastien Loriot 0698f79aff add SPDX identifier for files under the LGPL-3+ license 2017-11-12 10:17:50 +01:00
Andreas Fabri b32611175e Add _Tests in the project name in the CMakeLists.txt 2017-11-06 11:48:05 +01:00
Andreas Fabri 29e4e987f4 Add CMakeLists.txt 2017-11-06 11:48:05 +01:00
Andreas Fabri f74cf7fff6 value_type -> reference 2017-11-06 11:48:05 +01:00
Andreas Fabri ce086fed46 Add a testsuite 2017-11-06 11:48:05 +01:00
Andreas Fabri d2425251bf Fix put(Dynamic_property_map&..) 2017-11-06 11:48:05 +01:00
Laurent Rineau 107cdccd6d Merge pull request #2438 from lrineau/Mesh_3-test_polyhedral_complex_with_surface_mesh-GF
Mesh_3: make it work with Surface_mesh
2017-10-11 19:14:49 +02:00
Laurent Rineau 578889e801 Fix compilation of mesh_polyhedral_domain.cpp with Polyhedron_3 2017-09-18 14:56:57 +02:00
Simon Giraudot 8043d342e7 Merge branch 'Classification-GF-old' into Classification-GF 2017-07-21 12:06:19 +02:00
Andreas Fabri cc452b9948 fix clear() 2017-07-17 16:24:20 +02:00
Laurent Rineau caa10904e1 Fix warnings about unused parameters 2017-07-12 15:26:08 +02:00
Laurent Rineau 78c37a578d Fix indentation 2017-07-12 15:26:08 +02:00