Menelaos Karavelas
|
03d505061a
|
[test][algorithms][distance] add test case between linestring and open multipolygon
where the distance is realized between the linestring and an implicit segment of the
multipolygon
|
2014-10-01 09:35:46 +03:00 |
|
Adam Wulkiewicz
|
439f570d02
|
[test][iterators] Fix signed/unsigned comparison warnings in segment_iterator test.
|
2014-10-01 02:19:37 +02:00 |
|
Adam Wulkiewicz
|
e4e6dbc5e2
|
[test][iterators] Fix signed/unsigned comparison warnings in point_iterator test.
|
2014-10-01 02:19:20 +02:00 |
|
Menelaos Karavelas
|
c81a75f1dd
|
[test][algorithms][distance] add test case for open polygon and linestring
where the distance is materialized between the linestring and the last (implicit)
segment of the polygon
|
2014-09-30 17:12:50 +03:00 |
|
Menelaos Karavelas
|
9d75411a90
|
[test][iterators][segment_iterator] change the return type of segments_begin
and segments_end to be segment_iterator<Geometry const>
|
2014-09-30 09:53:09 +03:00 |
|
Menelaos Karavelas
|
333ef4bbba
|
[test][iterators][segment_iterator] re-arrange the test code;
add test with std::copy algorithm: use the segment iterator
to copy the segments of a geometry into a vector;
|
2014-09-26 10:05:54 +03:00 |
|
Menelaos Karavelas
|
08c0eee65f
|
[test][iterators] add the unit test for segment_iterator in the Jamfile;
re-arrange the unit tests in the iterators' Jamfile in alphabetical ordering;
|
2014-09-24 08:51:51 +03:00 |
|
Menelaos Karavelas
|
80b5e6700f
|
[test][iterators][segment_iterator] add unit test for the segment_iterator
|
2014-09-24 08:50:48 +03:00 |
|
Menelaos Karavelas
|
2756392b51
|
[test][point_iterator] fix/update includes
|
2014-09-24 08:38:43 +03:00 |
|
Barend Gehrels
|
8643a35da3
|
Merge branch 'develop' into feature/buffer
|
2014-09-17 16:33:32 +02:00 |
|
Barend Gehrels
|
c55e000eef
|
[buffer] small changes in comments/test svg
|
2014-09-17 16:32:25 +02:00 |
|
Barend Gehrels
|
9298ac2a2c
|
[buffer] fix intersection points on border, equal points should not be checked
and correct order in call to side strategy
This fixes case rt_u10
|
2014-09-17 16:30:03 +02:00 |
|
Adam Wulkiewicz
|
58b89fc252
|
Merge branch 'develop' of github.com:boostorg/geometry into develop
|
2014-09-12 22:07:18 +08:00 |
|
Adam Wulkiewicz
|
2f1ef806cf
|
[test] Rename multi/io tests.
|
2014-09-12 22:06:59 +08:00 |
|
Adam Wulkiewicz
|
c030ad3333
|
Merge pull request #137 from awulkiew/fix/winding_spherical
Fix/winding spherical
|
2014-09-12 22:00:30 +08:00 |
|
Adam Wulkiewicz
|
b165409532
|
[test] rename within strategies test file
|
2014-09-12 21:59:32 +08:00 |
|
Adam Wulkiewicz
|
3c6f476326
|
[test] Fix order of Points in within strategies test
|
2014-09-12 21:54:14 +08:00 |
|
Adam Wulkiewicz
|
cc1cfbda01
|
Merge pull request #136 from awulkiew/fix/winding_spherical
Fix/winding spherical
|
2014-09-12 14:58:20 +08:00 |
|
Adam Wulkiewicz
|
31513f3440
|
[test][within] Add tests for spherical point in poly.
|
2014-09-12 14:53:52 +08:00 |
|
Adam Wulkiewicz
|
b72662f137
|
Merge pull request #135 from awulkiew/fix/winding_spherical
Disable testing of franklin and crossings_multiply strategies for spherical CS.
|
2014-09-11 14:46:46 +08:00 |
|
Adam Wulkiewicz
|
6a25b99864
|
[test][within] Do not test franklin and crossings_multiply strategies for spherical CS
|
2014-09-11 14:37:29 +08:00 |
|
Barend Gehrels
|
e3130b2f39
|
[buffer][test] added new failing testcase rt_u10
|
2014-09-10 15:45:32 +02:00 |
|
Barend Gehrels
|
e6043d9a5c
|
[buffer] fix cases where intersection point falls between robust piece
and non-robust original. We now check robust representions of originals
where this cannot happen
This fixes rt_u9
This obsoletes turn_in_input
|
2014-09-10 15:33:44 +02:00 |
|
Barend Gehrels
|
fcd0c5b768
|
[buffer] helper_points (formerly called helper_segments) are now optional
and we rescale/finish the piece on the fly and not in a separate call
|
2014-09-10 13:05:13 +02:00 |
|
Barend Gehrels
|
2cd418167d
|
Merge branch 'develop' of github.com:boostorg/geometry into develop
|
2014-09-10 11:12:06 +02:00 |
|
Barend Gehrels
|
9a69055b6c
|
Merge branch 'develop' into feature/buffer
|
2014-09-10 11:07:53 +02:00 |
|
Barend Gehrels
|
e0b82cd47f
|
[test] enable rt_u8 case and change comments
|
2014-09-10 11:01:21 +02:00 |
|
Barend Gehrels
|
a1f5f50f15
|
Merge pull request #134 from awulkiew/fix/winding_spherical
Fix/winding spherical
|
2014-09-10 10:55:57 +02:00 |
|
Barend Gehrels
|
6fcdf246e0
|
[test] comment update
|
2014-09-10 10:34:43 +02:00 |
|
Adam Wulkiewicz
|
8e444e6f59
|
[test][within] Add tests for special cases in spherical CS (some failing)
|
2014-09-09 13:24:34 +08:00 |
|
Menelaos Karavelas
|
b43faf5457
|
[test][algorithms][num_points] add test cases for open geometries (including
the edge case where the geometry is defined as open but the first/last points
are identical)
|
2014-09-05 10:19:43 +03:00 |
|
Barend Gehrels
|
9b5a8dfb2f
|
[buffer][test] add testcase rt_u8, currently still failing
|
2014-09-03 17:54:17 +02:00 |
|
Barend Gehrels
|
95d794e218
|
[buffer] fix order when multiple turns are colocated on the same point.
This replaces get_relative_order which was not effectively used anymore and
(most probably) get_left_turns.
This fixes case rt_u7
|
2014-09-03 17:53:21 +02:00 |
|
Barend Gehrels
|
c271df6a8b
|
Merge branch 'feature/buffer' into develop
Conflicts:
test/algorithms/buffer/polygon_buffer.cpp
|
2014-09-03 11:42:30 +02:00 |
|
Barend Gehrels
|
5b42d85326
|
[buffer][test] add testcase for ticket 10412 (Olivier)
|
2014-08-30 11:54:57 +02:00 |
|
Barend Gehrels
|
c42aeb4447
|
[buffer][fix] fix neighbour check in calculating turns. This fixes ticket 10398
|
2014-08-27 12:27:57 +02:00 |
|
Barend Gehrels
|
12b61c6a0f
|
Merge branch 'develop' into feature/buffer
|
2014-08-27 11:34:07 +02:00 |
|
Barend Gehrels
|
7a7d5935d6
|
[buffer][test] add failing ticket 10398
|
2014-08-27 11:32:33 +02:00 |
|
Adam Wulkiewicz
|
be637c0929
|
Merge pull request #128 from mkaravel/feature/counting-algorithms
Feature/counting algorithms
|
2014-08-14 12:57:48 +02:00 |
|
Menelaos Karavelas
|
8fa69ca016
|
[test][num_segments] change unit test for num_segments, to eliminate testing
for the optional boolean argument in the num_segments free function that no
longer exists
|
2014-08-11 13:18:08 +03:00 |
|
Menelaos Karavelas
|
77f5a5b136
|
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/counting-algorithms
|
2014-08-11 13:12:30 +03:00 |
|
Barend Gehrels
|
baba553a5e
|
[test][robustness] updated tolerance
|
2014-08-11 11:55:48 +02:00 |
|
Barend Gehrels
|
c72cccb7ed
|
[test][robustness] move overlay/robustness folder to robustness folder
|
2014-08-11 11:48:34 +02:00 |
|
Menelaos Karavelas
|
43df5efe96
|
[test,algorithms][util] remove ipower and its unit test
|
2014-08-11 01:43:37 +03:00 |
|
Menelaos Karavelas
|
0afb92a72c
|
[test][algorithms][num_interior_rings] simplified unit test (by removing unnecessary tests)
|
2014-08-11 01:09:21 +03:00 |
|
Menelaos Karavelas
|
527d169ba8
|
[test][algorithms]pnum_geometries] simplified unit test (by removing
unnecessary tests)
|
2014-08-11 01:08:42 +03:00 |
|
Barend Gehrels
|
1830208b74
|
[buffer][test] Add rt_u7 which is currently failing because of tripled IP,
needing get_left_turn info again. Added debug info
|
2014-08-10 19:21:21 +02:00 |
|
Barend Gehrels
|
f98549f82d
|
[buffer][test] Minor change in comments/whitespace
|
2014-08-10 15:34:33 +02:00 |
|
Barend Gehrels
|
9c3ca1e69a
|
[buffer][test] improve piece labelling on round joins
|
2014-08-10 15:32:46 +02:00 |
|
Barend Gehrels
|
a7764c1b9e
|
[buffer][fix] use taxicab distance instead of comparable distance
This is faster and avoids overflows. This fixes rt_u6
|
2014-08-10 15:32:07 +02:00 |
|