Menelaos Karavelas
|
6e6867ed43
|
[test][algorithms][sym_difference] rename duplicate case id so that it is unique
|
2015-02-19 10:45:43 +02:00 |
|
Barend Gehrels
|
5a23867aaa
|
Merge branch 'develop' of github.com:boostorg/geometry into develop
|
2015-02-18 15:16:45 +01:00 |
|
Barend Gehrels
|
845611e251
|
[buffer][test] add tests for multi-polygons with inner rings and large distances
Also tests are added where the generated deflated ring around an interior ring
is located exactly within another interior ring
|
2015-02-18 15:12:39 +01:00 |
|
Barend Gehrels
|
b0fdfc5d7a
|
[buffer] fix erroneous rings for deflated interior rings which are untouched
|
2015-02-18 15:10:06 +01:00 |
|
Adam Wulkiewicz
|
d885b66ada
|
Merge pull request #226 from mkaravel/fix/test_is_valid_add_case_ids
Fix/test is valid add case ids
|
2015-02-18 14:37:09 +01:00 |
|
Barend Gehrels
|
2201ebf86e
|
[buffer] fix the case where a side was skipped because detected as equal, followed
by an end-cap. This caused further problems. Detection of empty sides is now delegated
to the strategy
|
2015-02-18 12:20:05 +01:00 |
|
Barend Gehrels
|
3c2a450742
|
[buffer][test] add testcase for crossing multi-linestring
which was fixed already by previous commit (flat-ends)
|
2015-02-18 10:32:04 +01:00 |
|
Barend Gehrels
|
6c5cb48211
|
[buffer][fix] avoid false detection of turn in piece: turns cannot be located
in flat end pieces or in concave pieces
|
2015-02-18 10:20:26 +01:00 |
|
Menelaos Karavelas
|
4ab7a4fcd1
|
[test][algorithms][is_valid] allow WKTs to be passed directly to the tester;
make the case ID the first argument of the tester;
|
2015-02-18 11:16:53 +02:00 |
|
Adam Wulkiewicz
|
bd6e07797f
|
[test][buffer] Add tests for Areal and negative distance (failing for polygon with hole and big distance).
|
2015-02-18 00:35:29 +01:00 |
|
Adam Wulkiewicz
|
7f9b2f86f8
|
[test][buffer] Add Linear cases failing for end_flat and big distance.
|
2015-02-17 21:15:39 +01:00 |
|
Menelaos Karavelas
|
a8130faa8a
|
[test][strategies][douglas peucker] add more test cases
|
2015-02-17 16:09:25 +02:00 |
|
Menelaos Karavelas
|
a3a531f30e
|
[test][algorithms][is_valid] add case ID to east test cases; add test cases provided
by Barend Gehrels coming from buffer computations;
|
2015-02-17 08:25:45 +02:00 |
|
Menelaos Karavelas
|
e70d60aa71
|
[test][algorithms][is_valid] add support for case ID string per test case
|
2015-02-17 08:25:31 +02:00 |
|
Adam Wulkiewicz
|
543acca243
|
[test][buffer] Add MultiLinestring tests causing an assertion failure.
|
2015-02-16 18:13:19 +01:00 |
|
Adam Wulkiewicz
|
7f38bd2468
|
[test][sym_difference] Replace BOOST_ASSERT with BOOST_CHECK_MESSAGE.
|
2015-02-14 01:19:43 +01:00 |
|
Barend Gehrels
|
729c5d2c37
|
Minor: fix spacing according to conventions
|
2015-02-13 13:25:59 +01:00 |
|
Barend Gehrels
|
3afb29f41e
|
[buffer][fix] Assure first point of next piece equals last point of previous piece
|
2015-02-13 12:59:14 +01:00 |
|
Barend Gehrels
|
d21145952f
|
[buffer][fix] make sure that, per ring, closing point is the starting point.
It can be off due to numerical instability
|
2015-02-13 12:23:58 +01:00 |
|
Adam Wulkiewicz
|
703b37fc21
|
[test][disjoint] Add failing L/L test case, assertion failure in get_turn_info (commented out).
|
2015-02-13 02:27:51 +01:00 |
|
Adam Wulkiewicz
|
91b80a94c1
|
Merge pull request #218 from awulkiew/fix/warnings
Fix/warnings
|
2015-02-11 20:41:58 +01:00 |
|
Adam Wulkiewicz
|
1a5a1fa661
|
[test][algorithms][relate] Fix ommited constant condition warning.
|
2015-02-11 19:28:17 +01:00 |
|
Adam Wulkiewicz
|
2758ef31da
|
Merge pull request #221 from mkaravel/fix/MSVC_warning_about_unused_argument
[test][algorithms][distance] fix MSVC warning C4100 complaining about an...
|
2015-02-11 19:20:54 +01:00 |
|
Menelaos Karavelas
|
218044919a
|
[test][algorithms][distance] fix MSVC warning C4100 complaining about an unreferenced formal parameter
|
2015-02-11 19:51:36 +02:00 |
|
Menelaos Karavelas
|
4b02c80c1c
|
[test][strategies][douglas peucker] fix order of includes;
fix MSVC warning C4127 regarding the strategy parameter in apply method
of test_one_case class;
|
2015-02-11 19:36:23 +02:00 |
|
Menelaos Karavelas
|
48bed898fe
|
[test][strategies][douglas peucker] make the unit test for this strategy
platform portable and platform independent
|
2015-02-11 19:31:24 +02:00 |
|
Adam Wulkiewicz
|
1e9eae5a49
|
[test][algorithms][get_turns] Use BOOST_GEOMETRY_CONDITION macro for constant conditions.
|
2015-02-11 15:57:50 +01:00 |
|
Adam Wulkiewicz
|
4f2fc67bd6
|
Merge branch 'develop' into fix/warnings
|
2015-02-11 15:55:31 +01:00 |
|
Adam Wulkiewicz
|
eceba44876
|
[test] Use BOOST_GEOMETRY_CONDITION macro for constant conditions.
|
2015-02-11 15:54:56 +01:00 |
|
Adam Wulkiewicz
|
6b438738d8
|
[test][strategies] Use BOOST_GEOMETRY_CONDITION macro for constant conditions.
|
2015-02-11 15:54:13 +01:00 |
|
Adam Wulkiewicz
|
aff82800c4
|
[test][algorithms] Use BOOST_GEOMETRY_CONDITION macro for constant conditions.
|
2015-02-11 15:53:50 +01:00 |
|
Adam Wulkiewicz
|
db3743b4fd
|
[test][get_turns] Add failing L/L case (inconsistencies/arithmetic).
|
2015-02-11 14:42:45 +01:00 |
|
Menelaos Karavelas
|
b7ccd1f03e
|
[test][algorithms][set operations L/L] replace absoute tolerance by relative tolerance
|
2015-02-11 00:22:07 +02:00 |
|
Menelaos Karavelas
|
b4c34417b0
|
[test][algorithms][intersection L/L] add result when omitting isolated intersection points
|
2015-02-10 23:49:17 +02:00 |
|
Menelaos Karavelas
|
fe44edfce3
|
[test][algorithms][intersection L/L] add one more test case
|
2015-02-10 23:37:34 +02:00 |
|
Menelaos Karavelas
|
e4ea5defa3
|
[test][algorithms][intersection L/L] add support for checking equality within a specified tolerance
|
2015-02-10 23:36:12 +02:00 |
|
Menelaos Karavelas
|
34eef73263
|
[test][algorithms][sym_difference L/L] update disabled (failing example)
|
2015-02-10 17:24:28 +02:00 |
|
Menelaos Karavelas
|
b0b40ffa26
|
[test][algorithms][set operations L/L] update copyright year
|
2015-02-10 17:14:34 +02:00 |
|
Menelaos Karavelas
|
b39342db02
|
[test][algorithms][sym_difference L/L] enable disabled test that now works correctly;
update copyright year;
|
2015-02-10 17:13:47 +02:00 |
|
Menelaos Karavelas
|
bcb52c4f47
|
[test][algorithms][set operations L/L] update copyright year
|
2015-02-10 17:10:47 +02:00 |
|
Menelaos Karavelas
|
4ae803e734
|
[test][algorithms][sym_difference L/L] add support for checking equality with a tolerance
|
2015-02-10 17:08:08 +02:00 |
|
Menelaos Karavelas
|
a4988e34a3
|
[test][algorithms][union L/L] add missing include
|
2015-02-10 16:13:11 +02:00 |
|
Menelaos Karavelas
|
e131358c9e
|
[test][algorithms][union L/L] add support for checking equality with tolerance
|
2015-02-10 16:04:12 +02:00 |
|
Menelaos Karavelas
|
87d714b263
|
[test][algorithms][difference L/L] add more test cases, most guarded by macro because they
are currently failing due to rounding errors
|
2015-02-10 15:51:31 +02:00 |
|
Menelaos Karavelas
|
70475d0bbd
|
[test][algorithms][difference L/L] add support for testing with tolerance
|
2015-02-10 15:50:56 +02:00 |
|
Menelaos Karavelas
|
4b78a1e1fa
|
[test][algorithms][set operations L/L] add suport for equality testing with a given tolerance
|
2015-02-10 15:50:11 +02:00 |
|
Adam Wulkiewicz
|
82c8c483f3
|
Merge pull request #206 from awulkiew/fix/warnings
Fix/warnings
|
2015-02-09 17:10:56 +01:00 |
|
Adam Wulkiewicz
|
09d1a2e16d
|
Merge pull request #212 from mkaravel/fix/comparable_distance_strategy_in_douglas_peucker
Fix/comparable distance strategy in douglas peucker
|
2015-02-09 17:08:46 +01:00 |
|
Adam Wulkiewicz
|
cb2ced5535
|
Merge branch 'develop' of github.com:boostorg/geometry into develop
|
2015-02-05 14:43:21 +01:00 |
|
Adam Wulkiewicz
|
5d49805f27
|
[test][relate] Add a test for L/L for which an assertion failure was detected some time ago.
|
2015-02-05 14:43:08 +01:00 |
|