https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
5220a17 Merge remote-tracking branch 'lrineau/Triangulation_2-improve_CDT_plus_2-GF' into releases/CGAL-5.0-branch 21 October 2020, 07:27:10 UTC
f6ff5a7 Merge pull request #5078 from maxGimeno/Travis-Fix_BGL_examples-maxGimeno Use ctest in travis 20 October 2020, 11:29:11 UTC
34e0026 Merge pull request #5088 from sloriot/SM_Skel-duplicated_input Accomodate duplicated points in the input mesh 20 October 2020, 11:28:33 UTC
e5019d0 Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' 20 October 2020, 11:27:26 UTC
abaad3c Merge pull request #5083 from MaelRL/CGAL-Fix_aff_transf_weighted_points-GF Kernel_23: Fix affine transformations of weighted points 20 October 2020, 11:26:14 UTC
e956c6b accomodate duplicate points in the input mesh 19 October 2020, 08:30:21 UTC
5a27f1b Test affine transformation of weighted points 16 October 2020, 14:23:55 UTC
38e46d8 move braces 16 October 2020, 14:10:48 UTC
f856e13 move bracers 16 October 2020, 14:10:35 UTC
f14aa44 Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch 16 October 2020, 11:40:50 UTC
16064cc Merge pull request #5064 from maxGimeno/Demo-Fixes-maxGimeno Polyhedron_demo : Fix Edit_box->export_to_facegraph() 16 October 2020, 11:40:28 UTC
f251ab8 Merge pull request #5070 from MaelRL/PMP-Fix_dead_overload_repair_PS-GF PMP: Remove overload of non-existent function 16 October 2020, 11:40:25 UTC
2fd7981 Merge pull request #5070 from MaelRL/PMP-Fix_dead_overload_repair_PS-GF PMP: Remove overload of non-existent function 16 October 2020, 11:39:41 UTC
0f6d418 Merge pull request #5022 from janetournois/Intersections_3-fix_do_intersect_3planes-GF Intersections_3 - fix do_intersect(Plane_3, Plane_3, Plane_3) 16 October 2020, 11:23:23 UTC
9f74598 Fix tests find_package 16 October 2020, 08:37:26 UTC
45f41cc Fix a possible compilation error with CGAL_CDT_2_DEBUG_INTERSECTIONS 15 October 2020, 13:44:35 UTC
ab5cdc6 Add a debug message 15 October 2020, 13:44:23 UTC
267b1dc Bug-fix In degenerated cases, when a subconstraint is subdivided by an intersection point between two other subconstraints, then it is possible that a subconstraint is already split when one calls `add_Steiner`. Let's remote the assertion. 15 October 2020, 13:43:39 UTC
e37c290 Better debug messages 15 October 2020, 13:08:21 UTC
772d059 Add the test case 15 October 2020, 13:08:21 UTC
5fc9dfc Better regex 15 October 2020, 10:07:34 UTC
dfff596 Don't run tests 15 October 2020, 08:10:38 UTC
852f2c6 Use ctest in travis 15 October 2020, 07:54:01 UTC
1d59417 Merge pull request #4995 from sgiraudot/PCA-Fix_Segment_3_variant-GF PCA: Add validity test and fix several bugs 09 October 2020, 15:11:59 UTC
acb4f63 Merge pull request #5051 from maxGimeno/CGAL-Fix_warnings_5_0-maxGimeno Warnings fixes for 5.0 09 October 2020, 15:11:57 UTC
18149a2 Remove overload of non-existent function 09 October 2020, 15:06:06 UTC
6ca9149 Merge pull request #5011 from MaelRL/PMP-Repair_degeneracies_fixes-5.0-GF Degeneracy removal: fix removing upcoming elements while iterating 09 October 2020, 14:55:43 UTC
3ca8f13 Fix Export_to_facegraph. Wrong item was modified. 08 October 2020, 10:48:48 UTC
2570d75 Reduce quality limit 07 October 2020, 08:22:32 UTC
9b50f58 add do_intersect(plane, plane, plane) to the doc of linear kernel 06 October 2020, 15:20:23 UTC
ec690d5 add test for do_intersect(plane, plane, plane) 06 October 2020, 15:20:22 UTC
1045667 fix compilation of do_intersect(plane, plane, plane) for msvc 06 October 2020, 15:20:22 UTC
125dfad Fix ref warnings in for 05 October 2020, 09:34:04 UTC
d877651 Merge pull request #5031 from lrineau/Nef_2-fix_CGAL_NEF_TRACEN_warning-GF Nef_2: Fix a warning in an debug code 02 October 2020, 13:07:46 UTC
5a927ee Merge pull request #5034 from maxGimeno/Fix_warnings-5_0-maxGimeno Fix some warnings 02 October 2020, 13:07:14 UTC
2648031 Merge pull request #5006 from lrineau/Number_types-use_sse2_intrinsics_on_Windows-GF Windows, FPU.h: replace `_control_fp` by SSE2 intrisics 02 October 2020, 13:05:52 UTC
0f0de6d Fix conversion warnings 01 October 2020, 09:16:33 UTC
e169490 Replace fix for Point_2(Origin) 30 September 2020, 08:03:30 UTC
2549b58 fix warnings on switch 30 September 2020, 07:58:12 UTC
8c5725a Fix missing constructor in kernel example 30 September 2020, 06:59:06 UTC
3aba0d2 Fix unused variable warning 30 September 2020, 06:24:54 UTC
c33bd6a Fix ORIGIN 29 September 2020, 15:08:29 UTC
bdd69b5 Replace K::Point_2(0,0) with ORIGIN Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org> 29 September 2020, 10:42:02 UTC
c6077ca Remove _known fiom intersection line_2/line_2 29 September 2020, 10:06:15 UTC
a7c92f2 Init li and lt to fix warning 29 September 2020, 08:30:26 UTC
a886ecb Fix a warning in an inelegant code - `std::cerr` is already unbufferized, and `std::flush` does nothing on it, - and anyway, `std::endl` calls `std::flush`. 29 September 2020, 07:14:11 UTC
ac3f110 Merge pull request #4969 from sgiraudot/Shape_detection-Fix_nonnull-warning-GF [Shape Detection] Fix nonnull warning in deprecated Region Growing 24 September 2020, 14:34:50 UTC
a246b3d Merge pull request #4979 from janetournois/PMP-remesh_after_detect_sharp_features-jtournois Polyhedron demo - get the sharp edges back after remeshing 24 September 2020, 14:34:48 UTC
cc423a8 Merge pull request #4990 from afabri/Surface_mesher-isolated_vertices-GF Do not create isolated vertices 24 September 2020, 14:34:46 UTC
f23a074 Merge pull request #4992 from danston/Scale_space_reconstruction_3-memory_leak_fix-danston Fix leaking memory in Alpha_shape_mesher 24 September 2020, 14:34:44 UTC
8e8bbff Merge pull request #5009 from maxGimeno/Demo-Fix_zoom_to_index-maxGimeno Demo: Fix id_printing 24 September 2020, 14:34:42 UTC
0b3143e Also test degenerate element removal with EPECK 22 September 2020, 13:31:03 UTC
38218ac Fix deleting elements (degenerate faces) that might be further in the range 22 September 2020, 13:28:40 UTC
095b801 Fix is_border test in id_printing 22 September 2020, 06:26:11 UTC
f65405a Windows, FPU.h: replace `_control_fp` by SSE2 intrisics Fix #2135 21 September 2020, 14:12:28 UTC
0278bf2 Use nullptr instead of NULL 14 September 2020, 13:05:43 UTC
771d539 Document test 14 September 2020, 13:05:02 UTC
4e71a88 Add validity test to PCA 14 September 2020, 13:05:02 UTC
8986403 Fix missing arguments for overload detections 14 September 2020, 13:05:02 UTC
379ee7d Fix inverted arguments 14 September 2020, 13:05:02 UTC
9cc45f7 Fix incorrect moment matrix for Iso_cuboid_3 14 September 2020, 13:04:24 UTC
bdcae24 fix incorrect moment matrix init for Segment_3 14 September 2020, 13:04:24 UTC
80fca76 Merge pull request #4981 from MaelRL/Lazy_kernel-Fix_includes-GF Filtered_kernel: Add missing header includes 11 September 2020, 13:03:51 UTC
71b4e91 fix leaking memory in alpha shape mesher 11 September 2020, 06:39:06 UTC
2402f3f Use unordered_map 10 September 2020, 15:14:58 UTC
efb2798 fix 10 September 2020, 15:07:53 UTC
5e11fe8 Update Surface_mesher/include/CGAL/IO/Complex_2_in_triangulation_3_to_medit.h Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org> 10 September 2020, 14:36:54 UTC
90b6775 fix index 10 September 2020, 13:42:46 UTC
ff0ae42 No isolated vertices for medit and vtk 10 September 2020, 12:15:37 UTC
89838c4 Do not create isolated vertices 10 September 2020, 10:45:44 UTC
da4a9c4 Add missing header includes 08 September 2020, 08:33:00 UTC
7cdc377 get the sharp edges back after remeshing they were saved in ecm and edges_to_protect but not back-ported to eif 04 September 2020, 14:10:06 UTC
604c793 Fix nonnull warning 01 September 2020, 07:14:10 UTC
5082cc6 Merge pull request #4949 from maxGimeno/Demo-Fixes-maxGimeno Polyhedron demo: Fixes 27 August 2020, 12:39:18 UTC
ecdce77 Fixes Post cherry-pick 24 August 2020, 09:11:23 UTC
9c2889e Get rid of the VAO destroy warning 24 August 2020, 07:16:10 UTC
46a31fc Fix alpha in soups and c3t3 24 August 2020, 07:15:05 UTC
ccda963 Update displayed ids when moving a point 24 August 2020, 07:12:24 UTC
755c044 Fixes 24 August 2020, 07:12:11 UTC
7ebca1c Fix precision problems in strings 24 August 2020, 07:11:56 UTC
261e687 Use the sceneView->selectAll() instead of doing the selection by hand. 24 August 2020, 07:09:14 UTC
d1054d5 Add `,` in grid items name 24 August 2020, 07:08:38 UTC
189bea6 Fix CreateSelection(List) 24 August 2020, 07:08:18 UTC
8199d53 Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' 11 August 2020, 14:59:19 UTC
075fc13 Merge pull request #4911 from mhsaar/patch-5 Fix do_intersect for Tetrahedron_3 Tetrahedron_3 11 August 2020, 14:57:53 UTC
96b71b3 Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' 10 August 2020, 05:32:05 UTC
1198bac Merge pull request #4917 from albert-github/feature/bug_tt_underscores Representation of `__` in typewrite font versus code 10 August 2020, 05:29:57 UTC
fe11e70 Representation of `__` in typewrite font versus code Seen the discussion with the doxygen pull request https://github.com/doxygen/doxygen/pull/7782 and the subsequent regression, I think it is better to signal the words like `__GNUC__` really as code by using back-ticks in the code. 10 August 2020, 05:18:06 UTC
a11b69e Fix do_intersect for Tetrahedron_3 Tetrahedron_3 In Line 65 in function do_intersect_tetrahedron_bounded (tr,tet,p,k) we eval k.has_on_bounded_side_3_object()(tet, p), where tr=lh_tet and tet=rh_tet. Thus p must be generated from lh_tet, or L65 is always true. This is a flyby and has not been tested. 07 August 2020, 08:45:27 UTC
c8b73c9 Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' into HEAD 07 August 2020, 04:40:23 UTC
39ad510 Merge pull request #4906 from sloriot/Stream_support-license_issue remove incorrect license include statement 07 August 2020, 04:39:17 UTC
4a1ad0c remove incorrect license include statement 06 August 2020, 09:45:23 UTC
335ddea Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' into HEAD 06 August 2020, 09:32:52 UTC
2e94736 Merge pull request #4901 from sgiraudot/PSP-Fix_outdated_precondition-GF Point Set Processing: Remove outdated precondition 06 August 2020, 09:30:33 UTC
a5225de Merge pull request #4893 from maxGimeno/Advancing_front-Fix_deprecated_array-maxGimeno Advancing front: Fix deprecated array 04 August 2020, 14:25:03 UTC
ebe7168 Remove outdated precondition 04 August 2020, 12:19:17 UTC
873fc83 This branch now targets 5.0.4 03 August 2020, 10:25:09 UTC
7132b69 Replace cpp11::array with std::array 03 August 2020, 07:54:47 UTC
ff74e7f Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch 31 July 2020, 13:52:12 UTC
6411035 Merge pull request #4884 from MaelRL/PMP-fix_polygon_soup_simplification-GF Fix and simplify polygon soup repairing subfunction "simplify_polygon" 31 July 2020, 13:52:02 UTC
back to top