https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
4ed7fc5 updated crontab (automated commit) 03 August 2016, 10:17:45 UTC
6a29112 Prepare beta1 03 August 2016, 09:59:57 UTC
1c16ae9 Merge pull request #1309 from lrineau/CGAL-fix_HEADER_ONLY-lrineau Hack to fix a bug with CGAL_HEADER_ONLY 28 July 2016, 14:44:58 UTC
bc2ad27 Merge pull request #1308 from lrineau/CGAL-CMP0056-lrineau Set CMP0056 if CMake>=3.2 28 July 2016, 14:41:06 UTC
acf339d Hack to fix a bug with CGAL_HEADER_ONLY If a `CMakeCache.txt ` is first created without `CGAL_HEADER_ONLY`, and then `CGAL_HEADER_ONLY` is set, then CMake displays error messages like: ``` CMake Error: Target CGAL has dependency information when it shouldn't. Your cache is probably stale. Please remove the entry CGAL_LIB_DEPENDS from the cache. ``` The problem comes from the fact that the target `CGAL` was first created as a library target, and then turned into an "interface library" target. This patch fixes the error the simplest way: remove the aforementioned variable from the cache if it is present. 28 July 2016, 14:40:04 UTC
b9465c3 Fix the indentation 28 July 2016, 14:33:41 UTC
78749cf Deactivate VLD on picasso We found out with Jane @jtournois that a testsuite with VLD was a lot slower than the same testsuite without it. That can explain why picasso can no longer process 7 or 8 testsuites per day, but only barely 3 or 4. Picasso will no longer use VLD, and Jane's machine, Sosno, will use it only once per week, on Saturdays. 28 July 2016, 12:32:52 UTC
4a8602b Set CMP0056 if CMake>=3.2 27 July 2016, 14:26:55 UTC
1ec30bd Merge branch 'releases/CGAL-4.8-branch' This merge imports: > Merge pull request #1304 from sloriot/Installation-remove_config_test 27 July 2016, 14:18:33 UTC
a421223 Merge pull request #1303 from janetournois/Mesh_3-fix_criteria_doc-jtournois 27 July 2016, 14:17:29 UTC
c0b6b0b Merge pull request #1305 from lrineau/Mesh_3-fix_Polyhedral_mesh_domain_with-features-lrineau bugfix for master: used the copied polyhedron 27 July 2016, 14:14:15 UTC
de7b1c5 Merge pull request #1304 from sloriot/Installation-remove_config_test Replace library compile time test 27 July 2016, 14:13:55 UTC
611c5cd Merge pull request #1303 from janetournois/Mesh_3-fix_criteria_doc-jtournois Mesh 3 - doc fix for facet_distance criterion 27 July 2016, 14:13:12 UTC
6b10040 Proposal of announcement mail for 4.9-beta1 26 July 2016, 14:47:59 UTC
35093e1 alpha2 26 July 2016, 14:47:19 UTC
e7c52f3 Merge pull request #1301 from maxGimeno/Polyhedron_demo-Fix_image_item-GF Polyhedron_demo: Fix the image item 26 July 2016, 14:26:04 UTC
762f229 Merge pull request #1299 from maxGimeno/Polyhedron_demo-Light_for_point_sets-GF Polyhedron_demo: Light for Point_set_items 26 July 2016, 14:25:42 UTC
426f6e6 bugfix for master: used the copied polyhedron As `Polyhedral_mesh_domain_with_features_3` copies the polyhedra, the aabb tree should used the copy (with the assigned patch ids!) cc @jtournoi 26 July 2016, 10:36:21 UTC
f96b186 prepare 4.9-alpha1 26 July 2016, 10:33:39 UTC
98121af replace library compile time test 26 July 2016, 09:58:03 UTC
4efb899 doc : the documentation was displaying the name of the anchor instead of the name of the section 26 July 2016, 09:51:25 UTC
90fc548 fix the doc of facet_distance 26 July 2016, 09:51:24 UTC
b20f934 use \param and improve the display 26 July 2016, 09:51:23 UTC
a3d05c1 Merge pull request #1300 from sloriot/BGL-concept_checking_surface_mesh enable concept checking for Surface_mesh 25 July 2016, 08:37:55 UTC
8a58bbe Merge pull request #1298 from maxGimeno/Polyhedron_demo-Fix_cut_plugin-GF Polyhedron_demo: Fix cut plugin 25 July 2016, 08:37:37 UTC
de22b8d Merge pull request #1296 from maxGimeno/Polyhedron_demo-Fix_for_some_plugins-GF Polyhedron_demo: Fix for some plugins 25 July 2016, 08:37:09 UTC
890e1e0 Merge pull request #1293 from sloriot/Combinatorial_map-remove_deprecated_api remove old API deprecated since CGAL 4.4 25 July 2016, 08:36:52 UTC
92c4308 Merge pull request #1292 from sloriot/Operations_on_polyhedra-cmap_new_api use the latest CMap API 25 July 2016, 08:36:13 UTC
6a57e0e Merge pull request #1283 from sgiraudot/Polyhedron_demo-Point_set_algorithms_on_selection-GF Polyhedron demo: apply PSP algorithms to selection only 22 July 2016, 16:38:17 UTC
2cd9a15 Merge remote-tracking branch 'cgal/releases/CGAL-4.8-branch' Merge the following merge commits: > 12b92f5 Merge pull request #1271 from lrineau/Mesh_3-distance_criterion_sizing_field-GF > 9c3d0b0 Merge pull request #1295 from lrineau/CGAL-add_test-GF Conflicts: Maintenance/release_building/BUGFIX_NUMBER Maintenance/release_building/public_release_name 22 July 2016, 16:31:02 UTC
12b92f5 Merge pull request #1271 from lrineau/Mesh_3-distance_criterion_sizing_field-GF Allow a sizing field for the distance criterion 22 July 2016, 16:29:54 UTC
9c3d0b0 Merge pull request #1295 from lrineau/CGAL-add_test-GF Add minimal support for CTest 22 July 2016, 16:29:50 UTC
e212202 Fix - Resizes the image to the right size by shrinking every border pixel. 22 July 2016, 14:39:51 UTC
bd4a78c enable concept checking for Surface_mesh 22 July 2016, 12:21:09 UTC
02ea93d Add light to the point set items if they have normals. 22 July 2016, 11:53:15 UTC
c7a1cda Do not display the Signed function for open polyhedra. 22 July 2016, 10:23:10 UTC
67d8f0e Merge pull request #1297 from sgiraudot/Polyhedron_demo-Typo_in_VCM_plugin-GF Fix typo in VCM Feature Estimation plugin 22 July 2016, 08:44:52 UTC
4d0734f use new API also in assertion 22 July 2016, 08:37:26 UTC
e907273 Fix typo in VCM Feature Estimation plugin 22 July 2016, 08:32:47 UTC
b3c27e7 Merge pull request #1294 from maxGimeno/Polyhedron_demo-WaitCursors_everywhere-GF Polyhedron_demo: Add wait cursors everywhere 22 July 2016, 08:25:26 UTC
368a8d7 Fix the segfaults when item->replace() was called from the contextMenu. 22 July 2016, 08:00:30 UTC
cd6151a Fix segfault - Fix the segfault that happened when the action estimate normals was called from the contextMenu. 22 July 2016, 07:53:26 UTC
3ff72ad Add a comment with a TODO 21 July 2016, 14:34:42 UTC
b045ca4 Merge pull request #1287 from sgiraudot/OTR-Some_bugfixes-GF OT Reconstruction: some bugfixes in the demo 21 July 2016, 14:07:15 UTC
1da7e81 Add the project name to the LABELS property 21 July 2016, 13:44:30 UTC
003efff Add the missing connect for Convex_decomposition 21 July 2016, 13:23:43 UTC
4465099 Removed .xyz from the namefilters of the GOCAD plugin 21 July 2016, 13:20:04 UTC
2e97fae Made the error message in the upsampling plugin a message_interface error instead of a std::cerr 21 July 2016, 13:18:07 UTC
bdabd31 Use valueChanged for the normals slider. 21 July 2016, 13:10:18 UTC
1e27f99 Remove extra space 21 July 2016, 12:55:03 UTC
d291f1b Add method to point set to get either begin() or first_selected() if != end() 21 July 2016, 12:49:00 UTC
c46e983 Allow parallel execution of tests in test/Kernel_23 21 July 2016, 12:42:35 UTC
c65d3ab Add support for CTest 21 July 2016, 12:42:35 UTC
ac5604f Add a test file 21 July 2016, 12:23:56 UTC
fff3551 Fix Waitcursors bugs in point_set plugins and revert fix for Convex_decomposition (will be done in a separated PR). 21 July 2016, 12:07:21 UTC
5fca8d0 Add waitcursors to plugins and fix convex_decomposition 21 July 2016, 12:07:04 UTC
3721536 update changes 21 July 2016, 11:53:26 UTC
05260fb Allow a sizing field for the distance criterion 21 July 2016, 10:59:14 UTC
2cfb1f0 Merge pull request #1284 from maxGimeno/Polyhedron_demo-Fix_cut_plugin-GF Polyhedron_demo: Fix the Cut_plugin 21 July 2016, 10:09:51 UTC
a769830 Merge pull request #1290 from sloriot/Polyhedron_demo-remove_local_are_buffers_filled use the boolean are_buffers_filled from Scene_item 21 July 2016, 10:08:48 UTC
8314b61 Merge pull request #1291 from CGAL/CGAL-README.md_add_links-lrineau Add links: testsuite and documentation of `master` 21 July 2016, 10:07:52 UTC
7f350f7 remove old API deprecated since CGAL 4.4 21 July 2016, 09:51:11 UTC
f30a97d use the lastest CMap API this was responsible for bugs in the demo plugin where the cmap is created in a library and used in another one 21 July 2016, 09:29:08 UTC
a022a05 Add the support to edit the symlink 20 July 2016, 17:46:02 UTC
6390951 Add links: testsuite and documentation of `master` 20 July 2016, 17:34:11 UTC
e2a0aef Merge pull request #1281 from maxGimeno/Polyhedron_demo-Groups_for_shape_detection-GF Polyhedron_demo: sub-groups for shape detection 20 July 2016, 16:10:41 UTC
4c72771 Merge pull request #1279 from maxGimeno/Polyhedron_demo-Editable_normals_length-GF Polyhedron_demo: Editable normals length 20 July 2016, 16:09:57 UTC
b2c9d14 Merge pull request #1178 from cjamin/patch-2 Add TBB support for MSVC14 20 July 2016, 16:08:27 UTC
5e5622a Merge pull request #1277 from maxGimeno/Polyhedron_demo-Fix_MCF_Skeleton_plugin-GF Polyhedron_demo: Fix MFC_Skeleton_plugin 20 July 2016, 16:05:39 UTC
7b5a32e Merge pull request #1273 from sgiraudot/OTR-Return_boolean-GF OT reconstruction: return a boolean when running 20 July 2016, 16:05:06 UTC
b50900b Merge pull request #1270 from maxGimeno/Polyhedron_demo-Fix_image_bbox-GF Polyhedron_demo : Fix the image_item's Bbox 20 July 2016, 16:02:07 UTC
0b1195c Merge pull request #1269 from maxGimeno/Polyhedron_demo-Remove_untriangulate_facets-GF Polyhedron_demo : Remove Untriangulate facets 20 July 2016, 16:01:00 UTC
df87b92 Merge pull request #1266 from sloriot/Property_map-several_fixes Property map fixes 20 July 2016, 16:00:07 UTC
6a23794 use the boolean are_buffers_filled from Scene_item this was preventing the buffer to be marked as initialized (in Scene_combinatorial_map_item and Scene_polyhedron_shortest_path_item) 20 July 2016, 13:00:24 UTC
a30163e Bugfix: properly clear scene and memory leak fix 20 July 2016, 08:08:33 UTC
f974433 Bugfix: percentage was not taken into account 20 July 2016, 08:05:26 UTC
b0af782 Bugfix: use new bbox API 20 July 2016, 08:05:02 UTC
e09c51c Add possibility to init the triangulation with a custom set of points 20 July 2016, 07:45:50 UTC
181c432 Clean up - Refrase the warning - remove commented code - realigned long code - use CGAL::collinear instead of the Polyhedron traits. 20 July 2016, 07:36:01 UTC
f27b08c Plugin ignores non pure triangle polyhedrons. 19 July 2016, 13:38:42 UTC
4682f8d Filters the facets of the polyhedrons to only keep the non-degenerated ones. 19 July 2016, 13:27:06 UTC
4acb822 Points sets and planes alpha-shapes are put in sub-groups. 19 July 2016, 12:32:09 UTC
b538657 Merge pull request #1280 from maxGimeno/Polyhedron_demo-Hide_point_set-GF Polyhedron_demo : Hides the original point set 19 July 2016, 10:53:36 UTC
e5a31a9 Hides the original point set when the WLOP action is performed. 19 July 2016, 10:31:22 UTC
0bb1a64 Use a slider in the item's context menu to edit the normals length. 19 July 2016, 10:15:56 UTC
5e93291 Fix Points color 19 July 2016, 08:31:46 UTC
d0c6a88 Fix the segfault. 19 July 2016, 08:25:55 UTC
1edb7d2 Apply PSP algorithms to selection only (if selection isn't empty) 18 July 2016, 13:26:34 UTC
3e9796e remove unused types 18 July 2016, 08:26:23 UTC
26995a2 Update example 18 July 2016, 08:00:29 UTC
2613041 Test update 18 July 2016, 07:53:00 UTC
18f8591 Return boolean when run or run_until + function to count isolated vertices 18 July 2016, 07:52:39 UTC
5638160 force using a const-ref 18 July 2016, 07:42:27 UTC
6e01c51 Merge pull request #1265 from sloriot/OTR2-fix_demo_compilation Otr2 fix demo compilation 15 July 2016, 13:09:43 UTC
2b1edf6 Merge pull request #1268 from lrineau/Cartesian_kernel-fix_with_clang_and_gmpxx-GF Fix compilation error with gmpxx 15 July 2016, 13:08:59 UTC
1c5204d work around incorrect key-type in property maps 15 July 2016, 12:34:20 UTC
efa3e3b avoid relying on reference 15 July 2016, 12:29:29 UTC
f7e004b Fix the Bbox 15 July 2016, 11:54:10 UTC
c63a36f Remove Untriangulate facets 15 July 2016, 10:58:36 UTC
3e4fcd8 Fix compilation error with gmpxx That is a follow-up to the following commit: > commit 6b51b12ab50ae9d2c0cd7afc3ce5e2d7cbb42608 > Author: Laurent Rineau <laurent.rineau@cgal.org> > Date: Fri Oct 4 16:42:13 2013 +0200 > > Fix the case when FT is mpq_class > > If x and w are mpq_class objects, then the type of x/w is not mpq_class, > but only a proxy type that is implicitly convertible to > mpq_class. With the type deduction, CGAL::make_array(x/w, y/w, > z/w) will not create an array<mpq_class> but an array of the proxy type. > > That creates the following compilation error, in a ternary operator: > > - with clang: > include/CGAL/Cartesian/Vector_3.h:78:25: error: incompatible operand types ('array<__gmp_expr<[...], struct __gmp_binary_expr<class __gmp_expr<mpq_t, mpq_t>, class __gmp_expr<mpq_t, mpq_t>, struct __gmp_binary_divides>>, [...]>' and 'array<__gmp_expr<[...], __mpq_struct [1]>, [...]>') > : base( w != FT_(1) ? CGAL::make_array(x/w, y/w, z/w) > ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > - with g++: > include/CGAL/Cartesian/Vector_3.h:78:25: error: no match for ternary 'operator?:' (operand types are 'bool', 'std::array<__gmp_expr<__mpq_struct [1], __gmp_binary_expr<__gmp_expr<__mpq_struct [1], __mpq_struct [1]>, __gmp_expr<__mpq_struct [1], __mpq_struct [1]>, __gmp_binary_divides> >, 3ul>', and 'std::array<__gmp_expr<__mpq_struct [1], __mpq_struct [1]>, 3ul>') > : base( w != FT_(1) ? CGAL::make_array(x/w, y/w, z/w) > ^ > > The fix is to specify the template argument of CGAL::make_array. The first patch in 2013 was on `Vector_3`, but `Vector_2` also suffers from the issue. 13 July 2016, 14:30:07 UTC
back to top