Commit Graph

67567 Commits

Author SHA1 Message Date
Jane Tournois 40c02113b5 use PMP::compute_normals to avoid computing normals multiple times 2016-02-11 19:08:51 +01:00
Jane Tournois 1afce415b6 fix the display of quad meshes with problems
by separating the quads from non-triangular faces
this also prevents from computing a CDT2 for each quad
2016-02-11 18:45:22 +01:00
Jane Tournois 7b9589387d simplify code 2016-02-11 16:05:31 +01:00
Philipp Möller c3fba6c5ab Remove unnecessary variable
Correct name would be CMAKE_COLOR_MAKEFILE and default is ON anyway.
2016-02-11 15:58:14 +01:00
Laurent Rineau 704c436b5c updated crontab (automated commit) 2016-02-11 15:48:28 +01:00
Laurent Rineau def3952e0e Merge pull request #767 from bo0ts/Documentation-no_internal_in_title-pmoeller
Remove internal release number from documentation title
2016-02-11 15:42:40 +01:00
Jane Tournois a43cdd8e8d avoid computing the same face normal for each vertex of a face 2016-02-11 15:40:45 +01:00
Philipp Möller 5300219e66 Use CGAL_DOC_VERSION in script 2016-02-11 15:37:54 +01:00
Philipp Möller 0a04a3a48f Use CGAL_DOC_VERSION 2016-02-11 15:37:54 +01:00
Philipp Möller 3b63763f5d Introduce CGAL_DOC_VERSION 2016-02-11 15:37:20 +01:00
Laurent Rineau 8b22743b06 Merge pull request #766 from maxGimeno/LCC_Demo-MSAA_removal-GF
Removal of the MSAA in LCC

Conflicts:
	GraphicsView/include/CGAL/Qt/CreateOpenGLContext.h
	Linear_cell_complex/demo/Linear_cell_complex/Viewer.cpp
2016-02-11 15:13:18 +01:00
Laurent Rineau ae84dec360 Merge pull request #765 from bo0ts/Documentation-dont_submit-pmoeller
Add dont_submit for Documentation
2016-02-11 15:11:50 +01:00
Laurent Rineau 3a7a00c920 Merge pull request #764 from maxGimeno/Fix_For_761
Fix for 761
2016-02-11 15:11:43 +01:00
Laurent Rineau 0770e68485 Merge pull request #755 from maxGimeno/Polyhedron_demo-Fix_for_753-GF
Polyhedron_demo : Fix for 753
2016-02-11 15:11:33 +01:00
Laurent Rineau 4a20973106 Merge pull request #754 from janetournois/Mesh_3-fix_sharp_features_doc-GF
Mesh_3 - fix documentation about detection of sharp features
2016-02-11 15:11:27 +01:00
Laurent Rineau 33b2365e25 Add the end-of-line 2016-02-11 15:08:29 +01:00
Laurent Rineau 50f7ad33c8 from Point Set*s* 2016-02-11 14:38:17 +01:00
Maxime Gimeno 9da8afe1f1 Removal of the MSAA in LCC 2016-02-11 14:27:44 +01:00
Philipp Möller c591f33416 Add dont_submit for Documentation
We do not want to include the converion_tools in tarballs

Fixes #760
2016-02-11 14:24:18 +01:00
Maxime Gimeno 0a37521263 Revert "Fix for the context"
This reverts commit 552aaa159f.

Conflicts:
	Linear_cell_complex/examples/Linear_cell_complex/linear_cell_complex_3_viewer_qt.h
