Adam Wulkiewicz
e054e25bfd
[test][strategies] Divide different within/covered_by strategies tests into separate files.
2014-10-23 21:32:20 +02:00
Barend Gehrels
74db16088a
[doc] update release notes / contributors
2014-10-20 18:45:34 +02:00
Adam Wulkiewicz
4d81c2c451
[test][iterators] Fix unused parameter warnings.
2014-10-20 18:17:53 +02:00
Adam Wulkiewicz
0526a104eb
[test][algorithms] Fix unused parameter warnings.
2014-10-20 18:17:41 +02:00
Adam Wulkiewicz
7c5056dae1
[test][set_ops] Fix unused parameter warnings.
2014-10-20 16:32:21 +02:00
Adam Wulkiewicz
e3f9af9292
[test][difference] Fix unused parameter warnings.
2014-10-20 16:26:42 +02:00
Adam Wulkiewicz
153276fbb3
[geometries] Fix unused parameter warning in ring_proxy
2014-10-20 16:07:15 +02:00
Adam Wulkiewicz
ac6744fa89
[algorithms] Fix unused parameter warning in throw_on_empty_input()
2014-10-20 16:06:41 +02:00
Adam Wulkiewicz
25e2eec455
[test] Remove extra semicolon.
2014-10-20 15:33:43 +02:00
Adam Wulkiewicz
8ad3bd8188
[strategies] Fix conversion in intersection_result.hpp
2014-10-20 15:27:15 +02:00
Adam Wulkiewicz
7cd6355354
[test][views] Remove extra semicolon in closeable_view test.
2014-10-20 14:08:40 +02:00
Adam Wulkiewicz
99f49afccb
Merge branch 'develop' of github.com:boostorg/geometry into develop
2014-10-20 02:29:10 +02:00
Adam Wulkiewicz
3b5cb798b9
[test][iterators] Fix signed/unsigned comparison warning.
2014-10-20 02:28:57 +02:00
Adam Wulkiewicz
e54e3f5b7d
Merge pull request #166 from mkaravel/fix/release_notes
...
[doc][release notes] add a missing space
2014-10-20 01:02:44 +02:00
Adam Wulkiewicz
5a75e97e7a
Merge pull request #165 from mkaravel/doc/remove_doc_refs_for_num_segments
...
[doc][num_segments] remove references to the num_segments algorithm
2014-10-20 01:02:20 +02:00
Menelaos Karavelas
c8e6d29804
[doc][release notes] add a missing space
2014-10-20 01:11:02 +03:00
Menelaos Karavelas
6769ad34f4
[doc][num_segments] remove references to the num_segments algorithm;
...
to be added back in boost 1.58;
2014-10-20 01:04:56 +03:00
Adam Wulkiewicz
d067f7b21b
[algorithms][index] Remove extra semicolons.
2014-10-19 23:05:08 +02:00
Adam Wulkiewicz
e59976b358
[test][point_on_surface] Remove unused typedef.
2014-10-19 22:43:49 +02:00
Adam Wulkiewicz
77b196b88c
[doc] Update (for_each_segment) and improve (convex_hull) release notes for 1.57.
2014-10-19 22:29:44 +02:00
Adam Wulkiewicz
5fe6116847
Merge pull request #164 from mkaravel/fix/release_notes
...
[doc][release_notes] update release notes for boost 1.57:
2014-10-19 22:14:06 +02:00
Adam Wulkiewicz
b1d3bb9665
Merge pull request #161 from mkaravel/feature/distance
...
Re-factoring of bg::distance
2014-10-19 22:13:46 +02:00
Menelaos Karavelas
7d7a7f72c2
[doc][release notes] remove num_segments from the new functionality section
...
since boost 1.57 is already closed for new features (it has to wait for boost 1.58)
2014-10-18 22:46:33 +03:00
Menelaos Karavelas
7d714b0206
[doc][release_notes] update release notes for boost 1.57:
...
* add new algorithm num_segments
* add resolved bug #10345
* remove "." at end of line
2014-10-18 22:21:31 +03:00
Adam Wulkiewicz
52b83cb977
[doc] Update release notes
2014-10-18 19:12:36 +02:00
Adam Wulkiewicz
4a87d2ec3d
Merge branch 'develop' of github.com:boostorg/geometry into develop
2014-10-18 17:44:44 +02:00
Adam Wulkiewicz
a285482c3b
[doc] Update release notes
2014-10-18 17:44:31 +02:00
Adam Wulkiewicz
1808886487
Merge pull request #155 from awulkiew/fix/centroid
...
Fix/centroid
2014-10-18 17:35:29 +02:00
Adam Wulkiewicz
eee5b9e6ea
[centroid] Move translating_transformer to separate file.
...
Add ctor taking Geometry to transformer.
This allows to encapsulate the origin-retrieving-logic inside the transformer.
Remove assign_origin() function.
2014-10-18 17:27:52 +02:00
Adam Wulkiewicz
9ee765fe94
[doc] Update release notes.
2014-10-18 13:44:44 +02:00
Adam Wulkiewicz
1a2bb4f72e
Merge pull request #132 from awulkiew/fix/distance_spherical
...
Fix/distance spherical
2014-10-18 13:40:25 +02:00
Adam Wulkiewicz
cc9b1292a6
Merge pull request #152 from awulkiew/fix/convex_hull
...
Fix/convex hull
2014-10-18 13:38:16 +02:00
Adam Wulkiewicz
b56727c606
Merge pull request #163 from awulkiew/fix/disjoint
...
Fix/disjoint
2014-10-18 13:28:02 +02:00
Adam Wulkiewicz
fba1b5607f
[disjoint] Update a comment about point on border.
2014-10-18 12:07:15 +02:00
Adam Wulkiewicz
34fb6d82ef
[disjoint] Replace has_within with not_disjoint and set it instead of checking conditions.
2014-10-18 11:58:53 +02:00
Adam Wulkiewicz
a87ace4c58
[nsphere][index][rstar] Fix compilation errors.
2014-10-18 03:45:25 +02:00
Adam Wulkiewicz
1f0d7393fb
[nsphere][num_points] Fix compilation errors.
2014-10-18 03:45:06 +02:00
Adam Wulkiewicz
a0a7db675b
[test][disjoint] Add tests for A/A
2014-10-18 03:07:35 +02:00
Adam Wulkiewicz
ed649b3b73
[disjoint] Fix A/A by replacing point_on_surface with point_on_boundary and changing relation check.
2014-10-18 03:06:38 +02:00
Adam Wulkiewicz
441ef15657
[relate] Fix uninitialized const object error.
2014-10-17 02:43:56 +02:00
Menelaos Karavelas
688fc8fda2
[algorithms][distance] rename the file "geometry_to_geometry_rtree.hpp"
...
to "range_to_geometry.hpp"
2014-10-16 18:25:36 +03:00
Menelaos Karavelas
c3dc9d0083
[algorithms][distance] remove the geometry_to_geometry_rtree class
...
(not used anymore); rename "cf" to "closest_features" (more descriptive);
fix header includes;
2014-10-16 18:22:00 +03:00
Menelaos Karavelas
5590da0d13
[algorithms][distance] remove the UseRTreeOfSegments template parameter
...
and the specialization when the value of this parameter was false
2014-10-16 18:20:47 +03:00
Menelaos Karavelas
e2eeebc3b7
[algorithms][closest_feature] for each intermediate distance result
...
add test against zero, and return if needed
2014-10-16 18:19:24 +03:00
Adam Wulkiewicz
c3aa7fdb12
[test][core] Test pointers and references in point_type, tag, closure and point_order.
2014-10-16 16:44:10 +02:00
Adam Wulkiewicz
4ff5fc787b
[core] Use bare_type in closure and point_order.
2014-10-16 16:43:16 +02:00
Adam Wulkiewicz
a757dc8fef
[util][core] remove_reference in bare_type.
2014-10-16 16:01:45 +02:00
Menelaos Karavelas
87e56dd875
[algorithms][distance] remove unused variables
2014-10-15 19:34:35 +03:00
Menelaos Karavelas
146a17467f
[algorithms][distance] replace the default value for the boolean template
...
parameter CheckCoveredBy to the correct one
2014-10-15 19:31:49 +03:00
Menelaos Karavelas
2221746e42
[algorithms][distance] change calls to bg::within by the more stable
...
bg::covered_by; rename template parameter in partial specialization of
point_to_multigeometry to reflect the actual geometry for which it is
called;
2014-10-15 19:25:51 +03:00