https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
16f687f Merge pull request #5045 from sloriot/PMP-ps_to_pm_missing_overload Add missing overload 09 October 2020, 15:34:31 UTC
1f67fcc Merge pull request #5051 from maxGimeno/CGAL-Fix_warnings_5_0-maxGimeno Warnings fixes for 5.0 09 October 2020, 15:34:29 UTC
0b8be6e Merge pull request #5052 from maxGimeno/CGAL-Fix_warnings_5_1-maxGimeno Fixes for warnings in 5.1 09 October 2020, 15:34:27 UTC
6a2e3a4 Merge pull request #5056 from maxGimeno/Demo-Fix_compatibility_shaders-maxGImeno Polyhedron_demo : Fix for compatibility shader 09 October 2020, 15:34:24 UTC
e4362c8 more possible errors 06 October 2020, 08:20:05 UTC
10739ba Fix the compatibility shader for shader_with_light 06 October 2020, 08:11:41 UTC
e8566f2 Fix ref warnings in tet_remesh 05 October 2020, 10:47:45 UTC
125dfad Fix ref warnings in for 05 October 2020, 09:34:04 UTC
2a82da4 Merge pull request #5023 from sloriot/PSP-add_missing_pmap Use property map in std::nth_element call 02 October 2020, 13:10:26 UTC
a55d7f6 Merge pull request #5028 from maxGimeno/Doc-Fix_minor_error_in_example-maxGimeno BGL-Minor_doc_fix 02 October 2020, 13:10:07 UTC
dadf977 Merge pull request #5032 from lrineau/Classification-fix_warning-GF Fix a warning 02 October 2020, 13:09:47 UTC
090b82e Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch' 02 October 2020, 13:08:56 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
f2c4571 add missing overload 01 October 2020, 09:23:18 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
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
5cfc758 Fix a warning ``` C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.27.29110\include\numeric(35): warning C4267: '=': conversion from 'size_t' to '_Ty', possible loss of data with [ _Ty=int ] C:\cgal_test\CGAL-5.2-I-14\cmake\platforms\Windows_MSVC-2019-Community-Release-64bits\test\Classification_Examples\gis_tutorial_example.cpp(674): note: see reference to function template instantiation '_Ty std::accumulate<std::_Vector_iterator<std::_Vector_val<std::_Simple_types<std::vector<CGAL::Point_3<Kernel_>,std::allocator<CGAL::Point_3<Kernel_>>>>>>,int,main::<lambda_f241736352025ce40037bac2971f2e7f>>(const _InIt,const _InIt,_Ty,_Fn)' being compiled with [ _Ty=int, Kernel_=CGAL::Epick, _InIt=std::_Vector_iterator<std::_Vector_val<std::_Simple_types<std::vector<CGAL::Point_3<CGAL::Epick>,std::allocator<CGAL::Point_3<CGAL::Epick>>>>>>, _Fn=main::<lambda_f241736352025ce40037bac2971f2e7f> ] ``` 29 September 2020, 07:31:03 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
7d5bec6 use the distance for the split 28 September 2020, 07:49:00 UTC
717cace Fix example to make it actually use the dot operator 28 September 2020, 05:43:13 UTC
e37488d use property map in std::nth_element call 25 September 2020, 08:51:35 UTC
0b2528c Merge branch 'releases/CGAL-5.0-branch' into 5.1.x-branch 24 September 2020, 14:41:45 UTC
f6e033e Merge pull request #4975 from maxGimeno/Demo-Fix_mesh_plane_detection-maxGimeno Polyhedron Demo: Fix Mesh_plane_detection_plugin 24 September 2020, 14:36:57 UTC
d1503c2 Merge pull request #4984 from sloriot/CGAL-small_post_release_fixes Tiny post release fixes 24 September 2020, 14:36:55 UTC
a8b0acc Merge pull request #4994 from janetournois/PMP-isotropic_remeshing_allows_invalid_mesh-jtournois PMP isotropic remeshing - test validity during remeshing only if input mesh was valid 24 September 2020, 14:36:53 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
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
87ebc1e Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch' into 5.1.x-branch 14 September 2020, 13:02:02 UTC
747db72 add CGAL_warning_msg and move debug code inside CGAL_assertion_code 11 September 2020, 13:47:20 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
2031009 test validity during remeshing only if input mesh was valid isotropic remeshing is a local process, so it does not need the mesh to be globally valid (e.g. it is allowed to have isolated vertices) we keep the test in debug mode when the input is valid, that the mesh remains valid anyhow 11 September 2020, 12:50:14 UTC
301f0be Fix warnings 11 September 2020, 07:14:46 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
2539022 This branch 5.1.x-branch targets CGAL 5.1.1 10 September 2020, 11:44:22 UTC
6db27e5 Adapt doc and scripts to new tags and branchs names 10 September 2020, 11:10:03 UTC
89838c4 Do not create isolated vertices 10 September 2020, 10:45:44 UTC
9650869 add missing macros + license statement 10 September 2020, 10:17:59 UTC
b78c1b8 rename directory 10 September 2020, 10:17:59 UTC
c70102e remove BOOST_FOREACH 10 September 2020, 10:17:59 UTC
51e89b0 fix typo in group name 10 September 2020, 10:17:59 UTC
721a6aa Fix comparison warning 10 September 2020, 07:45:40 UTC
41c653c Adapt to the new release tags names 08 September 2020, 13:14:40 UTC
4b052b5 Tweak so that it is easier to publish a release as a mix of two internal releases CGAL-5.1 uses CGAL-5.1-I-239 for the code and CGAL-5.1-I-235 for the documentation. 08 September 2020, 13:05:04 UTC
301c5e0 Add our scripts to new releases tag names 08 September 2020, 11:51:17 UTC
d00be18 Fix menu_version.js in the doc 08 September 2020, 09:19:45 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
b271ec5 Preparations for CGAL-5.1. 04 September 2020, 13:18:51 UTC
0f0c69d Fix warning 04 September 2020, 06:37:24 UTC
be26e03 Updtae CMakeLists.txt 03 September 2020, 10:28:18 UTC
0a44140 Fix Shape_detection plugin for Surface_meshes and remove Mesh_plane_detection_plugin, which was an alpha version of Shape_detection. 03 September 2020, 10:03:38 UTC
f64eb35 Change subdirectory name to Shape Detection 03 September 2020, 09:00:44 UTC
284b018 Update Mehs_plane_detection_plugin with CGAL Region growing 03 September 2020, 08:59:06 UTC
604c793 Fix nonnull warning 01 September 2020, 07:14:10 UTC
bd4ee18 Merge branch 'releases/CGAL-5.0-branch' 27 August 2020, 12:45:12 UTC
94f0df4 Merge pull request #4947 from oboes/master Fix error in HSV/RGB color conversion 27 August 2020, 12:45:00 UTC
6aefea8 Merge pull request #4949 from maxGimeno/Demo-Fixes-maxGimeno Polyhedron demo: Fixes 27 August 2020, 12:44:14 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
401d266 Fix error in HSV/RGB color conversion 23 August 2020, 03:55:48 UTC
3e50ea6 Merge pull request #4937 from maxGimeno/Demo-Fix_c3t3_ids-maxGimeno Polyhedron Demo: Fix c3t3 colors after optimization 20 August 2020, 11:03:49 UTC
bb9302b Merge pull request #4940 from maxGimeno/Travis-Deactivate_boost_iostreams-maxGimeno Travis: Use another PPA for boost 20 August 2020, 10:42:34 UTC
59a4c1d use a better ppa with the right libs. 20 August 2020, 08:55:05 UTC
a674e29 Merge pull request #4922 from albert-github/feature/bug_cite_overflow Layout on the bibliography page 20 August 2020, 08:27:39 UTC
eab5aa9 apply f4d6c6fd15 to other resource files 20 August 2020, 08:26:31 UTC
1ab0362 Merge pull request #4933 from maxGimeno/Travis-Deactivate_boost_iostreams-maxGimeno Disable boost_serialization and iostreams 20 August 2020, 04:30:08 UTC
0bc21f6 Merge pull request #4932 from janetournois/Tet_remeshing-add_io-jtournois Tetrahedral remeshing - add an example with IO of a .mesh file 20 August 2020, 04:22:48 UTC
9d56855 Merge pull request #4916 from theartful/bezier_selfintersection_bugfix Fix bug with self intersecting bezier curves + with CORE::Polynomial 20 August 2020, 04:00:52 UTC
4007fd9 Add file to examples.txt 19 August 2020, 14:08:50 UTC
83e0d45 Store domain options in c3t3 and retrieve them in optimizers to preserve features as much as possible. 19 August 2020, 10:52:08 UTC
93d62b9 add forward declaration File_medit.h is included by Mesh_complex_3_in_triangulation_3_base.h 18 August 2020, 12:09:06 UTC
9de91a3 Disable boost_serialization and iostreams 18 August 2020, 10:16:25 UTC
a1d573a add implementation history 18 August 2020, 10:08:17 UTC
f1e295c use \cgal in doc 18 August 2020, 09:58:16 UTC
726ba9b fix link in doc 18 August 2020, 09:45:48 UTC
back to top