Commit Graph

83069 Commits

Author SHA1 Message Date
Andreas Fabri 284e374df6 Subdivision:methods_3: Use deprecation warning 2018-12-10 08:49:17 +01:00
Sébastien Loriot 8e75d21c38 fix maybe-uninitialized warning 2018-12-10 08:00:57 +01:00
Sébastien Loriot 37d05cd835 fix undefined control sequence in html 2018-12-10 07:42:55 +01:00
Sébastien Loriot 6a5857cf67 add missing : 2018-12-10 07:22:17 +01:00
albert-github d6f878f361 Problems with formulas in documentation
Small regression (substitution should not have taken place).
2018-12-09 19:08:51 +01:00
albert-github d6641b569f Problems with formulas in documentation
There were some problems with formulas in the documentation most of them resulting in 'Undefined control sequence ' (MathJax output)

Note problem with the Bounding Volumes has not been resolved, separate issue created #3522
2018-12-09 18:31:13 +01:00
albert-github dd0acafcf2 XHTML incorrect tag sequence with figure
Due to the extra empty line an wrong sequence of tags appeared in the HTML output.
2018-12-08 15:22:44 +01:00
albert-github 14560b8e3c XHTML problem regarding TOC definition
Form the doxygen documentation:
Normally the contents between \htmlonly and \endhtmlonly is inserted as-is. When you want to insert a HTML
fragment that has block scope like a table or list which should appear outside <p>..</p>, this can lead to invalid
HTML. You can use \htmlonly[block] to make doxygen end the current paragraph and restart it after \endhtmlonly.
2018-12-08 15:15:27 +01:00
albert-github 66359c5d13 XHTML address of dtd
The address of the dtd for checking has changed from http -> https
2018-12-08 13:28:28 +01:00
Mael 212944baf6
Update Cartesian_kernel/include/CGAL/constructions/kernel_ftC2.h
Co-Authored-By: lrineau <Laurent.Rineau@cgal.org>
2018-12-07 12:13:55 +01:00
Laurent Rineau 8634fc94e9 Fix a warning when `FT` is `int`
https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.14-Ic-63/Arrangement_on_surface_2_Examples/TestReport_Blake_Windows_MSVCPreview-Release-64bits.gz
2018-12-07 12:01:39 +01:00
Laurent Rineau 91107dce9b Improve the script git-show-content
It might need `--no-pager`, to avoid iterating on the pager screens.
2018-12-07 11:38:14 +01:00
Sébastien Loriot 56de16c9c0 workaround (a compiler bug?) 2018-12-07 10:44:25 +01:00
Andreas Fabri 1f51c8ab10 has_sloop() -> has_shalfloop() 2018-12-06 18:43:11 +01:00
Laurent Rineau 0f6f9c388e Merge pull request #3499 from sloriot/PMP-stitching_nm_bug
Fix for stitching (4.12)

# Conflicts:
#	Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h
2018-12-06 18:08:38 +01:00
Sébastien Loriot 0550728292 fix indentation 2018-12-06 14:19:33 +01:00
Sébastien Loriot 864d4cd0c1 fix maybe-uninitialized warning 2018-12-06 14:17:19 +01:00
Andreas Fabri f636d331b2 (void) result to avoid warning 2018-12-06 14:11:43 +01:00
Andreas Fabri c5fb10fe29 Suppress boost PP related warnings 2018-12-06 12:39:04 +01:00
Sébastien Loriot 5a2857d451 fix maybe uninitialized warning
triggered by target Orthogonal_incremental_neighbor_search
2018-12-06 09:23:26 +01:00
Sébastien Loriot cf0909ef51 fix maybe-uninitialized warning
thanks @mglisse
2018-12-06 08:43:32 +01:00
Andreas Fabri 474ec90f4a Do not include <boost/iterator.hpp> 2018-12-05 19:08:17 +01:00
Sébastien Loriot db4be1db6a fix Wmaybe-uninitialiazed warnings 2018-12-05 18:20:24 +01:00
Sébastien Loriot 846f19f401 init variables 2018-12-05 18:20:06 +01:00
Sébastien Loriot aecbd80d20 avoid Wmaybe-uninitialized
Triggered when compiling the target Simple_cartesian

