Commit Graph

87387 Commits

Author SHA1 Message Date
Mael Rouxel-Labbé 37aed3d31a Fix documentation of functor `ConstructLiftedPoint_3` 2019-08-28 09:47:43 +02:00
albert-github 32dfb2e66f Formulas shown as code
Some formulas are shown as code due to the fact that the indentation of the start of the formula is 4 or more compared to the paragraph it is part of (handling of code sections has been improved from e.g. 1.8.13 to master).
the formula construct `\f$ .. \f$` should not be used when using e.g. the `equation` environment. With MathJax this works but in standard LaTeX an error is thrown (not yet the focus of CGAL, but might be of interest in the future / newer implementations of MathJax when more compatible).
2019-08-27 11:55:53 +02:00
Sébastien Loriot 551313ac5c Merge branch 'cgal/releases/CGAL-4.14-branch' 2019-08-27 06:37:23 +02:00
Sébastien Loriot f0fb56233a Merge 'cgal/releases/CGAL-4.13-branch' 2019-08-27 06:36:39 +02:00
Sebastien Loriot 015c5d507b
Merge pull request #4171 from afabri/Alpha_shapes_3-docfix-GF
Fixed_alpha_shape_3: Replace destroyed with swapped in documentation
2019-08-27 06:21:38 +02:00
Sebastien Loriot 424c4e5533
Merge pull request #4173 from sgiraudot/PSP-Fix_PLY_doc-GF
PSP: fix documentation of PLY IO
2019-08-27 06:20:24 +02:00
Sebastien Loriot 45450de860
Merge pull request #4172 from sgiraudot/PMP-Fix_distance_range_type-GF
PMP: Fix distance range type
2019-08-27 06:19:55 +02:00
Sebastien Loriot 6cab82b7c8
Merge pull request #4169 from sloriot/Argt-doc_fixes
User manual fixes
2019-08-27 06:18:16 +02:00
Sebastien Loriot c7f108b0a8
Merge pull request #4167 from sgiraudot/Demo-Fix_warnings_reconstruction-GF
Demo: Fix warnings if no solver available
2019-08-27 06:17:41 +02:00
Sebastien Loriot f988b3c31b
Merge pull request #4160 from sloriot/SMS-collapse_only_edges_with_valid_placement
Do not collapse an edge is the placement cannot be computed
2019-08-27 06:17:16 +02:00
Sebastien Loriot 7f9d5ebbf4
Merge pull request #4156 from lrineau/CGAL-remove_isystem_in_header_only-GF
Header-only: remove -isystem in the testsuite or dev-mode
2019-08-27 06:16:22 +02:00
Simon Giraudot 33cc6f0483 Update doc of Search_traits_adapter 2019-08-26 15:43:02 +02:00
Simon Giraudot 027de166f4 Make it possible for Search_traits_adapter to work without lvalue point map 2019-08-26 15:42:24 +02:00
albert-github 8276479bd3 Problem with single quote in code span.
In case we have a single quote in a code span it is better to have the start and end backtics of the code span as double backticks.
Sometimes the constructs lead to warnings or to garbled code. This happens in the newer versions of doxygen where some new heuristics are used to recognize texts line "it's".
See also "Warning in case of usage of a single quote in a code span." (https://github.com/doxygen/doxygen/pull/7209).
2019-08-24 18:02:42 +02:00
albert-github 31c22b9ac7 Incorrect lines in bib file
- adding missing closing curly bracket (twice)
- correcting typo '|' -> '}'
2019-08-24 14:58:15 +02:00
Mael be20ddb568
Add const marker 2019-08-22 09:05:14 +02:00
Mael d2349066af
Add const marker
Co-Authored-By: Sebastien Loriot <sloriot.ml@gmail.com>
2019-08-22 09:03:01 +02:00
Mael Rouxel-Labbé 4bca5d114f Rephrase end condition 2019-08-21 17:07:44 +02:00
Mael Rouxel-Labbé 799916d7c5 Rephrase end condition 2019-08-21 17:04:39 +02:00
Mael Rouxel-Labbé a1039b9d33 Fix boundary cycle stitching when nm vertices are present 2019-08-21 16:51:58 +02:00
Mael Rouxel-Labbé 9bd79323f6 Change guard name 2019-08-21 16:15:57 +02:00
Mael Rouxel-Labbé 7c09f56889 Minor changes to enable debug code 2019-08-21 16:10:04 +02:00
Mael Rouxel-Labbé 0d77358328 Update to test to have a correct expected value 2019-08-21 16:06:23 +02:00
Mael Rouxel-Labbé 13f9d60518 Fix boundary cycle stitching when non-manifold vertices are present 2019-08-21 16:05:04 +02:00
Mael Rouxel-Labbé 7f55980ac6 Misc debug and code cleaning (no real changes) 2019-08-21 16:02:53 +02:00
Simon Giraudot dd5fe73996 Document type of iterator (random access) 2019-08-21 15:43:50 +02:00
Simon Giraudot 2e4d7981dc Fix doc: no point map but property maps 2019-08-21 15:19:07 +02:00
Simon Giraudot 66d7f39ef8 Fix missing doxygen character 2019-08-21 15:17:42 +02:00
Simon Giraudot 790ed44613 Fix distance range type 2019-08-21 14:51:04 +02:00
Andreas Fabri 2b8a6808ba Update Periodic_3_mesh_3/dependencies 2019-08-21 05:34:42 -07:00
Andreas Fabri e13c9ac1e4 ostream -> std::ostream 2019-08-21 02:59:51 -07:00
Andreas Fabri f54fe71b11 backtick and lowercase as a cleanup 2019-08-21 02:51:04 -07:00
Andreas Fabri 1bf3680ade Fixed_alpha_shape_3: Replace destroyed with swapped in documentation 2019-08-21 02:28:19 -07:00
Sébastien Loriot 3787e86753 doc fix 2019-08-21 09:10:37 +02:00
Jane Tournois 77c8e68e07 fix the use of flip() inside fix_degenerate_faces()
the topological condition should be a strong condition, not an assertion
2019-08-20 17:23:32 +02:00
Simon Giraudot 0d4959eba8 Fix warnings if no solver available 2019-08-20 13:27:38 +02:00
Laurent Rineau 80c726282b
Merge pull request #4152
Nef_S2: Fix memory corruption
2019-08-19 16:50:17 +02:00
Laurent Rineau 5705b9da93 Fix CMake warnings (since 3.15) 2019-08-19 16:18:52 +02:00
Laurent Rineau 4ab183acd9 Fix the miscompilation when TBB is not used
fixup! Fix the miscompilation when TBB is not used
2019-08-19 16:18:50 +02:00
Sébastien Loriot c6fc4568fe do not collapse an edge is the placement cannot be computed 2019-08-19 13:45:45 +02:00
Laurent Rineau 7e2b29b823 Merge branch 'releases/CGAL-4.14-branch' 2019-08-19 12:54:44 +02:00
Laurent Rineau 3e4b177506 Merge pull request #4116 from MaelRL/Kernel_23-Generalize_ray_point_method-GF
Change ray_23 and line_23's point(int) function to point(FT)
2019-08-19 12:54:38 +02:00
Laurent Rineau 6344df2474 Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch 2019-08-19 12:54:04 +02:00
Laurent Rineau 0d7fd463ff Merge pull request #4116 from MaelRL/Kernel_23-Generalize_ray_point_method-GF
Change ray_23 and line_23's point(int) function to point(FT)
2019-08-19 12:53:59 +02:00
Laurent Rineau b6baf267ee Merge pull request #4116 from MaelRL/Kernel_23-Generalize_ray_point_method-GF
Change ray_23 and line_23's point(int) function to point(FT)
2019-08-19 12:53:21 +02:00
Laurent Rineau 89b4c986d3 Allow Mesh_3 to cope with a 2D initial triangulation 2019-08-16 14:47:42 +02:00
Maxime Gimeno d0e94eca49 Add missing instruction to Polyline_simplification demo that prevented ctest from finding the UI. 2019-08-16 13:57:27 +02:00
Laurent Rineau 850d6090c0 Merge pull request #4102 from maxGimeno/Demo-Fixes-maxGimeno
3D Demo: Fixes
2019-08-16 13:25:06 +02:00
Laurent Rineau e58d82e5ac Merge pull request #4108 from sgiraudot/Demo-Update_reconstruction_plugin-GF
Demo: update reconstruction plugin
2019-08-16 13:25:03 +02:00
Laurent Rineau 1563936a2e Merge pull request #4136 from danston/Polygonal_surface_reconstruction-with_region_growing_example-danston
Polygonal surface reconstruction with a region growing example
2019-08-16 13:25:00 +02:00