Commit Graph

93429 Commits

Author SHA1 Message Date
Laurent Rineau 7e2ee4946d Merge pull request #5152 from sloriot/CGAL-remove_bind
Replace usages of boost::bind
2021-02-05 16:07:34 +01:00
Laurent Rineau b134ed8246 Merge pull request #5336 from maxGimeno/GraphicsView-Use_opengl_4_1_context-maxGImeno
Graphics_view: Upgrade glsl version in basic_viewer_shaders
2021-02-05 16:07:32 +01:00
Laurent Rineau 53dab6fcb3 Merge pull request #5347 from gdamiand/LCC_demo-bugfix-gdamiand
Bug fix in LCC demo
2021-02-05 16:07:30 +01:00
Laurent Rineau d97b9363f8 Merge pull request #5351 from sgiraudot/Classification-Fix_boost_optional_dependencies-GF
[Classification] Fix Boost optional dependencies
2021-02-05 16:07:27 +01:00
Laurent Rineau a5cd24dd2a Merge pull request #5371 from maxGimeno/Fix_Nesf_2_parser-maxGimeno
Fix OOB issues in Nef_*
2021-02-05 16:07:25 +01:00
Laurent Rineau 3d71b8e5f0 Merge pull request #5376 from lrineau/Mesh_3-fix_mesh_implicit_domains.cpp-GF
Fix examples/Mesh_3/mesh_implicit_domains.cpp
2021-02-05 16:07:22 +01:00
Laurent Rineau 8c86a6a858 Merge pull request #5377 from sloriot/PMP-typo
Remove extra p
2021-02-05 16:07:20 +01:00
Laurent Rineau 131cf079f9 Merge pull request #5392 from maxGimeno/Demo-Fixes-maxGimeno
Polyhedron demo: Fixes
2021-02-05 16:07:17 +01:00
Laurent Rineau ec87afe569 Merge pull request #5397 from sloriot/BGL-iv_cpfg
Handle isolated vertices in the target mesh
2021-02-05 16:07:14 +01:00
Laurent Rineau c19b38312b Merge pull request #5414 from maxGimeno/Doc-Fix_qt5_example-maxGimeno
Documentation: Re-add missing CMakeLists
2021-02-05 16:07:12 +01:00
Laurent Rineau a4bbce7f7a Merge pull request #5424 from sloriot/PMP-hole_filling_no_warnings
Do not emit warning as hole filling can fail
2021-02-05 16:07:09 +01:00
Sébastien Loriot 22724728e7 do not emit warning as hole filling can fail 2021-02-03 12:48:50 +01:00
Andreas Fabri 4b472db95e cleanup 2021-02-03 10:57:36 +00:00
Andreas Fabri 38275753ca Remove typedef .., argument_type 2021-02-03 10:03:57 +00:00
Sébastien Loriot 27360a0362 remove std::function 2021-02-02 13:36:45 +01:00
Sébastien Loriot d678d0fc92 include right header 2021-02-02 11:12:16 +01:00
Sébastien Loriot 32b31fdc9b use one lambda 2021-02-02 11:09:46 +01:00
Sébastien Loriot 5da7e84bab decltype(auto) -> auto 2021-02-02 10:58:31 +01:00
Maxime Gimeno 4271f6e19c Restore the CMakelist.txt in the Minimal Example Using Qt5 2021-02-01 09:21:29 +01:00
Sébastien Loriot f69be333f0 Merge remote-tracking branch 'cgal/5.2.x-branch' into CGAL-remove_bind 2021-01-29 18:44:50 +01:00
Sébastien Loriot 5311c150f5 boost transform iterator cannot use raw lambdas as begin/end iterator types must be identicals 2021-01-29 18:40:01 +01:00
Sébastien Loriot e49fd1e732 deref it once 2021-01-29 18:04:19 +01:00
Andreas Fabri fd28440927 Don't use iterator_traits 2021-01-29 12:36:45 +00:00
Andreas Fabri 2ac1b9632b Fix composition testsuite 2021-01-29 12:35:52 +00:00
Andreas Fabri 0cb34126af Remove typedefs 2021-01-29 12:35:16 +00:00
Andreas Fabri 55e23ae840 Remove types from Binary_compose_2 (which is not documented 2021-01-29 10:37:41 +00:00
Andreas Fabri 557cf7f2f1 Use invoke_result for C++-17 2021-01-29 10:36:59 +00:00
Sébastien Loriot a91f0239cd Fix QP solver test: raw replacement that is working 2021-01-29 10:20:14 +01:00
Andreas Fabri 51086d5678 When using a reference for the functor we must generate a new functor in the for loop 2021-01-28 17:12:26 +00:00
Maxime Gimeno c0cd805afa clean-up 2021-01-28 10:04:41 +01:00
Maxime Gimeno b71b8f2034 Don't add isolated vertices after hole filling polyline 2021-01-27 11:33:49 +01:00
Maxime Gimeno 23cc6b0f4a Fix read_sface 2021-01-27 10:20:17 +01:00
Sébastien Loriot 026abdb175 handle isolated vertices in the target mesh 2021-01-27 10:17:42 +01:00
Maxime Gimeno 01d8351383 Restore Isotropic remeshing of a selection of faces 2021-01-26 14:46:40 +01:00
Maxime Gimeno d78842712c Fix conversion warnigns 2021-01-26 10:22:18 +01:00
Maxime Gimeno a85cf6ed52 Move the include in the ifdef 2021-01-26 09:45:18 +01:00
Simon Giraudot 92c80c4203 Fix outdated CGAL Eigen importent target 2021-01-26 08:44:03 +01:00
Simon Giraudot 8ce0470661 Make Boost IO Stream and Serialization optional for compiling Classification plugin 2021-01-25 15:49:11 +01:00
Simon Giraudot fba2e1fc45 Remove false (outdated) dependency to Boost IO Stream / Serialization in code 2021-01-25 15:48:42 +01:00
Maxime Gimeno ffa019712b First face may be -1, don't fail on it, just don't use it 2021-01-25 12:59:48 +01:00
Laurent Rineau 247c965a71 Merge branch '5.1.x-branch' into 5.2.x-branch 2021-01-21 16:22:08 +01:00
Laurent Rineau 9b1ab08c53 Merge pull request #5308 from afabri/CGAL-boost_include_fixes-GF
Fixes for  boost::function_output_iterator and boost::timer
2021-01-21 16:19:11 +01:00
Laurent Rineau ba7919ce36 Merge pull request #5323 from sgiraudot/PSP-Fix_binary_tag_for_windows-GF
Point Set Processing - Fix missing std::ios::binary tag in some examples
2021-01-21 16:19:08 +01:00
Laurent Rineau 1fbc6ec52b Merge pull request #5330 from sloriot/PMP-hard_coded_EK
remove hardcoded kernel
2021-01-21 16:19:06 +01:00
Laurent Rineau cc536fb884 Merge pull request #5331 from sgiraudot/Scale_space-Fix_warning_compare_unsigned_with_0-GF
[Scale Space] Fix warning, comparing size_t with 0 is always true
2021-01-21 16:19:03 +01:00
Laurent Rineau 211be93c00 Merge pull request #5343 from maxGimeno/Deactivate_geomview_demo-maxGimeno
Deactivate geomview_demo
2021-01-21 16:18:59 +01:00
Laurent Rineau 52bb68c012 Merge pull request #5356 from sloriot/CGAL-boost_function_output-5.2
Include non-deprecated header (5.2)
2021-01-21 16:18:55 +01:00
Laurent Rineau da19eda61c Merge pull request #5359 from sloriot/CGAL-Eigen3_support-5.2
Fix macro name to be consistent with find_package (5.2)
2021-01-21 16:18:50 +01:00
Laurent Rineau 6511f95999 Merge pull request #5323 from sgiraudot/PSP-Fix_binary_tag_for_windows-GF
Point Set Processing - Fix missing std::ios::binary tag in some examples
2021-01-21 16:09:46 +01:00
Laurent Rineau bc736f350b Merge pull request #5331 from sgiraudot/Scale_space-Fix_warning_compare_unsigned_with_0-GF
[Scale Space] Fix warning, comparing size_t with 0 is always true
2021-01-21 16:09:43 +01:00