https://github.com/CGAL/cgal

sort by:
Revision Author Date Message Commit Date
85c4bec Fix Qt warning about duplicate filters 25 July 2017, 09:10:42 UTC
5658adb Fix the updates to doc.cgal.org/master 24 July 2017, 14:15:07 UTC
15d9bc9 Merge pull request #2269 from maxGimeno/Parameterization_warning_fix-GF Polyhedron_demo: Fix warning on windows 21 July 2017, 08:46:06 UTC
4d386cf Merge pull request #2268 from maxGimeno/Fixes_for_demo-GF Polyhedron_demo: Fixes 21 July 2017, 08:45:57 UTC
96fe9ae Merge pull request #2267 from lrineau/Documentation-fix_doc_master_scripts-lrineau doc.cgal.org/master: Try to be more robust on errors 21 July 2017, 08:45:49 UTC
fefcaa1 Merge pull request #2265 from afabri/Surface_mesh_set_istream_failbit-GF Surface_mesh: Set the failbit instead of writing a warning message to std::cout 21 July 2017, 08:45:41 UTC
f8760d5 Merge pull request #2136 from afabri/Polygon_mesh_processing-accelerate_isotropic_remeshing-GF Polygon_mesh_processing: Accelerate Isotropic_remeshing 21 July 2017, 08:45:32 UTC
b4cf8f5 Merge pull request #2257 from maxGimeno/Surface_reconstruction_SM_plugin-GF Polyhedron_demo: Surface reconstruction plugin outputs Scene_surface_mesh_item 21 July 2017, 08:45:24 UTC
62dc27a Merge pull request #2261 from afabri/Surface_mesh_shortest_path-const-GF Make the reference to the TriangleMesh const. 21 July 2017, 08:45:15 UTC
ca4ff40 Merge pull request #2274 from lrineau/Mesh_3-fix_binary_IO-GF Mesh 3: fix binary I/O 21 July 2017, 08:45:07 UTC
3b8ef04 Merge pull request #2273 from maxGimeno/Merge_the_surf_plugins-GF Polyhedron_demo: Merge .surf IO plugins 21 July 2017, 08:44:57 UTC
b978581 Merge pull request #2272 from afabri/Triangulation_2-Constrained_edges_iterator-GF Triangulation_2: Add implementation and test of Constrained_edges_iterator 21 July 2017, 08:44:49 UTC
ac93217 updated crontab (automated commit) 21 July 2017, 06:47:03 UTC
4ea2ae6 Merge pull request #2281 from afabri/patch-2 Polygon_mesh_processing: fix doc 20 July 2017, 13:18:46 UTC
cb70bee Polygon_mesh_processing: fix doc `PolygonMesh` -> `TriangleMesh` 20 July 2017, 13:00:49 UTC
7873f24 Change the release name: prepare 4.11-beta1 19 July 2017, 12:36:36 UTC
2d28b24 Proposal of the announcement mail for CGAL-4.11-beta1 19 July 2017, 12:35:54 UTC
1f4ee1d Reorganize the binary I/O tests Skip the reading of the existing binary file, for - 32bits platforms (actually any non-64bits platform), - and big endian platforms. ... because we know the binary file is incompatible (for the moment). 19 July 2017, 08:46:35 UTC
2b79306 Fix a compilation error ``` /usr/bin/c++ -DCGAL_TEST_SUITE -DCGAL_USE_GMP -DCGAL_USE_MPFR -DCGAL_USE_ZLIB -I/home/cgal_tester/build/src/cmake/platforms/CentOS7/test/Mesh_3/../../../AABB_tree/include -I/home/cgal_tester/build/src/cmake/platforms/CentOS7/test/Mesh_3/../../include -I/home/cgal_tester/build/src/cmake/platforms/CentOS7/test/Mesh_3 -I/home/cgal_tester/build/src/cmake/platforms/CentOS7/include -I/mnt/testsuite/include -Wall -frounding-math -o CMakeFiles/test_c3t3_io.dir/test_c3t3_io.cpp.o -c /home/cgal_tester/build/src/cmake/platforms/CentOS7/test/Mesh_3/test_c3t3_io.cpp In file included from /usr/include/boost/assert.hpp:50:0, from /usr/include/boost/archive/archive_exception.hpp:20, from /usr/include/boost/multi_index/detail/index_node_base.hpp:21, from /usr/include/boost/multi_index/detail/node_type.hpp:23, from /usr/include/boost/multi_index/detail/index_base.hpp:21, from /usr/include/boost/multi_index/detail/base_type.hpp:21, from /usr/include/boost/multi_index_container.hpp:33, from /usr/include/boost/bimap/detail/bimap_core.hpp:34, from /usr/include/boost/bimap/bimap.hpp:61, from /mnt/testsuite/include/CGAL/Mesh_complex_3_in_triangulation_3.h:39, from /home/cgal_tester/build/src/cmake/platforms/CentOS7/test/Mesh_3/test_c3t3_io.cpp:4: /home/cgal_tester/build/src/cmake/platforms/CentOS7/test/Mesh_3/test_c3t3_io.cpp: In member function 'bool Test_c3t3_io<Mesh_domain>::operator()(const char*) const': /home/cgal_tester/build/src/cmake/platforms/CentOS7/test/Mesh_3/test_c3t3_io.cpp:387:43: error: 'type name' declared as function returning a function assert(CGAL::Get_io_signature<C3t3>()() == ^ ``` 19 July 2017, 08:45:44 UTC
11ab0ef Fix typo, clean up comments and fix fairing with facets. 19 July 2017, 08:05:26 UTC
188c68d updated crontab (automated commit) 18 July 2017, 15:50:00 UTC
e904d98 Prepare 4.11-alpha1 18 July 2017, 15:49:03 UTC
99725e7 fix doc 18 July 2017, 15:13:18 UTC
0a69c68 int -> std::size_t 18 July 2017, 15:11:15 UTC
d064199 Fix a warning 18 July 2017, 14:46:56 UTC
fc8aacc Fix compilation errors with non-MSVC compilers 18 July 2017, 14:46:38 UTC
2ef17ad Extend the test to compare with reference files That way, if the format changes, the test will detect the change. 18 July 2017, 13:53:21 UTC
caa90ff Update the test to check that the signature does not change 18 July 2017, 12:40:37 UTC
aa85aea Fix io_signature for Mesh_3 (since the weighted point rework) 18 July 2017, 12:40:10 UTC
afb39ae Fix surf_reading and merge plugins polyhedron and surface_mesh 18 July 2017, 12:33:16 UTC
8463b1a Add implementation and test of Constrained_edges_iterator 18 July 2017, 11:44:21 UTC
56c491f Fix warning on windows 18 July 2017, 10:44:52 UTC
1e1752c Fix the consequences of `set -e` And now the bash options, like `-x` and `-e`, are passed to sub-shells using the positional parameter `$-`. 18 July 2017, 10:02:55 UTC
06b0c61 Fix Mesh_segmentation 18 July 2017, 07:57:34 UTC
443f948 Remove remaining <<<< 18 July 2017, 07:34:15 UTC
f7e9249 Fix Selection expansion/reduction for SM 18 July 2017, 07:33:47 UTC
0a6533c Fix clip_polyhedron_plugin 18 July 2017, 07:33:47 UTC
57dd6b6 If a polyline_item has a single poyine, tooltip displays the number of vertices 18 July 2017, 07:33:47 UTC
00554c2 Add an action in the context menu of polyhedron and SM items to reset colors. 18 July 2017, 07:33:47 UTC
82e4923 Change Nef items name from (to nef) to (Nef_polyhedron_3) 18 July 2017, 07:31:55 UTC
742855e rename Self-intersection into Self-Intersection Test 18 July 2017, 07:31:55 UTC
040792b Shape Detection: capitalize "structured point cloud" 18 July 2017, 07:31:55 UTC
e3686cc Points_inside_polyhedron only applicable if a polyhedron_item is found in the scene. 18 July 2017, 07:31:55 UTC
6ebf97f remove the _ in mean curvature skeleton widget 18 July 2017, 07:28:48 UTC
9e968a7 Rename the SDF plugin's widget first group box. 18 July 2017, 07:28:48 UTC
39bfceb - Change tooltips - Rename some actions - Shortest_path doesn't create a polyline if there is no path. 18 July 2017, 07:28:48 UTC
f6b6390 - Fix Scene_aabb_tree_item unwanted generation : Change the way itemAboutToBeDestroyed is use di nthe scene so it is actually sent when the plane is destroyed. 18 July 2017, 07:26:02 UTC
07e34b2 Try to be more robust on errors The objective is to always have a working http://doc.cgal.org/master 17 July 2017, 15:42:50 UTC
e6e0c11 Set the failbit instead of writing a warning message to std::cout 17 July 2017, 14:59:06 UTC
ceec614 Merge pull request #1884 from lrineau/Mesh_3-Polyhedral_complex_mesh_domain_3-GF New class of MeshDomainWithFeatures_3, from a polyhedral complex 17 July 2017, 14:28:27 UTC
cc452b9 fix clear() 17 July 2017, 14:24:20 UTC
cae42d7 Update the formatting of changes 17 July 2017, 14:01:23 UTC
82c0aed Fix bugs of changes.html The changes of this file since CGAL-4.10 were not limited to the section of CGAL-4.11. That is fixed now. 17 July 2017, 13:32:59 UTC
c66e789 Merge pull request #2183 from maxGimeno/Fix_doc_script-GF Post processing for doc testsuite 17 July 2017, 10:45:32 UTC
4594430 Merge pull request #2138 from sgiraudot/Point_set_processing-Las_IO-GF Point set processing: LAS I/O 17 July 2017, 10:45:24 UTC
69c21e3 Merge pull request #2233 from maxGimeno/Update_SM_items_features-GF Polyhedron_demo: Add statistics and orthogonal zoom to SM item 17 July 2017, 10:45:15 UTC
89acad2 Merge pull request #2101 from afabri/BGL-read_write_off-GF BGL: Add generic functions read_off() and write_off() 17 July 2017, 10:45:07 UTC
3301bf6 Merge pull request #2226 from sgiraudot/Scale_space_reconstruction_3-Improve_API_cleanup-GF Scale space reconstruction: improve API cleanup 17 July 2017, 10:44:57 UTC
2f47fcb Merge pull request #2253 from maxGimeno/Subdivisions_method_plugin_for_SM-GF Polyhedron_demo: Make subdivisions_methods_plugin work with surface_mesh_items 17 July 2017, 10:44:49 UTC
8cfb7c8 Merge pull request #2252 from maxGimeno/Parameterization_plugin_SM-GF Polyhedron_demo: Add a surface_mesh version of the Parameterization_plugin 17 July 2017, 10:44:40 UTC
09d80d5 Merge pull request #2251 from afabri/patch-2 Polyhedron/Plugins/IO/VTK_plugin: remove typename 17 July 2017, 10:44:32 UTC
0cb4bd6 Merge pull request #2250 from sloriot/SMP-fix_doxytest Workaround error in doxygen xml parsing 17 July 2017, 10:44:23 UTC
1d4d0dc Merge pull request #2153 from janetournois/PMP-add_random_perturbation-jtournois PMP - add random perturbation for triangle meshes 17 July 2017, 10:43:58 UTC
08ec884 Merge pull request #2248 from lrineau/Triangulation_3-disable_CTest_for_demos-lrineau Disable CTest for demo/Triangulation_3_Geomview_demos/ 17 July 2017, 10:24:12 UTC
78f1988 Merge pull request #2247 from lrineau/Surface_mesher-cleanup_after_Weighted_point_3-lrineau Surface mesher: cleanup files after the move to Weighted_point_3 17 July 2017, 10:24:03 UTC
871bba2 Merge pull request #2212 from MaelRL/Periodic_3_Regular_triangulation_3-APelle Add periodic regular triangulations 17 July 2017, 10:23:54 UTC
c06bfdb Merge pull request #2242 from maxGimeno/Mesh_segmentation_for_SM-GF Polyhedron_demo: Several plugins work with SM_items 17 July 2017, 10:23:45 UTC
b4652e6 Merge pull request #2230 from sgiraudot/Point_set_3-Bugfix_remove_index-GF Point set 3: bug fix remove index 17 July 2017, 10:05:06 UTC
ec3d605 Merge pull request #2245 from lrineau/Cartesian_kernel-fix_issue_2206-lrineau Fix #2206 17 July 2017, 10:04:15 UTC
9b065d6 Merge pull request #2244 from maxGimeno/fix_3D_demos-4-10-GF Fix 3D demos for 4.10 17 July 2017, 10:03:16 UTC
0395b84 Merge pull request #2243 from maxGimeno/Ortho_projection_fix-GF Polyhedron_demo: Fix Orthogonal projection 17 July 2017, 09:55:48 UTC
af0c27b Merge pull request #2194 from sgiraudot/Shape_detection-Bugfix_connected_components-GF Shape detection: bugfix on connected components 17 July 2017, 09:55:39 UTC
a4497e6 Merge pull request #2241 from sergeyfedotov/fix-gps-insert Boolean_set_operations_2: Fix insert to Gps 17 July 2017, 09:55:30 UTC
cc65b11 Merge pull request #2230 from sgiraudot/Point_set_3-Bugfix_remove_index-GF Point set 3: bug fix remove index 17 July 2017, 09:45:16 UTC
80f7cae Merge pull request #2245 from lrineau/Cartesian_kernel-fix_issue_2206-lrineau Fix #2206 17 July 2017, 09:45:08 UTC
19218a2 Merge pull request #2244 from maxGimeno/fix_3D_demos-4-10-GF Fix 3D demos for 4.10 17 July 2017, 09:44:59 UTC
b59c1e7 Merge pull request #2243 from maxGimeno/Ortho_projection_fix-GF Polyhedron_demo: Fix Orthogonal projection 17 July 2017, 09:44:51 UTC
71aca07 Merge pull request #2194 from sgiraudot/Shape_detection-Bugfix_connected_components-GF Shape detection: bugfix on connected components 17 July 2017, 09:44:43 UTC
c08860b Merge pull request #2241 from sergeyfedotov/fix-gps-insert Boolean_set_operations_2: Fix insert to Gps 17 July 2017, 09:44:34 UTC
d9549f2 Make the reference to the TriangleMesh const. In the implementation cast the constness away due to a problem with the vertex point pmap 17 July 2017, 08:56:00 UTC
0312053 Fix the issue of the rounding mode Replace a call to `force_ieee_double_precision()` by the creation of a guard object `Set_ieee_double_precision`. The destructor of that object restores the rounding mode. That avoids that sort of error: ``` terminate called after throwing an instance of 'CGAL::Assertion_exception' what(): CGAL ERROR: assertion violation! Expr: FPU_get_cw() == mode File: /mnt/testsuite/include/CGAL/test_FPU_rounding_mode_impl.h Line: 45 ``` 13 July 2017, 15:26:59 UTC
82b2e0f Merge remote-tracking branch 'cgal/releases/CGAL-4.10-branch' 13 July 2017, 14:00:33 UTC
190fb81 Merge pull request #2258 from sloriot/Operations_on_Polyhedra-add_missing_include Fix wrong include directive 13 July 2017, 12:51:01 UTC
353576f follow up of 9bcf8b04 13 July 2017, 12:37:44 UTC
c59454e Fix wrong inclusions/warning protections 13 July 2017, 08:36:56 UTC
ed1b169 Fix warning 13 July 2017, 08:29:22 UTC
7a48397 Add poisson and advancing front for SM. 13 July 2017, 07:58:45 UTC
3329e0d Do not test hierarchy with epec in VC++ debug mode; make a test less verbose 12 July 2017, 20:11:09 UTC
665c3ae Fix wrong type 12 July 2017, 14:59:37 UTC
2248d69 Merge pull request #2255 from gdamiand/patch-1 Update changes.html 12 July 2017, 13:31:21 UTC
c53c3f9 Shorten the lines with a typedef 12 July 2017, 13:26:09 UTC
3524d08 Follow the Rule of Zero Do not define the assignment operator, because that is not necessary. That allows more optimizations (and the move-semantic). See that description of the Rule of Three, Rule of Five, and Rule of Zero: http://en.cppreference.com/w/cpp/language/rule_of_three 12 July 2017, 13:26:09 UTC
caa1090 Fix warnings about unused parameters 12 July 2017, 13:26:08 UTC
d30a20d Fix a compilation error remesh.h must be included after the headers that include the properties for the face graphs. 12 July 2017, 13:26:08 UTC
78c37a5 Fix indentation 12 July 2017, 13:26:08 UTC
d8849b9 Update changes.html Following the integration of BGL for LCC in master. 12 July 2017, 13:18:03 UTC
42c22fe Fix 12 July 2017, 13:11:45 UTC
a2fa153 Add a function that exports the facets of a c2t3 in a facegraph. 12 July 2017, 12:43:56 UTC
fafc892 BGLize poisson_reconstruct() 12 July 2017, 12:23:15 UTC
70b13af Do not pollute the boost namespace 12 July 2017, 10:11:34 UTC
back to top