Maxime Gimeno
04fc3550d2
Fix warnings in polyhedron examples
2020-04-08 11:30:17 +02:00
Maxime Gimeno
7beb631e77
Try another pragma to suppress warning
2020-04-07 09:28:57 +02:00
Mael Rouxel-Labbé
3ddf7e7287
Fix warning (ignoring return of nodiscard-marked functions)
...
https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.1-Ic-115/STL_Extension/TestReport_afabri_x64_Cygwin-Windows10_MSVC2017-Debug-64bits.gz
2020-04-06 22:24:24 +02:00
Mael Rouxel-Labbé
29b29573fc
Simplify expression to get rid of warning
2020-04-06 21:46:00 +02:00
Mael Rouxel-Labbé
adb8210f5a
Integrate variable in loop
2020-04-06 21:45:32 +02:00
Mael Rouxel-Labbé
cc18ed332c
Fix a warning in SDG2/SDG_Linf_2
...
The call to source() (resp. target()) is a call to compute_source()
(resp. compute_target()) which cofuses the compiler because it does
not know that the site being considered here is known to be
an input site, for which these computations involving uninitiliazed
data cannot take place.
The functions source/target_of_supporting_site() directly return
what source()/target() return in the case of an input site.
For some reason the compiler doesn't complain about point(), which
should do the same. One could use source_of_supporting_site
since it returns p_[0] (which is what we want when we call
site.point() with an input site), but it would be confusing,
for readers this time.
2020-04-06 18:33:26 +02:00
Mael Rouxel-Labbé
5abeddadf4
Revert "Fix warning in sdg example"
...
This reverts commit 74509bbab1 .
2020-04-06 18:33:08 +02:00
Maxime Gimeno
74509bbab1
Fix warning in sdg example
2020-04-06 16:13:59 +02:00
Mael
cea51d63e0
Remove trailing whitespace
2020-04-02 14:37:33 +02:00
Mael
1747e8e932
Condition the creation of the weighted point to a good stream reading
2020-04-01 17:34:22 +02:00
Sébastien Loriot
fdb17cb3f1
extra run of the script to remove tabs and trailing whitespaces
2020-03-26 19:26:10 +01:00
Sébastien Loriot
38789af55d
Update branch from master after trailing whitespaces and tabs removal
2020-03-26 19:25:47 +01:00
Sébastien Loriot
16fc8d1fe2
Merge pull request #3895 from sloriot/CGAL-clean_up_tabs_trailingspaces
...
Replace tabs with spaces and remove trailing whitespaces
2020-03-26 18:53:33 +01:00
Sébastien Loriot
8bb22d5b2c
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of the 5.0 release branch
+ manual fix of the files (indentation was changed in the meantime):
* Spatial_sorting/include/CGAL/Multiscale_sort.h
* Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot
8b153fb495
Merge branch 'cgal/releases/CGAL-5.0-branch'
...
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00
Sébastien Loriot
da0f21e667
add script to replace tabs by spaces and removing trailing whitespaces
2020-03-26 13:24:28 +01:00
Sébastien Loriot
2419170514
be resilient to the absence of trailing whitespace in input
2020-03-26 13:24:27 +01:00
Sébastien Loriot
766967913c
add checks for the presence of tabs and trailing whitespaces
2020-03-26 13:24:27 +01:00
Sébastien Loriot
8c011a0467
remove addition of trailing whitespace for dependancies
2020-03-26 13:24:25 +01:00
Sebastien Loriot
6d2ada806c
Merge pull request #4153 from necipfazil/gsoc2019-pointmatcher_icp_wrapper-necipfazil
...
[Small Feature] OpenGR and PointMatcher wrappers
2020-03-23 13:35:48 +01:00
Simon Giraudot
70f3ac32ef
Fix files not compiled by doxygen
2020-03-23 13:23:25 +01:00
Sébastien Loriot
614b555705
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
2020-03-23 13:19:31 +01:00
Sebastien Loriot
b8be965d18
Merge pull request #4587 from maxGimeno/Demo-Fix_coff-maxGimeno
...
Polyhedron Demo: Fix colored soups reading
2020-03-23 13:19:06 +01:00
Sebastien Loriot
df81e69996
Merge pull request #4594 from lrineau/Surface_mesh-fix_forward_declaration-GF
...
Fix forward-declarations of CGAL::Surface_mesh
2020-03-23 10:47:23 +01:00
Laurent Rineau
2f4e49bfff
Fix forward-declarations of CGAL::Surface_mesh
...
In the forward-declaration, the template parameters do not matter, but
they do if the code is read by an IDE (with IntelliSense for example).
2020-03-23 09:47:01 +01:00
Laurent Rineau
b723559ac7
Fix permissions of files created by scp
...
Fix PR #4588 .
2020-03-22 15:44:08 +01:00
Sébastien Loriot
6b69e12c87
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
2020-03-20 15:09:44 +01:00
Sébastien Loriot
df1e7d3235
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2020-03-20 15:09:07 +01:00
Sebastien Loriot
72bd669922
Merge pull request #4582 from sloriot/SS-fix_ex
...
Straight_skeleton_2: Fix example
2020-03-20 15:07:23 +01:00
Sebastien Loriot
5aac0c830a
Merge pull request #4586 from MaelRL/PMP-Fix_clip_figure_legend-GF
...
Use actual named parameter name in clip figure's caption
2020-03-20 15:06:48 +01:00
Sébastien Loriot
eaa49bdb1f
Merge pull request #4588 from maxGimeno/Demo-Fix_ssh_sessions-maxGimeno
...
Polyhedron Demo: Fix ssh scene
2020-03-20 13:26:49 +01:00
Maxime Gimeno
5a91bda017
update ssh text and add a prefix to the file (invisible for the user) to help manage files on the server
2020-03-20 13:19:53 +01:00
Maxime Gimeno
157348045b
replace the 0707 permissions by 0777
2020-03-20 11:50:48 +01:00
Maxime Gimeno
e8bb985edc
Fix VColors initialization, as it can be used with indexed data or not.
2020-03-20 11:37:29 +01:00
Sébastien Loriot
eb5d1d9a95
Update from master
2020-03-20 08:58:52 +01:00
Sébastien Loriot
149c7a4afc
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
2020-03-19 16:29:33 +01:00
Sébastien Loriot
d10359d09e
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
2020-03-19 16:27:55 +01:00
Sebastien Loriot
e53018d11e
Merge pull request #4565 from MaelRL/Tr-construct_point_return-GF
...
Triangulation_23: Grab return of construct_point() by reference when possible
2020-03-19 16:25:31 +01:00
Sebastien Loriot
23fae808eb
Merge pull request #4580 from jingyangcarl/master
...
update input arguments for draw_triangulation_2.cpp and draw_voroni_diagram_2.cpp
2020-03-19 16:24:35 +01:00
Sébastien Loriot
954d23a64c
Merge pull request #4418 from sloriot/PMP-soup_to_mesh_add_vpm
...
PMP: Add `point_map` and `vertex_point_map` to `polygon_soup_to_polygon_mesh`
2020-03-19 16:22:58 +01:00
Sebastien Loriot
674915e59b
Merge pull request #4017 from maxGimeno/PMP-Add_split_to_clip-GF
...
PMP: Add split() function
2020-03-19 16:20:28 +01:00
Mael
ddc13ecd69
Update CHANGES.md
2020-03-19 16:07:57 +01:00
Mael Rouxel-Labbé
016ad2e4f0
Use actual named parameter name in clip figure's caption
2020-03-19 09:05:49 +01:00
Sébastien Loriot
9193505df0
add code to check and fix the input orientation
2020-03-18 14:43:28 +01:00
Sébastien Loriot
d024613501
fix invalid file format
2020-03-18 14:43:10 +01:00
Maxime Gimeno
d7ea0de1af
Add tests for split and split_plane.
2020-03-18 11:49:21 +01:00
Simon Giraudot
34185bbae1
Fix warnings
2020-03-18 08:30:57 +01:00