https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
0cd89c4 Merge pull request #2571 from efifogel/MS_2-reduced_conv_collision_detection-efif Minkovski_sum_2: reduced conv collision detection 25 December 2017, 20:09:52 UTC
b655d0c Merge pull request #2698 from sloriot/SMS-fix_tight_num_edges Fix #2643 21 December 2017, 14:14:42 UTC
989264e only the counts must be tight lSize must be num_edges as we use an array for edge property we access using halfedge index properties 21 December 2017, 14:08:20 UTC
a9a8c4b Merge pull request #2651 from sloriot/Ridges_3-use_rmap-API Use readable property map API 19 December 2017, 15:13:59 UTC
cfb2458 Merge pull request #2596 from janetournois/Mesh_2-fix_the_use_of_lloyd_from_cdt-jtournois Mesh 2 : fix the use of Lloyd from any CDT_2 19 December 2017, 15:13:51 UTC
37efd9f Merge pull request #2669 from sloriot/PSP-estimate_scale_pmap_reference Use reference type of the pmap 19 December 2017, 15:13:43 UTC
5578d9b Merge pull request #2663 from lrineau/PMP-measures_h__needs_exact-GF Fix <CGAL/Polygon_mesh_processing/measure.h> 19 December 2017, 15:13:34 UTC
03913cc Merge pull request #2660 from sloriot/CH3-official_add_vertex Use documented API 19 December 2017, 15:13:26 UTC
200a56e Merge pull request #2625 from afabri/Triangulation_2-derecursification-GF Derecursify functions in Constrained Delaunay and Constrained Triangulation 19 December 2017, 15:13:18 UTC
66baa90 Merge pull request #2688 from lrineau/Convex_hull_3-fix_quickhull_in_coplanar_case-GF Fix Convex_hull_3 quickhull, with coplanar point 19 December 2017, 15:13:10 UTC
22d5a5b Fix Convex_hull_3 quickhull, with coplanar point `CGAL::convex_hull_3` documents that the output is a triangulation polyhedron. That is true... but for coplanar input points! In case of coplanar input point, the output before this patch was a polyhedron with a single polygonal face. The patch triangulates the face using a pivot point and Euler operations. 15 December 2017, 09:45:25 UTC
c55d75e sq_circumradius cannot be computed on an infinite facet there was no need to check if a face is in domain, but we still need to check whether it is infinite 15 December 2017, 09:24:11 UTC
082d900 use reference type of the pmap 08 December 2017, 13:45:54 UTC
68cf051 Fix <CGAL/Polygon_mesh_processing/measure.h> It requires `CGAL::exact(FT)` from `<CGAL/Lazy.h>`. Fixes #2654. 07 December 2017, 09:07:16 UTC
ef3c8a6 fix indentation 07 December 2017, 08:18:45 UTC
9dd6684 use only add_vertex function described in the concept 06 December 2017, 15:42:06 UTC
b2cfa33 Merge pull request #2646 from lrineau/Kernel_23-remove_test_of_result_of-GF Kernel_23: Remove the test of result_of 05 December 2017, 16:56:43 UTC
28a8494 Merge pull request #2598 from sloriot/BGL-fix_export_to_nef Correctly handle faces with more than one cc of the boundary 05 December 2017, 16:56:36 UTC
ff2145a Merge pull request #2612 from MaelRL/P3T3-Fix_Gabriel_functions-GF P3DT3: Fix `Is_Gabriel` (4.10) 05 December 2017, 16:56:28 UTC
89bd626 Merge pull request #2643 from sloriot/SMS-use_tight_edge_numbers Use a tight count for the number of edges 05 December 2017, 16:56:20 UTC
3b3220b Merge pull request #2602 from sloriot/PMP-fix_verbosity_remesh Turn some #ifndef that should be #ifdef 05 December 2017, 16:56:12 UTC
a2075ef typo 05 December 2017, 14:47:49 UTC
27de50e fix misspelled typedef 05 December 2017, 13:37:49 UTC
9a9bfa7 use readable property map API 04 December 2017, 13:57:45 UTC
4e8639e workaround a warning with MSVC 04 December 2017, 10:50:52 UTC
fa5a9cc Remote that test... Long time ago, CGAL was using the Boost Result_of library, that prevailed before `std::tr1::result_of` and then `std::result_of` were standardized in the C++ norm. Then CGAL made a switch to using the wrapper `CGAL::cpp11::result_of`, implemented either with `tr1::result_of`, or a C++11 decltype-based implementation... The test is just checking that, when C++11 the decltype implementation is used, the result is the same as with `tr1::result_of`... Now that we know it works, let's remove the test (that no longer compile with Boost 1.65). 01 December 2017, 09:17:31 UTC
eedebc5 Fixed bug when testing whether a face is included in the sum or not when using polygons with holes 29 November 2017, 17:39:47 UTC
10fa25a Enhanced the testsuit for testing the reduced convolution on polygons with holes 29 November 2017, 17:39:47 UTC
49fabe8 Merge pull request #2637 from lrineau/Documentation-fix_the_header_package_template_for_1.8.13-GF resizeHeight no longer exist 29 November 2017, 17:29:47 UTC
c0eb7c3 use a tight count for the number of edges 29 November 2017, 13:54:12 UTC
3572246 fix the derucursification 29 November 2017, 07:20:42 UTC
62b9e59 Derecursify in Constrained_triangulation_plus_2 28 November 2017, 15:12:41 UTC
d8dce6f resizeHeight no longer exist I have verified in the template in Doxygen 1.8.13 and that line does not exist. ... And it makes the script crash and report an error in the browser console. 28 November 2017, 10:42:41 UTC
029888f Derecursify insert_constraint(Vhandle,Vhandle); Increment depth of propagating_flip() 23 November 2017, 15:50:26 UTC
8baa0be Fixed 'Is_Gabriel' using wrong offsets in 27-sheeted triangulations 17 November 2017, 16:04:48 UTC
c2a995d Merge pull request #2572 from sloriot/T2-BGL_missing_null_descriptors Add missing null descriptor functions in graph_traits of triangulations 15 November 2017, 15:43:09 UTC
67ab9d1 correctly handle the case of faces with more than one cc of the boundary 15 November 2017, 14:37:27 UTC
5c32e0a turn some #ifndef that should be #ifdef 15 November 2017, 14:12:41 UTC
e888bd4 the convergence criterion does not need to check "is_in_domain" for incident faces anyway we do not compute the criterion for constrained vertices, nor for non-moving vertices 13 November 2017, 14:31:36 UTC
e499208 add missing namespace 13 November 2017, 14:27:07 UTC
9f05077 Merge pull request #2564 from MaelRL/Various-Fix_numeric_limits_min_uses-GF Fix wrong uses of std::numeric_limits::min() (4.10) 03 November 2017, 13:26:18 UTC
196603f add missing null descriptors in graph_traits of triangulations 03 November 2017, 09:07:52 UTC
f116092 Merge pull request #2558 from sloriot/MCF-fix_after_copy_face_graph_update Cope with the change of order of the vertices in copy_face_graph 27 October 2017, 15:59:40 UTC
da5200f Fixed wrong uses of std::numeric_limits::min() 27 October 2017, 09:40:22 UTC
d84399a cope with the change of order of the vertices in copy_face_graph 24 October 2017, 11:47:56 UTC
605beb3 Merge pull request #2541 from lrineau/Mesh_3-fix_NaN-lrineau Fix a perturber bug 23 October 2017, 14:50:45 UTC
38b6165 Merge pull request #2519 from janetournois/PMP-fix_isotropic_remeshing_next_to_corners-jtournois PMP - fix isotropic_remeshing() collapsibility checks 23 October 2017, 14:49:10 UTC
6be9fca Forbid the use of CGAL_MESH_3_USE_RELAXED_HEAP That code using a Boost relaxed heap is buggy. Let's warn the developer that he/she must not use it. 19 October 2017, 13:14:01 UTC
6178c04 Fix also restore_infinite_cell Thanks @MaelRL for the suggestion. https://github.com/CGAL/cgal/pull/2541#issuecomment-337278638 18 October 2017, 15:00:25 UTC
fb0d784 remove useless check for reverse version 17 October 2017, 13:30:37 UTC
73d2694 Merge pull request #2535 from MaelRL/SM-Missing_explicit-GF Surface_mesh: Added missing 'explicit' on SM_Edge_index constructor 17 October 2017, 13:19:37 UTC
9a7b48d Fix a perturber bug The `facet_surface_center` of facet was not always restored correctly, after an aborted move, and that eventually led to use of uninitialized memory... and a crash. 17 October 2017, 07:48:45 UTC
b3706e0 Merge pull request #2443 from sloriot/Generator-fix_copy_cstr Fix determinism of points inside 2D/3D triangles, and tetrahedron 13 October 2017, 15:03:07 UTC
b4c87b7 Added missing 'explicit' on SM_Edge_index constructor 12 October 2017, 16:06:38 UTC
0f6f020 Merge pull request #2492 from sloriot/OM-fix_edge_hashing Fix hashing of edge_descriptor for OpenMesh 11 October 2017, 17:09:00 UTC
88a6e04 Merge pull request #2467 from lrineau/Mesh_2-fix_clusters-GF Mesh 2: fix clusters (issue #2456) 11 October 2017, 17:08:52 UTC
59ff4c9 Merge pull request #2449 from sloriot/SMSeg-maxflow_macros Fix compilation issue with boost 1.65 11 October 2017, 17:08:44 UTC
8d48669 use check_normals() inside collapse_does_not_invert_face() 10 October 2017, 10:51:04 UTC
c657f43 deal with more than 2 surface patches in check_normals(v) until now it did not deal with the corner cases 10 October 2017, 10:16:03 UTC
6e8bb6b deal with more than 2 patches in the collapsibility checks 10 October 2017, 09:48:37 UTC
ddaad24 add corner case conditions for collapsibility 10 October 2017, 09:46:31 UTC
12688d0 fix hashing of edge_descriptor for OpenMesh 03 October 2017, 15:21:24 UTC
81662e0 More Mesh_2 debug, for clusters 26 September 2017, 13:13:53 UTC
a2dd20a Bug fix Fix #2456 When two clusters share a subsegment, the subsegment is split at its middle, instead of using the length imposed by the clusters. If the clusters were partially refined before that subsegment is split, one must reset the clusters, because the minimal length may have changed. 26 September 2017, 13:13:53 UTC
bc56239 Merge pull request #2461 from sloriot/NT-add_cpp11_is_enum Use CGAL::cpp11::is_enum 25 September 2017, 14:43:34 UTC
f18cb35 introduce cpp11::is_enum to work around a bug observed with boost 1.62 22 September 2017, 16:27:59 UTC
4bbc2b5 Next release in this branch will be CGAL-4.10.2 21 September 2017, 12:20:43 UTC
0b97c24 update macro names and undef them when leaving the file 20 September 2017, 14:47:53 UTC
47e20a4 add missing include directive 20 September 2017, 10:52:35 UTC
778546c Cherry-pick pull request #2441 from 3D4Medical/master Fix for compilation conflict on macOS. 20 September 2017, 09:16:52 UTC
bfbad64 Merge pull request #2445 from sloriot/PMP-fix_is_stitchable Fix stitchable conditions 20 September 2017, 09:12:29 UTC
c840149 fix the collection of edges to stitch we ignore those incident to a degenerate edge on the border 19 September 2017, 13:08:19 UTC
836f067 remove default value hidding the copy-constructor the random generator was replaced at each copy 19 September 2017, 12:22:43 UTC
4fd3811 fix stitchable test we were skipping all border edges in the test which was making it missing some non valid cases detected only with this border edge (since the test is assymetric as we consider the first halfedge only for the outer loop) 19 September 2017, 09:52:05 UTC
09fbfc7 Merge pull request #2427 from sgiraudot/Point_set_2-Fix_recursive_method_dfs-GF Point set 2: make method dfs non-recursive 15 September 2017, 14:14:14 UTC
03e5ffb Merge pull request #2432 from MaelRL/SMSP-Fix_locate_with_VPM-GF SM shortest paths: Fix locate with a custom VertexPoint Pmap 15 September 2017, 14:14:06 UTC
5fccb8f Added an overload for convenience 14 September 2017, 14:11:52 UTC
dbae01e Fixed not using the VertexPointPMap passed in parameter when building AABB trees 14 September 2017, 14:10:37 UTC
c60cf28 Rename dfs as search 14 September 2017, 09:35:06 UTC
7bd7593 Make method dfs non-recursive 14 September 2017, 09:35:05 UTC
24eaf3b Merge pull request #2394 from afabri/Parameterization-CMakeLists.txt-GF Parameterization: Remove VC++ compiler option; Remove a macro concerning Eigen 08 September 2017, 15:30:09 UTC
a8cd93d Merge pull request #2407 from sloriot/Op_Poly-fix_cmap_output_builder Fix cmap output builder 08 September 2017, 15:29:37 UTC
552e059 follow up of fac4a6ad also patch the cmap output builder 08 September 2017, 09:16:20 UTC
ded5764 No need for EIGEN_YES_I_KNOW_SPARSE_MODULE_IS_NOT_STABLE_YET as it IS stable now 06 September 2017, 10:19:25 UTC
e4a951d Remove the VC++ compiler option /FR, as it leads to an ICE for #include <Eigen/Sparse> 06 September 2017, 10:19:11 UTC
d5d8dde Import patch from PR #2366 Remove our CSS hacks, to "fix" the compilation with Doxygen 1.8.13 28 August 2017, 12:17:48 UTC
dfa7481 Merge pull request #2350 from sloriot/SMS-fix_link_computation Fix the link computation for edges on the border 28 August 2017, 10:58:17 UTC
4bfbc02 add missing include directive 25 August 2017, 09:23:03 UTC
a0d5974 test link computed by edge profile 24 August 2017, 09:13:10 UTC
4d68958 fix the link computation the only tedious point is what to do with the target vertices of endleft and endright that might be the target of the halfedges used to start the link extraction (that is opp(prev(v0v1)) and opp(prev(v1v0))) The fix consists in checking whether such a vertex will be (were) added by the next (previous) while-loop. 24 August 2017, 09:07:03 UTC
f1d5ecd Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch' 22 August 2017, 15:21:01 UTC
d63a97a Merge pull request #2340 from sloriot/SS-fix_middle_policy_loop Fix infinite loop in spatial sorting 22 August 2017, 15:17:42 UTC
b3bdabe Merge pull request #2355 from sloriot/Doc-https_canonical_links Use https in canonical links 22 August 2017, 07:33:47 UTC
71d8acf Use https 21 August 2017, 07:52:41 UTC
96a0e99 use https 21 August 2017, 07:51:37 UTC
b68a160 use https in canonical links 21 August 2017, 06:50:18 UTC
655903a Merge pull request #2348 from imiordanov/master Fix for doc bug, github issue #2346 16 August 2017, 07:02:30 UTC
2d497ea fix for doc bug, github issue #2346 14 August 2017, 12:38:01 UTC
073cda2 add duplicate points to the test of Hilbert sort in 2D, 3D, and dD 08 August 2017, 13:20:42 UTC
3f8448f avoid infinite loop in 3D and dD 08 August 2017, 10:12:29 UTC
back to top