Barend Gehrels
|
533543e86b
|
[traverse][robustness] in case of cc, instead of arbitrary candidate,
take candidate with largest remaining distance. This fixes some
errors if rescaling is turned off.
|
2015-10-14 17:15:53 +02:00 |
|
Barend Gehrels
|
74f5465516
|
[get_turns][test] exclude failing case for clang/release
|
2015-10-14 16:30:51 +02:00 |
|
Barend Gehrels
|
c5f31b17a4
|
[difference][test] increase tolerance to let it pass on clang (the subsequent
cases also have tolerance of 1e-10).
Also increase printed precision to be able to investigate the problem
|
2015-10-14 14:17:47 +02:00 |
|
Barend Gehrels
|
d25b47f627
|
[buffer][test] decrease one tolerance which was too high
|
2015-10-14 12:59:30 +02:00 |
|
Barend Gehrels
|
82b1290849
|
[buffer][test] increase tolerances for extreme cases to let them pass
in clang/clang release/gcc
|
2015-10-14 12:59:15 +02:00 |
|
Barend Gehrels
|
71143c1b68
|
[buffer][fix] Fix case where side calculation fails because of length
|
2015-10-14 12:14:38 +02:00 |
|
Menelaos Karavelas
|
04b834506c
|
[test][algorithms][is_valid] add test cases for checking spikes in areal geometries
|
2015-10-12 11:37:29 +03:00 |
|
Menelaos Karavelas
|
8614c403f0
|
Merge pull request #325 from mkaravel/fix/difference_intersection_linear_areal
Fix/difference intersection linear areal
|
2015-10-09 08:13:52 +03:00 |
|
Adam Wulkiewicz
|
34048498ec
|
[test][distance] Add a test case with NaN coordinates.
|
2015-10-08 17:42:59 +02:00 |
|
Adam Wulkiewicz
|
4e64885344
|
[relate][touches][overlaps] Add test cases for fixed bugs.
|
2015-10-08 14:00:21 +02:00 |
|
Barend Gehrels
|
b1c0c487e1
|
[test][union] add two testcases causing problems with u/u turns
and handle_touch (in other branch)
|
2015-10-07 19:45:25 +02:00 |
|
Adam Wulkiewicz
|
825815a418
|
[test][buffer] Add cases causing assertion failure.
|
2015-09-09 00:50:20 +02:00 |
|
Adam Wulkiewicz
|
7cdc476a40
|
[test] Fix size_t to int conversions (msvc warnings).
|
2015-09-08 17:47:23 +02:00 |
|
Menelaos Karavelas
|
5328407f9d
|
[test][algorithms][difference] add one more test case for difference(L, A)
|
2015-09-04 10:48:32 +03:00 |
|
Menelaos Karavelas
|
6fb6863711
|
[test][algorithms][intersection] add one more test case
|
2015-09-03 20:01:12 +03:00 |
|
Menelaos Karavelas
|
979b6cda7c
|
[test][algorithms][intersection] add messages in debug mode
|
2015-09-03 20:00:43 +03:00 |
|
Menelaos Karavelas
|
a19ef71c5e
|
[test][algorithms][difference] add one more test case for difference(L,A)
|
2015-09-03 15:34:49 +03:00 |
|
Menelaos Karavelas
|
267b54a2ca
|
[test][algorithms][intersection] add more test cases for intersection(L,A)
|
2015-09-03 15:06:25 +03:00 |
|
Menelaos Karavelas
|
ce7bf46d35
|
[test][algorithms][difference] add more test cases for difference(L,A)
|
2015-09-03 15:05:15 +03:00 |
|
Adam Wulkiewicz
|
3dd8d1e689
|
Merge pull request #320 from awulkiew/fix/box_eps
Different approach for handling Boxes WRT machine epsilon
|
2015-08-25 16:40:55 +02:00 |
|
Adam Wulkiewicz
|
51591ea883
|
[test][intersection] Remove tests checking the handling of epsilon for Boxes.
|
2015-08-21 19:57:32 +02:00 |
|
Adam Wulkiewicz
|
0401f58a78
|
[test][relops] Remove tests checking the handling of epsilon for Boxes.
|
2015-08-21 19:56:57 +02:00 |
|
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 |
|