Jamfile.v2 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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, 2015, 2016, 2017.
  8. # Modifications copyright (c) 2014-2017 Oracle and/or its affiliates.
  9. #
  10. # Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
  11. #
  12. # Use, modification and distribution is subject to the Boost Software License,
  13. # Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  14. # http://www.boost.org/LICENSE_1_0.txt)
  15. test-suite boost-geometry-algorithms-overlay
  16. :
  17. [ run assemble.cpp : : : : algorithms_assemble ]
  18. [ run get_turn_info.cpp : : : : algorithms_get_turn_info ]
  19. [ run get_turns.cpp : : : : algorithms_get_turns ]
  20. [ run get_turns_areal_areal.cpp : : : : algorithms_get_turns_areal_areal ]
  21. [ run get_turns_areal_areal_sph.cpp : : : : algorithms_get_turns_areal_areal_sph ]
  22. [ run get_turns_linear_areal.cpp : : : : algorithms_get_turns_linear_areal ]
  23. [ run get_turns_linear_areal_sph.cpp : : : : algorithms_get_turns_linear_areal_sph ]
  24. [ run get_turns_linear_linear.cpp : : : : algorithms_get_turns_linear_linear ]
  25. [ run get_turns_linear_linear_geo.cpp : : : : algorithms_get_turns_linear_linear_geo ]
  26. [ run get_turns_linear_linear_sph.cpp : : : : algorithms_get_turns_linear_linear_sph ]
  27. [ run overlay.cpp : : : : algorithms_overlay ]
  28. [ run sort_by_side_basic.cpp : : : : algorithms_sort_by_side_basic ]
  29. [ run sort_by_side.cpp : : : : algorithms_sort_by_side ]
  30. #[ run handle_touch.cpp : : : : algorithms_handle_touch ]
  31. [ run relative_order.cpp : : : : algorithms_relative_order ]
  32. [ run select_rings.cpp : : : : algorithms_select_rings ]
  33. [ run self_intersection_points.cpp : : : : algorithms_self_intersection_points ]
  34. #[ run traverse.cpp : : : : algorithms_traverse ]
  35. #[ run traverse_ccw.cpp : : : : algorithms_traverse_ccw ]
  36. #[ run traverse_multi.cpp : : : : algorithms_traverse_multi ]
  37. ;