2016-02-11 14:16:04 +01:00
Jane Tournois 011b6cd473 save as vtkPolyData, consistently with load() function 2016-02-11 10:56:13 +01:00
Laurent Rineau b8599c199a CGAL-4.8-beta1 2016-02-10 19:32:02 +01:00
Laurent Rineau ae1263b073 updated crontab (automated commit) 2016-02-10 19:29:01 +01:00
Laurent Rineau 82ce11a565 CGAL-4.8-alpha2 2016-02-10 18:55:43 +01:00
Laurent Rineau aea00e0519 ./doc/ is not shipped in public tarballs 2016-02-10 18:54:59 +01:00
Sébastien Loriot 30f81e8d70 remove todo done 2016-02-10 18:47:34 +01:00
Sébastien Loriot 4a696e13ea Uniformize names of template parameters and graph in shortest path package 2016-02-10 18:39:48 +01:00
Sébastien Loriot 312d4cb553 Uniformize names of template parameters and graph in segmentation package 2016-02-10 18:39:48 +01:00
Sébastien Loriot bdfc2a269e Uniformize names of template parameters and graph in Surface_mesh_deformation 2016-02-10 18:39:26 +01:00
Laurent Rineau 526e99b77b Fix this package description
The title was wrong, and the `\cgalPkgSince` as well (was `4.x`).
2016-02-10 17:03:47 +01:00
Laurent Rineau 8754306a16 mail for CGAL-4.8-beta1 2016-02-10 16:19:27 +01:00
Laurent Rineau bbc11f1657 More polish
- Renamed "Reconstruction Simplification 2" to its real name
- move "Surface Mesh Parameterization"
2016-02-10 16:18:42 +01:00
Gunshi Gupta 4404c198ed Updating Plane_lt struct's operator() to recognise two proportional planes as the same plane by comparing ratios of corresponding a,b,c,d of Plane_3s 2016-02-10 20:13:31 +05:30
Laurent Rineau bac48fc889 Prepare CGAL-4.8-alpha1 2016-02-10 12:54:22 +01:00
Laurent Rineau 7e977b810e Polish the changes.html for CGAL-4.8
- Fix the imprecision in the text about `thread_local` and `std::mutex`.

- I have added `<code>`/`</code>` where needed.

- Remove the comments (because html2text does not process comments
  correctly).

- Add CSS rules for `<code>` (adapted from Github CSS sheet)

- Rewrap most paragraphs (they were too wide)

- Add the release dat
2016-02-10 12:50:14 +01:00
Sebastien Loriot 540a3700e7 Merge pull request #733 from maxGimeno/Graphics_view_demo-Pen_fix-GF
Graphics view demo pen fix
2016-02-10 10:41:19 +01:00
Sebastien Loriot ed557b907d Merge pull request #735 from maxGimeno/Surface_mesher_demo-Glu_removal-GF
Surface_mesher : Glu removal
2016-02-10 10:40:51 +01:00
Sebastien Loriot ef10f19b41 Merge pull request #737 from maxGimeno/Polyhedron_demo-Volume_plane_fix-GF
Polyhedron_demo Volume_plane fix
2016-02-10 10:40:23 +01:00
Sebastien Loriot 1c6748be6c Merge pull request #757 from maxGimeno/Three-Fix_for_756-GF
Three : Fix for 756
2016-02-10 10:40:05 +01:00
Jane Tournois b456446e08 deal with xml and discriminate with a template parameter 2016-02-10 10:32:33 +01:00
Sébastien Loriot 42a363fb3f revert changes to the cmake script 2016-02-10 09:07:33 +01:00
Sébastien Loriot 2ed0fc0fdf Merge pull request #151 from cjamin/gsoc2014-2d-reconstruction-ivovigan
2D Reconstruction Simplification, new package, GSoC 2014
2016-02-09 19:42:32 +01:00
Jane Tournois 906a88b2a4 VTK_io_plugin : first version of the "save" function 2016-02-09 16:58:46 +01:00
Maxime Gimeno bb86ec2ee9 Comment the lines in the CMakeLists 2016-02-09 15:16:59 +01:00
Maxime Gimeno 1191a9ee7a Fix for LCC example 2016-02-09 15:14:14 +01:00
Maxime Gimeno e02ecbf884 Fix for the VAOs 2016-02-09 14:59:14 +01:00
Maxime Gimeno 552aaa159f Fix for the context 2016-02-09 14:48:26 +01:00
Maxime Gimeno 453708380b Fix for windows 2016-02-09 11:41:28 +01:00
Sebastien Loriot e7f627c08a Merge pull request #750 from sloriot/Three-exclude_from_official_doc
Three: remove from the official doc
2016-02-09 10:18:54 +01:00
Sebastien Loriot 929c6b0568 Merge pull request #751 from sloriot/Surface_modeling-renamed_to-Surface_mesh_deformation
Surface_modeling: rename package to Surface_mesh_deformation
2016-02-09 10:18:31 +01:00