@lrineau do you think it is an acceptable fix (I tend not to like it).
2018-12-05 17:56:30 +01:00
Sébastien Loriot 722f8e18d0 init variables to avoid warnings 2018-12-05 17:53:09 +01:00
Maxime Gimeno 629b41e69d Remove garbage 2018-12-05 16:33:44 +01:00
Maxime Gimeno 665c66e557 Fix warning in PLY_reader 2018-12-05 10:15:49 +01:00
Andreas Fabri 49c0b7899b fix Eigen 3.2 -> 3.3 2018-12-05 08:41:08 +01:00
Maxime Gimeno 3dcd3359db Fix behavior with offset 2018-12-04 16:32:18 +01:00
Maxime Gimeno b04523f8c3 add images to doc 2018-12-04 13:27:02 +01:00
Maxime Gimeno 20899df7a7 Make the hexahedron creation clearer and fix examples and tests 2018-12-04 11:46:48 +01:00
Andreas Fabri 25471b02b3 Try to avoid warning in Residue.cpp (although it is not a self-assignment but a -= 2018-12-04 10:38:16 +01:00
Maxime Gimeno d949683ff8 Move the include of QJsonArray hoping it won't get suppressed fron integration this time 2018-12-04 09:42:18 +01:00
Guillaume Damiand 12ae925f31 Some more unused variables. 2018-12-03 20:11:19 +01:00
Andreas Fabri 9abeddf7cd Add documentation for intersection with Point_2 and Point_3 2018-12-03 15:45:42 +01:00
Andreas Fabri df08a8b8fa Do not include extra files in the testsuite 2018-12-03 15:26:39 +01:00
Andreas Fabri e58de4baa1 cleanup 2018-12-03 12:52:06 +01:00
Sébastien Loriot 4d3b5ce0c7 use convert_and_normalize() 2018-12-03 10:32:59 +01:00
Sébastien Loriot 7c6450192e add a function that convert to double and do the normalization 2018-12-03 10:16:58 +01:00
Sébastien Loriot 881fdab58d fix setting of mark 2018-12-03 09:57:43 +01:00
Sébastien Loriot b29dcaaf63 add missing documented function 2018-12-03 09:54:46 +01:00
Marc Glisse 5445e1714d Clamp value to [-1,1] before computing asin in approximate_angle(). 2018-12-02 23:26:32 +01:00
Marc Glisse cf2671a7d5 Revert Sebastien's patch to print stuff. 2018-12-02 23:12:01 +01:00
Laurent Rineau 5b1e535cb9 Merge pull request #3293 from maxGimeno/Demo-Mesh_engraving-GF
Polyhedron Demo:  Mesh Engraving Plugin
2018-12-01 16:31:15 +01:00
Laurent Rineau 41bbdd06e0 Merge pull request #3481 from afabri/Nef_S2-has_shalfloop-GF
Nef_S2: has_sloop() -> has_shalfloop()
2018-12-01 16:31:13 +01:00
Laurent Rineau eb1d7ecd68 Merge pull request #3480 from afabri/patch-3
BGL: Fix doc of Face_filtered_graph
2018-12-01 16:31:11 +01:00
Laurent Rineau 29e8944c2e Merge pull request #3478 from maxGimeno/Demo-Fix_color_CC-GF
Polyhedron Demo: fix colorize each Connected Component
2018-12-01 16:31:10 +01:00
Laurent Rineau c137f9f252 Merge pull request #3476 from sloriot/BGL_PSP-fix_getK_helper
Fix in PSP named parameters
2018-12-01 16:31:09 +01:00
Laurent Rineau 143abcc498 Merge pull request #3470 from maxGimeno/CMake-Fix_warnings_for_CMP0071-GF
Fix CMake warnings about CMP for Visual 2017
2018-12-01 16:31:06 +01:00