https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
a35291b Merge pull request #3296 from lrineau/Installation-fix_missing_lib_in_windows_installer-GF Ship the lib/ sub-directory with the Windows installer 27 August 2018, 10:10:06 UTC
778c3c7 Ship the lib/ sub-directory with the Windows installer It contains `lib/cmake/CGAL/CGALConfig.cmake`. 27 August 2018, 08:43:46 UTC
531223b Merge pull request #3271 from lrineau/Triangulation_2-Debug_CDT2-lrineau Implement the check that avoids to insert a constraint twice 23 August 2018, 13:50:25 UTC
2e3b680 Merge pull request #3275 from MaelRL/Triangulation-Fix_finite_facets_iterator-GF Triangulation: Fix finite_facets_begin()/end() 23 August 2018, 13:45:36 UTC
455ea81 Added some tests 08 August 2018, 10:12:04 UTC
d88f69a Fixed compilation of Triangulation::finite_facets_begin()/end() 08 August 2018, 09:51:31 UTC
9afcd23 Implement the check that avoids to insert a constraint twice 03 August 2018, 09:24:47 UTC
7bb709f Merge branch 'releases/CGAL-4.11-branch' into releases/CGAL-4.12-branch # Conflicts: # Maintenance/release_building/BUGFIX_NUMBER # Maintenance/release_building/public_release_name 26 July 2018, 15:33:03 UTC
f3b9d03 Merge pull request #3234 from sloriot/BGL-fix_copy_fg_with_garbage Fix copy_face_graph with target mesh having garbage 26 July 2018, 15:31:15 UTC
464491a Merge pull request #3243 from sloriot/BGL-clear_fix Fix CGAL::clear 26 July 2018, 15:31:12 UTC
6b15737 Merge pull request #3254 from lrineau/Mesh_3-fix__add_stop_with_TBB_for_4.12-GF Mesh 3 fix: add the possibility to stop the algorithm, when Parallel_tag is used (for CGAL-4.12-branch) 26 July 2018, 15:31:09 UTC
777bfab Fix use of tbb::atomic I misread the TBB documentation: the constructor of `tbb::atomic` is only available since C++11. Otherwise, it has to be default-initialized, and then assigned. 24 July 2018, 10:41:47 UTC
98bf628 Fix the issue with the preprocessor 24 July 2018, 10:40:19 UTC
95f9302 Fix Concurrent_compact_container::merge The bug was detected by the testsuite. 24 July 2018, 10:40:19 UTC
bac90ef Fix for CGAL_NO_ATOMIC (with old Boost and C++<=03) 24 July 2018, 10:40:19 UTC
7713e79 Fix warnings 24 July 2018, 10:40:19 UTC
ea47dcf support Mesher_3<C3T3,MC,MD>::status() with TBB 24 July 2018, 10:40:19 UTC
bcce26f Access to the "current" size of the compact container 24 July 2018, 10:40:18 UTC
a96e69a Add the possibility to stop Mesh_3 with TBB 24 July 2018, 10:40:18 UTC
3322494 I forgot to change those numbers 23 July 2018, 07:49:52 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
e5ec40a use itself as next instead of null_halfedge some models might call set_prev on null_halfedge 19 July 2018, 16:23:01 UTC
0561f62 simplify patch 19 July 2018, 16:03:15 UTC
f0605c8 do not remove element you iterate on + as for std::vector, clear() does not always imply a change of capacity 19 July 2018, 08:58:27 UTC
869f1c0 init next pointer we rely on in the algorithm 17 July 2018, 07:56:47 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
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
fa6b5af Added a test 13 July 2018, 09:41:29 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
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
81ec960 Bugfix: handle cases where the first three points of a non-triangular facet are aligned 11 July 2018, 09:42:25 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
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
ba8356c do not delete twice a vertex in case it was already updated 09 July 2018, 09:22:19 UTC
0121bb0 Merge pull request #3190 from sloriot/Surface_mesh-IO Fix non-documented IO functions 09 July 2018, 07:20:30 UTC
6d0cca9 convenience function write_off uses documented one 29 June 2018, 06:46:21 UTC
0ef8174 Merge branch 'releases/CGAL-4.11-branch' into releases/CGAL-4.12-branch 20 June 2018, 15:20:20 UTC
4d270c1 Merge pull request #3179 from MaelRL/T3-Fix_doc-GF Triangulation_3: Minor doc fixes 20 June 2018, 15:19:55 UTC
49af768 Merge pull request #3177 from sgiraudot/Classification-Bugfix_grid_has_points-GF Classification: Fix bug + clean up has_points() method in Planimetric_grid 20 June 2018, 15:19:52 UTC
233ca4f 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:19:48 UTC
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
34e0547 Fix bug + clean up has_points() method in Planimetric_grid 18 June 2018, 08:49:59 UTC
2dc5939 Merge branch 'releases/CGAL-4.11-branch' into releases/CGAL-4.12-branch 14 June 2018, 15:34:22 UTC
8042df9 Merge pull request #3166 from sloriot/Core-bigfloat_from_ui Add missing constructor for unsigned int 14 June 2018, 15:34:11 UTC
83f453f Merge pull request #3164 from sloriot/Core-windows_import_macro Undo unwanted change in 777d305 14 June 2018, 15:34:08 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
2da31fa Merge branch 'releases/CGAL-4.11-branch' into releases/CGAL-4.12-branch 12 June 2018, 14:36:54 UTC
c8009c7 Merge pull request #3142 from sgiraudot/Spatial_searching-Fix_disable_if-GF Spatial Searching: bugfix disable_if 12 June 2018, 14:32:18 UTC
08d72d0 Merge pull request #3162 from afabri/patch-4 Update Weighted_point_3.h 12 June 2018, 14:32:15 UTC
dd885ec Merge pull request #3160 from afabri/patch-3 PMP: Fix typos in the User Manual 12 June 2018, 14:32:10 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
ef09d97 undo unwanted change in 777d305 11 June 2018, 20:09:37 UTC
d0c9081 CGAL-4.11 is incompatible with Qt5>=5.11 11 June 2018, 09:20:34 UTC
6281b5b Update Weighted_point_3.h Fix typo 08 June 2018, 10:25:00 UTC
de55e06 PMP: Fix doc 07 June 2018, 13:42:38 UTC
0aa8059 Cherry-pick pull request #3109 from psarahdactyl/master add missing const to compare_endpoints_xy_2 () operator taking x-monotone-curve as a parameter 06 June 2018, 12:47:47 UTC
f2491fc Merge pull request #3143 from MaelRL/T3-Fix_sneaky_std_unary_function_bis_repetita-GF Triangulation_3: Fix std::unary_function leftover 06 June 2018, 12:39:52 UTC
673745c Merge pull request #3124 from maxGimeno/Travis-check_headers-GF Travis: Add check_headers in the CHECK pass of travis 06 June 2018, 12:39:49 UTC
de032d3 Merge pull request #3139 from lrineau/Mesh_3-fix_verbose_mode-lrineau Mesh_3: fix verbose mode (when the manifold criterion is used) 06 June 2018, 12:39:46 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
6afe883 std::unary_function > CGAL::unary_function 03 June 2018, 09:12:54 UTC
dfe950a Merge branch 'releases/CGAL-4.11-branch' into releases/CGAL-4.12-branch 01 June 2018, 15:22:54 UTC
bcdd908 Merge pull request #3135 from sloriot/Doc-mathjax_1.8.13 Fix default mathjax URL for doxygen 1.8.13 01 June 2018, 15:22:21 UTC
5dee4b4 Merge pull request #2954 from MaelRL/Spatial_searching-Fix_fuziness_doc-GF Spatial searching: rework fuzzy items # Conflicts: # Spatial_searching/test/Spatial_searching/Point_with_info.h 01 June 2018, 15:22:10 UTC
0e9c09b Merge pull request #3098 from lrineau/Triangulation_2-Debug_CDT2-lrineau Fix CDT_2 errors, using snapping of intersection points 01 June 2018, 15:21:58 UTC
fd5cdef Merge pull request #3131 from sloriot/Doc-update_dir Use a directory that exists 01 June 2018, 15:21:55 UTC
72d2c8e Merge pull request #3122 from MaelRL/T23-Fix_functor_return_type-GF Triangulation_23: fix wrong return type in spatial_sort functor # Conflicts: # Triangulation_3/test/Triangulation_3/test_regular_insert_range_with_info.cpp 01 June 2018, 15:21:44 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
335034e Fix the CGAL_MESH_3_VERBOSE mode 31 May 2018, 14:11:07 UTC
116248e Also add a test for mesher.one_step() 31 May 2018, 13:59:12 UTC
7a48ff7 Add a comment to retrieve the issue quickly 31 May 2018, 12:39:33 UTC
805a424 Add a test of CGAL_MESH_3_VERBOSE 31 May 2018, 12:39:13 UTC
850c9fd Try to fix opencv bug with EXIT 31 May 2018, 11:57:46 UTC
back to top