Commit Graph

86879 Commits

Author SHA1 Message Date
Mael Rouxel-Labbé a284ec00d4 Fix typo 2019-07-11 11:31:40 +02:00
Mael Rouxel-Labbé c3d1977ac1 Explicitely specify parameter blocks
Might help windows...?
2019-07-11 11:30:48 +02:00
Mael b8b1989c65
Update macroname
Apparently called MINILOG_MAX_LOG_LEVEL on the installations that matter...
2019-07-10 15:38:51 +02:00
Mael 47c247ae72
Merge branch 'master' into PMP-smoothing-kkatrio 2019-07-10 15:36:25 +02:00
Laurent Rineau d3b9d89596 Merge pull request #4013 from lrineau/CGAL_Core-no_need_for_Boost.Thread-GF
Remove the need for Boost.Thread (but for CGAL_Core and gcc<9.1)
2019-07-10 14:22:53 +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
Laurent Rineau 58b4c3938e Merge pull request #4045 from maxGimeno/Travis-Compute_dependencies_if_missing-GF
Travis: compute dependencies when file is missing
2019-07-10 14:22:47 +02:00
Laurent Rineau 81ff26797b Merge pull request #4052 from maxGimeno/Demo-Fixes-GF
Polyhedron_Demo: Fixes
2019-07-10 14:22:45 +02:00
Laurent Rineau 32fe1de459 Merge pull request #4058 from lrineau/Polyhedron-demo_factorize_code-GF
Factorize more code into Polyhedron_demo.cpp
2019-07-10 14:22:42 +02:00
Laurent Rineau 74669c0ba1 Merge branch 'releases/CGAL-4.14-branch' 2019-07-10 14:22:29 +02:00
Laurent Rineau bfb8575093 Merge pull request #4056 from lrineau/Mesh_3-plugin_fix_surface_only-GF
Fix PR #3987 with "mesh surface only"
2019-07-10 14:21:09 +02:00
Laurent Rineau b5b80a0b62 Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch 2019-07-10 14:20:41 +02:00
Laurent Rineau 40eb9922d8 Merge pull request #4051 from lrineau/Polynomial-fix_warning-GF
Polynomial: fix a remaining warning (with LEDA), fix issue #4044
2019-07-10 14:20:13 +02:00
Laurent Rineau 20d882f4ee Merge branch 'releases/CGAL-4.14-branch' 2019-07-10 13:41:33 +02:00
Laurent Rineau 0481f0a727 Merge pull request #4054 from MaelRL/BGL-Tiny_is_valid_fix-GF-5.0
BGL: Fix output of "is_valid_polygon_mesh" function family (5.0)
2019-07-10 13:41:28 +02:00
Laurent Rineau 8051ff5c5e Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch 2019-07-10 13:36:31 +02:00
Laurent Rineau fcfb8e064d Merge pull request #4053 from MaelRL/BGL-Tiny_is_valid_fix-GF
BGL: Fix output of "is_valid_polygon_mesh" function family
2019-07-10 13:33:45 +02:00
Laurent Rineau 75d76c6d72 Factorize more code into Polyhedron_demo.cpp
At the same time, fix that warning from Qt5:
> Attribute Qt::AA_UseDesktopOpenGL must be set before QCoreApplication is created.
2019-07-05 15:38:58 +02:00
Mael Rouxel-Labbé efceadd441 Temporarily override the value of MAX_LOG_LEVEL to silence Ceres on Windows
When using minilog, Ceres' Cmake code sets up MAX_LOG_LEVEL, to an annoyingly
high verbosity. We mute it temporarily and restore the value afterwards
in case it's being used by some external code.
2019-07-05 15:19:24 +02:00
Laurent Rineau 1e4ce95f35 Fix PR #3987 with "mesh surface only" 2019-07-05 14:56:13 +02:00
Maxime Gimeno 4b427d0a0e Don't forget to call join_face() in the code -_- 2019-07-04 14:22:44 +02:00
Maxime Gimeno 42280f22dc Fix selection behavior after surface_mesh modification 2019-07-04 14:11:14 +02:00
Mael Rouxel-Labbé a4fc736001 Merge branch 'BGL-Tiny_is_valid_fix-GF' into BGL-Tiny_is_valid_fix-GF-5.0 2019-07-04 14:00:30 +02:00
Mael Rouxel-Labbé 43a08f5303 Give in to the 'goto' censorship bureau's pressures 2019-07-04 13:47:57 +02:00
Maxime Gimeno 9b1eec3310 Clear selection_item when the mesh is modified. 2019-07-04 13:39:17 +02:00
Maxime Gimeno ad25061aa4 Fix Hole selection 2019-07-04 11:08:50 +02:00
Maxime Gimeno 2a3cce88e8 Fix AABB_tree with 1 primitive 2019-07-04 10:31:48 +02:00
Mael Rouxel-Labbé e61d980173 Silence Ceres when logging is based on minilog and not glog 2019-07-04 10:30:18 +02:00
Mael Rouxel-Labbé 2592d6b0bd Fix is_valid_pm verbosity
Some error messages were not printed. Some messages were printed too much
(since as soon as 'valid' was wrong, everything below was printed, even
if the test was not actually failing).
2019-07-04 09:04:28 +02:00
Maxime Gimeno be5f3b93a5 Add a PMP keyword 2019-07-03 15:46:53 +02:00
Maxime Gimeno 8c4e0f758d stabilize the use of the self_intersection_plugin by moving it to the selection_plugin 2019-07-03 15:11:55 +02:00
Maxime Gimeno eca8f57ddd Fix the fix for operations order in menu 2019-07-03 13:32:45 +02:00
Mael Rouxel-Labbé 627f05c9b2 Add missing header 2019-07-03 12:08:30 +02:00
Mael Rouxel-Labbé f65fb45105 Tiny verbose change 2019-07-03 12:04:06 +02:00
Mael Rouxel-Labbé 652fa7a2fa Remove duplicate default initialization of dynamic pmap 2019-07-03 11:58:27 +02:00
Mael Rouxel-Labbé 4d7192bbd0 Fix MSVC warning 2019-07-03 11:58:27 +02:00
Maxime Gimeno f510bee3d3 disable highlighting in self_intersection test 2019-07-03 11:40:12 +02:00
Laurent Rineau b697ed1ce0 Fix a remaining warning 2019-07-03 11:36:44 +02:00
Laurent Rineau c5566d3d77 Merge pull request #4023 from lrineau/Mesh_3-remove_old_code-GF
Mesh_3: remove the attempt for `os << std::pair`
2019-07-03 11:18:30 +02:00
Laurent Rineau c0ba28f80a Merge branch 'releases/CGAL-4.14-branch' 2019-07-03 11:18:20 +02:00
Laurent Rineau cc8bd016fa Merge pull request #4027 from lrineau/CGAL-compact_with_VTK_9-GF
Compatibility with VTK 9
2019-07-03 11:10:31 +02:00
Laurent Rineau 71ff0ffda6 Merge pull request #4038 from lrineau/Mesh_3-fix_for_older_compilers-GF
Mesh_3: older versions of gcc does not like that pair of const
2019-07-03 11:10:29 +02:00
Laurent Rineau e79bfd5d03 Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch 2019-07-03 11:10:03 +02:00
Laurent Rineau e92f0d3b3e Merge pull request #4014 from lrineau/CGAL_ImageIO-fix_VTK_offset_with_Mesh_3-GF
Fix the use of VTK offset in Labeled_mesh_domain_3
2019-07-03 11:08:37 +02:00
Laurent Rineau 206d079587 Merge pull request #4029 from afabri/Triangulation_2-remove_vertex_from_constraint-GF
Triangulation_2: Fix remove_vertex_from_constraint
2019-07-03 11:08:34 +02:00
Laurent Rineau b36c38a06f Merge pull request #4034 from lrineau/CGAL_Core-remove__using_namespace_std-GF
CGAL_Core: remove 'using namespace std' from namespaces
2019-07-03 11:08:32 +02:00
Laurent Rineau adae8295d1 Merge pull request #4040 from lrineau/Kernel_23-fix_warnings-GF
Kernel_23: fix warnings
2019-07-03 11:08:29 +02:00
Laurent Rineau 906c670afe Merge pull request #4043 from lrineau/CGAL-ctest_better_support___again-GF
CTest: Add a new ctest fixture, that checks the build system
2019-07-03 11:08:27 +02:00
Laurent Rineau 6b843bd2db Merge pull request #4046 from lrineau/Polynomial-fix_warnings_with_LEDA-GF
warning, fix issue #4044
2019-07-03 11:08:25 +02:00
Laurent Rineau 308edfb834 Merge pull request #4048 from sgiraudot/Classification-Remove_lambda_auto_from_cxx03_code-GF
Classification: Remove lambda/auto from cxx03 code
2019-07-03 11:08:22 +02:00