Jamfile.v2 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Boost.Geometry (aka GGL, Generic Geometry Library)
  2. #
  3. # Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
  4. # Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
  5. # Copyright (c) 2009-2015 Mateusz Loskot, London, UK.
  6. #
  7. # This file was modified by Oracle on 2014-2019.
  8. # Modifications copyright (c) 2014-2019, Oracle and/or its affiliates.
  9. #
  10. # Contributed and/or modified by Vissarion Fysikopoulos, on behalf of Oracle
  11. # Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
  12. # Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
  13. #
  14. # Use, modification and distribution is subject to the Boost Software License,
  15. # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  16. # http://www.boost.org/LICENSE_1_0.txt)
  17. test-suite boost-geometry-strategies
  18. :
  19. [ run andoyer.cpp : : : : strategies_andoyer ]
  20. [ run cross_track.cpp : : : : strategies_cross_track ]
  21. [ run crossings_multiply.cpp : : : : strategies_crossings_multiply ]
  22. [ run distance_default_result.cpp : : : : strategies_distance_default_result ]
  23. [ run distance_cross_track.cpp : : : : strategies_distance_cross_track ]
  24. [ run douglas_peucker.cpp : : : : strategies_douglas_peucker ]
  25. [ run envelope_segment.cpp : : : : strategies_envelope_segment ]
  26. [ run franklin.cpp : : : : strategies_franklin ]
  27. [ run haversine.cpp : : : : strategies_haversine ]
  28. [ run point_in_box.cpp : : : : strategies_point_in_box ]
  29. [ run projected_point.cpp : : : : strategies_projected_point ]
  30. [ run projected_point_ax.cpp : : : : strategies_projected_point_ax ]
  31. [ run pythagoras.cpp : : : : strategies_pythagoras ]
  32. [ run pythagoras_point_box.cpp : : : : strategies_pythagoras_point_box ]
  33. [ run segment_intersection.cpp : : : : strategies_segment_intersection ]
  34. [ run segment_intersection_collinear.cpp : : : : strategies_segment_intersection_collinear ]
  35. [ run segment_intersection_geo.cpp : : : : strategies_segment_intersection_geo ]
  36. [ run segment_intersection_sph.cpp : : : : strategies_segment_intersection_sph ]
  37. [ run side_of_intersection.cpp : : : : strategies_side_of_intersection ]
  38. [ run spherical_side.cpp : : : : strategies_spherical_side ]
  39. [ run thomas.cpp : : : : strategies_thomas ]
  40. [ run transform_cs.cpp : : : : strategies_transform_cs ]
  41. [ run transformer.cpp : : : : strategies_transformer ]
  42. [ run matrix_transformer.cpp : : : : strategies_matrix_transformer ]
  43. [ run vincenty.cpp : : : : strategies_vincenty ]
  44. [ run winding.cpp : : : : strategies_winding ]
  45. ;