Commit Graph

89520 Commits

Author SHA1 Message Date
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
Mael Rouxel-Labbé 72bfe2c96d Use the new index map BGL API 2020-03-17 20:29:48 +01:00
Mael Rouxel-Labbé d84bf86b61 Clean indentation (no other changes) 2020-03-17 20:19:46 +01:00
Mael Rouxel-Labbé c95082deca Fix doc of NP face_index_map 2020-03-17 20:13:18 +01:00
Mael Rouxel-Labbé 44f683db8e Fix bad merge resolution 2020-03-17 20:07:28 +01:00
Mael Rouxel-Labbé 618a72b739 Merge remote-tracking branch 'cgal/master' into PMP-soup_to_mesh_add_vpm 2020-03-17 20:00:31 +01:00
Mael 8ee3ec8f7b
Merge branch 'master' into PMP-Add_split_to_clip-GF 2020-03-17 19:47:28 +01:00
Sebastien Loriot 1454b9903c
Merge pull request #4209 from maxGimeno/PMP-Default_pmap-maxGimeno
PMP: Default Property_maps for Index_maps
2020-03-17 18:27:55 +01:00
Mael 7406e48f98
Update CHANGES.md 2020-03-17 18:22:38 +01:00
Sebastien Loriot 6b2b1e8470
Merge pull request #4238 from sloriot/sloriot/CGAL-Variadics
use Variadic templates
2020-03-17 18:21:56 +01:00
Sébastien Loriot cc1bd20c7c Merge pull request #4356 from sgiraudot/Documentation-Update_cmake_variables-GF
Third party libs: improve documentation + introduce new CMake functions
2020-03-17 18:19:40 +01:00