https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
2568337 Make subdivisions_plugin work with sm_items 12 July 2017, 08:53:24 UTC
0520e53 Add a SM version for the Parameterization_plugin. 12 July 2017, 08:28:28 UTC
0e1a5f7 fix: Weighted_point_3 is templated by K, and not FT! 12 July 2017, 08:22:51 UTC
bad0922 Re-introduce the deprecation warning for <CGAL/Weighted_point.h> 12 July 2017, 08:19:59 UTC
7fbf097 Add edges protection for sm_item 12 July 2017, 08:08:33 UTC
bfa2703 Polyhedron/Plugins/IO/VTK_plugin: remove typename not spotted in the testsuite as for VC++ we do not have vtk installed. 12 July 2017, 07:44:07 UTC
ce4923b use mathjax instead of html symbol 12 July 2017, 07:18:23 UTC
41edf00 Deactivate visual studio warning on LASlib DLL 12 July 2017, 06:13:41 UTC
3ff34b4 cleanup 11 July 2017, 18:32:23 UTC
886bd84 Make the dynamic property map an implementation detail 11 July 2017, 18:32:23 UTC
24012f3 Fix testsuite for isotropic remeshing of an OpenMesh - it now works 11 July 2017, 18:32:23 UTC
c019f0a make target_edge_length bigger when do_protect is set to true, target_edge_length cannot be too small or it would prevent from terminating 11 July 2017, 18:32:23 UTC
e9a5aab add missing typenames 11 July 2017, 18:32:23 UTC
d291f57 Add a testcase for isotropic remeshing of Polyhedron and OpenMesh 11 July 2017, 18:32:23 UTC
5ba2161 Make isotropic remeshing compile with OpenMesh 11 July 2017, 18:32:22 UTC
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
b1c0897 Fix missing #include 11 July 2017, 13:55:05 UTC
ec7888c No need to do the complete specialization several times 11 July 2017, 13:20:51 UTC
c533398 Replace >5000 function calls with an array of that size 11 July 2017, 13:20:25 UTC
40d65ab Disable CTest for demo/Triangulation_3_Geomview_demos/ 11 July 2017, 12:55:50 UTC
ef2f6cd Remove remaining use of <CGAL/Weighted_point.h> 11 July 2017, 11:35:41 UTC
d5ada52 Revert "Change comment to avoid warning" This reverts commit 424c01285d0901684c20b3b14bdd62e3da64efee. 11 July 2017, 11:32:03 UTC
1842d57 Refresh with CGAL::Weighted_point_3 11 July 2017, 11:30:39 UTC
0d3c455 Remove unused Boost MPL headers 11 July 2017, 11:30:19 UTC
e863e53 Remove unused files 11 July 2017, 11:21:58 UTC
56919f9 Fix static assertion by using a templated tag false 11 July 2017, 09:59:40 UTC
931a0a2 second fix for: Add hack in config.h for boost detection of CXX11 features with ICC 11 July 2017, 09:59:40 UTC
66cd564 Warning fix: missing return 11 July 2017, 09:59:40 UTC
99bd05e Remove useless include in example 11 July 2017, 09:59:39 UTC
914a6fe Add non-CXX11 overloads of PLY/LAS IO for Point_set_3 to display error messages 11 July 2017, 09:59:39 UTC
33871ea fix: "Add hack in config.h for boost detection of CXX11 features with ICC" We have to check `__GXX_EXPERIMENTAL_CXX0X__`. The issue in Boost-1.53 is that the other macro `__GXX_EXPERIMENTAL_CPP0X__` is checked instead. 11 July 2017, 09:59:39 UTC
6bc9fb5 Add hack in config.h for boost detection of CXX11 features with ICC 11 July 2017, 09:59:18 UTC
09c11ca Add second missing :: 11 July 2017, 09:58:54 UTC
a576d01 Fix CMakeLists for Point_set_3 examples 11 July 2017, 09:58:54 UTC
eed458b Fix binary write bug 11 July 2017, 09:58:54 UTC
b4bf70c use the import instruction of LasReader_LAS 11 July 2017, 09:58:54 UTC
dce27d7 add missing includes 11 July 2017, 09:58:54 UTC
238f3af Fix: use cpp11::tuple in examples 11 July 2017, 09:58:54 UTC
fbe9e78 Use std:: everywhere for tuples (make_tuple, get, etc.) 11 July 2017, 09:58:54 UTC
955100b Force using std::tuple 11 July 2017, 09:58:54 UTC
fb458b9 Whitelist also the (read|write)_ply_points.h 11 July 2017, 09:58:53 UTC
back to top