Barend Gehrels
|
cacb8c4af5
|
[buffer] discard turns instead of setting them to blocked, because that
might discard valid turns during the colocation check
|
2016-07-06 12:29:10 +02:00 |
|
Adam Wulkiewicz
|
4870150a78
|
[test][example] Change filenames in #includes
|
2016-06-23 15:10:24 +02:00 |
|
Adam Wulkiewicz
|
699df472e7
|
[test][setops] Use multi-geometries as output types (to simplify debugging).
|
2016-06-21 23:55:57 +02:00 |
|
Adam Wulkiewicz
|
8147014095
|
Merge branch 'develop' into feature/sph_seg_inters
Conflicts:
test/algorithms/overlay/overlay_cases.hpp
|
2016-06-21 16:53:33 +02:00 |
|
Adam Wulkiewicz
|
6fd54716a6
|
[test][buffer] Add failing test cases.
Add overload of testing function checking the number of polygons and
holes in the buffer output.
|
2016-06-21 16:46:52 +02:00 |
|
Adam Wulkiewicz
|
ff77e78562
|
[test][setops] Add failing test cases.
|
2016-06-21 16:45:46 +02:00 |
|
Adam Wulkiewicz
|
94b2ff8f10
|
[test][difference][union] Add failing cases.
|
2016-06-20 15:28:51 +02:00 |
|
Adam Wulkiewicz
|
b9c1456c08
|
[test][intersects] Remove unused typedefs.
|
2016-06-13 10:17:53 +01:00 |
|
Adam Wulkiewicz
|
819919c913
|
Merge branch 'develop' into feature/sph_seg_inters
Conflicts:
include/boost/geometry/strategies/cartesian/cart_intersect.hpp
|
2016-06-13 09:50:06 +01:00 |
|
Adam Wulkiewicz
|
841f469947
|
[test][intersects][within] Add test cases for geometries using different point types.
|
2016-06-06 21:14:56 +02:00 |
|
Adam Wulkiewicz
|
a2eeba8f0e
|
[test][relops] Add spherical Pt/Areal test cases.
|
2016-06-06 17:21:57 +02:00 |
|
Adam Wulkiewicz
|
28e716e9e1
|
[test][relops] Add spherical test cases.
|
2016-06-03 03:11:37 +02:00 |
|
Adam Wulkiewicz
|
2f4d322d61
|
[test][length][perimeter] Add prefix to the test names in order to group them properly in the regression matrix.
|
2016-06-01 16:25:36 +02:00 |
|
Adam Wulkiewicz
|
af634030ff
|
Merge pull request #349 from vissarion/feature/perimeter
Feature/perimeter
|
2016-05-28 14:08:34 +02:00 |
|
Adam Wulkiewicz
|
20a759bd12
|
[test][equals] Add spherical test cases (one failing).
|
2016-05-28 14:07:11 +02:00 |
|
Adam Wulkiewicz
|
0f53927bae
|
[test][relops] Add tests for spherical CS for the rest of the relops besides equals().
|
2016-05-26 22:45:23 +02:00 |
|
Vissarion Fysikopoulos
|
78961eaf08
|
[test] [perimeter] Minor changes in perimeter tests to reflect comments.
|
2016-05-26 10:42:23 +03:00 |
|
Vissarion Fysikopoulos
|
218c554091
|
[test] [perimeter] Minor changes in perimeter tests to reflect comments.
|
2016-05-25 16:39:23 +03:00 |
|
Vissarion Fysikopoulos
|
50846babb3
|
[test] [perimeter] Tests for perimeter.
|
2016-05-25 14:59:06 +03:00 |
|
Adam Wulkiewicz
|
d375f140fe
|
[test][relops] Add spherical within and covered_by tests.
Move tests of each algorithm into separate directories.
|
2016-05-25 02:20:33 +02:00 |
|
Vissarion Fysikopoulos
|
7bdee87a22
|
[test] [length] Fixing issues from comments in length tests.
|
2016-05-23 13:19:00 +03:00 |
|
Adam Wulkiewicz
|
57aae02194
|
[test][relate] Enable one cartesian L/L test case only for double coordinates.
|
2016-05-20 00:19:02 +02:00 |
|
Adam Wulkiewicz
|
7bf78f91df
|
[test][relate] Add test cases for spherical Linear and Areal geometries.
|
2016-05-20 00:18:11 +02:00 |
|
Vissarion Fysikopoulos
|
7423d61a8d
|
[test] [length] Tests for length algorithm.
|
2016-05-19 18:56:18 +03:00 |
|
Adam Wulkiewicz
|
bd497804be
|
[test][get_turns] Add more spherical A/A cases.
|
2016-04-25 13:18:50 +02:00 |
|
Adam Wulkiewicz
|
6d8e20b136
|
[test][get_turns] Correct failing A/A test case.
|
2016-04-24 03:19:25 +02:00 |
|
Adam Wulkiewicz
|
538a735718
|
[test][get_turns] Add spherical A/A test.
Replace explicitly specified Version of operations testing (linear v.s.
areal) with overloaded function automatically picking the correct check.
|
2016-04-22 23:04:40 +02:00 |
|
Adam Wulkiewicz
|
5c53a86d86
|
[test][get_turns] Add spherical L/A test cases.
Use more precise coordinates in one case of spherical L/L to avoid errors
when coordinate_type is long double.
|
2016-04-22 17:44:08 +02:00 |
|
Adam Wulkiewicz
|
461630d92c
|
[test][get_turns] Add test for spherical L/L.
|
2016-04-21 01:10:09 +02:00 |
|
Adam Wulkiewicz
|
5cd01e087c
|
Merge branch 'develop' into feature/sph_seg_inters
|
2016-04-20 17:36:43 +02:00 |
|
Adam Wulkiewicz
|
51beafd4a7
|
[test][buffer] Move box buffer test into buffer directory and actually test the result.
|
2016-04-20 17:34:58 +02:00 |
|
Adam Wulkiewicz
|
e8b5e8517e
|
[test][envelope][expand] Move the tests into a separate directory.
|
2016-04-20 17:23:32 +02:00 |
|
Adam Wulkiewicz
|
6d4d77206b
|
[test][envelope][expand] Use greater tolerance only for one of the latitudes.
|
2016-04-20 17:13:52 +02:00 |
|
Adam Wulkiewicz
|
dd8df1c455
|
[test][envelope] Increase tolerance in a case of very long segment.
|
2016-04-19 22:31:26 +02:00 |
|
Adam Wulkiewicz
|
577e7d1b52
|
[test][expand] Fix invalid expected result.
|
2016-04-19 15:23:40 +02:00 |
|
Adam Wulkiewicz
|
c55aa0e9f5
|
[test][envelope][expand] Increase the precision in the error message.
|
2016-04-19 03:20:13 +02:00 |
|
Adam Wulkiewicz
|
6155cbe52b
|
[test][simplify] Add test cases for cartesian 3D.
|
2016-04-12 20:19:27 +02:00 |
|
Adam Wulkiewicz
|
33ece2c567
|
[test][algorithms] Use new intersection_strategies name.
|
2016-04-12 03:32:44 +02:00 |
|
Adam Wulkiewicz
|
00cc9bc199
|
[test][algorithms] Fix double to bool conversion.
|
2016-04-12 03:32:05 +02:00 |
|
Adam Wulkiewicz
|
f46ed34965
|
[test][union][intersection] Add test case (failing union).
|
2016-04-05 20:23:30 +02:00 |
|
Adam Wulkiewicz
|
1d02da2765
|
[test][envelope] For spherical, conditionally enable strict coordinates checking, add failing tests.
|
2016-04-05 17:47:57 +02:00 |
|
Adam Wulkiewicz
|
645ef65016
|
[test][envelope] Check coordinates strictly if possible.
|
2016-04-05 00:57:42 +02:00 |
|
Adam Wulkiewicz
|
3180021e02
|
[test][envelope] Add test cases for spherical Segment.
|
2016-04-03 02:33:40 +02:00 |
|
Barend Gehrels
|
ebd3b6a4b9
|
[test] fix #exected holes
|
2016-03-27 10:58:46 +02:00 |
|
Barend Gehrels
|
c3b4cba7ff
|
[test] add testcase for ticket 11580 (not yet fixed)
|
2016-03-26 16:32:17 +01:00 |
|
Barend Gehrels
|
a1a16084ec
|
[test] add testcase for ticket 11018 (fixed)
|
2016-03-26 16:16:50 +01:00 |
|
Barend Gehrels
|
4a9b2ba167
|
[test] add possibility to check validity to intersection tests
|
2016-03-26 16:14:22 +01:00 |
|
Barend Gehrels
|
9c33e37647
|
[test] add test for ticket 10866 which is apparently fixed
|
2016-03-23 16:58:45 +01:00 |
|
Barend Gehrels
|
0d10b75966
|
[test] add testcase for ticket 11576, which is fixed
|
2016-03-23 16:44:52 +01:00 |
|
Barend Gehrels
|
2f785c09e5
|
[test] add testcase for ticket_11725 which is solved now by sometimes
switching source in u/u (the yet simple approach)
|
2016-03-23 16:27:15 +01:00 |
|