Adam Wulkiewicz
|
8f7af3cf63
|
Merge pull request #319 from awulkiew/fix/nan_coordinates
Take special care of NaN coordinates in relate for MultiLinestring
|
2015-08-20 14:05:15 +02:00 |
|
Adam Wulkiewicz
|
31533ddf96
|
[test][relate] Add tests for geometries containing NaN coordinates.
|
2015-08-14 17:58:01 +02:00 |
|
Adam Wulkiewicz
|
37eded96ce
|
[test][overlaps][touches] Make the failure message consistent with other relops tests.
|
2015-08-13 21:44:20 +02:00 |
|
Adam Wulkiewicz
|
16981823a9
|
[test][touches] Add Box/Box case testing machine epsilon handling.
|
2015-08-05 01:12:19 +02:00 |
|
Adam Wulkiewicz
|
e20af985e5
|
[test][overlaps] Add Box/Box case testing machine epsilon handling.
|
2015-08-05 01:11:34 +02:00 |
|
Adam Wulkiewicz
|
5e3a5e9d0e
|
[test][disjoint] Add Pt/Box and Box/Box cases testing machine epsilon handling.
|
2015-08-05 01:10:49 +02:00 |
|
Adam Wulkiewicz
|
63eac9383e
|
[test][within] Add Pt/Box and Box/Box cases testing machine epsilon handling.
|
2015-08-05 01:10:28 +02:00 |
|
Adam Wulkiewicz
|
2404a20c64
|
[test][covered_by] Add Pt/Box and Box/Box cases testing machine epsilon handling.
|
2015-08-05 01:10:09 +02:00 |
|
Adam Wulkiewicz
|
81305a79a1
|
[test][intersection] Add Box/Box case testing machine epsilon handling.
|
2015-08-05 01:08:21 +02:00 |
|
Adam Wulkiewicz
|
154650f8d0
|
[test][union] Enable testing of a case also when rescaling is disabled.
Fix unused parameter warning.
|
2015-08-05 01:04:15 +02:00 |
|
Adam Wulkiewicz
|
908ac29ecb
|
[test][get_turns] Add test case for L/L.
|
2015-08-05 01:03:42 +02:00 |
|
Barend Gehrels
|
49add55205
|
[buffer] Fix assertion for cases with extreme coordinates.
In case of numerical errors, the started ring should be aborted to avoid doing
calculations with them.
|
2015-07-31 12:40:01 +02:00 |
|
Menelaos Karavelas
|
51e68e7d17
|
Merge pull request #317 from mkaravel/fix/less_functor_for_turns
Fix less functor for turns
|
2015-07-29 10:13:53 +03:00 |
|
Adam Wulkiewicz
|
2ab10d0e72
|
[test][buffer] Add test cases causing assertion failure.
|
2015-07-28 06:44:54 +02:00 |
|
Menelaos Karavelas
|
4788eb27fa
|
[test][algorithms][difference L/L] check that the less functor for turns is valid
(where validity is defined as: if less(arg1, arg2) is true, then it must hold that
less(arg2, arg1) is false)
|
2015-07-24 10:23:53 +03:00 |
|
Menelaos Karavelas
|
04a0d79257
|
[test][algorithms][difference L/L] add one more test case
|
2015-07-24 10:23:11 +03:00 |
|
Menelaos Karavelas
|
e6a7db831a
|
[test][algorithms][difference L/L] add once more test case
|
2015-07-23 09:50:09 +03:00 |
|
Adam Wulkiewicz
|
a7c539c075
|
[test][overlay][setops] Fix msvc size_t to int conversion warnings.
|
2015-07-23 01:18:48 +02:00 |
|
Barend Gehrels
|
79800dd3cb
|
[union][test] adapt one of the testcases for NO_ROBUSTNESS
|
2015-07-15 13:12:15 +02:00 |
|
Barend Gehrels
|
9ee98695d4
|
[intersection][test] Exclude one test for no-robustness
|
2015-07-15 13:00:06 +02:00 |
|
Barend Gehrels
|
6c974adb0e
|
[difference][test] Exclude some of the tests for no-robustness
|
2015-07-15 12:59:28 +02:00 |
|
Barend Gehrels
|
3547648730
|
[union][test] Exclude some of the tests for no-robustness
|
2015-07-15 12:34:07 +02:00 |
|
Barend Gehrels
|
3272f97adb
|
Merge branch 'develop' of https://github.com/boostorg/geometry into develop
|
2015-07-15 11:59:16 +02:00 |
|
Barend Gehrels
|
1e5c976e19
|
[buffer][test] update expectations for no-robustness option
|
2015-07-15 11:58:12 +02:00 |
|
Menelaos Karavelas
|
eb43220e5d
|
Merge pull request #315 from mkaravel/fix/possible_infinite_loop_in_has_spikes
Fix: possible infinite loop in has_spikes
|
2015-07-14 20:44:19 +03:00 |
|
Menelaos Karavelas
|
cb02dd8e8d
|
Merge pull request #302 from mkaravel/feature/envelope_and_expand_for_spherical_cs
Envelope and expand for spherical coordinate systems
|
2015-07-10 07:42:16 +03:00 |
|
Menelaos Karavelas
|
73960f31ca
|
[test][algorithms][is_valid][is_simple] add test case with geometry that has NaN coordinates
|
2015-07-10 07:40:10 +03:00 |
|
Barend Gehrels
|
47c5c726ad
|
[intersection] comment some cases not supported for no-robustness
|
2015-07-08 20:34:29 +02:00 |
|
Barend Gehrels
|
91ccb7e6e3
|
[buffer] re-enable support for no-robustness policy
Influence on polygon geometries is limited (countries also little influence)
|
2015-07-08 20:34:07 +02:00 |
|
Barend Gehrels
|
bc4db40121
|
[test] fix expectactions for intersection geos_2 where in rare cases
a tiny rectangle is generated (due to rescaling)
|
2015-07-08 11:12:45 +02:00 |
|
Menelaos Karavelas
|
1bfae2e79e
|
Merge pull request #313 from mkaravel/fix/sym_difference_areal
Fix/sym difference areal
|
2015-07-07 07:41:26 +03:00 |
|
Menelaos Karavelas
|
67c33b68bb
|
Merge branch 'develop' of github.com:boostorg/geometry into feature/envelope_and_expand_for_spherical_cs
|
2015-07-03 02:28:13 +03:00 |
|
Menelaos Karavelas
|
07f0faad7c
|
[test][algorithms][envelope] update results for empty geometries
|
2015-07-03 00:25:13 +03:00 |
|
Menelaos Karavelas
|
3f80fe7ce6
|
[test][algorithms][envelope] fix testing of empty geometries
|
2015-07-03 00:24:45 +03:00 |
|
Menelaos Karavelas
|
921d666227
|
[test][algorithms][sym_difference] update test results for the sym_difference algorithm
|
2015-07-02 20:52:42 +03:00 |
|
Adam Wulkiewicz
|
2fe55e07dd
|
[test][difference] Add failing case.
|
2015-07-02 12:03:29 +02:00 |
|
Adam Wulkiewicz
|
18607a9b38
|
[test][is_valid] Add failing case.
|
2015-07-02 12:03:10 +02:00 |
|
Menelaos Karavelas
|
e3e7116c4c
|
[test][algorithms][sym_difference] add very simple unit test for testing the symmetric
difference of two areal geometries
|
2015-07-02 00:45:31 +03:00 |
|
Barend Gehrels
|
b1f208d29c
|
[test] buffer, update expectations and tolerances
(after changing rounding/rescaling)
|
2015-07-01 14:02:30 +02:00 |
|
barendgehrels
|
dd347254d1
|
[test] remove conditional from spike30 (round) because output is OK
|
2015-06-27 12:31:28 +02:00 |
|
barendgehrels
|
4025867a85
|
[test] pending changes/fixes in SVG generation
|
2015-06-27 12:30:56 +02:00 |
|
barendgehrels
|
2357569dac
|
[test] fix removed method
|
2015-06-27 12:16:00 +02:00 |
|
barendgehrels
|
c3f1eb9b06
|
[test] remove two conditionals because these cases now also succeed,
either after selecting IP differently, or after rescale/rounding (or both)
|
2015-06-27 12:12:21 +02:00 |
|
barendgehrels
|
ea940461d9
|
[test] move SVG creation upwards to avoid invalid SVG if buffered result is empty
|
2015-06-27 12:04:54 +02:00 |
|
barendgehrels
|
606cb236af
|
[buffer][test] update expected values after change to rounding in rescaling,
and increased the tolerance.
Largest difference was 1.3e-05% (it100 deflate, 9087m2) and results are checked visually
|
2015-06-27 12:04:10 +02:00 |
|
barendgehrels
|
f77f0652b1
|
[buffer] update expected values and tolerance for mikado3 case
|
2015-06-27 11:44:12 +02:00 |
|
Adam Wulkiewicz
|
3db50a42ec
|
[intersection][test] Alter the expected result one case.
With MSVC and MinGW the results are quite different so pick a value
between the ones calculated with those two compilers.
|
2015-06-25 20:18:25 +02:00 |
|
Adam Wulkiewicz
|
5fa509783d
|
[buffer][test] Alter the expected result and tolerance for one MLs case.
Increase the tolerance two times. With MSVC and MinGW the results are so
different that the currently used tolerance is too small.
|
2015-06-25 18:51:33 +02:00 |
|
Adam Wulkiewicz
|
5c03dd10d6
|
[union] Update expected test results, syncronize with the change in rescale policy (rounding).
|
2015-06-25 17:29:56 +02:00 |
|
Adam Wulkiewicz
|
f1d39a4385
|
[intersection] Update expected test results, syncronize with the change in rescale policy (rounding).
|
2015-06-25 17:29:40 +02:00 |
|