Revision 35375e59b8d86d6aa9221c3900e0eaeb94abadac authored by Laurent Rineau on 23 October 2012, 14:03:05 UTC, committed by Laurent Rineau on 23 October 2012, 14:03:05 UTC
  | ------------------------------------------------------------------------
  | 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.
  | 
  | ------------------------------------------------------------------------
1 parent 4ea6dd9
History
File Mode Size
AABB_tree
Algebraic_foundations
Algebraic_kernel_d
Algebraic_kernel_for_circles
Algebraic_kernel_for_spheres
Alpha_shapes_2
Alpha_shapes_3
Apollonius_graph_2
Approximate_min_ellipsoid_d
Arithmetic_kernel
Arrangement_on_surface_2
BGL
Boolean_set_operations_2
Box_intersection_d
CGAL_ipelets
CGALimageIO
Cartesian_kernel
Circular_kernel_2
Circular_kernel_3
Circulator
Combinatorial_map
Conic_2
Convex_decomposition_3
Convex_hull_2
Convex_hull_3
Convex_hull_d
Core
Developers_manual
Distance_2
Distance_3
Envelope_2
Envelope_3
Filtered_kernel
Generator
Geomview
GraphicsView
HalfedgeDS
Hash_map
Homogeneous_kernel
Installation
Interpolation
Intersections_2
Intersections_3
Interval_skip_list
Interval_support
Inventor
Jet_fitting_3
Kernel_23
Kernel_d
Kinetic_data_structures
LEDA
Largest_empty_rect_2
Linear_cell_complex
MacOSX
Maintenance
Manual
Manual_tools
Matrix_search
Mesh_2
Mesh_3
Min_annulus_d
Min_circle_2
Min_ellipse_2
Min_quadrilateral_2
Min_sphere_d
Min_sphere_of_spheres_d
Minkowski_sum_2
Minkowski_sum_3
Modifier
Modular_arithmetic
Nef_2
Nef_3
Nef_S2
Number_types
OpenNL
Optimisation_basic
Optimisation_doc
Partition_2
Periodic_3_triangulation_3
Point_set_2
Point_set_processing_3
Polygon
Polyhedron
Polyhedron_IO
Polynomial
Polytope_distance_d
Principal_component_analysis
Profiling_tools
QP_solver
Qt_widget
Random_numbers
Ridges_3
Robustness
STL_Extension
Scripts
SearchStructures
Segment_Delaunay_graph_2
Skin_surface_3
Snap_rounding_2
Solver_interface
Spatial_searching
Spatial_sorting
Straight_skeleton_2
Stream_lines_2
Stream_support
Subdivision_method_3
Surface_mesh_parameterization
Surface_mesh_simplification
Surface_mesher
Surface_reconstruction_points_3
Testsuite
Triangulation_2
Triangulation_3
Union_find
Voronoi_diagram_2
Width_3
iostream
kdtree
wininst
.gitattributes -rw-r--r-- 363.2 KB
.gitignore -rw-r--r-- 76.1 KB
CMakeLists.txt -rw-r--r-- 3.2 KB
copyright -rw-r--r-- 4.5 KB

back to top