Laurent Rineau
dbd818e68b
Remove the deprecation of signed_geodesic_distance
...
That function is still required by `Sizing_field_with_aabb_tree`. We
will document it later.
2017-10-23 18:30:31 +02:00
Laurent Rineau
728f358c31
Write the documentation
2017-10-23 18:30:31 +02:00
Laurent Rineau
e8ce4a9bf5
Add add_features_and_incidences
2017-10-23 18:30:31 +02:00
Laurent Rineau
aae3ce779c
Merge pull request #2540 from maxGimeno/Fix_redraw-GF
...
Polyhedron demo: Fix some missing redraw
2017-10-23 18:10:13 +02:00
Laurent Rineau
88f154ad63
Merge branch 'releases/CGAL-4.11-branch'
2017-10-23 17:28:07 +02:00
Laurent Rineau
3dcc4cf5d7
Merge pull request #2491 from janetournois/Mesh_3-document_manifold_criterion-jtournois
...
Mesh 3 : document manifold criterion
2017-10-23 17:24:51 +02:00
Laurent Rineau
4d273ba492
Merge pull request #2490 from maxGimeno/Point_items_make_unicolor-GF
...
Polyhedron demo: Make point_item unicolor.
2017-10-23 17:24:33 +02:00
Laurent Rineau
a1d6d2a7a7
Merge pull request #2514 from janetournois/Polyhedron_demo-fix_isotropic_remeshing_plugin-jtournois
...
Polyhedron demo - fix isotropic remeshing plugin
2017-10-23 17:14:37 +02:00
Laurent Rineau
faf023b988
Merge pull request #2541 from lrineau/Mesh_3-fix_NaN-lrineau
...
Fix a perturber bug
2017-10-23 17:14:18 +02:00
Laurent Rineau
3dd190addc
Merge pull request #2510 from maxGimeno/Isotropic_remeshing_plugin_fix-GF
...
Polyhedron demo: Fix Isotropic_remeshing_sm_plugin
2017-10-23 17:13:46 +02:00
Laurent Rineau
603ab4b2f6
Merge pull request #2546 from maxGimeno/Demo_fixes-GF
...
Polyhedron demo: minor fixes
2017-10-23 17:13:35 +02:00
Laurent Rineau
17ff2ce194
Merge pull request #2540 from maxGimeno/Fix_redraw-GF
...
Polyhedron demo: Fix some missing redraw
2017-10-23 17:07:32 +02:00
Laurent Rineau
0ffdb6bdc9
Merge pull request #2539 from sloriot/Demo-handle_open_mesh_in_offset_mesh
...
Handle open meshes in offset mesh generation
2017-10-23 17:07:19 +02:00
Laurent Rineau
5ecd090ab6
Merge pull request #2315 from lrineau/Mesh_3-imported_newest_improvements_into_CGAL-GF
...
Mesh_3: import newest improvements
2017-10-23 17:07:00 +02:00
Laurent Rineau
ce6e3a121f
Merge branch 'releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch
2017-10-23 16:55:54 +02:00
Laurent Rineau
7caa6ea021
Merge pull request #2514 from janetournois/Polyhedron_demo-fix_isotropic_remeshing_plugin-jtournois
...
Polyhedron demo - fix isotropic remeshing plugin
2017-10-23 16:53:18 +02:00
Laurent Rineau
605beb33ef
Merge pull request #2541 from lrineau/Mesh_3-fix_NaN-lrineau
...
Fix a perturber bug
2017-10-23 16:50:45 +02:00
Laurent Rineau
38b6165951
Merge pull request #2519 from janetournois/PMP-fix_isotropic_remeshing_next_to_corners-jtournois
...
PMP - fix isotropic_remeshing() collapsibility checks
2017-10-23 16:49:10 +02:00
Maxime Gimeno
ac1d0a4d67
Silence warnings.
2017-10-23 16:13:24 +02:00
Laurent Rineau
08af446665
upgrade test/Arrangement_on_surface_2/cgal_test.cmake
2017-10-23 16:10:37 +02:00
Laurent Rineau
1fbdd79363
Avoid adding the same test twice
2017-10-23 16:10:06 +02:00
Laurent Rineau
23da9c6a10
Fix warnings about policy CMP0011
2017-10-23 15:29:27 +02:00
Sébastien Loriot
266f99a953
testsuite build release docs
2017-10-23 11:29:40 +02:00
Laurent Rineau
f9d864fbd5
Merge pull request #2549 from svenevs/patch-2
...
remove extra `#` beneath logo in README.md
2017-10-22 08:59:32 +02:00
Stephen McDowell
7369e72c9b
remove extra `#` beneath logo in README.md
2017-10-21 19:55:08 -07:00
Laurent Rineau
5d6264fdbb
Handle strange cases with no labels
2017-10-20 17:04:45 +02:00
Laurent Rineau
45d60917e4
Use CMake 3.7 fixtures, to execute in a dedicated directory
2017-10-20 17:02:32 +02:00
Laurent Rineau
a335b979f2
Include the file only once, in a all-CGAL build
2017-10-20 17:02:15 +02:00
Laurent Rineau
e73c95d4cd
Do not test demos
2017-10-20 17:01:43 +02:00
Laurent Rineau
9a6d8c6adb
Replace that hacky CMakeLists by a standard one
2017-10-20 17:01:04 +02:00
Laurent Rineau
bf8c3701b3
Be careful with parallel test that reuse same files
2017-10-20 11:47:41 +02:00
Laurent Rineau
9a127c6f5d
Add CMake option CGAL_CTEST_DISPLAY_MEM_AND_TIME
...
"Display memory and real time usage at end of CTest test outputs"
2017-10-20 10:26:11 +02:00
Laurent Rineau
a63cfa9612
Parse the XML file Test.xml from `ctest -D`
...
... eventually, that will help move from our testsuite scripts to
CTest testsuite, plus CDash.
2017-10-20 00:15:04 +02:00
Jane Tournois
a7a94ac1d7
improve doc
...
add a precondition,
and move a piece of doc where it should be
2017-10-19 15:23:24 +02:00
Laurent Rineau
6be9fcab9d
Forbid the use of CGAL_MESH_3_USE_RELAXED_HEAP
...
That code using a Boost relaxed heap is buggy. Let's warn the developer
that he/she must not use it.
2017-10-19 15:14:01 +02:00
Jane Tournois
d4769ee73f
add conditions about termination with manifold()
2017-10-19 14:49:19 +02:00
Maxime Gimeno
91d5ee0247
Remove parentGroup()'s child in group's removeChild()
2017-10-19 14:10:43 +02:00
Maxime Gimeno
26061263c1
Fix selection segfault
2017-10-19 14:00:26 +02:00
Laurent Rineau
6178c04cf1
Fix also restore_infinite_cell
...
Thanks @MaelRL for the suggestion.
https://github.com/CGAL/cgal/pull/2541#issuecomment-337278638
2017-10-18 17:00:25 +02:00
Maxime Gimeno
ec1d3cf7fc
fixes :
...
- Change the names of the action and widget according to the facegraph type.
- If the selected item is not of the right type, just say it and don't select the first correct item in the scene entries like before.
2017-10-18 10:08:51 +02:00
Jane Tournois
fb4f087317
fix conversion warning
2017-10-17 17:39:13 +02:00
Jane Tournois
96857e44ed
fix multicolor Surface_mesh
2017-10-17 16:01:23 +02:00
Jane Tournois
47283bc7cb
pmesh cannot be const when a property map is added by get()
...
and add missing includes
# Conflicts:
# Polyhedron/demo/Polyhedron/Plugins/PMP/Isotropic_remeshing_plugin.cpp
2017-10-17 15:59:50 +02:00
Jane Tournois
5a45fdf99d
Merge branch 'PMP-fix_isotropic_remeshing_next_to_corners-jtournois' into Polyhedron_demo-fix_isotropic_remeshing_plugin-jtournois
2017-10-17 15:45:30 +02:00
Jane Tournois
fb0d7840d5
remove useless check for reverse version
2017-10-17 15:30:37 +02:00
Laurent Rineau
a4c29ed9aa
Merge pull request #2343 from jasjuang/master
...
support sudo make uninstall for cmake
2017-10-17 15:20:40 +02:00
Laurent Rineau
144101d3b5
Merge pull request #2522 from maxGimeno/Surface_mesh_item_fix_feature_edges-GF
...
Polyhedron demo: Fix for detect_sharp_edges_sm_plugin
2017-10-17 15:20:39 +02:00
Laurent Rineau
1762bc31b4
Merge pull request #2505 from sgiraudot/Classification-Fixes_and_improved_plugin-GF
...
Classification: fixes and improved plugin
2017-10-17 15:20:37 +02:00
Laurent Rineau
2510dc44d5
Merge pull request #2538 from sgiraudot/Polyhedron_demo-Improve_point_set_selection_widget-GF
...
Polyhedron demo: improve point set selection widget
2017-10-17 15:20:36 +02:00
Laurent Rineau
9f40374700
Merge pull request #2537 from maxGimeno/Basic_generator_fix-GF
...
Polyhedron demo: Fix for Basic_generator _plugin
2017-10-17 15:20:35 +02:00