Commit Graph

79953 Commits

Author SHA1 Message Date
Maxime Gimeno 4efef4e15b Add a function generic_extrude_mesh() that takes up to 2 functors instead of a direction and a distance. 2018-05-28 16:49:52 +02:00
Maxime Gimeno 41d3c05f7f Add a functor to create the offset 2018-05-28 16:49:52 +02:00
Maxime Gimeno 828a7d2b73 clean-up 2018-05-28 16:49:52 +02:00
Maxime Gimeno 291039ba80 update doc 2018-05-28 16:49:52 +02:00
Maxime Gimeno 1851f35382 Add a function to PMP that extrudes a mesh along a direction at a given distance. 2018-05-28 16:49:51 +02:00
Laurent Rineau 1b36227dc3 Merge branch 'releases/CGAL-4.12-branch' 2018-05-28 15:39:41 +02:00
Laurent Rineau fec011ed32 Merge pull request #3113 from maxGimeno/Travis-Fix_dependencies_logic-GF
Infrastructure: Fix condition for skipping tests in Travis
2018-05-28 15:39:38 +02:00
Laurent Rineau f2a18b7a65 Merge pull request #3113 from maxGimeno/Travis-Fix_dependencies_logic-GF
Infrastructure: Fix condition for skipping tests in Travis
2018-05-28 15:39:22 +02:00
Laurent Rineau 33f98a35e5 Merge branch 'releases/CGAL-4.12-branch' 2018-05-28 13:59:29 +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
Laurent Rineau e3be96cb14 Merge pull request #3101 from mglisse/Number_types-mpq_to_interval-glisse
Fix conversion from mpq to interval
2018-05-28 13:58:44 +02:00
Laurent Rineau 588cc67897 Merge pull request #3096 from MaelRL/CGAL-Fix_deprecated_code_usage-GF
Fix some deprecation-related issues
2018-05-28 13:58:41 +02:00
Laurent Rineau 0cb0e4417b Merge pull request #3095 from afabri/STL_extensions-iterator_deprecated-GF
Fix nested types
2018-05-28 13:58:38 +02:00
Laurent Rineau 089e0c10ce Merge pull request #3093 from efifogel/Aos_2-ric_remove_edges-efif
Aos 2 ric remove edges efif

