swh:1:snp:78e145aa8174e576786284475a76cf6f187b3475

sort by:
Revision Author Date Message Commit Date
d203ff3 Announcement for CGAL-4.8.1. 13 June 2016, 13:18:22 UTC
3220792 Merge pull request #1105 from sloriot/Spatial_searching-fix_test Make test correctly report errors 08 June 2016, 12:09:53 UTC
3ab698f Merge pull request #1140 from sloriot/Nef_3-fix_orientation_change handle isolated vertices in change_orientation 08 June 2016, 12:08:12 UTC
683e6df handle isolated vertices in change_orientation 07 June 2016, 08:04:43 UTC
6ec27d3 fix furthest orthogonal incremental neighbor previously the current distance was always larger than the initial one. As a result no branch of the tree could be filtered out and all the nodes were visited. 06 June 2016, 12:41:33 UTC
ccaa172 improve test to cover both Orthogonal & classic incremental neighbor search Also ensure that the result are good 03 June 2016, 14:41:00 UTC
849c097 A possible fix for further neighbor search if we want to keep using tigh bbox we need more double per node 03 June 2016, 14:40:13 UTC
baf9e86 Merge pull request #1111 from sloriot/Nef_S2-fix_doc Comment doc in code 26 May 2016, 14:06:29 UTC
7235206 comment doc in code 26 May 2016, 14:04:45 UTC
ebe0671 test takes errors into account for the exit code 25 May 2016, 09:51:15 UTC
2f690ae Merge pull request #1091 from janetournois/PMP-isotropic_remeshing_no_self_intersections_new-jtournois PMP isotropic remeshing : avoid creating self intersections near patch boundaries 24 May 2016, 14:54:01 UTC
acc7e16 add more collapsibility tests 23 May 2016, 15:09:19 UTC
caae6db deal with boundaries 23 May 2016, 14:15:22 UTC
a500441 delete selected edges before it's too late when erase_selected_facets is called, the selected edges that are in the middle of the selected area should be deleted before they get invalidated by the face removal 23 May 2016, 13:38:00 UTC
ca3883b it is necessary to check that e is still collapsible when it is poped out from the priority queue. Its situation may have changed because of the changes that have been made in its neighborhood + checking that is_on_patch_border(next_on_patch_border(next(he, mesh_)) is useless, because next_on_patch_border is on patch border by definition reorganize the collapsibility check 23 May 2016, 10:17:48 UTC
18d7b91 Merge pull request #1087 from afabri/Surface_mesh-fix_properties-GF Cast constness away as the function Surface_mesh::properties() is const 23 May 2016, 09:13:45 UTC
338e37e Merge pull request #1063 from maxGimeno/SFINAE_for_CGAL_get-GF Fix for CGAL::get() 23 May 2016, 08:52:09 UTC
f2fe1a6 fix assertion code 20 May 2016, 10:24:28 UTC
aef3c6c fix include 20 May 2016, 10:23:42 UTC
d495244 Oops! I forgot to bump the version to 4.8.1! Next internal release from that branch will be named CGAL-4.8.1-I-171. 19 May 2016, 13:58:28 UTC
355c698 avoid creating self intersections close to boundaries the collapse step was still creating self-intersections when it happened in a particular configuration close to boundary # Conflicts: # Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Isotropic_remeshing/remesh_impl.h 19 May 2016, 11:16:37 UTC
b5534be Cast constness of this away as the function Surface_mesh::properties() is const 18 May 2016, 10:40:31 UTC
a54b648 Fix for heap out of space 09 May 2016, 08:46:43 UTC
5ac3473 Fix a "typo"? Actually, the difference between `boost::disable_if` and `boost::lazy_disable_if` is really important (one "dereference" of `::type` or not). The fact is that I had not tested correctly: I had tested only with `test/PMP`, whereas there was a compilation error in `examples/PMP`. 06 May 2016, 09:59:27 UTC
03a71d2 Merge pull request #1045 from sloriot/Arrangement_2-demo_requires_Core Arrangement demo requires Core 04 May 2016, 12:56:29 UTC
52565ec Merge pull request #1060 from janetournois/Polyhedron_demo-fix_plane_edit_polyhedron_plugin-GF Polyhedron demo : fix the display of the fixed plane for the deformation plugin 04 May 2016, 12:53:36 UTC
91669af Fix for get 04 May 2016, 10:20:34 UTC
b435813 fix the display of the fixed plane for the deformation plugin 03 May 2016, 09:56:21 UTC
5918a14 Arrangement demo requires Core 02 May 2016, 13:21:59 UTC
0030eac Merge pull request #1023 from mglisse/NewKernel_d-solve_check-glisse NewKernel_d solve check glisse 22 April 2016, 13:17:58 UTC
39a174d Merge pull request #1025 from CGAL/Stream_support-Fix_io.h-lrineau Update io.h 22 April 2016, 08:53:57 UTC
55e6c17 Update io.h Fix #1024. 20 April 2016, 09:59:25 UTC
630d42c Remove redundant variable. 19 April 2016, 18:17:00 UTC
2956ea2 Don't test then ignore the result of Eigen's solve. This was causing filters to fail. I am not convinced this code handles degeneracies correctly, but the patch essentially removes (costly) dead code. 19 April 2016, 18:17:00 UTC
74d6209 Merge pull request #1007 from maxGimeno/Polyhedron_demo-Fix-PS_Selection-GF Fix the point_set selection polylines. 15 April 2016, 13:36:24 UTC
1e1a97c Merge pull request #997 from lrineau/CGAL_ImageIO-fix_with_huge_files-GF Fix when operating on huge files (>2GB) 14 April 2016, 13:17:43 UTC
9cfaf4f Merge pull request #995 from janetournois/PMP-fix_compute_normals-jtournois PMP : improve computation of a face normal for non-triangular faces 14 April 2016, 13:09:40 UTC
b9dd2f3 Fix the point_set selection polylines. 13 April 2016, 14:44:31 UTC
6ac37a9 Merge pull request #992 from afabri/Triangulation-tss_not_static-GF Replace static with CGAL_STATIC_THREAD_LOCAL_VARIABLE 13 April 2016, 08:15:33 UTC
c7c8c86 remove unused variable 12 April 2016, 16:17:05 UTC
7bea691 Perform the multiplication with size_t and not with int 12 April 2016, 09:20:04 UTC
c6e4efb Fix when operating on huge files (>2GB) 11 April 2016, 17:21:06 UTC
0d421ba Merge pull request #988 from janetournois/Point_set_processing-fix_runtime_error_bis-jtournois Point set processing : avoid using the infinite vertex as a finite vertex 11 April 2016, 11:41:14 UTC
f85d783 improve computation of a face normal for non-triangular faces triangulating the face naively around v is much simpler and more accurate than iterating on prev/curr/next vertices inside the face 11 April 2016, 10:15:59 UTC
84710e6 Update the script for CGAL-4.8 demos The polyhedron demo now has sub-sub-directories! 08 April 2016, 13:01:04 UTC
ab9c7cf Replace static with CGAL_STATIC_THREAD_LOCAL_VARIABLE 07 April 2016, 14:35:43 UTC
061df89 skip the infinite vertex to avoid computing stuff on associated points 05 April 2016, 12:26:20 UTC
dbb2be1 Merge pull request #983 from lrineau/Mesh_3-fix_test_meshing_3D_gray_image-lrineau Fix a test 04 April 2016, 13:54:25 UTC
93da6c9 Fix a test One cannot run `make_mesh_3` without `no_exude()`, and then use `verify_c3t3`, that runs `refine_mesh_3`. 04 April 2016, 13:49:07 UTC
5dcd5c7 Merge pull request #958 from gdamiand/BGL-bugfix-gdamiand BGL bugfix 04 April 2016, 10:23:32 UTC
869e65a CGAL-4.8 announcement 04 April 2016, 10:23:05 UTC
a92cbe2 OpenMesh-3.2 does not like comments in OFF files We have put the comments at the end of the file and it works. 04 April 2016, 09:52:02 UTC
18d8d97 CGAL::CGAL -> CGAL 04 April 2016, 09:52:02 UTC
b4c6089 Qualify generic BGL functions with CGAL:: when used outside of the CGAL namespace 04 April 2016, 09:52:02 UTC
790764d Replace SM by OMesh 04 April 2016, 09:52:02 UTC
c80082a Bug fix in add_vertex_and_face_to_border in BGL/include/CGAL/boost/graph/Euler_operations.h. 04 April 2016, 09:52:02 UTC
621e16e Merge pull request #973 from janetournois/Polyhedron_demo-fix_isotropic_remeshing_plugin-jtournois PMP : fix isotropic_remeshing plugin 04 April 2016, 09:19:52 UTC
4d1ac46 Merge pull request #974 from janetournois/PMP-complete_remeshing_test-jtournois PMP : improve remeshing_test (bis) 04 April 2016, 09:16:42 UTC
d53efdd Merge pull request #964 from afabri/Mesh_2-BOOST_PARAMETER_MAX_ARITY-GF #define BOOST_PARAMETER_MAX_ARITY early enough 01 April 2016, 09:00:06 UTC
36c3a7a remove unused variable 01 April 2016, 08:02:21 UTC
52b09a1 do not forget to reset face indices properly before remeshing 31 March 2016, 13:43:07 UTC
964e824 make "preserve duplicates" not available on a selection_item 31 March 2016, 13:17:14 UTC
0804847 when remeshing a selection_item, use it instead of poly_item 31 March 2016, 13:16:55 UTC
f6e312f deal with the degenerate face case, and avoid division by 0 the only way to catch it would be to check that the result is not NaN, probably not a good idea, in particular for vertex normals and Revert "deal with the case where one face incident to v is degenerate" This reverts commit 52105868b31a2685795e92d9caf4bfe251bcf75c. 31 March 2016, 10:26:39 UTC
650cb1d change the way we deal with degenerate faces some may remain and we don't know how to remove them yet 31 March 2016, 10:26:19 UTC
caa0aae fix test for projection a vertex is reprojected if it is on PATCH, and if it is not constrained (and this test is the filter to "continue" the loop) 31 March 2016, 10:26:01 UTC
1e0b286 make the flipping step more verbose (see progress) 31 March 2016, 10:25:42 UTC
e3e03f0 deal with the case where one face incident to v is degenerate 31 March 2016, 10:25:22 UTC
fd7b4cd improve remeshing_test 31 March 2016, 10:25:01 UTC
bb19fbd Merge pull request #966 from sgiraudot/Point_set_shape_detection_3-Bugfix_default_property_maps-GF Point set shape detection: bugfix default property maps 31 March 2016, 09:34:29 UTC
4025913 Merge pull request #949 from janetournois/BGL-fix_conversion_of_boundary_halfedges-jtournois BGL convert_surface_mesh : convert also boundary halfedges 31 March 2016, 08:54:29 UTC
9c62628 Merge pull request #948 from janetournois/PMP-fix_assertion_isotropic_remeshing-jtournois PMP isotropic_remeshing : fix assertion failure 31 March 2016, 08:54:19 UTC
f61402d Merge pull request #929 from sloriot/Polyhedron_demo-Isotropic_remeshing_preserve_duplicates Polyhedron demo: isotropic remeshing preserves duplicated edges 31 March 2016, 08:53:12 UTC
e7c1d74 CGAL-4.8 will not be published in March, but in April 30 March 2016, 15:10:24 UTC
aaa2a41 Explicit propagations of property maps to Octree structures 30 March 2016, 12:08:28 UTC
be5a66e Add property maps as parameters of Octree constructor 30 March 2016, 12:08:00 UTC
920f1db #define the arity, as some other file sets it too low 30 March 2016, 10:22:13 UTC
bffc38d Merge pull request #961 from sloriot/Polyhedron_demo-fix_typo fix typo in demo 29 March 2016, 15:19:12 UTC
dfd943c fix typo 29 March 2016, 15:08:51 UTC
0b5fa6a Merge pull request #945 from sloriot/BGL-OpenMesh_free_functions BGL functions must be in OpenMesh namespace 29 March 2016, 08:51:16 UTC
2bc034d don't forget to map boundary halfedges 25 March 2016, 09:55:07 UTC
cc28746 fix the case where both faces incident to h are degenerate before the flip and none of them is degenerate after the flip 25 March 2016, 09:39:01 UTC
f7848d6 remove unused type 25 March 2016, 09:16:21 UTC
681e08d Merge pull request #947 from sloriot/SM_shortest_path-fix_package_info Shortest Path: update package info 24 March 2016, 16:29:43 UTC
9e82d73 remove unused typedef and variable 24 March 2016, 16:26:19 UTC
b83b446 update package info 24 March 2016, 16:15:36 UTC
0354c39 BGL functions must be in OpenMesh namespace this was detected by a qualified call to get for variant (cherry picked from commit 309f91f1550be0653ffa00d59ee040cc8777d0b6) 24 March 2016, 14:55:30 UTC
a317efc Merge pull request #926 from afabri/BGL-fix_join_vertex-GF Forgot to set the halfedge of the face 22 March 2016, 15:12:32 UTC
b639ce8 Didn't take border edges into account 22 March 2016, 15:04:20 UTC
06a1925 Forgot to set the halfedge of the face 22 March 2016, 15:04:20 UTC
f2b3a4d remeshing with duplicated constraints now splits the constrained edges this ensures the remeshing will always work 18 March 2016, 17:25:10 UTC
e98bc7e I have tried to run CGAL demos from 4.8 with 4.7 libs I am surprised that the branch 'header-only, step 0' did not break the ABI! Good job, guys. 18 March 2016, 14:32:35 UTC
202f9f9 Next release from this branch should be CGAL-4.8 18 March 2016, 14:02:08 UTC
3bffc53 Announcement for CGAL-4.8-beta2 18 March 2016, 13:02:16 UTC
b6eab03 Merge pull request #924 from sgiraudot/Optimal_transportation_reconstruction_2-Change_name_in_changes_html-GF Update name of 2D reconstruction in changes.html 18 March 2016, 12:51:54 UTC
1aaca82 Update name of 2D reconstruction in changes.html 18 March 2016, 12:12:30 UTC
315a2e9 connect constraining of duplicated edge to the protection of constraints 17 March 2016, 16:57:34 UTC
f7ee57b Merge pull request #920 from lrineau/Installation-fix_issue_834-lrineau In the construction of all_files.cpp, avoid qrc files 17 March 2016, 15:56:49 UTC
588e51f In the construction of all_files.cpp, avoid qrc files Fix #834. 17 March 2016, 15:55:08 UTC
dee4739 Merge pull request #915 from janetournois/Polyhedron_demo-fix_deformation_plugin-jtournois Polyhedron demo : fix deformation plugin 17 March 2016, 15:46:10 UTC
back to top