sort by:
Revision Author Date Message Commit Date
864ef08 Merge pull request #3154 from afabri/Polyhedron_demo-less_includes-GF Polyhedron demo: fewer includes 25 July 2018, 16:55:19 UTC
d05df53 Merge pull request #2658 from MaelRL/Periodic_3_mesh_3-Feature-MBogdanov Periodic_3_mesh_3, new package 25 July 2018, 16:55:12 UTC
3f9e229 Merge pull request #3252 from sloriot/PMP-autorefine_bugfixes Autorefine bug-fix 25 July 2018, 16:53:57 UTC
302cebf check iterator is valid before dereferencing it 25 July 2018, 15:04:40 UTC
52eeebd fix windows warning 25 July 2018, 12:43:14 UTC
3aa615d Merge branch 'master' into Polyhedron_demo-less_includes-GF 24 July 2018, 11:46:57 UTC
da76851 handle special case when intersection segments shares a common endpoint 23 July 2018, 15:13:58 UTC
fdec8a2 print real vertex counts 23 July 2018, 08:11:51 UTC
29f8037 Merge branch 'releases/CGAL-4.12-branch' 20 July 2018, 15:46:58 UTC
908311e Merge branch 'releases/CGAL-4.11-branch' into releases/CGAL-4.12-branch 20 July 2018, 15:34:47 UTC
540a181 Merge pull request #3232 from lrineau/Triangulation_2-Debug_CDT2-lrineau Fix CDT_2 errors, using snapping of intersection points (cont.) 20 July 2018, 15:32:52 UTC
7628299 Merge pull request #3116 from kkatrio/convex_hull_function Extreme points 20 July 2018, 15:20:19 UTC
0585ffc Merge pull request #3232 from lrineau/Triangulation_2-Debug_CDT2-lrineau Fix CDT_2 errors, using snapping of intersection points (cont.) 20 July 2018, 15:20:16 UTC
c6f945b Merge pull request #3236 from sloriot/PMP-speed_up_distance Do not build the kd-tree twice 20 July 2018, 15:20:13 UTC
1723ba2 Merge pull request #3240 from sloriot/AABB_tree-protect_kd_tree Build the kd-tree only if the AABB-tree is built 20 July 2018, 15:20:08 UTC
ad208d8 Merge pull request #3198 from maxGimeno/Demo-Fix_for_windows-GF Polyhedron Demo: Big fix for windows 20 July 2018, 09:46:08 UTC
f1175d3 Fixed useless variable not being initialized 20 July 2018, 08:48:00 UTC
21748e0 make vertex counts tight 20 July 2018, 08:15:22 UTC
df75e1f more data to test + check for triple intersection 20 July 2018, 07:58:49 UTC
d514411 re-add files removed during git filter-branch 19 July 2018, 19:47:31 UTC
efd971c Reworked with/without subdomain index handling 19 July 2018, 08:42:13 UTC
7ac1417 Use a resize function to allow to use arrays 19 July 2018, 08:32:33 UTC
97cb7bb Removed orientation.h dependency 19 July 2018, 08:32:03 UTC
327f7d8 Merge branch 'master' into convex_hull_function 19 July 2018, 08:21:26 UTC
e885074 Merge pull request #3226 from maxGimeno/Convex_hull_3-Make_minimal_hull-GF Convex_hull_3: Make it minimal. 18 July 2018, 16:48:26 UTC
758104c Merge branch 'Periodic_3_mesh_3-Feature-MBogdanov-old' into Periodic_3_mesh_3-Feature-MBogdanov 18 July 2018, 15:42:23 UTC
543495e build the kd-tree only if the AABB-tree is built this avoid issues when using thread where the kd-tree is used while being reconstructed 18 July 2018, 15:40:09 UTC
71cd693 Simply call insert in 'insert_in_hole' of the periodic mesh triangulation 18 July 2018, 15:33:37 UTC
80f69e0 Fixed c3t3 facets extraction in the demo 18 July 2018, 15:18:17 UTC
e5cbe7e Use facets_in_complex_3_to_TM in Boundary_of_subdomain off functions 18 July 2018, 15:17:47 UTC
7fcb3d6 Reworked facets in complex extractor Some optimizations, orient properly, create an internal function to extract a specific subdomain index 18 July 2018, 15:17:15 UTC
7c68a8a Added a quick return to P3RT3 set_point() if the new position is the current one 18 July 2018, 14:51:43 UTC
8baecca Added a quick return in topo change checks Useful because it returns 'true' for periodic triangulations, whereas it normally always returns 'false'. This means that set_point() is used in move_point(), which also has a quick return for periodic triangulation when calling set_point() with the same position as the current vertex position. 18 July 2018, 14:50:18 UTC
542bf5f Cleaned C3T3_helpers output 17 July 2018, 16:24:10 UTC
3a3bfcf do not build the kd-tree twice build() will trigger the computation of the kd-tree if it was already built 17 July 2018, 12:31:53 UTC
390967d Fix warnings 16 July 2018, 12:24:53 UTC
d1ac382 update changes 16 July 2018, 11:59:51 UTC
bd74024 Merge remote-tracking branch 'cgal/master' 16 July 2018, 09:16:22 UTC
da14713 updated crontab (automated commit) 16 July 2018, 09:16:10 UTC
bbef4cf Merge branch 'releases/CGAL-4.12-branch' 16 July 2018, 09:13:48 UTC
e92a377 Merge pull request #3230 from MaelRL/Polygon_2-Fix_filter_collinear_points-GF Polygon: Fix `filter_collinear_points()` early return 16 July 2018, 09:12:59 UTC
919b9af Merge pull request #3229 from lrineau/Installation-fix_compatibility_with_CMake_3.13-GF Set CMP0077 to OLD (new in CMake-3.13) 16 July 2018, 09:12:56 UTC
87715e3 Merge pull request #3224 from sloriot/BGL-fix_getGT Fix GetGeomTraits 16 July 2018, 09:12:53 UTC
2aff50e Merge pull request #3222 from sloriot/Demo-join_fix Fix join plugin 16 July 2018, 09:12:50 UTC
c40e0fe Merge pull request #3221 from maxGimeno/Demo-Transparency-enhancements-GF Polyhedron Demo: minor fixes and enhancements 16 July 2018, 09:12:47 UTC
bd89f70 Merge pull request #3220 from sgiraudot/Polyhedron_demo-Fix_normal_facet_computation_for_triangulation-GF Polyhedron demo: Fix normal facet computation for triangulation 16 July 2018, 09:12:43 UTC
1e211dd Merge pull request #3219 from lrineau/Windows_installer-fix_header_only-GF Add CGALConfig.cmake to the Windows installer 16 July 2018, 09:12:40 UTC
4f8e556 Merge pull request #3217 from maxGimeno/Demo-Fix_load_items-GF Polyhedron demo: Fix Load Item 16 July 2018, 09:12:37 UTC
d1dbe27 Merge pull request #3230 from MaelRL/Polygon_2-Fix_filter_collinear_points-GF Polygon: Fix `filter_collinear_points()` early return 16 July 2018, 09:11:41 UTC
2bc2c9b Merge pull request #3229 from lrineau/Installation-fix_compatibility_with_CMake_3.13-GF Set CMP0077 to OLD (new in CMake-3.13) 16 July 2018, 09:11:38 UTC
bc4d63b Merge pull request #3220 from sgiraudot/Polyhedron_demo-Fix_normal_facet_computation_for_triangulation-GF Polyhedron demo: Fix normal facet computation for triangulation 16 July 2018, 09:11:35 UTC
f02d81e Merge pull request #3219 from lrineau/Windows_installer-fix_header_only-GF Add CGALConfig.cmake to the Windows installer 16 July 2018, 09:11:32 UTC
fcd1135 Merge pull request #3224 from sloriot/BGL-fix_getGT Fix GetGeomTraits 16 July 2018, 09:11:29 UTC
2d89a5e Fix a warning for Linux 32 bits test/Kernel_23/test_bbox.cpp:38: warning: integer constant is too large for ‘long’ type 16 July 2018, 08:56:41 UTC
2f319d3 Remove init_iterators. It works without and like this there is no need to change the traits 16 July 2018, 07:58:15 UTC
8a289ed Fix picking 13 July 2018, 15:36:31 UTC
e900b68 Add a test of Bbox_[23]::dilate 13 July 2018, 15:28:15 UTC
29f1f51 add a test for bug #2999 13 July 2018, 15:15:23 UTC
87517ac Fix Bbox_[23]::dilate `boost::math::float_advance` does not modify its argument, but returns a value! The previous version of the code was not modifying the bbox at all, and the point snapping was active. 13 July 2018, 15:01:10 UTC
0037edc use statically filtered predicate 13 July 2018, 14:56:16 UTC
d3a8a07 do not use negative side change plane's orientation instead 13 July 2018, 14:47:11 UTC
8ae27f4 Fix Circular_kernel and PCA demo 13 July 2018, 11:56:46 UTC
ad0da60 Add missing include 13 July 2018, 09:47:47 UTC
fa6b5af Added a test 13 July 2018, 09:41:29 UTC
85d668c Rename for loop varibale 13 July 2018, 09:38:31 UTC
47e97bb Added some stronger (yet natural) preconditions to filter_collinear_points() The range of points must describe a Polygon that is not completely flat, thus: - at least three points - points are not all collinear (up to the tolerance) 13 July 2018, 09:36:48 UTC
867ee52 Fixed erroneous early return in filter_collinear_points 13 July 2018, 09:36:23 UTC
6079b38 Set CMP0077 to OLD (new in CMake-3.13) 13 July 2018, 09:24:50 UTC
9783eae Do not normalize normal 13 July 2018, 07:58:31 UTC
c945d27 Fix Convex_hull_3 so it becomes minimal. 12 July 2018, 14:49:27 UTC
9294c33 Fix displayId. 12 July 2018, 12:29:00 UTC
c9114b3 Merge branch 'master' into Demo-Fix_for_windows-GF 12 July 2018, 09:58:01 UTC
3ab9482 Merge branch 'releases/CGAL-4.12-branch' 12 July 2018, 09:37:49 UTC
5023020 Merge pull request #3126 from sgiraudot/Classification-Clusters_and_meshes-GF Classification 2.0 12 July 2018, 09:37:13 UTC
401c22a Merge pull request #3043 from lrineau/Polyhedron-demo_offset_plugin_Mesh_3_triangle_soup-GF Polyhedron demo: reimplement offset_meshing_plugin with Mesh_3 12 July 2018, 09:37:10 UTC
2efb4e7 Merge pull request #3218 from maxGimeno/Demo-Plugins_path-GF Polyhedron Demo: Fix path to external plugins 12 July 2018, 09:37:07 UTC
c63a7c7 Merge pull request #3214 from sloriot/PMP-autorefine_identical_points Make sure identical vertices have identical coordinates in autorefinement 12 July 2018, 09:32:49 UTC
8e5c75e Merge pull request #3213 from sloriot/PMP-stitch_vertices_removal_bug_fix Stitch bug fix 12 July 2018, 09:32:45 UTC
080b2a7 we should also check whether a vertex point map was given as parameter 11 July 2018, 14:52:36 UTC
b50bd6d Fix SelectAll() 11 July 2018, 13:08:27 UTC
d1104a4 Fix Copy/paste camera 11 July 2018, 12:47:03 UTC
dffa2c1 indices are not necessarily sorted and depend of user selection 11 July 2018, 12:05:27 UTC
156c9e7 updated crontab (automated commit) 11 July 2018, 10:18:03 UTC
2108608 Fix ZoomToObject 11 July 2018, 09:42:48 UTC
81ec960 Bugfix: handle cases where the first three points of a non-triangular facet are aligned 11 July 2018, 09:42:25 UTC
2a0fe4d Move alpha slider in the first part of the menu and make it "groupable" so it is possible to change alpha for all selected items. 11 July 2018, 09:25:39 UTC
d749928 Use the QFileInfo's size to check the file isn't empty. 11 July 2018, 07:47:01 UTC
fcf16d3 Fix Periodic-3 demos 10 July 2018, 14:32:22 UTC
f6bbb2b Add CGALConfig.cmake to the Windows installer Otherwise, the CGAL header-only cannot be used (with CMake) if CGAL source were installed by the Windows installer. 10 July 2018, 14:03:32 UTC
72f0c4a Fix the obvious bug 10 July 2018, 13:47:40 UTC
afe27c5 updated crontab (automated commit) 10 July 2018, 13:18:05 UTC
fd7e7fb Add the plugin dir to the path for windows. 10 July 2018, 09:11:55 UTC
245a2cf Ask for read permission instead of write permisison when loading an item. 10 July 2018, 07:43:40 UTC
4ca9d8b Fix Alpha Shapes 3 demo 10 July 2018, 07:35:17 UTC
1d923e2 register all vertices for autorefinement this is useful to guarantee that the final floating point coordinates are identical 09 July 2018, 14:41:46 UTC
6f22087 Use adapted char as list separator in env_path 09 July 2018, 13:17:22 UTC
f395672 Fix Polyhedron_item 09 July 2018, 12:51:36 UTC
ba8356c do not delete twice a vertex in case it was already updated 09 July 2018, 09:22:19 UTC
792efdf Fix Polylines display 09 July 2018, 08:26:43 UTC
cf91f70 Merge branch 'cgal/releases/CGAL-4.12-branch' 09 July 2018, 07:26:24 UTC
back to top