# Conflicts:
#	Minkowski_sum_2/test/Minkowski_sum_2/CMakeLists.txt
2018-05-28 13:58:28 +02:00
Laurent Rineau 2ad4781a05 Merge pull request #3092 from maxGimeno/Travis-Check_including_all_headers-GF
Infrastructure : Test compilation of headers
2018-05-28 13:58:19 +02:00
Laurent Rineau a7738b27c9 Merge pull request #3052 from maxGimeno/PMP-transform-GF
PMP: transform()
2018-05-28 13:58:16 +02:00
Laurent Rineau 4f7c9a6ef0 Merge pull request #3115 from MaelRL/Spatial_searching-Fix_missing_includes-GF
Spatial searching: fix missing includes in test header
2018-05-28 13:58:13 +02:00
Laurent Rineau 265a81bf76 Merge pull request #2967 from maxGimeno/CGAL-With_QGLViewer-GF
CGAL_Qt5: include QGLViewer
2018-05-28 13:58:10 +02:00
Laurent Rineau 851dfabd29 Merge pull request #2757 from maxGimeno/BGL-Add_facegraph_validity_check_function-GF
BGL:  Add a  FaceGraph validity check function
2018-05-28 13:58:07 +02:00
Laurent Rineau 46bf950f2d Merge pull request #3073 from MaelRL/Mesh_3-Add_add_corner-GF
Mesh_3: Add `add_corner()` and similar corner-adding functions
2018-05-28 13:58:02 +02:00
Laurent Rineau ba7e9b48e5 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 11:00:52 +02:00
Laurent Rineau 91fb4af7d5 Merge pull request #3101 from mglisse/Number_types-mpq_to_interval-glisse
Fix conversion from mpq to interval
2018-05-28 11:00:48 +02:00
Laurent Rineau f20743cc20 Merge pull request #3096 from MaelRL/CGAL-Fix_deprecated_code_usage-GF
Fix some deprecation-related issues
2018-05-28 11:00:45 +02:00
Laurent Rineau d8c938bbac Merge pull request #3095 from afabri/STL_extensions-iterator_deprecated-GF
Fix nested types
2018-05-28 11:00:42 +02:00
Laurent Rineau d7d39e9036 Merge pull request #3092 from maxGimeno/Travis-Check_including_all_headers-GF
Infrastructure : Test compilation of headers
2018-05-28 11:00:39 +02:00
Laurent Rineau f4a1399b82 Merge pull request #3115 from MaelRL/Spatial_searching-Fix_missing_includes-GF
Spatial searching: fix missing includes in test header
2018-05-28 11:00:37 +02:00
Laurent Rineau 834c5acb59 Merge pull request #3073 from MaelRL/Mesh_3-Add_add_corner-GF
Mesh_3: Add `add_corner()` and similar corner-adding functions
2018-05-28 11:00:29 +02:00
Andreas Fabri ee02f35888 Increase BOOST_PARAMETER_MAX_ARITY 2018-05-26 08:18:58 +01:00
Efi Fogel 72e66661af Commented out C++11 support for now. 2018-05-25 15:40:51 +03:00
Efi Fogel e3271e8f38 Added guards against c++11 2018-05-25 14:12:09 +03:00
Efi Fogel 8631b3c09f Fixed a warning about an unsed variable. 2018-05-25 13:21:42 +03:00
Mael Rouxel-Labbé 58ff986724 Removed trailing whitespace 2018-05-25 11:36:10 +02:00
Mael Rouxel-Labbé a927fd17cb Fixed includes 2018-05-25 11:36:00 +02:00
Andreas Fabri 5af63b5893 Fix #include 2018-05-25 10:27:45 +01:00
Laurent Rineau ad588cfe87 Merge branch 'releases/CGAL-4.12-branch' 2018-05-25 10:43:23 +02:00
Laurent Rineau e4ff486963 Merge pull request #3110 from lrineau/Installation-better_check_headers-lrineau
Installation: better check_headers (for Travis)
2018-05-25 10:42:22 +02:00
Laurent Rineau 3216107917 Merge pull request #3107 from lrineau/Installation-fix_make_install_header_only-lrineau
Fix `make install` with the tarball and header-only
2018-05-25 10:42:19 +02:00
Laurent Rineau 5d665ffefe Merge pull request #3082 from afabri/Installation-Supported_platforms-GF
Installation: Fix minimum version numbers
2018-05-25 10:42:16 +02:00
Laurent Rineau f164189548 Merge pull request #3081 from maxGimeno/Documentation-Enhance_overview_page-GF
Documentation overview: enhancement
2018-05-25 10:42:13 +02:00
Maxime Gimeno eab4bc1c1b Skip Maintenance as it is not a real package, nothing is to be built. 2018-05-25 10:02:31 +02:00
Laurent Rineau 7d628c581a Revert "Introduce an error on purpose, to test Travis"
This reverts commit e9c80ba3f5.
2018-05-24 18:59:15 +02:00
Maxime Gimeno 190ce9db71 Fix condition for skipping tests. 2018-05-24 17:35:26 +02:00
Mael Rouxel-Labbé bfdb89e595 Removed 'move_point()' from Triangulation_3 2018-05-24 14:50:40 +02:00
Laurent Rineau 39c913a090 CERR: create the file before using it 2018-05-24 14:44:48 +02:00
Mael Rouxel-Labbé be743a1f12 Fixed unused variable warning 2018-05-24 14:24:01 +02:00
Mael Rouxel-Labbé 497c8ccb50 Fixed conversion warning (changes mirrored from: 683fa43) 2018-05-24 14:18:40 +02:00
Mael Rouxel-Labbé edf84b155e Added a virtual destructor to silence a warning 2018-05-24 14:17:58 +02:00
Laurent Rineau 8bdccd60fd Merge remote-tracking branch 'cgal/releases/CGAL-4.12-branch' 2018-05-24 12:51:04 +02:00
Laurent Rineau 1c28d84c3f
Merge pull request #3104 from maxGimeno/Travis-Enhancement-GF
Infrastructure: Enhance dependency managing in Travis
2018-05-24 12:50:00 +02:00
Maxime Gimeno 754cb2c491 Fix switch case in shortest_path_item 2018-05-23 16:29:03 +02:00