Dane Springmeyer
|
295cdc750c
|
Avoid memory leak in segment_iterator.cpp test
|
2018-08-12 11:34:07 -07:00 |
|
Adam Wulkiewicz
|
3b80d1ae71
|
[test] Fix unused parameter warnings.
|
2017-12-26 14:12:16 +01:00 |
|
Menelaos Karavelas
|
f48f47c4cf
|
[test][iterators][point iterator][segment iterator] suppress unused local typedef warnings
|
2015-06-01 19:43:44 +03:00 |
|
Menelaos Karavelas
|
424ba7431c
|
[test][iterators][point iterator][segment iterator] apply coding rules;
add test cases for geometries whose point type is a pointer and for geometries
whose range iterators return copies of elements rather than references
|
2015-05-28 09:40:45 +03:00 |
|
Menelaos Karavelas
|
f58d9d3783
|
[test][iterators][segment_iterator] add test cases of linear and/or areal
geometries that contain ranges with less than two points
|
2015-01-22 18:25:48 +02:00 |
|
Menelaos Karavelas
|
26fb60447f
|
[test][iterators][segment_iterator] add appropriate concept checks
from the Boost.Iterator and Boost.ConceptCheck libraries
|
2014-10-23 14:44:55 +03:00 |
|
Adam Wulkiewicz
|
439f570d02
|
[test][iterators] Fix signed/unsigned comparison warnings in segment_iterator test.
|
2014-10-01 02:19:37 +02:00 |
|
Menelaos Karavelas
|
9d75411a90
|
[test][iterators][segment_iterator] change the return type of segments_begin
and segments_end to be segment_iterator<Geometry const>
|
2014-09-30 09:53:09 +03:00 |
|
Menelaos Karavelas
|
333ef4bbba
|
[test][iterators][segment_iterator] re-arrange the test code;
add test with std::copy algorithm: use the segment iterator
to copy the segments of a geometry into a vector;
|
2014-09-26 10:05:54 +03:00 |
|
Menelaos Karavelas
|
80b5e6700f
|
[test][iterators][segment_iterator] add unit test for the segment_iterator
|
2014-09-24 08:50:48 +03:00 |
|