swh:1:snp:78e145aa8174e576786284475a76cf6f187b3475

sort by:
Revision Author Date Message Commit Date
35375e5 Cherry-pick Philipp's BGL fixes from next: | ------------------------------------------------------------------------ | r73108 | pmoeller | 2012-10-19 17:42:52 +0200 (Fri, 19 Oct 2012) | 9 lines | Changed paths: | M /branches/next/BGL/include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h | M /branches/next/BGL/include/CGAL/boost/graph/graph_traits_Triangulation_2.h | M /branches/next/BGL/include/CGAL/boost/graph/properties_Polyhedron_3.h | | Add partial specializations for property_map that match const template arguments. | | This shouldn't be necessary, because it should never be called with | const arguments, but this works around a BGL bug. Those changes don't | fix the issues with the dijkstra example, as that would require adding | partial specializations for boost::filtered_graph, which would be a | little over the top. | | | ------------------------------------------------------------------------ | r73145 | pmoeller | 2012-10-22 11:53:28 +0200 (Mon, 22 Oct 2012) | 4 lines | Changed paths: | M /branches/next/BGL/include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h | M /branches/next/BGL/include/CGAL/boost/graph/graph_traits_Triangulation_2.h | | remove duplicated const | | Follow-up to r73108 | | ------------------------------------------------------------------------ | r73165 | pmoeller | 2012-10-22 18:28:46 +0200 (Mon, 22 Oct 2012) | 7 lines | Changed paths: | M /branches/next/BGL/include/CGAL/boost/graph/named_function_params.h | | Implement compatibility between bgl_named_parameters for BOOST_VERSION >= 10510 | | The implementation of cgal_bgl_named_params (ab)uses internals of | bgl_named_params. Those internals have been changed/removed in Boost | 1.51 and I have added another implementation that (ab)uses the new | internals. | | ------------------------------------------------------------------------ 23 October 2012, 14:03:05 UTC
4ea6dd9 Cherry-pick from next: | ------------------------------------------------------------------------ | r72971 | eric | 2012-10-16 12:17:31 +0200 (Tue, 16 Oct 2012) | 2 lines | Changed paths: | M /branches/next/Polynomial/include/CGAL/Polynomial/polynomial_gcd_ntl.h | | template instantion of PT in partial specialization is ... weird | | ------------------------------------------------------------------------ 23 October 2012, 12:11:34 UTC
96d8a93 Cherry-pick a fix from next, for NTL: | ------------------------------------------------------------------------ | r72746 | eric | 2012-10-10 12:12:15 +0200 (Wed, 10 Oct 2012) | 2 lines | Changed paths: | M /branches/next/Polynomial/dont_submit | | we're now having a NTL testsuite and support NTL | | ------------------------------------------------------------------------ 22 October 2012, 11:29:35 UTC
5e69130 backport from next |------------------------------------------------------------------------ |r73061 | sloriot | 2012-10-18 16:22:20 +0200 (Thu, 18 Oct 2012) | 2 lines | |remove any reference to lapack in the doc | |------------------------------------------------------------------------ |r73060 | sloriot | 2012-10-18 16:10:30 +0200 (Thu, 18 Oct 2012) | 2 lines | |remove last things mentionning taucs in the documentation | |------------------------------------------------------------------------ |r73059 | sloriot | 2012-10-18 15:46:11 +0200 (Thu, 18 Oct 2012) | 2 lines | |remove any reference to taucs | |------------------------------------------------------------------------ |r73055 | sloriot | 2012-10-18 14:41:04 +0200 (Thu, 18 Oct 2012) | 3 lines | |fix broken link | |------------------------------------------------------------------------ 18 October 2012, 14:31:43 UTC
1ea4aa8 Cherry-pick fixes from next: | ------------------------------------------------------------------------ | r72640 | pmoeller | 2012-10-05 20:15:46 +0200 (Fri, 05 Oct 2012) | 6 lines | Changed paths: | M /branches/next/STL_Extension/include/CGAL/iterator.h | | The conditional code does not only require variadic templates but also | a variadic implementation of tuple. One would think that you never run | in a situation where you only have variadics but no tuple. But thanks | to clang pretending to be a gcc 4.2.1, some configuration code might | think otherwise. | | ------------------------------------------------------------------------ | r71459 | eric | 2012-08-22 11:06:07 +0200 (Wed, 22 Aug 2012) | 2 lines | Changed paths: | M /branches/next/Polynomial/include/CGAL/Polynomial/polynomial_gcd_ntl.h | | LiS_HAVE_CORE -> CGAL_USE_CORE | | ------------------------------------------------------------------------ | r71344 | eric | 2012-08-20 11:45:09 +0200 (Mon, 20 Aug 2012) | 9 lines | Changed paths: | M /branches/next/Polynomial/include/CGAL/Polynomial/polynomial_gcd.h | M /branches/next/Polynomial/include/CGAL/Polynomial/polynomial_gcd_ntl.h | | fixed various compile problems | | LiS_HAVE_CORE -> CGAL_USE_CORE | LiS_HAVE_NTL -> CGAL_USE_NTL | gcd -> gcd_ | gcd_utcf -> gcd_utcf_ | Comment: This file has not been touched for a while, | but now that NTL is supported, it's back in life. | | ------------------------------------------------------------------------ | r71285 | glisse | 2012-08-17 15:50:25 +0200 (Fri, 17 Aug 2012) | 1 line | Changed paths: | M /branches/next/Number_types/include/CGAL/CORE_Expr.h | | improve precision of conversion to subnormal double | ------------------------------------------------------------------------ 18 October 2012, 08:47:27 UTC
b0c6e78 Cherry pick those important fixes from next: | ------------------------------------------------------------------------ | r72675 | eric | 2012-10-08 12:11:37 +0200 (Mon, 08 Oct 2012) | 4 lines | | Reintegrated CMake_third_party-mpi | | fixes LIBRARY_DIR topic, LEDA flag topic | | ------------------------------------------------------------------------ | r72715 | eric | 2012-10-09 14:21:53 +0200 (Tue, 09 Oct 2012) | 2 lines | Changed paths: | M /branches/next/Installation/doc_tex/Installation/installation.tex | | give some more facts about optional libs, in particular NTL | | ------------------------------------------------------------------------ That fixes the blocker bug for CGAL-4.1. 17 October 2012, 09:39:41 UTC
e42b114 Cherry pick other fixes from next: | ------------------------------------------------------------------------ | r72643 | eric | 2012-10-06 00:14:02 +0200 (Sat, 06 Oct 2012) | 2 lines | Changed paths: | M /branches/next/Installation/cmake/modules/FindRS.cmake | M /branches/next/Installation/cmake/modules/FindRS3.cmake | | added missing { | | ------------------------------------------------------------------------ | r72644 | eric | 2012-10-06 00:34:46 +0200 (Sat, 06 Oct 2012) | 2 lines | Changed paths: | M /branches/next/Installation/cmake/modules/FindNTL.cmake | | NTL_VERSION can also be just \d.\d (regex was \d.\d.\d) | | ------------------------------------------------------------------------ 17 October 2012, 09:31:53 UTC
4b7e5ca Cherry pick fixes from next: | ------------------------------------------------------------------------ | r71337 | eric | 2012-08-20 09:48:01 +0200 (Mon, 20 Aug 2012) | 4 lines | Changed paths: | M /branches/next/Installation/INSTALL | | added MPFI + NTL | | Coin3D and IPE should be added by added developers | | ------------------------------------------------------------------------ | r71338 | eric | 2012-08-20 10:10:20 +0200 (Mon, 20 Aug 2012) | 2 lines | Changed paths: | M /branches/next/Installation/cmake/modules/CGAL_SetupDependencies.cmake | | added missing $ to copy content of variable | | ------------------------------------------------------------------------ | r71458 | eric | 2012-08-22 11:05:31 +0200 (Wed, 22 Aug 2012) | 5 lines | Changed paths: | M /branches/next/Installation/CMakeLists.txt | | revert quick fix for a problem with CGAL_ENABLE_PRECONFIG | | When preconfig was disabled, UseFiles were not correctly | included because of a missing $ to indicate a variable | | ------------------------------------------------------------------------ 17 October 2012, 09:15:24 UTC
97b0f0d backport from next |------------------------------------------------------------------------ |r72657 | sloriot | 2012-10-08 09:45:30 +0200 (Mon, 08 Oct 2012) | 3 lines | |exactly one element should be a primary selection | | |------------------------------------------------------------------------ 08 October 2012, 07:50:07 UTC
51c92f7 backport from next |------------------------------------------------------------------------ |r72590 | sloriot | 2012-10-04 23:46:27 +0200 (Thu, 04 Oct 2012) | 2 lines | |typo in function names (missing _) | |------------------------------------------------------------------------ 04 October 2012, 21:51:53 UTC
79fbfab backport from next |------------------------------------------------------------------------ |r72555 | sloriot | 2012-10-04 10:27:11 +0200 (Thu, 04 Oct 2012) | 3 lines | |c++0x is c++11 | | |------------------------------------------------------------------------ 04 October 2012, 08:30:54 UTC
73b7de7 backport from next |------------------------------------------------------------------------ |r72517 | pmoeller | 2012-10-03 12:14:08 +0200 (Wed, 03 Oct 2012) | 1 line | |locate is a dependent name and needs to be qualified to be found |------------------------------------------------------------------------ 03 October 2012, 10:21:10 UTC
a4f4f2a backport from next |------------------------------------------------------------------------ |r72508 | sloriot | 2012-10-03 10:33:54 +0200 (Wed, 03 Oct 2012) | 11 lines | |BUGFIX in offset computation | |while computing the offset of a polygon, it might happen that a candidate polygonal |component is discarded (if it's not a valid polygon but a polyline for example). |In that case, some halfedges are marked as visited, but among them some could be |needed by another component. In this patch, we collect all halfedges marked as visited |and unmark them in case the polygon is incomplete. | |The test added was not correctly working before the patch. | | |------------------------------------------------------------------------ 03 October 2012, 08:39:32 UTC
991e5de Cherry-pick changes from next. Doc bugfix for CM and LCC. 13 September 2012, 15:30:50 UTC
63c4957 Cherry-pick from next: | ------------------------------------------------------------------------ | r72087 | lrineau | 2012-09-12 15:30:11 +0200 (Wed, 12 Sep 2012) | 2 lines | Changed paths: | M /branches/next/Mesh_3/doc_tex/Mesh_3_ref/parameters_features.tex | | doc BUGFIX | | ------------------------------------------------------------------------ 12 September 2012, 13:33:20 UTC
da3e825 cherry pick from next. |------------------------------------------------------------------------ |r71783 | sloriot | 2012-08-29 09:04:50 +0200 (Wed, 29 Aug 2012) | 1 line | |typo |------------------------------------------------------------------------ | |------------------------------------------------------------------------ |r71904 | lrineau | 2012-08-31 16:01:37 +0200 (Fri, 31 Aug 2012) | 4 lines | |BUGFIX. Fix the documentation | |The documentation of parameters::features() was not synced with the actual code. | |------------------------------------------------------------------------ 12 September 2012, 09:22:12 UTC
8ded516 Prepare final CGAL 4.1 10 September 2012, 15:44:55 UTC
c9b0240 backport r71986 |------------------------------------------------------------------------ |r71986 | sloriot | 2012-09-05 12:51:01 +0200 (Wed, 05 Sep 2012) | 4 lines | |this should not be a reference (at least a const ref), |pass handle by value. |------------------------------------------------------------------------ 05 September 2012, 10:56:06 UTC
b5fbda6 Pick that change from next: | ------------------------------------------------------------------------ | r71784 | lrineau | 2012-08-29 10:04:18 +0200 (Wed, 29 Aug 2012) | 2 lines | Changed paths: | M /branches/next/Manual/doc_tex/cgal_manual.tex | | When Voronoi_diagram_2 was reintroduced in CGAL-4.0.1, we forgot doc_tex | | ------------------------------------------------------------------------ and prepare for CGAL-4.1-beta2. 29 August 2012, 08:19:14 UTC
07cedd9 merge from next |------------------------------------------------------------------------ |r71451 | sloriot | 2012-08-22 08:48:49 +0200 (Wed, 22 Aug 2012) | 2 lines | |windows mixes up Fb template parameter with nested Fb type from base class | |------------------------------------------------------------------------ $ svn merge -r71450:71451 ^/branches/next . 22 August 2012, 08:14:35 UTC
53cace6 Prepare 4.1-beta1 17 August 2012, 09:54:13 UTC
cfa9925 The next internal releases will be alpha2, and not beta1. 16 August 2012, 10:21:15 UTC
44d5a6a Pick bug fixed from next: | ------------------------------------------------------------------------ | r71200 | sloriot | 2012-08-14 12:29:58 +0200 (Tue, 14 Aug 2012) | 5 lines | Changed paths: [...] | reintegrate feature branch Surface_mesher-c2t3_to_polyhedron_bug_fix-sloriot | | avoid having dangling vertices in the conversion from c2t3 to polyhedron | | | ------------------------------------------------------------------------ | r71208 | sloriot | 2012-08-14 17:01:10 +0200 (Tue, 14 Aug 2012) | 2 lines | Changed paths: | M /branches/next/CGAL_ipelets/demo/CGAL_ipelets/CMakeLists.txt | | find_path do nothing if the variable is already in the cache | | ------------------------------------------------------------------------ | r71223 | lrineau | 2012-08-16 12:03:35 +0200 (Thu, 16 Aug 2012) | 6 lines | Changed paths: | M /branches/next/Installation/CMakeLists.txt | | Quick fix for CGAL_ENABLE_PRECONFIG: hide it | | If CGAL_ENABLE_PRECONFIG is set to OFF, currently the CMake configuration | fails. That option is turned into an internal cache variable set to ON by | default. | | ------------------------------------------------------------------------ 16 August 2012, 10:20:46 UTC
eb171e3 Cherry-pick from next, to have a correct CHANGES file: | ------------------------------------------------------------------------ | r71168 | lrineau | 2012-08-10 14:51:15 +0200 (Fri, 10 Aug 2012) | 13 lines | | Revert commits 70941 and 70940: | | ------------------------------------------------------------------------ | | r70941 | lrineau | 2012-08-01 16:50:50 +0200 (Wed, 01 Aug 2012) | 1 line | | | | Rename my two Intel Compiler platforms | | ------------------------------------------------------------------------ | | r70940 | lrineau | 2012-08-01 16:44:02 +0200 (Wed, 01 Aug 2012) | 1 line | | | | Update the Intel Compiler to 12.1 (aka 2011_sp1) | | ------------------------------------------------------------------------ | and change the Installation/changes.html: CGAL-4.1.0 will not support the | Intel Compiler 12.1, but only 12.0. That is too late. | | ------------------------------------------------------------------------ | r71172 | lrineau | 2012-08-10 16:01:53 +0200 (Fri, 10 Aug 2012) | 2 lines | Changed paths: | M /branches/next/Installation/CHANGES | M /branches/next/Installation/changes.html | | Announce that 4.1 supports clang on macos | | ------------------------------------------------------------------------ 10 August 2012, 14:08:04 UTC
c3acbd9 Prepare CGAL-4.1-beta1: update the CHANGES from changes.html 10 August 2012, 13:38:46 UTC
b136b63 Preparation for CGAL-4.1-beta1 10 August 2012, 13:36:53 UTC
66fdeb7 Cherry-pick fixes from next. Most warnings fixes. | ------------------------------------------------------------------------ | r71075 | lrineau | 2012-08-06 17:32:55 +0200 (Mon, 06 Aug 2012) | 8 lines | Changed paths: | M /branches/next/Intersections_2/include/CGAL/Intersections_2/Triangle_2_Triangle_2_intersection_impl.h | M /branches/next/Intersections_2/include/CGAL/Triangle_2_Triangle_2_do_intersect.h | | WARNFIX | | Fix the unused parameter Q2 of function intersection_test_edge() in | <CGAL/Triangle_2_Triangle_2_do_intersect.h>. | | Fix also a set-by-unused variable in | <CGAL/Intersections_2/Triangle_2_Triangle_2_intersection_impl.h>. | | ------------------------------------------------------------------------ | r71090 | pmoeller | 2012-08-07 13:04:32 +0200 (Tue, 07 Aug 2012) | 6 lines | Changed paths: | M /branches/next/Alpha_shapes_2/include/CGAL/Alpha_shape_2.h | M /branches/next/Circulator/include/CGAL/circulator.h | M /branches/next/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Reflex_vertex_searcher.h | M /branches/next/Intersections_3/test/Intersections_3/bbox_other_do_intersect_test.cpp | M /branches/next/Kernel_d/include/CGAL/Cartesian_d.h | M /branches/next/Mesh_3/include/CGAL/IO/File_medit.h | M /branches/next/Mesh_3/include/CGAL/Mesh_cell_criteria_3.h | M /branches/next/Mesh_3/include/CGAL/Mesh_edge_criteria_3.h | M /branches/next/Mesh_3/include/CGAL/Mesh_facet_criteria_3.h | M /branches/next/Mesh_3/include/CGAL/make_mesh_3.h | M /branches/next/Nef_2/include/CGAL/Bounded_kernel.h | M /branches/next/Nef_2/include/CGAL/Nef_polyhedron_2.h | M /branches/next/Nef_3/include/CGAL/Nef_3/ID_support_handler.h | M /branches/next/Nef_3/include/CGAL/Nef_3/Infimaximal_box.h | M /branches/next/Nef_3/include/CGAL/Nef_3/vertex_cycle_to_nef_3.h | M /branches/next/Nef_3/include/CGAL/Nef_polyhedron_3.h | M /branches/next/Nef_3/test/Nef_3/nef_union_error_llvm.cpp | M /branches/next/Nef_S2/include/CGAL/Nef_S2/SM_overlayer.h | M /branches/next/OpenNL/include/CGAL/OpenNL/blas.h | M /branches/next/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h | M /branches/next/Point_set_processing_3/include/CGAL/mst_orient_normals.h | M /branches/next/QP_solver/include/CGAL/QP_solver/QP_functions_impl.h | M /branches/next/STL_Extension/include/CGAL/iterator.h | M /branches/next/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_simple_site_2.h | M /branches/next/Subdivision_method_3/include/CGAL/Polyhedron_decorator_3.h | M /branches/next/Subdivision_method_3/include/CGAL/Subdivision_mask_3.h | M /branches/next/Surface_mesher/include/CGAL/Surface_mesh_default_criteria_3.h | M /branches/next/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Adaptation_traits_functors.h | M /branches/next/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Default_site_inserters.h | M /branches/next/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Default_site_removers.h | | WARNFIX: Silence a good part of unused variable/parameter warnings. | | Wextra results in a dreadful wall of yellow in the test-suite and is | scary when using CGAL. Reduce some of the noise by silencing the | obvious cases with CGAL_USE or comments. | | ------------------------------------------------------------------------ | r71132 | pmoeller | 2012-08-09 10:44:13 +0200 (Thu, 09 Aug 2012) | 9 lines | Changed paths: | M /branches/next/STL_Extension/test/STL_Extension/test_Compact_container.cpp | M /branches/next/STL_Extension/test/STL_Extension/test_multiset.cpp | | Minor fixes with to avoid ambiguity clashes and add a missing include. | | test_Compact_container.cpp defined its won CGAL::use and somehow | Testsuite/use.h got included. CGAL::internal::use got then picked up | by ADL, as the iterator of a compact container is in internal (as | opposed to a member of Compact_container). | | test_multiset used strcmp without including cstring. | | ------------------------------------------------------------------------ | r71133 | pmoeller | 2012-08-09 10:48:36 +0200 (Thu, 09 Aug 2012) | 5 lines | Changed paths: | M /branches/next/Kernel_23/test/Kernel_23/include/CGAL/_test_cls_object.h | M /branches/next/Kernel_23/test/Kernel_23/include/CGAL/_test_new_2.h | M /branches/next/Kernel_23/test/Kernel_23/include/CGAL/_test_new_3.h | D /branches/next/Kernel_23/test/Kernel_23/include/CGAL/use.h | | Remove use.h from Kernel_23/test | | Kernel_23 defined its own CGAL::use, replace it with the one from | Testsuite. | | ------------------------------------------------------------------------ | r71145 | lrineau | 2012-08-09 14:45:11 +0200 (Thu, 09 Aug 2012) | 2 lines | Changed paths: | M /branches/next/Polyhedron/demo/Polyhedron/Polyhedron_demo_cut_plugin.cpp | | WARNFIX: bad use of size_t whereas int was the right type | | ------------------------------------------------------------------------ | r71151 | lrineau | 2012-08-09 17:34:08 +0200 (Thu, 09 Aug 2012) | 52 lines | Changed paths: | M /branches/next/Circulator/include/CGAL/circulator.h | A /branches/next/Installation/include/CGAL/use.h (from /branches/next/Testsuite/include/CGAL/Testsuite/use.h:71149) | M /branches/next/Point_set_processing_3/include/CGAL/mst_orient_normals.h | M /branches/next/STL_Extension/include/CGAL/iterator.h | M /branches/next/Testsuite/include/CGAL/Testsuite/use.h | | Move <CGAL/Testsuite/use.h> to <CGAL/use.h> (in the Installation package) | | That is a followup to the following commit: | | ------------------------------------------------------------------------ | | r71090 | pmoeller | 2012-08-07 13:04:32 +0200 (Tue, 07 Aug 2012) | 6 lines | | Changed paths: | | M /branches/next/Alpha_shapes_2/include/CGAL/Alpha_shape_2.h | | M /branches/next/Circulator/include/CGAL/circulator.h | | M /branches/next/Convex_decomposition_3/include/CGAL/Convex_decomposition_3/Reflex_vertex_searcher.h | | M /branches/next/Intersections_3/test/Intersections_3/bbox_other_do_intersect_test.cpp | | M /branches/next/Kernel_d/include/CGAL/Cartesian_d.h | | M /branches/next/Mesh_3/include/CGAL/IO/File_medit.h | | M /branches/next/Mesh_3/include/CGAL/Mesh_cell_criteria_3.h | | M /branches/next/Mesh_3/include/CGAL/Mesh_edge_criteria_3.h | | M /branches/next/Mesh_3/include/CGAL/Mesh_facet_criteria_3.h | | M /branches/next/Mesh_3/include/CGAL/make_mesh_3.h | | M /branches/next/Nef_2/include/CGAL/Bounded_kernel.h | | M /branches/next/Nef_2/include/CGAL/Nef_polyhedron_2.h | | M /branches/next/Nef_3/include/CGAL/Nef_3/ID_support_handler.h | | M /branches/next/Nef_3/include/CGAL/Nef_3/Infimaximal_box.h | | M /branches/next/Nef_3/include/CGAL/Nef_3/vertex_cycle_to_nef_3.h | | M /branches/next/Nef_3/include/CGAL/Nef_polyhedron_3.h | | M /branches/next/Nef_3/test/Nef_3/nef_union_error_llvm.cpp | | M /branches/next/Nef_S2/include/CGAL/Nef_S2/SM_overlayer.h | | M /branches/next/OpenNL/include/CGAL/OpenNL/blas.h | | M /branches/next/Periodic_3_triangulation_3/include/CGAL/Periodic_3_triangulation_3.h | | M /branches/next/Point_set_processing_3/include/CGAL/mst_orient_normals.h | | M /branches/next/QP_solver/include/CGAL/QP_solver/QP_functions_impl.h | | M /branches/next/STL_Extension/include/CGAL/iterator.h | | M /branches/next/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_simple_site_2.h | | M /branches/next/Subdivision_method_3/include/CGAL/Polyhedron_decorator_3.h | | M /branches/next/Subdivision_method_3/include/CGAL/Subdivision_mask_3.h | | M /branches/next/Surface_mesher/include/CGAL/Surface_mesh_default_criteria_3.h | | M /branches/next/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Adaptation_traits_functors.h | | M /branches/next/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Default_site_inserters.h | | M /branches/next/Voronoi_diagram_2/include/CGAL/Voronoi_diagram_2/Default_site_removers.h | | | | WARNFIX: Silence a good part of unused variable/parameter warnings. | | | | Wextra results in a dreadful wall of yellow in the test-suite and is | | scary when using CGAL. Reduce some of the noise by silencing the | | obvious cases with CGAL_USE or comments. | | | | ------------------------------------------------------------------------ | | The reason is that everything from CGAL/Testsuite/ is removed in public | releases (that was discussed at a CGAL developers meetings, long ago). That | means that r71090 introduced compilation errors undetectable by the tests | of internal releases. I hope that the minutes of that developers meeting | say that I was against the removal of headers between internal and public | releases! -- Laurent Rineau | | ------------------------------------------------------------------------ | r71153 | lrineau | 2012-08-09 18:06:54 +0200 (Thu, 09 Aug 2012) | 2 lines | Changed paths: | M /branches/next/Mesh_3/include/CGAL/Mesh_3/Mesh_global_optimizer.h | M /branches/next/Min_sphere_of_spheres_d/include/CGAL/Min_sphere_of_spheres_d/Min_sphere_of_spheres_d_impl.h | M /branches/next/Modular_arithmetic/include/CGAL/Modular_arithmetic/Residue_type.h | M /branches/next/Nef_3/include/CGAL/Nef_3/OGL_helper.h | M /branches/next/Point_set_processing_3/include/CGAL/IO/write_off_points.h | M /branches/next/Point_set_processing_3/include/CGAL/Index_property_map.h | M /branches/next/Point_set_processing_3/include/CGAL/mst_orient_normals.h | M /branches/next/Point_set_processing_3/include/CGAL/random_simplify_point_set.h | M /branches/next/Polyhedron/demo/Polyhedron/Polyhedron_demo_mesh_3_plugin_cgal_code.cpp | M /branches/next/Polyhedron/demo/Polyhedron/Polyhedron_demo_mesh_simplification_plugin.cpp | M /branches/next/Polyhedron/demo/Polyhedron/Polyhedron_demo_normal_estimation_plugin.cpp | M /branches/next/Polyhedron/demo/Polyhedron/Polyhedron_demo_point_set_outliers_removal_plugin.cpp | M /branches/next/Polyhedron/demo/Polyhedron/Polyhedron_demo_point_set_simplification_plugin.cpp | M /branches/next/Polyhedron/demo/Polyhedron/Polyhedron_demo_remeshing_plugin_cgal_code.cpp | M /branches/next/Polyhedron/demo/Polyhedron/Scene_combinatorial_map_item.cpp | M /branches/next/Polyhedron/demo/Polyhedron/Scene_combinatorial_map_item.h | M /branches/next/Polyhedron/demo/Polyhedron/Scene_polylines_item.cpp | M /branches/next/Polyhedron/demo/Polyhedron/include/CGAL/gl_render.h | M /branches/next/Polyhedron/demo/Polyhedron/include/Point_set_3.h | M /branches/next/Polyhedron/include/CGAL/Polyhedron_incremental_builder_3.h | M /branches/next/Stream_support/include/CGAL/IO/io.h | M /branches/next/Subdivision_method_3/include/CGAL/Subdivision_mask_3.h | | WARNFIX: fix some warnings triggered by -Wconversion on g++ | | ------------------------------------------------------------------------ | r71164 | lrineau | 2012-08-10 12:07:55 +0200 (Fri, 10 Aug 2012) | 2 lines | Changed paths: | M /branches/next/Number_types/test/Number_types/Gmpfr_bug.cpp | | Missing #include | | ------------------------------------------------------------------------ 10 August 2012, 13:34:02 UTC
8c0e6f3 Pick from next: | ------------------------------------------------------------------------ | r71165 | lrineau | 2012-08-10 12:54:54 +0200 (Fri, 10 Aug 2012) | 2 lines | Changed paths: | M /branches/next/Triangulation_2/doc_tex/Triangulation_2_ref/Constrained_Delaunay_triangulation_2.tex | | Typo in the documentation: add a line break | | ------------------------------------------------------------------------ 10 August 2012, 11:00:22 UTC
d5b8c15 merged r71127 from next (minor bugfix) 08 August 2012, 16:08:09 UTC
14c11a7 Next builds will be alpha2 07 August 2012, 14:27:27 UTC
13580b5 Revert three commits that should not go to CGAL-4.1: | ------------------------------------------------------------------------ | r71005 | eric | 2012-08-03 14:57:04 +0200 (Fri, 03 Aug 2012) | 5 lines | Changed paths: | M /branches/next/Installation/cmake/modules/CGAL_CreateSingleSourceCGALProgram.cmake | M /branches/next/Installation/cmake/modules/CGAL_CreateSingleSourceCGALProgramQt4.cmake | | now I got it: it's not just the first argument, it's the first file | | "first" is a little bit general name for a parameter, changed | to firstfile and added a comment about handling other files | | ------------------------------------------------------------------------ | r71002 | eric | 2012-08-03 14:46:58 +0200 (Fri, 03 Aug 2012) | 2 lines | Changed paths: | M /branches/next/Installation/cmake/modules/CGAL_CreateSingleSourceCGALProgramQt4.cmake | | make signatures consistent | | ------------------------------------------------------------------------ | r70998 | eric | 2012-08-03 14:23:40 +0200 (Fri, 03 Aug 2012) | 2 lines | Changed paths: | M /branches/next/Installation/cmake/modules/CGAL_CreateSingleSourceCGALProgram.cmake | | be consistent in variable name | | ------------------------------------------------------------------------ 06 August 2012, 13:15:45 UTC
8fefae2 Create the branch for CGAL-4.1 05 August 2012, 17:41:48 UTC
b22a86c Fix the CGALConfig.cmake that is installed, on Windows 03 August 2012, 15:38:26 UTC
8459fc6 update the default polyhedron to have indices in simplices so that plugin can simply attach properties to them. 03 August 2012, 15:22:58 UTC
8fdfaaf add a way to not update automatically the color vector (in case a plugin has fixed it) 03 August 2012, 13:20:30 UTC
2f6dae6 now I got it: it's not just the first argument, it's the first file "first" is a little bit general name for a parameter, changed to firstfile and added a comment about handling other files 03 August 2012, 12:57:04 UTC
293a072 make signatures consistent 03 August 2012, 12:46:58 UTC
5dd449e Prepare for CGAL-4.1 03 August 2012, 12:26:38 UTC
05c4d0a be consistent in variable name 03 August 2012, 12:23:40 UTC
3921b43 missing include one platform reported that strncmp is not existing, so it looks like this missing include 03 August 2012, 08:12:44 UTC
7eb193c New script that detect files with mixed eol styles 02 August 2012, 13:46:16 UTC
4c3e1c3 Fix mixed eol styles 02 August 2012, 13:35:03 UTC
c342d02 Reference cache must not use -DNDEBUG Otherwise there is that error: include/CGAL/config.h(43): catastrophic error: #error directive: The test-suite needs no NDEBUG defined 02 August 2012, 13:20:33 UTC
b6acb44 Fix mixed eol styles introduced by the licenses change scripts 02 August 2012, 12:48:04 UTC
e2b676c Publish also a file sha256sum.txt 02 August 2012, 11:27:57 UTC
acf7896 Bad ordering of MPFI and RS3: MPFI can be removed. 02 August 2012, 10:32:33 UTC
6e57958 Fix FindRS(3) modules A FindFoobar module must not include a UseFoobar file. CGAL_UseRS3 now includes CGAL_UseMPFI, and not FindRS and FindRS3. + Fix also a typo in a message of FindRS3. 02 August 2012, 10:32:04 UTC
414182e Change the order of messages, to be coherent with CGAL_UseRS(3) 02 August 2012, 10:02:34 UTC
cf1ad35 Better formatting of the documentation of GMP CMake modules 02 August 2012, 09:50:24 UTC
514c1ef Make RS, MPFI, LEDA, and NTL optional essential libraries 01 August 2012, 16:58:19 UTC
de57846 CGAL-4.1 will not support Intel Compiler 12.0, but 12.1 (the latest non-beta) 01 August 2012, 15:36:53 UTC
b2bb0ce simpler patch for removing info with item (r67819). Revert r70929 01 August 2012, 15:22:03 UTC
94a1c41 please test your change before commiting 01 August 2012, 15:05:11 UTC
7521a2c Add the new Intel Compiler 13.0 beta (aka "2013 beta") 01 August 2012, 15:04:55 UTC
94fb841 Rename my two Intel Compiler platforms 01 August 2012, 14:50:50 UTC
de205cf Update the Intel Compiler to 12.1 (aka 2011_sp1) 01 August 2012, 14:44:02 UTC
5429eb8 give access to the color vector to let a plugin use its own colors 01 August 2012, 14:18:14 UTC
84662fa move the protector to only protect computation using intervals. The to_interval may need another rounding mode. 01 August 2012, 13:50:01 UTC
db19453 First big patch to fix -Wunused-local-typedefs -Wunused-local-typedefs is a new warning flag of gcc-4.7, and it will enabled by -Wall since gcc-4.8 (not yet released). The fix is a big set of removals of unused typedefs (or comments, or moves, depending on the context). 01 August 2012, 13:29:16 UTC
98992ea Use include_directories(SYSTEM ...) in the macro use_lib 01 August 2012, 12:23:53 UTC
8e16759 Use include_directories(SYSTEM ...) for 3rd-party libraries gcc has an option -isystem, that can replace -I. The documentation is: -isystem dir Search dir for header files, after all directories specified by -I but before the standard system directories. Mark it as a system directory, so that it gets the same special treatment as is applied to the standard system directories. If dir begins with "=", then the "=" will be replaced by the sysroot prefix; see --sysroot and -isysroot. The "special treatment" means that gcc will not warn about constructions in headers in directories pointed by -isystem instead of -I. In the CGAL testsuite, there are a lot of warnings that comes from third-party libraries (mostly from Boost, but also from Eigen). This patch tells cmake to use -isystem with gcc, for all CGAL 3rd-party directories. 01 August 2012, 10:53:37 UTC
ea408a8 update info when items are deleted 01 August 2012, 06:16:15 UTC
eecde00 import nef io plugin from Mesh_3-experimental-GF 01 August 2012, 05:37:55 UTC
9e16ac5 update polyline filters 01 August 2012, 05:35:31 UTC
e7b9064 import Polyhedron affine transform plugin from Mesh_3-experimental-GF 01 August 2012, 05:27:21 UTC
6799a36 do not try plugins to load if the file does not exist 01 August 2012, 05:19:40 UTC
48f8192 fix normal display 01 August 2012, 05:13:43 UTC
767899f Revert some modifications made by error. 31 July 2012, 16:41:10 UTC
a7a89c2 add_dependencies( Polygon_2 ${CGAL_LIBRARY} ) is useless Ar the target Polygon_2 links with the CGAL library, CMake already creates a dependency. 31 July 2012, 16:18:17 UTC
601d2c5 updated crontab (automated commit) 31 July 2012, 16:18:02 UTC
e852c4d std::invalid_argument derives from std::logic_error. 31 July 2012, 15:46:23 UTC
5e9afc4 Cherry-pick that revision, to restore scripts in the demo: | ------------------------------------------------------------------------ | r70911 | lrineau | 2012-07-31 17:30:38 +0200 (Tue, 31 Jul 2012) | 4 lines | Changed paths: | M /branches/features/Mesh_3-experimental-GF/Polyhedron/demo/Polyhedron/MainWindow.cpp | M /branches/features/Mesh_3-experimental-GF/Polyhedron/demo/Polyhedron/MainWindow.h | M /branches/features/Mesh_3-experimental-GF/Polyhedron/demo/Polyhedron/MainWindow.ui | M /branches/features/Mesh_3-experimental-GF/Polyhedron/demo/Polyhedron/geomodel.js | M /branches/features/Mesh_3-experimental-GF/Polyhedron/demo/Polyhedron/testsuite.js | | Restore the handling of scripts | | + add a shortcut to the new "load script" action. | | ------------------------------------------------------------------------ The .js files are not commited in next. 31 July 2012, 15:45:47 UTC
96506df match composed extensions and several extension per file type 31 July 2012, 14:03:20 UTC
10dd183 Stupid bug: the script *loader* must use getOpenFileName instead of getSaveFileName! Please test what you commit!! 31 July 2012, 12:39:34 UTC
d541859 Move my CGAL_ROOT to a separate partition 31 July 2012, 10:53:48 UTC
c8a956f Added 2D Arrangements changes for 4.1 31 July 2012, 07:19:28 UTC
ede2f5a Prepare CGAL-4.1-alpha1 30 July 2012, 14:13:09 UTC
0a40b7c Unused variable warnings 28 July 2012, 11:15:45 UTC
10d7912 complex.h may #define complex :-( 28 July 2012, 10:47:13 UTC
82351c8 Missing standard include. 28 July 2012, 06:57:31 UTC
a758751 Remove / comment out unused local typedefs. Fix one place where FT was used instead of RT (homogeneous coordinates, probably never compiled). 28 July 2012, 06:21:06 UTC
c42caa1 Missing standard header. 27 July 2012, 17:58:38 UTC
1e96f6e Upgrade to RS 3.1 27 July 2012, 15:47:47 UTC
354e29e add example failing on llvm mac os 27 July 2012, 14:47:18 UTC
2b23e72 Upgrade to RS 3.1 27 July 2012, 14:45:19 UTC
6a99e19 reintegrate feature branch Point_set_and_Polyhedron_demo-merge-GF: * it provides to the polyhedron demo the functionalities of the Point_set demo (but splatting) * convex hull working on points * plugin callable depending on items selected 27 July 2012, 14:28:49 UTC
d00a870 merge from next 27 July 2012, 14:17:21 UTC
0b8cff4 My $HOME/CGAL/trunk is a symlink to next, but still... 27 July 2012, 14:14:36 UTC
eb95b00 fix display mode selection induced by introduction of a new display mode 27 July 2012, 13:52:01 UTC
b22a192 fix display of polyhedron items 27 July 2012, 13:32:48 UTC
e060d19 display error 27 July 2012, 13:24:39 UTC
9491693 Fix an issue when BUILD_SHARED_LIBS is toggled When the value of the Boolean cache variable BUILD_SHARED_LIBS is modified, there was a bug that the variable CGAL_LIBRARY_NAME, CGAL_Core_LIBRARY_NAME, CGAL_Qt4_LIBRARY_NAME, and so on, were not updated. As a consequence, the file CGALConfig.cmake produced in the installation directory was not correct: it was referring to .so files whereas the installed binaries were .a files, or the reverse. This patch fixes the issue. 27 July 2012, 13:16:55 UTC
9deba05 restore properties accidently erased 27 July 2012, 13:10:37 UTC
4d4f9ad Missing standard includes. 27 July 2012, 12:05:53 UTC
5a7c587 merge from next 27 July 2012, 10:55:37 UTC
740d865 remove local_spacing plugin that was needed for splatting 27 July 2012, 10:53:31 UTC
40e636e more warnings removed 27 July 2012, 10:38:58 UTC
cd58d02 remove unused var warnings 27 July 2012, 10:29:10 UTC
19422b5 convex hull works with points 27 July 2012, 09:52:29 UTC
389c2ab Fix a warning about an unused variable Now the example does use the variable, and displays the coordinates of the vertices of the closest facet. 27 July 2012, 09:14:21 UTC
back to top