https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
c35a018 Move add and remove of property maps in namespace internal (realizing that it is wrong to claim that it works for any FaceGraph 11 July 2017, 18:31:34 UTC
0c31d90 Fix author 11 July 2017, 18:31:34 UTC
1a91e52 Remove unused parameter 11 July 2017, 18:31:34 UTC
a4a3064 Fix warnings 11 July 2017, 18:31:34 UTC
860cf84 fix the own_tree logic, that is not valid anymore the question is to know whether the vector<AABB_tree*> is built or not 11 July 2017, 18:31:34 UTC
2107b95 remove examples on how to use generic dynamic properties they need to be reviewed first 11 July 2017, 18:31:34 UTC
63c3881 comments cleaning 11 July 2017, 18:31:34 UTC
0185563 remove default constructor for Connected_components_pmap keep only one constructor, and compute the connected components only conditionally when they are needed 11 July 2017, 18:31:34 UTC
20c8e9a rename default to default_value default is a c++ keyword 11 July 2017, 18:31:33 UTC
7f9abe0 remove outdated comment 11 July 2017, 18:31:33 UTC
108a8ec fix the use of Connected_components_pmap when one is given by the user, we don't want to remove it when we compute one on-the-fly, we do also fix the debug code accordingly 11 July 2017, 18:31:33 UTC
67cd206 Dynamic_polyhedron_property_map needs a default constructor, and we specify remove() to avoid ambiguities 11 July 2017, 18:31:33 UTC
44c6114 use the new dynamic property map system for the halfedge_status_pmap 11 July 2017, 18:31:33 UTC
af31632 make it work with OpenMesh (almost, as the default value of the map is missing 11 July 2017, 18:31:33 UTC
2e1b752 use the new dynamic property map system for the face_patch_map 11 July 2017, 18:31:33 UTC
2bfd037 Add keyword template 11 July 2017, 18:31:31 UTC
2213628 first attempt to remove SM_HALFEDGE_STATUS_PMAP there is some cleaning left to do, including the dealing with remove_property_map 11 July 2017, 18:31:31 UTC
07cb8df cleaning 11 July 2017, 18:31:31 UTC
436c5ce remove output to a file to save time in the testsuite 11 July 2017, 18:31:31 UTC
63588be cleaning of example 11 July 2017, 18:31:31 UTC
1b41423 fix variable name 11 July 2017, 18:31:31 UTC
47d9d02 operator has only three parameters 11 July 2017, 18:31:31 UTC
4665299 Filtered predicate for Collinear_3 11 July 2017, 18:31:31 UTC
3aff308 remove redefining typedef 11 July 2017, 18:31:31 UTC
e3bac6b Add static filter 11 July 2017, 18:31:31 UTC
79308d1 Add the skeleton for the Collinear_3 static filter 11 July 2017, 18:31:30 UTC
4fa718e Use CGAL::abs() instead of fabs() 11 July 2017, 18:31:30 UTC
6bc3393 small fixes 11 July 2017, 18:31:30 UTC
bc180e4 Add filtered predicate for Do_intersect_3 with Sphere and Bbox 11 July 2017, 18:31:30 UTC
19f3f23 handcrafted surface_mesh::degree() function 11 July 2017, 18:31:30 UTC
0e8397e Add typename 11 July 2017, 18:31:30 UTC
704b8c8 If there is only 1 connected component there is no corner 11 July 2017, 18:31:30 UTC
7a5f38c bug fix for 3220c14 11 July 2017, 18:31:30 UTC
72de5a4 Reserve to avoid reallocation 11 July 2017, 18:31:30 UTC
db1a11b Reserve to avoid reallocation 11 July 2017, 18:31:29 UTC
ecaad9a If there is only 1 connected component a vertex IS on the patch 11 July 2017, 18:31:29 UTC
4e76d56 If there is only 1 connected component, we don't need a map to look up the same value 11 July 2017, 18:31:29 UTC
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
back to top