Merge branch 'develop' into bg-prepare

This commit is contained in:
Adam Wulkiewicz
2018-11-30 14:11:31 +01:00
4 changed files with 7 additions and 6 deletions

View File

@@ -138,7 +138,7 @@
Adeel Ahmad (Karney's solution of direct and inverse geodesic problems)
</li>
<li class="listitem">
Yaghyavardhan Singh Khangarot (discrete frechet and hausdorff distance)
Yaghyavardhan Singh Khangarot (discrete Frechet and Hausdorff distance)
</li>
</ul></div>
</div>

View File

@@ -32,6 +32,10 @@
[import src/examples/algorithms/correct.cpp]
[import src/examples/algorithms/densify.cpp]
[import src/examples/algorithms/densify_strategy.cpp]
[import src/examples/algorithms/discrete_frechet_distance.cpp]
[import src/examples/algorithms/discrete_frechet_distance_strategy.cpp]
[import src/examples/algorithms/discrete_hausdorff_distance.cpp]
[import src/examples/algorithms/discrete_hausdorff_distance_strategy.cpp]
[import src/examples/algorithms/distance.cpp]
[import src/examples/algorithms/difference.cpp]
[import src/examples/algorithms/envelope.cpp]
@@ -63,10 +67,6 @@
[import src/examples/algorithms/relation.cpp]
[import src/examples/algorithms/reverse.cpp]
[import src/examples/algorithms/return_envelope.cpp]
[import src/examples/algorithms/discrete_frechet_distance.cpp]
[import src/examples/algorithms/discrete_frechet_distance_strategy.cpp]
[import src/examples/algorithms/discrete_hausdorff_distance.cpp]
[import src/examples/algorithms/discrete_hausdorff_distance_strategy.cpp]
[import src/examples/algorithms/simplify.cpp]
[import src/examples/algorithms/sym_difference.cpp]
[import src/examples/algorithms/transform.cpp]

View File

@@ -140,13 +140,13 @@ strategies = ["area::cartesian", "area::spherical", "area::geographic"
, "distance::pythagoras_point_box", "distance::haversine"
, "distance::cross_track", "distance::cross_track_point_box"
, "distance::projected_point"
, "within::winding", "within::franklin", "within::crossings_multiply"
, "simplify::douglas_peucker"
, "side::side_by_triangle", "side::side_by_cross_track"
, "side::spherical_side_formula", "side::geographic"
, "transform::inverse_transformer", "transform::map_transformer"
, "transform::rotate_transformer", "transform::scale_transformer"
, "transform::translate_transformer", "transform::matrix_transformer"
, "within::winding", "within::franklin", "within::crossings_multiply"
]
views = ["box_view", "segment_view"

View File

@@ -40,6 +40,7 @@
* [@https://github.com/boostorg/geometry/pull/505 505] Fixed overflow in overlay algorithms (thanks to Dane Springmeyer).
* [@https://github.com/boostorg/geometry/pull/518 518] Fixed passing of temporaries in append() (thanks to xventura81).
* [@https://github.com/boostorg/geometry/pull/522 522] Support python3 in building documentation.
[/=================]
[heading Boost 1.68]