swh:1:snp:78e145aa8174e576786284475a76cf6f187b3475

sort by:
Revision Author Date Message Commit Date
72bd669 Merge pull request #4582 from sloriot/SS-fix_ex Straight_skeleton_2: Fix example 20 March 2020, 14:07:23 UTC
5aac0c8 Merge pull request #4586 from MaelRL/PMP-Fix_clip_figure_legend-GF Use actual named parameter name in clip figure's caption 20 March 2020, 14:06:48 UTC
e53018d Merge pull request #4565 from MaelRL/Tr-construct_point_return-GF Triangulation_23: Grab return of construct_point() by reference when possible 19 March 2020, 15:25:31 UTC
016ad2e Use actual named parameter name in clip figure's caption 19 March 2020, 08:05:49 UTC
9193505 add code to check and fix the input orientation 18 March 2020, 13:43:28 UTC
d024613 fix invalid file format 18 March 2020, 13:43:10 UTC
fb34716 Merge pull request #4576 from MaelRL/CDT-Fix_determinism-GF CDT2: Base CDT2's edge sets on geometry to ensure determinism 17 March 2020, 17:13:18 UTC
075ecbb Merge pull request #4573 from sloriot/BGL-add_face_border_fix Fix issue with border vertices in Euler::add_face 16 March 2020, 14:52:31 UTC
10aaa78 Merge pull request #4569 from MaelRL/APL2-Fix_tags-GF AG2: Fix usage of long-removed tags and classes in documentation 16 March 2020, 14:34:15 UTC
fb6c32d Merge pull request #4560 from janetournois/PMP-fix_isotropic_remeshing_with_patch_ids-jtournois PMP::isotropic_remeshing() - fix remeshing with patch ids 16 March 2020, 14:00:26 UTC
2aef1cb Merge pull request #4562 from sloriot/BGL-missing_const BGL: Add missing const (Euler operations) 16 March 2020, 13:58:35 UTC
2107b66 Merge pull request #4553 from lrineau/Mesh_3-fix_Labeled_mesh_domain_3-GF Labeled_mesh_domain_3: Fix the `value_outside` parameter 16 March 2020, 13:57:44 UTC
c46af52 Merge pull request #4545 from sloriot/VTK_image-avoid_crash Avoid crash if the file is corrupted or empty 16 March 2020, 13:57:14 UTC
d8244fc Replace std::set with boost::container::flat_set 13 March 2020, 07:32:40 UTC
1c622e0 Base CDT2's edge sets on geometry to ensure determinism When using face addresses, we do get the same combinatorics and geometry in the result, but it is possible to create different TDS' from one run to another, with a given face not having the same order of points in memory. 12 March 2020, 12:11:32 UTC
f454510 if a vertex is on a border, its halfedge is not necessarily on the border 11 March 2020, 09:36:17 UTC
22b0cc6 Fix typo 10 March 2020, 15:40:50 UTC
5746543 Fix grammar 10 March 2020, 14:26:34 UTC
fe7c462 Tiny punctuation change 10 March 2020, 14:20:16 UTC
5c69472 Clean some AG2 tests : Filtered_exact does not exist anymore 10 March 2020, 14:18:55 UTC
0729d1b Update documentations of SDG/AG2: Filtered_exact has been removed... ... 16 years ago ! 10 March 2020, 14:17:50 UTC
bd96104 Fix some links in Apollonius_graph_2's documentation 10 March 2020, 13:54:44 UTC
2cfad7b Add Construct_point_2 to SDG2 traits models The traits is supposed to be a model of a concept which refines TriangulationTraits2, which demands a model of ConstructPoint_2, so it should have been there. 10 March 2020, 11:24:31 UTC
2ee69c2 Add Construct_point_2 to APL2 traits models The traits is supposed to be a model of a concept which refines TriangulationTraits2, which demands a model of ConstructPoint_2, so it should have been there. 10 March 2020, 11:03:47 UTC
5a3d877 Add #include for boost::result_of 10 March 2020, 10:54:21 UTC
adec412 Take return of construct_point by reference when possible 09 March 2020, 15:33:08 UTC
77a0115 Add missing 'const' 09 March 2020, 15:32:54 UTC
fe1fd95 Fix always returning by copy when it is possible to return by reference 09 March 2020, 14:31:51 UTC
f0a7a8f add missing const 06 March 2020, 11:45:26 UTC
21ee697 merge both `if` conditions 05 March 2020, 14:02:55 UTC
3a64414 Merge pull request #4531 from sloriot/BGL-selection_for_removal_BF Bug fix in selection expansion for removal 05 March 2020, 13:49:49 UTC
bf003a1 Merge pull request #4538 from cosurgi/fixYadeRealCompilation Fix Yade high precision Real compilation 05 March 2020, 13:49:46 UTC
da6f2ce Merge pull request #4542 from sloriot/Kernel-compare_distance_use_FT Use FT instead of RT 05 March 2020, 13:49:43 UTC
f4665a8 if `fpmap` is valid, then there is no need to call connected_components() calling connected_components() overwrites face patches, though isotropic_remeshing() keeps it valid + in the case where we have a valid face_patch_map, and no constrained edges, calling connected_components() entirely looses the surface patch information 05 March 2020, 11:29:43 UTC
dd2c0e4 consider surface patches border halfedges as PATCH_BORDERS surface patch borders should be considered similarly to constrained edges, so that they still represent the same polyline after remeshing + it is what is documented 05 March 2020, 11:27:20 UTC
661924f Labeled_mesh_domain_3: Fix the `value_outside` parameter 02 March 2020, 16:15:16 UTC
715e8e3 fix leak Co-Authored-By: Laurent Rineau <Laurent.Rineau@cgal.org> 27 February 2020, 09:52:23 UTC
844bfdd avoid crash if the file is corrupted or empty 27 February 2020, 09:19:35 UTC
7a5df9e Merge pull request #4534 from CGAL/Surface_mesh_segmentation-fix_citation-lrineau Surface_mesh_segmentation: Fix citation (wrong case) 25 February 2020, 13:40:23 UTC
ba2f2c1 use FT instead of RT Compare_distance_3 is a generic functor that is comparing the returned value of Squared_distance_3. If called to compare the distance of a point to a plane/segment/triangle a division is used leading to runtime error. 25 February 2020, 13:25:20 UTC
e40aaaf Next release in this branch will be 4.14.4 25 February 2020, 08:43:08 UTC
7075455 Replace three more std::sqrt(…); with using std::sqrt; ……… sqrt(…); 23 February 2020, 14:19:56 UTC
e94156d Replace two std::sqrt(…); with using std::sqrt; ……… sqrt(…); Fix Yade compilation. 23 February 2020, 14:19:56 UTC
1f52e00 Fix citation (wrong case) 19 February 2020, 10:22:38 UTC
e759011 handle cases when the traversed faces is split by a border a non-manifold vertex might be created in this case 17 February 2020, 18:11:13 UTC
23beca4 Merge pull request #4501 from maxGimeno/OFF_reading-Fixes-maxGimeno Fix OFF reader 14 February 2020, 13:45:57 UTC
31416b1 Merge pull request #4506 from sloriot/PMP-clip_better_doc Improve clip doc and tests 14 February 2020, 13:45:55 UTC
c7ce951 Merge pull request #4508 from MaelRL/BGL-Fix_graph_has_property_doc-GF BGL: fix doc of graph_has_property 14 February 2020, 13:45:52 UTC
c84cc79 Merge pull request #4524 from sloriot/PMP-inplace_bo_fix Handle the case of interior vertex 14 February 2020, 13:45:50 UTC
3501af6 handle the case of interior vertex The vertex becomes interior after the stitch of the patch while being the endpoint of a polyline to be removed fix patch introduced in 6e31445f6207e98557905f11cde0859a3d3dd6ff 13 February 2020, 13:38:19 UTC
31a6181 Merge pull request #4500 from MaelRL/SMSP-Fix_const-GF SMSP: Fix some const correctness 07 February 2020, 15:27:21 UTC
19d1863 Misc doc fixes 07 February 2020, 15:11:22 UTC
754cf35 Fix graph_has_property not showing up in documentation Consequence of the doc being split between doc/CGAL and include/CGAL... 07 February 2020, 15:11:22 UTC
ccfd82b improve doc and test 05 February 2020, 18:09:08 UTC
26c86d2 Fix OFF reader 31 January 2020, 10:58:58 UTC
eebaf7f Tiny rephrasing 31 January 2020, 10:16:50 UTC
bb35aac Fix some const correctness in SMSP 31 January 2020, 10:07:33 UTC
6d6e248 Merge pull request #4480 from MaelRL/AP2-Remove_bad_precondition-GF AP2: Remove bad precondition 29 January 2020, 15:29:13 UTC
15bfc35 Merge pull request #4488 from sgiraudot/Demo-Fix_points_inside_polyhedron-GF [Demo] Fix point selection in Point_inside_polyhedron_plugin 29 January 2020, 15:29:11 UTC
68c6166 Merge pull request #4492 from sgiraudot/PSP-Cleanup_Point_with_normal_3_includes-GF Remove undocumented CGAL::Point_with_normal_3 from examples 29 January 2020, 15:29:08 UTC
bbb64a1 Merge pull request #4493 from sgiraudot/Properties-Fix_capacity-GF [Surface Mesh / Point Set] Fix capacity handling in properties 29 January 2020, 15:29:06 UTC
239903c Merge pull request #4494 from lrineau/Mesh_3-binary_IO_CRLF_issue-GF Mesh_3 binary I/O: allow to read a binary file with a CRLF EOL at the end of first line 29 January 2020, 15:29:03 UTC
4e102d9 Allow to read a binary file with a CRLF EOL at the end of first line 28 January 2020, 14:35:27 UTC
283a264 Fix reserve (update capacity only if bigger) 28 January 2020, 10:14:53 UTC
bf12b38 Fix constness w.r.t capacity 28 January 2020, 10:14:10 UTC
a5e1c6e Fix capacity handling in properties 28 January 2020, 09:58:36 UTC
3544d43 Remove undocumented CGAL::Point_with_normal_3 from examples 28 January 2020, 09:09:49 UTC
e510659 Fix point selection in Point_inside_polyhedron_plugin 23 January 2020, 10:23:55 UTC
5dd8490 Remove bad precondition Might have t(p0) > tp(1), that's the sole purpose of swapping values below... 20 January 2020, 16:38:24 UTC
17a58a5 version.h: workaround for SWIG parsing 17 January 2020, 15:36:35 UTC
7653cd0 Fix cgal_create_release_with_cmake.cmake 17 January 2020, 15:35:54 UTC
af436b7 Merge pull request #4474 from sloriot/CGAL-warning_macro Update warning macro usages 17 January 2020, 15:33:34 UTC
835cdb7 Merge pull request #4465 from maxGimeno/Fixes_for_4_14-GF Fixes for 4.14.3 16 January 2020, 15:27:42 UTC
b91c43b Fix more occurrences of -Wstring-conversion (clang++) 16 January 2020, 14:09:45 UTC
4365f90 hide warning 16 January 2020, 13:21:16 UTC
d97795e use CGAL_error_msg 16 January 2020, 13:19:32 UTC
4fbd1ed use CGAL_warning_msg instead of CGAL_warning to display a message 16 January 2020, 13:14:13 UTC
251bced Merge pull request #4426 from MaelRL/APL2-Fix_parabola_discretization-GF Fix discretization of parabola and hyperbola segments 15 January 2020, 16:34:48 UTC
d44fb68 Merge pull request #4428 from sloriot/BGL-selection_border_case Handle "border" case 15 January 2020, 16:34:46 UTC
e4b4d5c Merge pull request #4437 from sgiraudot/Point_set_3-Fix_missing_copy_constructor-GF Point_set_3: add missing copy constructor 15 January 2020, 16:34:43 UTC
78319cd Merge pull request #4443 from MaelRL/SMP-Fix_solver_traits_pragma_message-GF SMP: Fix bad usage of pragma message 15 January 2020, 16:34:41 UTC
0587656 Merge pull request #4463 from lrineau/Polyhedron_demo-fix_mesh_3_plugin-GF Bug in the demo (mesh_3_plugin) 15 January 2020, 16:34:38 UTC
ddbfdfc Fix sprintf issue 13 January 2020, 15:34:00 UTC
fd1a14d remove obsolete hint fon antialiasing 13 January 2020, 15:33:52 UTC
c1acf50 clean-up P3T3 demo 13 January 2020, 15:33:43 UTC
93c2247 Replace all QTimers 13 January 2020, 15:33:30 UTC
3debd48 Use QVaraitn::fromValue() 13 January 2020, 15:32:58 UTC
2bb22ad Replace `QTime`s by `QElapsedTimer`s. It seems the header of QTime has been deprecated but it has not been documented... 13 January 2020, 15:32:49 UTC
6dccde3 Fix c++11 errors 13 January 2020, 15:20:51 UTC
597a4f1 Bug in the demo (mesh_3_plugin) 10 January 2020, 14:20:56 UTC
8ac23b3 Fix PR #4406 with C++03 07 January 2020, 13:45:36 UTC
5806b88 Fix bad usage of pragma message The previous error message would show up even if Eigen is not available and the user has passed a solver traits. Reported in https://github.com/CGAL/cgal/issues/4442#issuecomment-570511774 03 January 2020, 10:07:43 UTC
e728b74 Point_set_3: add missing copy constructor 30 December 2019, 15:42:05 UTC
0134499 Merge pull request #4390 from lrineau/Interesections_3-fix_issue_4357-GF Fix issue #4357 20 December 2019, 08:44:39 UTC
141dda4 Merge pull request #4384 from maxGimeno/Aff_transformation_3-Fix_include-maxGimeno Fix Aff_transformation_3 missing includes 20 December 2019, 08:44:24 UTC
056ce68 handle "border" case hard to put in a test because it depends on the starting point of the iteration 20 December 2019, 08:06:55 UTC
12e9b47 Fix discretization of parabola and hyperbola segments: - Fix duplicate showing up in the points - Fix starting at positive values of k with s0&s1 negative - Fix scaling - Clean code 18 December 2019, 15:33:25 UTC
b412a64 Merge pull request #4392 from lrineau/DT_3-issue4388__for_CGAL-4.14.2-GF Fix DT3 parallel performance loss (issue #4388) for CGAL-4.14.x 17 December 2019, 08:09:16 UTC
063189d Merge pull request #4406 from afabri/Triangulation_2-fix_Projection_traits-GF Triangulation_2: Projection_traits::Construct_bbox_2 must return Bbox_2 17 December 2019, 08:09:13 UTC
4d4b891 T2: Projection_traits::Construct_bbox_2 must return Bbox_2 13 December 2019, 14:47:43 UTC
back to top