https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
b501022 Minor doc fixes 16 January 2018, 17:10:55 UTC
17d17e1 Fixed indentation 16 January 2018, 16:30:15 UTC
bb9752f Actualized traits concepts 16 January 2018, 16:29:53 UTC
92f5c6f Updated doc of the sibson gradient fitting functions 16 January 2018, 16:08:24 UTC
5477e71 Minor doc fix 16 January 2018, 16:07:42 UTC
92b8b82 Fixed broken backward compatibility 16 January 2018, 15:34:43 UTC
fd41f61 Renamed template parameter in the documentation 16 January 2018, 15:34:17 UTC
af78813 Updated documentation of (natural|regular)_neighbor_coordinates_2 16 January 2018, 14:41:31 UTC
b2d534a Factorized some calls to construct_point_d 16 January 2018, 12:30:33 UTC
a321da4 Reference manual misc updates 16 January 2018, 12:30:17 UTC
8fb59e5 Updated doc of interpolation functions 16 January 2018, 12:30:04 UTC
c583d69 User manual improvements 15 January 2018, 17:37:52 UTC
6011d84 Replaced 'assert' with 'continue' This function takes a vertex handle vh and computes the coordinates in the hypothetical situation of vh being removed and querying at vh->point(). If vh is adjacent to the infinite vertex, then vh->point() will be outside the convex hull (most likely, could be on the boundary too). The base function taking a point can handle that case, it returns: (empty, 0, false). Rather than crashing, let the other function return 'false'. 15 January 2018, 17:30:11 UTC
a251b9c Minor example improvements 15 January 2018, 17:29:37 UTC
c5ca1a9 Added a simple example of nn_coordinates with OutputFunctor 15 January 2018, 16:40:59 UTC
bb0144e Improved examples (rn|nn)_coordinates_2.cpp 15 January 2018, 16:38:22 UTC
3629567 Remade figures, added new figure for regular neighbor coordinates 15 January 2018, 15:54:01 UTC
f53202f Fixed trailing whitespace in Interpolation/doc 15 January 2018, 14:18:34 UTC
f1e7785 Cleaned output 15 January 2018, 13:44:58 UTC
a893aa1 Added another test to regular neighbors 15 January 2018, 13:38:39 UTC
9efd5d3 Improved tests of interpolation functions Made it exhaustive and add new tests using OutputFunctor 15 January 2018, 13:34:44 UTC
179d7a8 Readability changes 15 January 2018, 13:25:45 UTC
1d02350 Fixed documentation link 15 January 2018, 12:30:04 UTC
07f948a Changed functor's result type Technically the point() function of the TriangulationVertexBase_2 concept has return type Point and not const Point& so we can't take a const ref here otherwise we might take refs to temporaries. 15 January 2018, 12:29:30 UTC
5eda1a3 Fixed regular neighbor coordinates when the query point is hidden 15 January 2018, 12:25:56 UTC
dc2ba4e Fixed missing macro around inexact_locate 15 January 2018, 10:51:41 UTC
9b32eaf Improved tests of natural/regular coordinates (2D) backward compatible + new tests 12 January 2018, 15:51:54 UTC
6eab4a3 Various minor to natural/regular coordinates 12 January 2018, 15:51:54 UTC
e14a78f Readability changes in Interpolation/test 12 January 2018, 15:51:53 UTC
65036be Fixed the creative indentation of the Interpolation Pkg's doc 12 January 2018, 15:51:53 UTC
d4c4fa5 Fixed trailing whitespace in the Pkg Interpolation 12 January 2018, 15:51:53 UTC
5ba80bc Clarified functor names 12 January 2018, 15:51:53 UTC
16a3911 Fixed examples after parameter order change 12 January 2018, 15:51:53 UTC
5b1dedd Improvements to sibson_gradient_fitting.h - better variable/template names - better function order - some simplifications and warning cleaning 12 January 2018, 15:51:53 UTC
e524776 Fixed compilation after functor name change 12 January 2018, 15:51:49 UTC
f2169d9 Added a comment 11 January 2018, 12:58:23 UTC
b260b7f Readability changes (no real changes) 11 January 2018, 10:49:19 UTC
e902bac Added missing overloads and cleaned code in (nn|rn)_coordinates_2 11 January 2018, 09:55:17 UTC
caf95c7 Generalized Interpolation helper functors and cleaned their names 11 January 2018, 09:52:44 UTC
0ae2f01 Fixed trailing whitespace and (some of the) inconsistent indentation No real changes. 10 January 2018, 15:03:49 UTC
1b30909 Re-ordered papers so that the compiled version shows up ordered 10 January 2018, 14:01:26 UTC
6421254 Merge branch 'Interpolation-vertices_V2-GF-old' into Interpolation-vertices_V2-GF 10 January 2018, 11:23:34 UTC
f93e6ab Merge pull request #2720 from Cory-Kramer/documentation_typo Fixed typo in tutorial documentation. 09 January 2018, 09:17:12 UTC
50028c0 Fixed typo in tutorial documentation. 08 January 2018, 18:50:38 UTC
689f5d8 Merge branch 'releases/CGAL-4.11-branch' 04 January 2018, 15:15:15 UTC
1a42439 Merge remote-tracking branch 'cgal/releases/CGAL-4.10-branch' into releases/CGAL-4.11-branch 04 January 2018, 15:14:18 UTC
9fe73a8 Merge pull request #2552 from maxGimeno/PMP_does_intersect-GF PMP: do_intersect 04 January 2018, 14:34:18 UTC
e3f78ff Merge pull request #2545 from maxGimeno/PMP_orient_connected_components-GF PMP : Orient_connected_components function 04 January 2018, 14:31:21 UTC
625df00 Merge pull request #2219 from afabri/BGL-generic_property_map-GF BGL: Add an API for adding and removing a property map 04 January 2018, 14:28:54 UTC
ad2468a fix cmake script 04 January 2018, 14:20:51 UTC
646b7d2 updated crontab (automated commit) 03 January 2018, 15:17:24 UTC
ae6d3af plurial 03 January 2018, 14:13:25 UTC
29ef1e5 make it clear than any intersection will make the predicate to return true 03 January 2018, 14:09:35 UTC
396fc1d add a note about exactness of the do intersect predicates 03 January 2018, 14:04:52 UTC
ba1664e specify that the point is a 3D point 03 January 2018, 12:48:27 UTC
93b5fd9 rephrasing 03 January 2018, 12:43:15 UTC
be51b90 add missing link and missing dots 03 January 2018, 12:35:17 UTC
2dda663 undo unwanted modification 03 January 2018, 08:11:12 UTC
d532063 Merge pull request #2700 from jasjuang/master fix incorrect INTERFACE_INCLUDE_DIRECTORIES that causes compilation error for downstream project 02 January 2018, 16:19:54 UTC
f55b1c6 fix sibson interpolation 02 January 2018, 16:16:30 UTC
8266b22 add missing overloads 02 January 2018, 16:16:03 UTC
374bd7e fix incorrect INTERFACE_INCLUDE_DIRECTORIES 02 January 2018, 16:06:13 UTC
4269a23 remove workaround for an old boost bug 02 January 2018, 12:45:51 UTC
d90c763 initialize the hedge status map + always do the update for new halfedge 02 January 2018, 10:33:41 UTC
3b70fdd Add an example that not yet compiles 27 December 2017, 15:10:32 UTC
bd5b1dd Add an example 27 December 2017, 15:07:21 UTC
bb608e2 Make it work for regular neighbors. Make Sibson geadient fitting write weighted points 27 December 2017, 12:37:28 UTC
9c6b131 updated crontab (automated commit) 26 December 2017, 10:33:38 UTC
70313c4 updated crontab (automated commit) 25 December 2017, 20:18:10 UTC
0cd89c4 Merge pull request #2571 from efifogel/MS_2-reduced_conv_collision_detection-efif Minkovski_sum_2: reduced conv collision detection 25 December 2017, 20:09:52 UTC
230ba20 update link to np page 22 December 2017, 22:01:09 UTC
4590be2 update link to np page 22 December 2017, 21:58:42 UTC
b946314 Merge remote-tracking branch 'cgal/releases/CGAL-4.11-branch' 22 December 2017, 21:50:15 UTC
2425c86 Merge pull request #2652 from MaelRL/SMP-Remove_Core_dependency-GF SMP: Remove Core dependency 22 December 2017, 21:37:41 UTC
6bbfed5 Merge pull request #2236 from efifogel/Aos_2-surface_sweep-efif Aos 2 surface sweep 22 December 2017, 21:32:15 UTC
03d36bb Merge pull request #2671 from efifogel/Aos_2-mon_symetric_observer-efif Aos_2: non symetrical observer 22 December 2017, 21:14:43 UTC
a68ee48 Merge pull request #2684 from janetournois/Polyhedron_demo-fix_warnings-GF Demo parameterization plugin : avoid conversion warning 22 December 2017, 21:12:58 UTC
b6cdb1a Merge pull request #2686 from sloriot/Demo-duplicate_nm_vertices Add plugin to duplicate non-manifold vertices 22 December 2017, 21:10:50 UTC
fb44258 Merge pull request #2682 from sloriot/BGL-nef_to_fg_triangulate_all Add an option to triangulate all the faces 22 December 2017, 21:10:01 UTC
49fa71b Merge pull request #2693 from maxGimeno/Fix_Mesh_3_with_tbb Polyhedron demo: Fix mesh_3 with TBB 22 December 2017, 21:08:38 UTC
bd81c51 Clean up. 22 December 2017, 11:30:18 UTC
0292905 all_default is a function 22 December 2017, 08:05:34 UTC
b65cb89 add missing include directive 21 December 2017, 14:40:05 UTC
ee297db Merge remote-tracking branch 'cgal/releases/CGAL-4.11-branch' 21 December 2017, 14:16:10 UTC
09a7f58 Merge remote-tracking branch 'cgal/releases/CGAL-4.10-branch' 21 December 2017, 14:15:20 UTC
b655d0c Merge pull request #2698 from sloriot/SMS-fix_tight_num_edges Fix #2643 21 December 2017, 14:14:42 UTC
989264e only the counts must be tight lSize must be num_edges as we use an array for edge property we access using halfedge index properties 21 December 2017, 14:08:20 UTC
fe65254 use unordered map instead of map 21 December 2017, 08:20:04 UTC
942db1b avoid conversion warnings 21 December 2017, 08:19:51 UTC
ed62129 Merge branch 'BGL-generic_property_map-GF' of github.com:afabri/cgal into BGL-generic_property_map-GF 20 December 2017, 15:44:29 UTC
7e7a76b Remove workaround in example for boost versions < 1.34 20 December 2017, 15:43:41 UTC
3fe2e28 Use sstream instead of lexical_cast 20 December 2017, 15:03:21 UTC
54b7272 add missing return statement 20 December 2017, 11:54:46 UTC
5a2af31 Add misisng CGAL_target_use_TBB for scene_c3t3_item 20 December 2017, 10:51:46 UTC
5a7cf22 readd trailing whitespaces added by the script 20 December 2017, 08:54:43 UTC
66797a5 remove unused type 20 December 2017, 08:30:44 UTC
ddd4112 use named parameter 20 December 2017, 08:26:48 UTC
8f0c098 do not use Polyline typedef as it conflicts on windows 20 December 2017, 08:24:44 UTC
a6f1ab5 Add an example and the implementation history 19 December 2017, 17:58:25 UTC
f31165d move helper classes in a subdirectory/namespace/file 19 December 2017, 17:44:08 UTC
back to top