Adam Wulkiewicz
a529c3d73c
Merge pull request #351 from awulkiew/fix/cart_intersect_different_points
...
Fix/cart intersect for different RobustPoint types
2016-06-13 10:25:47 +02:00
Adam Wulkiewicz
968cbb1f24
Merge pull request #350 from norbertwenzel/develop
...
Remove extraneous semicolon
2016-06-06 21:35:19 +02:00
Adam Wulkiewicz
ccd671f5ac
[test][index] Test rtree intersects query with various geometries using point type different than rtree::bounds_type.
2016-06-06 21:16:27 +02: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
54de9f96a1
[strategies] Support different RobustPoint types.
2016-06-06 21:14:00 +02:00
Adam Wulkiewicz
be3b4f262c
[doc] Fix 1.61 release notes typos.
2016-06-06 17:29:00 +02:00
Adam Wulkiewicz
72fb8f2ba4
[doc] Update 1.61 release notes (missing ticket).
2016-06-06 17:23:13 +02:00
Norbert Wenzel
49dd3bb627
Remove extraneous semicolon
2016-06-05 15:40:27 +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
92c134a378
Merge pull request #347 from plopresti/warnings
...
Silence unused parameter warnings (GCC/Clang -Wextra).
2016-05-28 23:47:38 +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
b3e8e365d1
Merge pull request #348 from vissarion/feature/length3
...
Feature/length3
2016-05-28 14:08:18 +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
16448ead2f
Merge branch 'develop' into feature/perimeter
2016-05-25 15:00:16 +03:00
Vissarion Fysikopoulos
50846babb3
[test] [perimeter] Tests for perimeter.
2016-05-25 14:59:06 +03:00
Vissarion Fysikopoulos
7bdee87a22
[test] [length] Fixing issues from comments in length tests.
2016-05-23 13:19:00 +03:00
Vissarion Fysikopoulos
03555f438f
Merge branch 'develop' into feature/length3
2016-05-19 19:03:21 +03:00
Vissarion Fysikopoulos
7423d61a8d
[test] [length] Tests for length algorithm.
2016-05-19 18:56:18 +03: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
4883808e58
[doc] Update 1.61 release notes (ticket).
2016-04-14 18:17:40 +02:00
Patrick J. LoPresti
823af75c25
Silence unused parameter warnings (GCC/Clang -Wextra).
2016-04-13 15:01:03 -07:00
Barend Gehrels
ee6167d07e
[overlay] remove obsolete condition, giving warning on on systems,
...
in 'move' method
2016-04-13 10:31:56 +02:00
Adam Wulkiewicz
6155cbe52b
[test][simplify] Add test cases for cartesian 3D.
2016-04-12 20:19:27 +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
ef6861ad37
[math] Add missing include.
2016-04-05 19:17:41 +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
1cf0db5e68
[envelope] Use the original units in the implementation for Segment when possible.
2016-04-05 01:07:29 +02:00
Adam Wulkiewicz
645ef65016
[test][envelope] Check coordinates strictly if possible.
2016-04-05 00:57:42 +02:00
Adam Wulkiewicz
88c49a9c7a
[math] Add math::as_radian and math::from_radian utilities.
2016-04-05 00:56:37 +02:00
Adam Wulkiewicz
3180021e02
[test][envelope] Add test cases for spherical Segment.
2016-04-03 02:33:40 +02:00
Adam Wulkiewicz
3b605afaa7
[envelope] Fix envelope for specific cases of spherical Segments.
...
Remove invalid assertions failing for short segments (ticket 12106).
Ensure MIN <= MAX for segments where difference of coordinates is lesser than machine epsilon by replacing comparisons using epsilon with strict operator calls.
2016-04-03 02:25:06 +02:00
Barend Gehrels
a6c3beea53
Merge branch 'feature/cluster_touch' into develop
2016-03-27 11:01:32 +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
79408be872
[doc] update release notes
2016-03-26 15:32:47 +01:00
Barend Gehrels
6c810b37e8
Merge branch 'develop' into feature/cluster_touch
2016-03-26 15:28:59 +01:00
Barend Gehrels
9b61648d99
[doc] update release notes
2016-03-24 21:35:31 +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
Barend Gehrels
7818ce8793
[test] add testcase for ticket_11984 which is solved now by last commit
2016-03-23 16:05:01 +01:00