https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
2ce105f BUG FIX: In a previous commit a line got lost 11 July 2017, 18:31:29 UTC
8cc5804 fix typo. Note also that in a previous fix I accidentally added code for the Surface_mesh::Property_map 11 July 2017, 18:31:29 UTC
9a7ddea no need to find() 11 July 2017, 18:31:29 UTC
8696433 make a cheap test first 11 July 2017, 18:31:29 UTC
5acfe45 No need to circulate around vertices if we have a mesh without border and without constraints 11 July 2017, 18:31:29 UTC
8af5dfb Hopefully less is_collapse_allowed() tests 11 July 2017, 18:31:29 UTC
845e319 join ranges instead of copying them into a single std::vector 11 July 2017, 18:31:28 UTC
a8152a5 Don't construct a triangle 11 July 2017, 18:31:28 UTC
c361eab Do less degree calculations 11 July 2017, 18:31:28 UTC
6b8cdf8 cleanup 11 July 2017, 18:31:28 UTC
1f8204a cleanup 11 July 2017, 18:31:28 UTC
ec22983 Switch to a hard-wired propery map 11 July 2017, 18:31:28 UTC
fac05f2 code transformation to prepare switch to a propery map 11 July 2017, 18:31:28 UTC
5573e5d Is_degenerate_{2,3} and Collinear_{2,3} are division free 11 July 2017, 18:31:28 UTC
724a086 typo 11 July 2017, 18:31:28 UTC
118020e Remove #include of AABB_filtered_projection_traits.h 11 July 2017, 18:31:28 UTC
6385bdc Use an AABB_tree per patch 11 July 2017, 18:31:28 UTC
be45f81 Add support for halfedges 11 July 2017, 18:31:27 UTC
70dfe2c partial undo of the first commit 11 July 2017, 18:31:27 UTC
aec10d3 small fixes 11 July 2017, 18:31:27 UTC
2f082f8 Add the same for edges and faces 11 July 2017, 18:31:27 UTC
5e5a3d9 Add generic property map for Polyhedron_3 11 July 2017, 18:31:27 UTC
4ff981d Add generic vertex/edge/face propertymap for Surface_mesh and OpenMesh 11 July 2017, 18:31:27 UTC
9b81b89 Merge branch 'releases/CGAL-4.10-branch' 10 July 2017, 13:41:40 UTC
a5492c1 Merge pull request #2238 from maxGimeno/Fix_mesh_3_for_SM-GF Polyhedron_demo: Mesh_3_plugins for surface_mesh 10 July 2017, 13:38:46 UTC
8082992 Merge pull request #2174 from gdamiand/BGL-LCC-gdamiand BGL version for Linear_cell_complex_for_combinatorial_map 10 July 2017, 13:38:21 UTC
6b55eb5 Merge pull request #2203 from maxGimeno/PMP_join_and_split-Use_SM-GF Polyhedron_demo: Join_and_split_polyhedra_plugins uses Surface_mesh 10 July 2017, 13:36:51 UTC
8fea129 Merge pull request #2234 from lrineau/Arr_2-fix_warnings-lrineau Arr_2: fix warnings 10 July 2017, 13:35:47 UTC
7b3ff86 Merge pull request #2231 from maxGimeno/Fix_discard_in_edit_plugin-GF Polyhedron_demo: Fix discarding during deformation 10 July 2017, 13:35:38 UTC
e0f7e1f Merge pull request #2229 from maxGimeno/Fix_clipping_bug-GF Polyhedron_demo: Fix clipping bug 10 July 2017, 13:35:30 UTC
8da2b7b Merge pull request #2068 from maxGimeno/Polyhedron_demo-Volume_generator-GF BGL new helper functions and Polyhedron_demo's Basic_volume_generator_plugin 10 July 2017, 13:35:22 UTC
1ba91d8 Merge pull request #2227 from maxGimeno/Fix_surface_reconstruction_warnings-GF Polyhedron_demo: Fix conversion warning in Surface_reconstruction_plugin 10 July 2017, 13:35:13 UTC
ef116f9 Merge pull request #2188 from sloriot/CGAL-prefix_sign Quality calls to sign 10 July 2017, 13:33:55 UTC
6cb0c8a Merge pull request #2237 from sloriot/AOS_2-Testsuite_no_GMP Fix testsuite when GMP is not present 10 July 2017, 13:01:14 UTC
fc1ef1d Merge pull request #2188 from sloriot/CGAL-prefix_sign Quality calls to sign 10 July 2017, 13:01:06 UTC
8540bfc Merge pull request #2216 from maxGimeno/Fix_selection_plugin-GF Polyhedron_demo: Fix selection_plugin 10 July 2017, 13:00:17 UTC
ab46739 Merge pull request #2213 from maxGimeno/Fix_demos_for_qglviewer2_7_0-GF Fix demos for qglviewer 2.7.0 10 July 2017, 13:00:09 UTC
dc2cef5 Merge pull request #2210 from maxGimeno/Save_as_for_SM_item-GF Polyhedron_demo: 'Save as' for Surface_mesh items 10 July 2017, 12:59:57 UTC
b0336e6 Workaround for https://svn.boost.org/trac10/ticket/12534 That is a workaround for the bug about the partial specialization of boost::is_enum<std::pair<T, U> > being too late. The bug has been in Boost-1.62 only. For that version (currently the default version in Debian-testing), we include a header from Boost container as soon as possible: in `<CGAL/config.h>`. 07 July 2017, 09:23:21 UTC
30ebe83 Fix a compilation error 06 July 2017, 15:25:25 UTC
3286f29 SMeshize the optimization plugin 06 July 2017, 08:14:12 UTC
2d54983 do not run test using CORE if GMP is not here 05 July 2017, 15:45:39 UTC
2e5b2d5 Fix mesh_3_plugin with SM 05 July 2017, 14:59:11 UTC
a0803ff Merge pull request #2232 from lrineau/Travis-re_add_Werror_inconsistent_missing_override-lrineau Travis: restore -Werror=inconsistent-missing-override 05 July 2017, 13:41:12 UTC
5485ddf Modify the comment at the top of that file Previously the comment explained that the script was a bash script... Now it says that it is a translation of `cgal_test_base` to CMake. 05 July 2017, 09:05:18 UTC
b0e8672 Fix warnings about unused parameters 05 July 2017, 08:34:23 UTC
0889f34 The fix was incorrect for Polynomial A warning told us there was a problem: .../include/CGAL/Polynomial/Polynomial_type.h:560:48: warning: unused variable 'sign' [-Wunused-variable] typename Real_embeddable_traits<NT>::Sgn sign; 05 July 2017, 08:20:19 UTC
4460923 Re-add -Werror=inconsistent-missing-override even with clang-3.6 04 July 2017, 15:59:40 UTC
ced658c typo 04 July 2017, 13:51:31 UTC
b87cbaf Remove not empty rois condition in reset() 04 July 2017, 13:46:50 UTC
9582ce1 fixes and clean-up 04 July 2017, 13:38:15 UTC
4454047 Add a signal and slots to avoid clipping bugs when playing with items visibility and RenceterScene. 04 July 2017, 12:14:49 UTC
c0ab24b Fix conversion warning : replace unsigned int by std::size_t in map_i2i 04 July 2017, 08:28:26 UTC
838693d Add misisng :: 03 July 2017, 15:21:13 UTC
d878561 Merge pull request #2102 from afabri/Kernel_Weighted_point_without_conversion-GF Remove implicit conversions between points and weighted points 03 July 2017, 10:08:57 UTC
4d0d588 Merge pull request #1989 from maxGimeno/Plugins_use_SM-Convex_decomposition-GF convex decomposition work with Surface_mesh_item 03 July 2017, 10:08:48 UTC
1a5d74f Fixes 03 July 2017, 07:39:12 UTC
ccec9f4 Add missing semicolon. 03 July 2017, 07:35:15 UTC
b889359 FIx Polyhedron_demo for QGLViewer v2.7.0 03 July 2017, 07:35:14 UTC
722776b Fix Triangulation_3 demo for QGLViewer v2.7 03 July 2017, 07:35:14 UTC
c64f558 fir Surface_mesher demo for QGLViewer 2.7 03 July 2017, 07:35:14 UTC
609819b Fix PCA demo for QGLViewer 2.7 03 July 2017, 07:35:14 UTC
82f39da FIx Lloyd demo for QGLViewer 2.7 03 July 2017, 07:35:14 UTC
9bf422a fix T3 demo for QGLViewer v2.7.0 03 July 2017, 07:35:14 UTC
4a4cb68 FIx LCC demo for QGLViewer v2.7 03 July 2017, 07:35:14 UTC
5bd60df Fix kernel demo for QGLViewer 2.7.0 03 July 2017, 07:35:14 UTC
28d363d Fix misisng QMap in Alpha_shape_3 demo 03 July 2017, 07:35:13 UTC
caf33be Fix AABB_tree demo for QGLViewer 2.7 03 July 2017, 07:35:13 UTC
c522482 Merge branch 'master' into Polyhedron_demo-Volume_generator-GF 30 June 2017, 15:27:06 UTC
4c9bbc0 Merge branch 'master' into BGL-LCC-gdamiand 30 June 2017, 15:18:53 UTC
f5d9742 Merge branch 'releases/CGAL-4.10-branch' Merges two pull-requests: - Merge pull request #2214 from sloriot/AOS_2-fix_warnings > fix unused variable warnings - Merge pull request #2202 from maxGimeno/Fix_group_item_display > Polyhedron_demo: Fix group_item draw(). 30 June 2017, 14:52:12 UTC
2b49449 Merge pull request #2159 from sgiraudot/Scale_space_reconstruction_3-Separate_smoothing_and_meshing-GF Scale space reconstruction: Improve API 30 June 2017, 14:52:11 UTC
94788f8 Merge pull request #2173 from afabri/PMP-benchmark_fill_hole-GF Polygon_mesh_processing: Add performance comparison for hole filling in User Manual 30 June 2017, 14:52:11 UTC
95964a2 Merge pull request #2160 from sgiraudot/Poisson_reconstruction-Add_simple_functions-GF Poisson reconstruction: Provide a simple function 30 June 2017, 14:52:10 UTC
330dd54 Merge pull request #2200 from janetournois/Polyhedron_demo_-add_mesh_surface_w_border_in_closed_domain-GF Mesh_3 plugin made able to mesh surfaces with border inside a closed polyhedral domain 30 June 2017, 14:52:09 UTC
3edd876 Merge pull request #2089 from afabri/Surface_mesh_shortest_path-Surface_mesh_examples-GF Surface_mesh_shortest_path: Use Surface_mesh 30 June 2017, 14:52:09 UTC
adb33f1 Merge pull request #2214 from sloriot/AOS_2-fix_warnings fix unused variable warnings 30 June 2017, 14:52:08 UTC
981d271 Merge pull request #2181 from gdamiand/patch-1 Update CGAL_SetupFlags.cmake 30 June 2017, 14:52:07 UTC
4093a9c Merge pull request #1941 from maxGimeno/Polyhedron_demo-Use_sm_item-Oop-GF Polyhedron_demo: Use surface mesh item in Operations on polyhedra package 30 June 2017, 14:52:07 UTC
4adef02 Merge pull request #2209 from afabri/patch-2 Surface_mesh_simplification: Fix in User Manual 30 June 2017, 14:52:06 UTC
b5f95af Merge pull request #2208 from sloriot/AABB_tree-doc_update Aabb tree doc update 30 June 2017, 14:52:06 UTC
1dea1b7 Merge pull request #2214 from sloriot/AOS_2-fix_warnings fix unused variable warnings 30 June 2017, 14:48:03 UTC
6f0608f Merge pull request #2202 from maxGimeno/Fix_group_item_display Polyhedron_demo: Fix group_item draw(). 30 June 2017, 14:47:53 UTC
2061a16 Merge pull request #1917 from MaelRL/SM_Parameterization-BGL-GF Parameterization Facegraph 30 June 2017, 14:38:50 UTC
2726ed5 Use typename only in template code 30 June 2017, 14:36:31 UTC
7943d08 Fixed taking reference to temporary (ter) 30 June 2017, 09:40:14 UTC
02a9a91 Cleaned off useless 'using' 30 June 2017, 09:32:07 UTC
9aae7eb Cleaned some output from KDS 30 June 2017, 09:31:18 UTC
594a73f Merge remote-tracking branch 'mine/BGL-LCC-gdamiand' into BGL-LCC-gdamiand 29 June 2017, 14:38:32 UTC
685fe45 Bug fix in surface_intersection_sm_poly about filenames used by default. 29 June 2017, 14:35:37 UTC
cc4faa1 Reorder #include, trying to solve boost bug about flat_map.hpp. 29 June 2017, 14:35:02 UTC
1b8a291 indentation 29 June 2017, 11:27:59 UTC
d68b8b6 Fixed ref to temporary warning in KDS (bis) 29 June 2017, 09:26:11 UTC
7e9a39f Fix a compilation error in Travis fix the `check_pkg_Interpolation_headers` target 29 June 2017, 07:52:43 UTC
1511b06 Fix a compilation error in Travis fix the `check_pkg_Interpolation_headers` target 29 June 2017, 07:50:43 UTC
9551bae Fix a compilation error in Travis fix the `check_pkg_Interpolation_headers` target 29 June 2017, 07:45:00 UTC
57d14e8 Fix a compilation error in Travis fix the `check_pkg_Interpolation_headers` target 29 June 2017, 07:41:22 UTC
82d23da Fix a compilation error in Travis fix the `check_pkg_Interpolation_headers` target 29 June 2017, 07:40:47 UTC
1c55275 Fix a compilation error in Travis fix the `check_pkg_Interpolation_headers` target 29 June 2017, 07:40:15 UTC
f902b5b Fix a compilation error in Travis fix the `check_pkg_Interpolation_headers` target 29 June 2017, 07:39:56 UTC
back to top