Mael Rouxel-Labbé
26ecd80237
Increase tolerance furthermore + temporary debug code
2019-07-09 16:21:06 +02:00
Simon Giraudot
d916428144
Fix case where edge/hafledge properties are found but with unhandled complex types
2019-07-09 15:12:59 +02:00
Maxime Gimeno
be306a3584
Fix the blue line in testsuite
2019-07-09 15:03:44 +02:00
Maxime Gimeno
f3697f1b2b
Move logging functions in the script to avoid having to ask for CGAL-I before it is set.
2019-07-09 14:17:04 +02:00
Maxime Gimeno
8d9abf367a
Accept negative indicies in faces.
2019-07-09 14:06:27 +02:00
Maxime Gimeno
6e1e8e9dc4
add missing modifications
2019-07-09 10:22:30 +02:00
Mael Rouxel-Labbé
f7576c709b
Disable test of PMP::Locate with 2D Surface Mesh until Surface_Mesh IO is fixed
2019-07-08 16:03:31 +02:00
Mael Rouxel-Labbé
97626d2c34
Revert "Re-enable using operator<< and operator>> with 2D meshes"
...
This reverts commit bc32291d36 .
This will be cleaned in a better way in the future.
2019-07-08 15:58:36 +02:00
Maxime Gimeno
243c7b1c75
Replace matrix with worldTransform
2019-07-08 14:05:42 +02:00
Sébastien Loriot
c0edb5ecaa
remove CGAL_CXX11 macro usage
2019-07-08 11:42:17 +02:00
Liangliang Nan and Sebastien Loriot
a9fd80cc7a
Update Stream_support/include/CGAL/IO/PLY.h
...
Replace <boost/property_map/property_map.hpp> by <CGAL/property_map.h>
Co-Authored-By: Sebastien Loriot <sloriot.ml@gmail.com >
2019-07-08 10:28:44 +02:00
Sebastien Loriot and Maxime GIMENO
43d6cbec06
Fix wrong simplification
...
Co-Authored-By: Maxime GIMENO <maxime.gimeno@gmail.com >
2019-07-08 10:09:42 +02:00
Mael Rouxel-Labbé
1e9e37bd3c
Remove unused template typedef
2019-07-08 09:02:39 +02:00
Sébastien Loriot
983645a51a
match @{ and @}
2019-07-05 21:49:46 +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
Liangliang Nan
59656ef3b2
smaller test datasets
2019-07-03 15:48:58 +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
Maxime Gimeno
94e91cf58a
Sort actions alphabetically in Operations, so it won't change the order randomly at each call.
2019-07-03 11:05:48 +02:00
Maxime Gimeno
a3e012316c
Fix deprecation warnings by using Eigen
2019-07-03 10:29:24 +02:00