Commit Graph

86062 Commits

Author SHA1 Message Date
Laurent Rineau e3c717c293 Merge pull request #3896 from lrineau/fix-Wnull-pointer-arithmetic
Fix AppleClang -Wnull-pointer-arithmetic warning with TBB as well
2019-05-06 15:01:55 +02:00
Mael Rouxel-Labbé c716d6ed7b Add a new, more real test 2019-05-06 14:54:42 +02:00
Laurent Rineau a34c09084c Merge pull request #3855 from sgiraudot/Intersections_3-Fix_almost_collinear_segments_bug-GF
Intersections_3: Fix almost collinear segment bug
2019-05-06 14:50:01 +02:00
Laurent Rineau 1577b5d7b8 Merge pull request #3862 from MaelRL/BGL-Fix_is_valid_selection-GF
BGL: Fix `Face_filtered_graph`'s `is_selection_valid()`
2019-05-06 14:49:58 +02:00
Laurent Rineau a820a3e639 Merge pull request #3889 from sloriot/CGAL-remove_link_to_old_demos
Remove link to old demos
2019-05-06 14:49:55 +02:00
Laurent Rineau 5731ac2c91 Merge pull request #3894 from lrineau/CGAL-Qt_version_5.9_or_later-GF
Document that Qt 5.9 or later is required
2019-05-06 14:49:53 +02:00
Laurent Rineau f2121a9126 Merge pull request #3896 from lrineau/fix-Wnull-pointer-arithmetic
Fix AppleClang -Wnull-pointer-arithmetic warning with TBB as well
2019-05-06 14:49:50 +02:00
Laurent Rineau df8d3a5817 Fix Polyhedron demo with Boost 1.70 2019-05-06 14:33:28 +02:00
Laurent Rineau 7d3f362bb5
Merge pull request #3906 from afabri/Scripts-create_package_dir-GF
Scripts:  Fix cgal_create_package_dir
2019-05-06 14:15:43 +02:00
Andreas Fabri 8c4368cb2d The file named copyright has no .txt suffix 2019-05-06 12:27:45 +02:00
Simon Giraudot a22c127b5b Document removal of deprecated PSP API 2019-05-06 11:57:41 +02:00
Simon Giraudot 6b112dda54 Make doc of NP neighbor_radius more general and add more specific info to the WLOP doc 2019-05-06 10:36:46 +02:00
Maxime Gimeno 6481c61bd0 Fix CMakeLists 2019-05-06 10:17:46 +02:00
Laurent Rineau b7631f19b5 Fix Ridges_3 and SM_shortest_path with Boost 1.70 2019-05-06 10:11:18 +02:00
Laurent Rineau 665c4e2c84 Fix Jet_fitting_3 with Boost 1.70 2019-05-06 09:34:37 +02:00
Andreas Fabri dfc9d6e62d Cleanup of another change entry heading 2019-05-06 09:09:59 +02:00
Andreas Fabri 8d20e3bf69 Add change entry 2019-05-06 09:08:41 +02:00
Andreas Fabri 0d6459b4df Add change entry 2019-05-06 08:39:07 +02:00
Sébastien Loriot ff2e7f9eb4 fix broken link 2019-05-03 22:29:32 +02:00
Laurent Rineau 623fd4f10f If BUILD_SHARED_LIBS is not defined, use Boost shared libs 2019-05-03 18:39:30 +02:00
Andreas Fabri fa8107b5a7 Include Residue.h 2019-05-03 16:52:46 +02:00
Laurent Rineau 765acee510
Merge pull request #3899 from afabri/Scripts-create_package_dir-GF
Scripts: Update create_package_dir
2019-05-03 16:50:09 +02:00
Andreas Fabri 60b1c06f4d Do not create README Add figure and example 2019-05-03 16:28:57 +02:00
Laurent Rineau 1b1f0a6ac3 Test the feature in the 3D demo, and fix the code 2019-05-03 16:24:50 +02:00
Andreas Fabri dd4c8e6996 Do not create dont_submit, src, scripts, developer_scripts as we do not need them for new packages 2019-05-03 16:21:18 +02:00
Laurent Rineau 8648a72655 Add new Boost Parameter `nonlinear_growth_of_balls` 2019-05-03 15:49:49 +02:00
Andreas Fabri ad4c8b3ae4 Add typename 2019-05-03 15:15:43 +02:00
Maxime Gimeno b8dc1ae063 Fix warnigns 2019-05-03 13:27:00 +02:00
Andreas Fabri ea7ee326b1 CGAL -> \cgal 2019-05-03 12:26:31 +02:00
Andreas Fabri 1807c0ac68 Change tag 2019-05-03 12:22:33 +02:00
Andreas Fabri ca301e95a9 The divide is only needed for drawing purposes so we call to_double
in case the number type is a ring type
2019-05-03 12:13:50 +02:00
Laurent Rineau a1e3e05558 Add maximal_number_of_vertices and stop_ptr to the protection code 2019-05-03 11:46:13 +02:00
Maxime Gimeno d7b85085fd Somehow silent the warning that was actually due to an optionnal in the circulatior type. 2019-05-03 11:01:52 +02:00
Laurent Rineau 7ffbf131bb Fix compilation errors 2019-05-03 10:05:48 +02:00
Laurent Rineau f34231dab6 Merge branch 'fix-Wnull-pointer-arithmetic' into Mesh_3-stop_during_protection-lrineau 2019-05-02 14:46:49 +02:00
Laurent Rineau 19527dc384 Fix AppleClang -Wnull-pointer-arithmetic warning with TBB as well 2019-05-02 14:36:26 +02:00
Maxime Gimeno 98264854eb Resize edge_map before function call 2019-05-02 13:49:34 +02:00
Andreas Fabri 2287817654 Add using compare_y 2019-05-02 13:49:33 +02:00
Andreas Fabri c738d89aca I think that the typedef SDG SDG2; has to be moved. Currently SDG2 comes from the .cpp testfile
Also do not draw for the moment as the division happens there.
2019-05-02 13:34:08 +02:00
Andreas Fabri a3d535c553 Fix compilation, Add documentation, Add test for IO 2019-05-02 10:41:12 +02:00
Maxime Gimeno 5cebf8b8df Fix if condition 2019-05-02 09:19:28 +02:00
Andreas Fabri abdad1585b Add this-> when calling a function inherited from a temmplate parameter 2019-04-30 17:53:32 +02:00
Maxime Gimeno d73e677fc6 fix join_and_split_polyhedra_plugin. 2019-04-30 16:58:07 +02:00
Laurent Rineau 92a244ad94 wording 2019-04-30 16:52:01 +02:00
Laurent Rineau 9ec3481be2 Document that Qt 5.9 or later is required 2019-04-30 16:41:44 +02:00
Laurent Rineau c75867d7e9 Only test Windows10_MSVC2013-Debug-64bits on Saturdays 2019-04-30 15:09:48 +02:00
Andreas Fabri e0c2222c1f Constrained_triangulation_plus_2: Fix I/O 2019-04-30 13:24:52 +02:00
Maxime Gimeno f3076fa933 Merge implicit_functions in Polyhedron_Demo 2019-04-30 13:24:03 +02:00
Maxime Gimeno 8272034505 Fix edge selection 2019-04-30 13:17:45 +02:00
Andreas Fabri 26b26ea506 Remove deprecated function 2019-04-30 12:21:06 +02:00