swh:1:snp:78e145aa8174e576786284475a76cf6f187b3475

sort by:
Revision Author Date Message Commit Date
3140674 Merge pull request #3807 from lrineau/Installation-fix_MPFR_static-GF Fix the order of link when GMP is a static lib 29 March 2019, 14:48:57 UTC
0d7cb7f Merge pull request #3814 from MaelRL/Surface_mesh-Actually_reset_all_properties-GF Surface Mesh: Fix not reseting edge property when a new element re-uses memory 29 March 2019, 14:48:54 UTC
676983a also reset the property of the opposite halfedge 28 March 2019, 17:16:08 UTC
2a4d1ab Fixed not reseting edge property when a new element reuses memory 28 March 2019, 16:30:48 UTC
4b7cc4a Fix the order of link of GMPXX when GMP is a static library. 28 March 2019, 08:04:03 UTC
310ce89 Fix the order of link when GMP is a static lib 27 March 2019, 16:51:24 UTC
c8e81ab Merge pull request #3783 from afabri/BGL_add_seams-GF BGL: Seam_mesh::add_seams() requires .selection.txt 26 March 2019, 15:42:27 UTC
99a16d2 Fix example 20 March 2019, 15:11:48 UTC
f1dceb7 fix typo 20 March 2019, 10:43:33 UTC
d31f685 polish 20 March 2019, 10:42:06 UTC
a9c3f9b BGL: Seam_mesh::add_seams() requires .selection.txt 20 March 2019, 10:34:21 UTC
ee4a142 Merge pull request #3766 from sloriot/AABB_tree-more_robust_first_intersection More robust first_intersection 19 March 2019, 17:24:07 UTC
d655edc Merge pull request #3769 from sloriot/CGAL-doc_fixes Various doc fixes 19 March 2019, 17:24:01 UTC
fd7e8c8 Merge pull request #3771 from sloriot/Doc-generate_deprecation_notice Use a generated version of deprecated.html 19 March 2019, 17:23:59 UTC
1788631 Merge pull request #3774 from sloriot/BO2-fix_outer_ccb_set Fix error in outer CCB setting 19 March 2019, 17:23:56 UTC
6fc06ef fix progation when no inner ccb is adjacent to a outer ccb to be updated 15 March 2019, 17:28:18 UTC
d2c10d1 remove macro defined twice 15 March 2019, 08:31:34 UTC
6a7c377 Use a generated version of deprecated.html 15 March 2019, 07:57:40 UTC
e8d1e11 fix formula 14 March 2019, 15:56:46 UTC
3c0cc16 take the max coordinate instead of the non-zero one 12 March 2019, 16:59:28 UTC
93b36b4 Merge pull request #3726 from sgiraudot/Classification-Fix_bbox_precision-GF Classification: Fix bbox precision 07 March 2019, 13:26:30 UTC
2b421e5 Merge pull request #3734 from sloriot/Doc-advanced_brief Fix brief of advanced 07 March 2019, 13:26:27 UTC
3887a21 add missing text for brief of advanced class/type/function/concept 05 March 2019, 07:01:17 UTC
b0f16ee Handle border case where xmax and ymax exact values should be used 04 March 2019, 09:17:52 UTC
c41b73f Fix bbox precision and add assertion test 04 March 2019, 08:26:34 UTC
4f7fb8f Merge pull request #3705 from sloriot/BGL-ffg_missing_degree add missing function required by the concept 28 February 2019, 19:46:38 UTC
5ee640b add missing function required by the concept 26 February 2019, 08:11:07 UTC
3b6715c replaced by Maintenance/public_release/scripts/precompiled_demos_zips 18 February 2019, 15:54:06 UTC
bcbb385 Merge pull request #3678 from sloriot/AABB_tree-doc_first_intersection_skip Add an important note in the doc 16 February 2019, 12:59:06 UTC
5d9c45a Merge pull request #3639 from sgiraudot/OTR-Fix_copy_star-GF OTR: Fix validity of triangulation 13 February 2019, 14:36:35 UTC
3e9d7b9 Merge pull request #3675 from sloriot/Doc-fix_nav_tree_hack fix navtree hack 13 February 2019, 14:36:33 UTC
0f9f217 add an important note for first_intersection 12 February 2019, 15:10:41 UTC
d6cb114 fix navtree hack in recent doxygen version hash is always '#' making our check failing The fix is to fallback to default used later one 11 February 2019, 15:35:03 UTC
a231468 Remove useless parameter 08 February 2019, 08:53:20 UTC
9b3a041 Merge pull request #3624 from MaelRL/P2T2-Fix_compilation_of_P2T2_with_info-GF P2T2: Fix not using periodic vertex bases in P2T2 examples 07 February 2019, 12:52:47 UTC
91dd369 Merge pull request #3616 from sloriot/Nef_2-fix_unbounded_face_halfedge_pointer Reset the halfedge pointer of the faces before setting them 31 January 2019, 10:22:37 UTC
98f39b7 Merge pull request #3588 from MaelRL/T2-Fix_non_recursive_stack_order-GF Triangulation_2: Fix stack order in non-recursive conflict computations 31 January 2019, 10:21:11 UTC
c66f70a Merge pull request #3362 from sloriot/SDG_Linf-no_gmp Fix when not using Gmp 31 January 2019, 10:20:16 UTC
e7c5cd7 Merge pull request #3598 from sloriot/CGAL-doc_fix_brief Fix brief 31 January 2019, 10:19:01 UTC
3ca9235 Merge pull request #3604 from MaelRL/Subdivion-Fix_using_unsigned_n-GF Subdivision: Fix using unsigned type in CatmullClark computations 31 January 2019, 10:18:07 UTC
a511df2 Merge pull request #3615 from sloriot/Scripts-remove_appli_release Remove applications directory 31 January 2019, 10:16:48 UTC
ac752c0 Fix verbosity 29 January 2019, 12:31:54 UTC
74b7e92 Add a validity check when flipping and collapsing 29 January 2019, 12:19:50 UTC
8abbeba Make copy_star() create a valid Triangulation_2 29 January 2019, 12:19:50 UTC
d3956b4 Fixed not using periodic vertex classes in P2T2 examples 24 January 2019, 13:47:16 UTC
e34ddae reset the halfedge pointer of the faces before setting them that way in the bounded case, the infinite face has no halfedge associated, only holes. Before the patch it could be that an erased one was associated 22 January 2019, 18:06:58 UTC
624cf07 remove applications directory 22 January 2019, 15:03:52 UTC
2597bbc Merge pull request #3602 from afabri/CGAL-VC2017_AVX_workarounds-GF Fix for VC2017 with /arch:AVX 22 January 2019, 08:12:27 UTC
4b2ff59 Fix Rectangular_p_center 18 January 2019, 14:00:46 UTC
a879cb0 Fix Inscribed_area 18 January 2019, 11:30:37 UTC
13a77a7 Fix for Polytope_distance 18 January 2019, 10:43:22 UTC
043d3c6 Fixed wrongly using the (unsigned) degree type in CatmullClark mask computations 17 January 2019, 15:29:59 UTC
0fe3ed8 Fix for VC2017 with /arch=AVX 17 January 2019, 13:42:26 UTC
1d64eae reduce brief 14 January 2019, 16:58:49 UTC
829c412 move note outside the brief 14 January 2019, 16:53:40 UTC
3979b41 remove useless heading messing up brief 14 January 2019, 16:49:17 UTC
1e27cfb Add layers.xy data file for T2 tests 11 January 2019, 13:38:35 UTC
502c287 Clarify 'last' ==> 'top' 11 January 2019, 12:56:06 UTC
04f3ad6 Added some sanity tests for the T2 find_conflict functions 11 January 2019, 11:33:16 UTC
28ce2a5 Fixed stack order in non recursive conflict walking Edges must be output in a CCW order, which is achieved by walking ccw-ly first. In the recursive function, we correctly call 'propagate(..., ccw(j))' first. For the non-recursive version which uses a stack, then we must add 'ccw(j)' last since the stack is a LIFO structure. 11 January 2019, 11:32:43 UTC
3b713d4 Merge pull request #3367 from MaelRL/T3-Fix_weighted_ranges_insertion_removal-GF Triangulation_3: Fix insertion and removal of ranges of weighted points (for 4.12) 04 January 2019, 16:13:20 UTC
91d09f1 Merge pull request #3549 from sgiraudot/Point_set_processing-Fix_ply_unknown_element_reading-GF Point Set Processing: Fix PLY unknown element reading 04 January 2019, 15:56:46 UTC
043d0cd Merge pull request #3572 from afabri/Surface_mesh-join_bugfix-GF Fix Surface_mesh::join() 04 January 2019, 15:55:37 UTC
23b7376 Merge pull request #3573 from sloriot/QP_solver-improve_doc doc clean-up 02 January 2019, 09:22:22 UTC
5a1b51b fix warning 02 January 2019, 09:11:28 UTC
e828d7a Merge pull request #3558 from sloriot/PMP-bbox_empty_meshZ Handle empty meshes 31 December 2018, 09:22:42 UTC
3bfc09d add comments 31 December 2018, 08:42:55 UTC
ecc89af Fix Surface_mesh::join() 31 December 2018, 08:34:51 UTC
04b0a2c doc clean-up improve doxygen likeliness 31 December 2018, 07:15:28 UTC
0f0f03e handle empty meshes 19 December 2018, 15:05:08 UTC
b53a562 Merge pull request #3499 from sloriot/PMP-stitching_nm_bug Fix for stitching (4.12) 19 December 2018, 14:44:45 UTC
8ea10b5 Merge pull request #3510 from sloriot/NefS2_fixes Various Nef_S2 fixes 19 December 2018, 14:44:42 UTC
42ee4ab Merge pull request #3517 from sloriot/PMP-coref_empty_meshes Handle case of empty meshes (4.12) 19 December 2018, 14:44:39 UTC
69ad79f Merge pull request #3525 from sloriot/Bounding_volume-doc_html_fix Bounding volume doc html fix 19 December 2018, 14:44:37 UTC
b5ad256 Merge pull request #3532 from maxGimeno/Surface_mesh-Fix_IO-GF Surface_mesh: Fix segfault in read_off() 19 December 2018, 14:44:34 UTC
2f8e177 Merge pull request #3534 from sloriot/Doc-fig_extra_end_p avoid extra </p> after figures 19 December 2018, 14:44:32 UTC
c7ce637 Merge pull request #3538 from maxGimeno/BGL-Fix_add_face-GF BGL: Fix Euler::add_face() 19 December 2018, 14:44:29 UTC
b7b3c4c Merge pull request #3543 from sloriot/Doc-multiple_fixes Remove duplicate definition 19 December 2018, 14:44:26 UTC
1cfcb1b Fix stream status handling everywhere PLY reader is used 18 December 2018, 14:28:02 UTC
858d100 Improve PLY element handling and thus fix bug when reading unknown element 17 December 2018, 12:07:56 UTC
57fd981 exclude fig_src from being parsed 14 December 2018, 06:53:01 UTC
c51852f Add check in collect_garbage() 13 December 2018, 08:34:05 UTC
51f8877 Replace the assertion about n>2 by a if 13 December 2018, 08:31:35 UTC
31b68de use std::copy and adjacent_find 13 December 2018, 08:31:28 UTC
266fee1 Check for uniqueness of the vertices in add_face 13 December 2018, 08:31:10 UTC
dfdfc86 fix duplicate 13 December 2018, 07:56:25 UTC
ea7c64b 3 -> 2 13 December 2018, 07:53:54 UTC
c8dcfbf remove duplicate definition 13 December 2018, 07:51:44 UTC
7e42c30 avoid extra `</p>` after figures 12 December 2018, 07:24:32 UTC
b04369c Don't assert OFF type 11 December 2018, 13:55:00 UTC
548f86b Check stream state before allocating memory. 11 December 2018, 13:35:25 UTC
fa52560 handle case of empty meshes 11 December 2018, 06:02:06 UTC
7c99d5b Merge pull request #3482 from lrineau/Installation-LEDA_remove_ffriend_injection-GF Try to use LEDA without -ffriend-injection 10 December 2018, 13:25:31 UTC
37d05cd fix undefined control sequence in html 10 December 2018, 06:42:55 UTC
1f51c8a has_sloop() -> has_shalfloop() 06 December 2018, 17:43:11 UTC
4d3b5ce use convert_and_normalize() 03 December 2018, 09:32:59 UTC
7c64501 add a function that convert to double and do the normalization 03 December 2018, 09:16:58 UTC
881fdab fix setting of mark 03 December 2018, 08:57:43 UTC
b29dcaa add missing documented function 03 December 2018, 08:54:46 UTC
44addb1 two halfedges with the same target and source points are non-manifold 30 November 2018, 08:56:33 UTC
back to top