Laurent Rineau
6ebe6d6845
<CGAL/draw_face_graph.h>
...
That factorizes the code for the `draw()` function for `Polyhedron_3`
and `Surface_mesh`.
2020-07-24 13:09:53 +02:00
Maxime Gimeno
825399a515
Fixes
2020-07-24 12:02:11 +02:00
Jane Tournois
38add289a1
remove commented macro which does not exist anymore
2020-07-24 11:58:03 +02:00
Maxime Gimeno
424560573a
Merge remote-tracking branch 'cgal/master' into Demo-Fixes_and_features-maxGimeno
2020-07-24 11:47:40 +02:00
Jane Tournois
5698056d6c
fix counting of vertices moves
2020-07-24 11:19:51 +02:00
Jane Tournois
702976d242
separate smoothing of feature vertices (dim 1) and surface vertices (dim 2)
2020-07-24 10:49:56 +02:00
Laurent Rineau
6991fd1a01
Use Polygon_mesh_processing/compute_normal.h and property maps
...
That simplifies the code and speeds up the function
`compute_elements()`.
2020-07-24 10:49:43 +02:00
Laurent Rineau
b5dff8d390
Rework SimpleSurfaceMeshViewerQt
...
- no longer a template, using `std::function` for the type erasure,
- one can use lambdas for `ColorFunctor`.
2020-07-24 10:27:26 +02:00
Laurent Rineau
1ffbd83480
Fix a bug
...
```
== CMake setup ==
CMake Warning (dev) at Installation/lib/cmake/CGAL/CGALConfigVersion.cmake:6 (set):
Cannot set "CGAL_MAJOR_VERSION": current scope has no parent.
Call Stack (most recent call first):
CGALConfigVersion.cmake:1 (include)
CMakeLists.txt:13 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
```
2020-07-23 18:24:06 +02:00
Laurent Rineau
a1a1ee4496
Move shortcuts and descriptions in the constructor
...
@gdamiand Please review this patch
2020-07-23 17:37:23 +02:00
Jane Tournois
f3699e9625
use new named parameters API for doc of smooth_constrained_edges
2020-07-23 17:23:03 +02:00
Laurent Rineau
a84927d380
Merge pull request #4849 from MaelRL/PMP-No_caps_on_doc-GF
...
Use lower case for function documentation starting with a verb (BGL/PMP)
# Conflicts:
# Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/connected_components.h
2020-07-23 17:15:44 +02:00
Laurent Rineau
1ab4eea551
Merge pull request #4854 from lrineau/Polyhedron-demo_fix_Mesh_3_cmakelist-GF
...
Polyhedron demo: fix Mesh_3 CMakeLists.txt
2020-07-23 17:15:17 +02:00
Laurent Rineau
430954dca3
Merge pull request #4855 from lrineau/CGAL-fix_LEDA-GF
...
A few fixes to our LEDA testsuite
2020-07-23 17:15:14 +02:00
Laurent Rineau
71368f3d0b
Merge pull request #4857 from lrineau/Polyhedron-demo__fix_runtime_warning-GF
...
3D demo MainWindow.cpp: Reimplement addActionToMenu with standard algorithms
2020-07-23 17:15:11 +02:00
Laurent Rineau
c788d66761
Merge pull request #4860 from lrineau/CGAL-CGALConfigVersion__fixes-GF
...
CGALConfigVersion... fix #4850
2020-07-23 17:15:09 +02:00
Laurent Rineau
c98978a62f
Merge pull request #4864 from lrineau/CGAL_Core-fix_memory_pool_issue-GF
...
CGAL_Core: fix a long-standing bug ( !blocks.empty() )
2020-07-23 17:15:07 +02:00
Laurent Rineau
1c75dff41f
Merge pull request #4865 from zfb132/master
...
flush the buffer
2020-07-23 17:15:04 +02:00
Laurent Rineau
e293161a43
Merge pull request #4870 from lrineau/Mesh_3-fix_warning-GF
...
Mesh_3: fix a warning
2020-07-23 17:15:00 +02:00
Jane Tournois
32edd68ab0
Merge remote-tracking branch 'cgal/master' into Tet_remeshing-add_smoothing_of_features-jtournois
...
# Conflicts:
# Tetrahedral_remeshing/doc/Tetrahedral_remeshing/NamedParameters.txt
# Tetrahedral_remeshing/include/CGAL/tetrahedral_remeshing.h
2020-07-23 17:08:12 +02:00
Jane Tournois
1ec3f51544
fix typo in debug code
2020-07-23 16:26:47 +02:00
Jane Tournois
382e0daf97
add new parameter in the tests
2020-07-23 14:57:24 +02:00
Jane Tournois
966af02610
add option for smoothing along polyline features in the plugin
2020-07-23 12:21:11 +02:00
Jane Tournois
42b272d8ca
reintroduce smoothing along polyline features
...
introduce named parameter smooth_constrained_edges
2020-07-23 12:19:58 +02:00
Laurent Rineau
201974279a
Merge branch 'releases/CGAL-5.0-branch'
2020-07-22 16:54:45 +02:00
Laurent Rineau
88a3aab077
Merge pull request #4858 from sloriot/Doc-fix_filter_script_for_python3
...
Python 3 doc build compatibility
2020-07-22 16:54:41 +02:00
Laurent Rineau
f2da5cdb1a
Merge pull request #4859 from sgiraudot/Installation-Fix_cmake_module_IO_streams-GF
...
Fix CMake module for Boost IO Streams
2020-07-22 16:54:39 +02:00
Laurent Rineau
03be017c46
Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch
2020-07-22 16:54:04 +02:00
Laurent Rineau
655135011f
Merge pull request #4858 from sloriot/Doc-fix_filter_script_for_python3
...
Python 3 doc build compatibility
2020-07-22 16:53:37 +02:00
Maxime Gimeno
535031b5a5
Restore travis.yml
2020-07-22 16:35:40 +02:00
Maxime Gimeno
ef6cf3347a
Add a cgal_test_with_cmake script
2020-07-22 16:34:55 +02:00
Laurent Rineau
fee7f7d300
Merge pull request #4591 from MaelRL/CGAL-Improve_NP_doc_presentation-GF
2020-07-22 14:55:34 +02:00
Maxime Gimeno
15c407081a
Don't use -S and -B (cmake >=3.13)
2020-07-22 14:42:12 +02:00
Maxime Gimeno
88f0734749
Fix cgal_dirs
2020-07-22 14:12:17 +02:00
Maxime Gimeno
c38f1282de
Only test installation
2020-07-22 13:43:01 +02:00
Maxime Gimeno
cdaa213272
Add a label
2020-07-22 13:34:11 +02:00
Jane Tournois
a5e193e736
check inversion before moving for smoothing along features
2020-07-22 13:18:41 +02:00
Maxime Gimeno
608b0cb917
Add compilation and execution tests and missing files.
2020-07-22 13:13:41 +02:00
Maxime Gimeno
241d477efd
Add tests in both travis and the Installation/tests.
2020-07-22 12:44:18 +02:00
Laurent Rineau
25eeff801b
Fix a warning
...
```
.../CGAL/Mesh_3/C3T3_helpers.h:1249:14: warning: ‘*((void*)& surface +4)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
1249 | return surface;
| ^~~~~~~
```
2020-07-22 12:29:55 +02:00
Laurent Rineau
251074ad54
Use an API compatible with boost::optional and std::optional
2020-07-22 12:29:39 +02:00
Laurent Rineau
5ae732d241
Trivial fix: MPFI needs MPFR
2020-07-22 10:23:30 +02:00
Laurent Rineau
5f07adbb9a
Merge pull request #4866 from sloriot/Scripts-file_update
...
Handle updated version of file
2020-07-22 10:10:51 +02:00
Laurent Rineau
10e99cb400
Untabify: I wrote init_CORE() in MS devenv
2020-07-22 09:51:07 +02:00
Laurent Rineau
642078f65d
Missing #include <CGAL/use.h>
2020-07-22 09:47:43 +02:00
zfb132
8d3a424642
flush the buffer
2020-07-22 14:00:24 +08:00
Sébastien Loriot
6c64758109
handle updated version of file
2020-07-22 07:53:22 +02:00
Laurent Rineau
23f8f46b31
Fix for the tests in test/Installation/CMakeLists.txt
2020-07-21 18:05:01 +02:00
Laurent Rineau
5588cdfcd7
Bug! Install CGALConfigBuildVersion.cmake with the other files
2020-07-21 18:04:49 +02:00
Laurent Rineau
8a7d3fa21e
CGAL_Core no longer needs Boost.Thread
2020-07-21 17:32:30 +02:00