swh:1:snp:78e145aa8174e576786284475a76cf6f187b3475

sort by:
Revision Author Date Message Commit Date
6aab09c Merge pull request #3179 from MaelRL/T3-Fix_doc-GF Triangulation_3: Minor doc fixes 20 June 2018, 15:18:50 UTC
46961e7 Merge pull request #3168 from MaelRL/Kernel23-Fix_weighted_point_translate_doc-GF Kernel_23: Fix some doc issue with weighted points 20 June 2018, 15:18:47 UTC
f4ae634 Merge pull request #3182 from MaelRL/Kernel_23-Fix_doc_typo-GF Kernel_23: Fix typo in doc 20 June 2018, 10:01:32 UTC
d3a57af Fixed variable name 20 June 2018, 09:34:16 UTC
174f6fa Fixed various minor doc bugs (missing const&, grammar, wrong point type) 18 June 2018, 20:09:11 UTC
e742206 Merge pull request #3166 from sloriot/Core-bigfloat_from_ui Add missing constructor for unsigned int 14 June 2018, 15:32:32 UTC
d4011f3 Fixed result_of function signature 13 June 2018, 08:37:24 UTC
1090fec Removed weird sentence in (weighted_)points bbox()'s doc 13 June 2018, 08:35:22 UTC
e3e6403 Merge pull request #3142 from sgiraudot/Spatial_searching-Fix_disable_if-GF Spatial Searching: bugfix disable_if 12 June 2018, 14:31:26 UTC
ac0779b Removed erroneous documentation about translation of weighted points 12 June 2018, 14:06:25 UTC
7511b3e add missing constructor for unsigned int 12 June 2018, 10:59:51 UTC
d0c9081 CGAL-4.11 is incompatible with Qt5>=5.11 11 June 2018, 09:20:34 UTC
45afed1 Include enable_if.hpp header 06 June 2018, 06:15:54 UTC
e5ff062 Remove extra semicolon 04 June 2018, 08:48:08 UTC
ff5120e Add test of Search traits adapter with Identity map 04 June 2018, 08:36:13 UTC
7b0c4e0 Bugfix: make disable_if work using template and add it to Search_traits_adapter 04 June 2018, 08:03:30 UTC
2770a7f Merge pull request #2954 from MaelRL/Spatial_searching-Fix_fuziness_doc-GF Spatial searching: rework fuzzy items 01 June 2018, 15:16:23 UTC
6755830 Merge pull request #3098 from lrineau/Triangulation_2-Debug_CDT2-lrineau Fix CDT_2 errors, using snapping of intersection points 01 June 2018, 15:16:20 UTC
fff92e0 Merge pull request #3122 from MaelRL/T23-Fix_functor_return_type-GF Triangulation_23: fix wrong return type in spatial_sort functor 01 June 2018, 15:16:17 UTC
8fa2670 fix Bbox_2::dilate() 30 May 2018, 12:34:34 UTC
469b904 Fix doc 30 May 2018, 12:34:34 UTC
1123afb Add Bbox_{2,3}.dilate(int) so that the snapping in the CT_2 also works with Projection_traits classes 30 May 2018, 12:34:34 UTC
c40d712 Fix CDT_2 errors, using snapping of intersection points When `Constrained_triangulation_2` computes the intersection of two segments, with a floating-point number type, and with `Exact_predicates_tag`, the computed intersection point is snapped to an extremity of the two segments, if it is closest to 4 ulp (with the l-inf distance). That value `4` can be changed by defining the macro `CGAL_CDT_2_INTERSECTION_SNAPPING_ULP_DISTANCE` to another value. 30 May 2018, 12:34:34 UTC
8ac412c Fixed missing includes 29 May 2018, 13:29:19 UTC
aa95bed Added guard object 'Set_ieee_double_precision' Fixes issues on 32-bit platforms, see: https://github.com/CGAL/cgal/pull/2954#issuecomment-384974067 28 May 2018, 15:16:42 UTC
d1803dc Fixed random seed propagation (bis) 28 May 2018, 15:12:44 UTC
8fb3f1a Improved RT3's tests of "insertion with info" types of functions 28 May 2018, 13:45:02 UTC
e9d3b97 Fixed taking a reference to a temporary (when using EPECK) 28 May 2018, 13:43:45 UTC
182e766 Properly propagate the random seed 16 May 2018, 08:40:34 UTC
1e8f8ab Fixed constructing field type from non-int variables 16 May 2018, 08:38:47 UTC
a0a6afe Fixed warning (?) My kingdom for readable Windows compilation messages 16 May 2018, 08:38:47 UTC
5d0858a Merge pull request #2991 from afabri/BGL-fix_add_vertex_and_face_to_border-GF Fix Euler::add_vertex_and_face_to_border() 24 April 2018, 15:31:47 UTC
39c17ef Merge pull request #3028 from sloriot/Argt-missing_const Add missing const 24 April 2018, 15:31:39 UTC
fd9cfb2 Merge pull request #3003 from afabri/Parameterization-inline-GF Surface_mesh_parameterization: inline get_error_message() 24 April 2018, 15:31:31 UTC
27ff7ce Merge pull request #3014 from sgiraudot/PSP-Fix_ply_reading_properties_4.11-GF PSP: Fix PLY reading properties other than those of vertices (4.11) 20 April 2018, 13:09:50 UTC
40d1550 'if' into 'else if' since min_coord(i) <= max_coord(i) 19 April 2018, 13:59:21 UTC
e3ec375 Fixed warning 19 April 2018, 12:17:20 UTC
aad08c6 Improved class documentation of fuzzy models 19 April 2018, 12:16:49 UTC
6897cde Do not use an inner approx if 'eps > r' 19 April 2018, 12:16:12 UTC
15d9257 Readability changes 19 April 2018, 12:15:56 UTC
7b51096 Use CGAL::square 19 April 2018, 12:14:43 UTC
e0d0599 add missing const 17 April 2018, 14:01:35 UTC
0dde431 Qualify with CGAL:: as is_border cannot be found with ADL for OpenMesh 17 April 2018, 05:51:43 UTC
a06c5aa Call function with CGAL:: 13 April 2018, 08:37:10 UTC
a0bd3e0 Fix PLY reading properties other than those of vertices 12 April 2018, 09:48:51 UTC
36a25cf Use CGAL_USE 12 April 2018, 07:13:20 UTC
0f2f219 inline get_error_message() 10 April 2018, 11:34:10 UTC
6477d8b Add a real test 09 April 2018, 10:51:15 UTC
2c971e7 Merge pull request #2995 from MaelRL/Doc-Fix_minor_issues-GF Doc: fix minor issues in Surface_mesh and SMP 09 April 2018, 08:00:51 UTC
10c473f Merge pull request #2976 from maxGimeno/BGL-Fix_make_icosahedron-GF BGL: fix orientation of make_icosahedron() 06 April 2018, 15:55:18 UTC
80617a7 Fixed minor doc issues in SMP 06 April 2018, 09:58:28 UTC
5ff2a0d Fixed minor doc issues in Surface_mesh 06 April 2018, 09:48:13 UTC
01a82a3 Fix selection tool accordingly 06 April 2018, 09:38:42 UTC
0eb502c Fix Euler::add_vertex_and_face_to_border() 06 April 2018, 09:38:15 UTC
2f60d87 Replace cw by clockwise 03 April 2018, 12:03:55 UTC
ed3a7af document cw orientation 03 April 2018, 08:40:57 UTC
9eb63c6 Orient icosahedron CW to fit the orientation of other helpers. 03 April 2018, 08:36:22 UTC
1ec408f Merge pull request #2958 from sloriot/PMP-coref_more_coplanar_fixes Update incorrectly handled coplanar intersection computation 28 March 2018, 15:45:19 UTC
8553713 update incorrectly handled coplanar intersection computation follow up of 6bb6f470c4 26 March 2018, 09:20:16 UTC
3901fd9 Merge pull request #2918 from MaelRL/Polygon-Is_simple_with_empty_polygon-GF Polygon: avoid segfaulting when the polygon/range is empty 26 March 2018, 08:52:41 UTC
68477cf Merge pull request #2923 from MaelRL/T3-Fix_tbb_sequential_initialization-GF T3: Fix missing bound check in the sequential insertion phase of parallel triangulations 26 March 2018, 08:52:40 UTC
69ec034 Merge pull request #2930 from MaelRL/Box_intersection_d-Fix_duplicates-GF Box intersection d : minor bug fix and doc enhancement 26 March 2018, 08:52:39 UTC
77ff30e Merge pull request #2931 from sloriot/Kernel-plane_basis_determinism Fix the determinism of the computation of point and base vectors 26 March 2018, 08:52:37 UTC
45d2b95 Merge pull request #2944 from sloriot/PMP-coref_coplanar_fix Fix a coplanar triangle intersection 26 March 2018, 08:52:36 UTC
8734293 Merge pull request #2950 from janetournois/Mesh_3-c3t3_corners_doc_fix-jtournois C3T3 doc fix : `number_of_corners()` 26 March 2018, 08:52:34 UTC
05ebc4f Improved tests: always add random points on inner/outer approximation boundaries 23 March 2018, 21:46:31 UTC
e9682de Fixed typo 23 March 2018, 16:36:23 UTC
68a9f9c Fixed boost include 23 March 2018, 16:08:06 UTC
eb32927 Improved tests of Fuzzy sphere and iso box 23 March 2018, 16:07:54 UTC
65be294 Reworked Fuzzy_sphere Same as a6f52ffc31029bb1d3e2c075413766c4a14ddfd9 - Also fixed the way eps > r is handled - Cached the inner and outer squared radius instead of recomputing every time 23 March 2018, 16:06:08 UTC
a6f52ff Reworked Fuzzy_iso_box - points on the boundary of the inner approximation are always reported - points on the boundary of the outer approximation may or may not be reported 23 March 2018, 16:03:17 UTC
437aa0d Minor readability change 23 March 2018, 16:02:46 UTC
d0381a9 Changed how query points are returned in fuzzy items (doc) - points on the boundary of the inner approximation are always returned - points on the boundary of the outer approximation may or may not be returned 23 March 2018, 16:02:35 UTC
724a5a5 Removed useless include 23 March 2018, 15:59:36 UTC
b9f4a4e implement number_of_corners(), that is documented 23 March 2018, 10:54:53 UTC
5ac449d remove function that makes no sense from the doc there cannot be 2 corners with the same index 23 March 2018, 10:54:45 UTC
6bb6f47 update incorrectly handled coplanar intersection computation 21 March 2018, 15:51:24 UTC
9240f29 update test to check both combinaisons 21 March 2018, 15:51:24 UTC
2854734 Moved is_simple_2()'s empty test to SimplicityTest's degenerate tests 20 March 2018, 09:56:57 UTC
a443f85 fix the determinism of the computation of point and base vectors possibly will return true in case the evaluation lead to true or false as possible values. If the exact value is computed or interval refined, false could be the true value which has a consequence will give a different result for point or base vector. 16 March 2018, 13:33:51 UTC
d872955 Various doc improvements 15 March 2018, 12:50:54 UTC
1dfbec3 Minor output fix 15 March 2018, 11:25:41 UTC
3ae153e Added a comment to explain why there is duplication 15 March 2018, 11:25:14 UTC
9919879 Fixed cutoff parameter not being properly propagated and simplified the default initilization functions 15 March 2018, 11:23:33 UTC
b080804 Fixed missing bound check in the sequential insertion phase If the input point set is degenerate, dimension() < 3 is always 'true' and we will eventually try to read beyond the end of the points vector. See issue https://github.com/CGAL/cgal/issues/2922 13 March 2018, 10:14:06 UTC
efb6794 Add a test 12 March 2018, 10:14:23 UTC
4d67ff3 Avoid a segfault when is_simple() is called with an empty polygon/range 12 March 2018, 10:13:35 UTC
2974716 Merge pull request #2903 from maxGimeno/Fix_doc_ts_display-GF Documentation: change header 09 March 2018, 17:39:08 UTC
cb9f03a Merge pull request #2910 from luis4a0/Algebraic_kernel_d-RS_MPFR_compatibility-Luis Algebraic kernel d RS-Fix compatibility of MPFR, MPFI and RS. 09 March 2018, 17:38:58 UTC
a8c8d6f Fix MPFR/MPFI check when MPFI is not present. 08 March 2018, 13:05:26 UTC
6200edc Forbid MPFR 3.1.[3456] when using RS. 08 March 2018, 09:12:42 UTC
ec8ddad Check that MPFR/MPFI versions match. MPFI >=1.5.2 only works with MPFR >=4.0.0. MPFI < 1.5.2 only works with MPFR < 4.0.0. This check is performed at CMake level, when configuring MPFI. 08 March 2018, 09:12:42 UTC
2ec9b10 Back port the modifications of header. 07 March 2018, 07:36:12 UTC
1b88e81 Merge pull request #2873 from sgiraudot/Kernel-Fix_pair_bug_in_circle_3-GF Bugfix: pair not compatible with Circle_3 (clang) 02 March 2018, 15:29:54 UTC
8fced38 This branch now targets CGAL-4.11.2 27 February 2018, 17:35:14 UTC
2785994 Announcement for CGAL-4.11.1 27 February 2018, 10:03:14 UTC
e9505dc Bugfix: pair not compatible with Circle_3 (clang) 26 February 2018, 14:12:53 UTC
74a8eb1 Merge pull request #2853 from MaelRL/Generator-Fix_missing_domain_check-GF Generator: Fix `random_points_in_triangle_mesh_2` 23 February 2018, 16:24:52 UTC
7050565 Merge pull request #2828 from lrineau/CGAL-fix_various_issues-GF fix various minor issues 19 February 2018, 13:24:32 UTC
2afbcc7 Merge pull request #2772 from MaelRL/SMP-Clean_internal_from_example-GF SMP: Documented some functions used in the Orbifold Tutte parameterizer 19 February 2018, 13:24:23 UTC
back to top