Laurent Rineau
66a10f5a91
Merge pull request #2275 from afabri/Convex_hull_3-OpenMesh-GF
...
Convex_hull_3: Make it work for OpenMesh
2017-07-25 18:17:02 +02:00
Laurent Rineau
802505b88f
Merge pull request #2289 from lrineau/Mesh_3-fix_Sizing_field_with_aabb_tree-GF-4.10
...
Mesh_3 plugin: fix a bug that could lead to a size close to 0
2017-07-25 18:16:57 +02:00
Laurent Rineau
5b67a03ee2
Merge pull request #2276 from lrineau/NewKernel_d-disable_compilation_with_gcc_41-GF
...
Epick_d: check gcc version and return() if < 4.4
2017-07-25 18:16:54 +02:00
Laurent Rineau
698625b2d6
Merge pull request #2291 from maxGimeno/Fix_QP_Solver_without_GMP-GF
...
Fix QP_Solver tests with no GMP
2017-07-25 18:16:46 +02:00
Laurent Rineau
3b75deaa68
Merge pull request #2290 from lrineau/Mesh_3-fix_Sizing_field_with_aabb_tree-GF
...
Mesh 3: fix sizing field with aabb tree
2017-07-25 18:16:38 +02:00
Laurent Rineau
dc07b1653f
Merge pull request #2289 from lrineau/Mesh_3-fix_Sizing_field_with_aabb_tree-GF-4.10
...
Mesh_3 plugin: fix a bug that could lead to a size close to 0
2017-07-25 18:16:30 +02:00
Laurent Rineau
f6877f66ef
Merge pull request #2288 from maxGimeno/Rename_selection_item-GF
...
Polyhedron demo: minor fixes for selection items
2017-07-25 18:16:23 +02:00
Laurent Rineau
080e507e27
Merge pull request #2299 from MoniqueTeillaud/patch-4
...
fix language mistake in the user manual
2017-07-25 12:31:04 +02:00
Monique Teillaud
5f8c7902b0
fix language mistake in the user manual
...
(reported by Ross)
2017-07-25 11:13:24 +02:00
Maxime Gimeno
85c4bec037
Fix Qt warning about duplicate filters
2017-07-25 11:10:42 +02:00
Maxime Gimeno
b45dab365d
Fix after rebase
2017-07-25 10:39:19 +02:00
Maxime Gimeno
a1b034c1c1
Add Ids display for SM_items
2017-07-25 10:04:28 +02:00
Maxime Gimeno
959a985dae
Externalize ids printing to lighten the polyhedron_item and to make it easier to give it to the SM_item
2017-07-25 10:02:08 +02:00
Maxime Gimeno
13723a704f
Targeting and ID now displays a zone of Ids.
...
This zone is affected by vertex/edge/face printing or not.
ZoomToId displays a zone around the targeted Id.
2017-07-25 10:02:07 +02:00
Maxime Gimeno
ee93ab34dd
Selection_items keep displaying their polyhedron_items ids and zoomToId doesn't override the sceneCenterPoint anymore.
2017-07-25 10:01:28 +02:00
Maxime Gimeno
3c08937edb
Fix display all.
2017-07-25 10:01:28 +02:00
Maxime Gimeno
c82420a0c9
Add action to menu to go to id.
2017-07-25 10:01:28 +02:00
Maxime Gimeno
49818ae489
Split the display into vertices, edges and faces text lists. Add an option for each in the contextMenu.
2017-07-25 10:01:28 +02:00
Sébastien Loriot
4b4b1934de
Handle deprecation of DOXYGEN_EXECUTABLE in FindDoxygen starting from cmake 3.9
2017-07-25 08:58:23 +02:00
Sébastien Loriot
2f3aaa63b9
make random accessor working even if the base container is not random access
2017-07-25 08:26:33 +02:00
Laurent Rineau
5658adbc26
Fix the updates to doc.cgal.org/master
2017-07-24 16:15:07 +02:00
Maxime Gimeno
ed1f9cd58f
Apply mglisse's fix
2017-07-24 09:55:57 +02:00
ocarre
95e35dc69d
FIX: was using a deprecated version of the is_border function
2017-07-22 14:47:25 +02:00
Laurent Rineau
0ec094d1e0
Bug-fix: fix a bug that could lead to a size close to 0
...
The bug and the fix are known for six weeks (found while working on
another project):
> commit 15d1f864c4bb68cc9e267c3be3610296e5fa9212
> Author: Laurent Rineau <laurent.rineau@cgal.org>
> Date: Fri Feb 17 12:17:18 2017 +0100
>
> Refactoring of Sizing_field_with_aabb_tree (API breakage too)
but we forgot to include the fix in CGAL.
2017-07-21 17:29:29 +02:00
Laurent Rineau
99bfe4b200
Fix debug code, after the BGLization
2017-07-21 17:18:51 +02:00
Laurent Rineau
5f198bca9c
Bug-fix: fix a bug that could lead to a size close to 0
...
The bug and the fix are known for six weeks (found while working on
another project):
> commit 15d1f864c4bb68cc9e267c3be3610296e5fa9212
> Author: Laurent Rineau <laurent.rineau@cgal.org>
> Date: Fri Feb 17 12:17:18 2017 +0100
>
> Refactoring of Sizing_field_with_aabb_tree (API breakage too)
but we forgot to include the fix in CGAL.
2017-07-21 16:49:40 +02:00
Maxime Gimeno
6e8b3a5aaf
Restore name of the scene_selection_item and tooltip says Selection instead of Polyhedron
2017-07-21 15:44:39 +02:00
Maxime Gimeno
96f7b0f138
Fix catch value warnings
2017-07-21 11:27:14 +02:00
Marc Glisse
1b77180e62
Qualify call to CGAL::sign.
2017-07-21 11:20:10 +02:00
Andreas Fabri
df2754eaa4
Fix project() in CMakeList.txt
2017-07-21 10:54:16 +02:00
Laurent Rineau
15d9bc94d5
Merge pull request #2269 from maxGimeno/Parameterization_warning_fix-GF
...
Polyhedron_demo: Fix warning on windows
2017-07-21 10:46:06 +02:00
Laurent Rineau
4d386cf0bc
Merge pull request #2268 from maxGimeno/Fixes_for_demo-GF
...
Polyhedron_demo: Fixes
2017-07-21 10:45:57 +02:00
Laurent Rineau
96fe9ae360
Merge pull request #2267 from lrineau/Documentation-fix_doc_master_scripts-lrineau
...
doc.cgal.org/master: Try to be more robust on errors
2017-07-21 10:45:49 +02:00
Laurent Rineau
fefcaa1cdd
Merge pull request #2265 from afabri/Surface_mesh_set_istream_failbit-GF
...
Surface_mesh: Set the failbit instead of writing a warning message to std::cout
2017-07-21 10:45:41 +02:00
Laurent Rineau
f8760d591b
Merge pull request #2136 from afabri/Polygon_mesh_processing-accelerate_isotropic_remeshing-GF
...
Polygon_mesh_processing: Accelerate Isotropic_remeshing
2017-07-21 10:45:32 +02:00
Laurent Rineau
b4cf8f575e
Merge pull request #2257 from maxGimeno/Surface_reconstruction_SM_plugin-GF
...
Polyhedron_demo: Surface reconstruction plugin outputs Scene_surface_mesh_item
2017-07-21 10:45:24 +02:00
Laurent Rineau
62dc27a32d
Merge pull request #2261 from afabri/Surface_mesh_shortest_path-const-GF
...
Make the reference to the TriangleMesh const.
2017-07-21 10:45:15 +02:00
Laurent Rineau
ca4ff40a1b
Merge pull request #2274 from lrineau/Mesh_3-fix_binary_IO-GF
...
Mesh 3: fix binary I/O
2017-07-21 10:45:07 +02:00
Laurent Rineau
3b8ef043ed
Merge pull request #2273 from maxGimeno/Merge_the_surf_plugins-GF
...
Polyhedron_demo: Merge .surf IO plugins
2017-07-21 10:44:57 +02:00
Laurent Rineau
b978581c34
Merge pull request #2272 from afabri/Triangulation_2-Constrained_edges_iterator-GF
...
Triangulation_2: Add implementation and test of Constrained_edges_iterator
2017-07-21 10:44:49 +02:00
Laurent Rineau
92d9f6f63b
Force 53 bits of precision
...
Tries to fix the runtime error:
```
test_trilinear_interpolation: /home/cgal_tester/build/src/cmake/platforms/Fedora-32-Release/test/CGAL_ImageIO/test_trilinear_interpolation.cpp:110: int main(): Assertion `value2 == value3' failed.
```
https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.11-Ic-71/CGAL_ImageIO/TestReport_lrineau_Fedora-32-Release.gz
2017-07-21 09:54:10 +02:00
Laurent Rineau
ac93217d2b
updated crontab (automated commit)
2017-07-21 08:47:03 +02:00
Laurent Rineau
4ea2ae65fc
Merge pull request #2281 from afabri/patch-2
...
Polygon_mesh_processing: fix doc
2017-07-20 15:18:46 +02:00
Andreas Fabri
cb70bee37c
Polygon_mesh_processing: fix doc
...
`PolygonMesh` -> `TriangleMesh`
2017-07-20 15:00:49 +02:00
Maxime Gimeno
1a3400de95
Surface_meshize the Fairing_plugin
2017-07-20 14:57:38 +02:00
ocarre
1cb9de1579
FIX: crash in Surface_mesh_shortest_path::nearest_to_location
...
This crash occurs if the point passed to the
Surface_mesh_shortest_path::nearest_to_location function
is located on a border edge.
It now returns directly the main face if the point is
located on a border edge and do not look anymore for a
non-existent opposite face.
2017-07-20 12:21:26 +02:00
Laurent Rineau
b14263762d
Check gcc version and return() if < 4.4
2017-07-19 16:09:04 +02:00
Laurent Rineau
7873f24473
Change the release name: prepare 4.11-beta1
2017-07-19 14:36:36 +02:00
Laurent Rineau
2d28b24ce6
Proposal of the announcement mail for CGAL-4.11-beta1
2017-07-19 14:35:54 +02:00
Laurent Rineau
5899b3072b
Fix indentation
2017-07-19 12:26:12 +02:00