Adam Wulkiewicz
c72eaf7ffb
[test][algorithms] Name/rename the tests.
2015-06-06 00:40:34 +02:00
Menelaos Karavelas
1e576d3a30
[test][algorithms][is_empty] add unit test for algorithm is_empty
2015-06-03 01:06:01 +03:00
Menelaos Karavelas
e66f255acf
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/envelope_and_expand_for_spherical_cs
2015-05-14 12:23:19 +03:00
Menelaos Karavelas
d5522eaa14
[test][algorithms][maximum gap] add unit test for maximum gap algorithms for intervals
2015-05-04 11:07:45 +03:00
Menelaos Karavelas
5525a492a3
[test][algorithms][envelope][expand] include unit new tests for envelope and
...
expand in Jamfile
2015-05-04 10:27:22 +03:00
Barend Gehrels
0722e4ba13
[buffer][is_convex] add (non-complete) is_convex algorithm, and
...
convex property for buffered pieces
Including unit test.
2015-04-08 12:15:20 +02:00
Barend Gehrels
90fcd83f30
[test] Remove bigobj flag from Jamfiles
...
now that it is defined in the upper level
2015-03-22 22:58:24 +01:00
Barend Gehrels
c2a74a2347
[test] Remove bigobj flag from Jamfiles
...
now that it is defined in the upper level
2015-03-21 13:03:42 +01:00
Menelaos Karavelas
ef9069d216
[test][algorithms][is_valid] rename is_valid_reason unit test to is_valid_failure;
...
update code in unit test to reflect this change;
2015-02-24 15:37:12 +02:00
Menelaos Karavelas
e2f9d07695
[test][algorithms][is_valid_reason] add unit test for new algorithm is_valid_reason
2015-02-20 10:36:56 +02:00
Adam Wulkiewicz
9fec00c796
[test] Move the rest of the tests from multi directory and remove this directory.
2014-10-30 14:04:14 +01:00
Adam Wulkiewicz
26b338a20f
[test] Move set and relational operations tests to separate directories.
2014-10-30 13:09:12 +01:00
Adam Wulkiewicz
0279dca727
[test] Move disjoint, relate and within tests to separate directories.
2014-10-30 12:00:59 +01:00
Adam Wulkiewicz
7fc973ce66
[test] Move set ops algorithms tests to separate directories.
2014-10-30 01:31:12 +01:00
Adam Wulkiewicz
aaa96982cf
[test] Move distance() tests to separate directory.
2014-10-30 00:32:02 +01:00
Menelaos Karavelas
e82e199e00
[test][distance] add unit test for distance of pointlike-pointlike geometries
...
in the spherical equatorial coordinate system
2014-10-27 22:11:55 +02:00
Menelaos Karavelas
2b83e7493a
[test][algorithms] add the unit tests for num_geometries and
...
num_interior_rings to the Jamfile
2014-08-08 13:06:25 +03:00
Menelaos Karavelas
be586b5947
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/num_segments
2014-08-06 14:02:26 +03:00
Marek Kurdej
5248675469
Fixed: compilation error requiring /bigobj compiler flag on MSVC.
2014-08-01 15:04:27 +02:00
Menelaos Karavelas
ad350863ea
[test][algorithms] include unit test for num_segments in Jamfile
2014-07-17 03:02:59 +03:00
Barend Gehrels
b637012bf3
[test] add bigobj flag for union/buffer
2014-06-28 13:22:32 +02:00
Menelaos Karavelas
28ed3e4e59
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/is_simple
2014-06-14 16:04:24 +03:00
Barend Gehrels
31af14453a
[buffer] Move from extensions to algorithms/detail
2014-06-13 20:26:33 +02:00
Adam Wulkiewicz
3edeaeb2af
[algorithms][io][test] Fix some rather harmless conversions warnings and add /bigobj for some tests for VS.
2014-06-13 16:13:35 +02:00
Menelaos Karavelas
ed781446ae
[test][algorithms] add entries in Jamfile about is_simple and is_valid
...
unit tests
2014-06-13 15:48:38 +03:00
Menelaos Karavelas
da4ee4d6fe
[test][disjoint] add unit test for checking which geometry combinations
...
work with disjoint
2014-05-21 17:07:00 +03:00
Barend Gehrels
a703cae46e
[num_points][test] Added test for num_points which was not yet there
2014-05-14 14:18:48 +02:00
Menelaos Karavelas
319f9a7b83
[test][algorithms] add new unit tests for distance in Jamfile
2014-05-08 13:46:31 +03:00
Adam Wulkiewicz
a0d03ed4cf
[test] Divide relate() test into several smaller ones.
...
The intention is to prevent creation of too big files in MinGW.
Move predefined Geometries for relops from test_relate.hpp to predef_relop.hpp
Move test_geometry<> defined in relate.cpp to test_relate.hpp
2014-04-17 13:55:28 +02:00
Adam Wulkiewicz
b87400d822
[test][within] Divide within() test into several smaller files.
...
The intention is to prevent creation of too big files in MinGW.
2014-04-17 13:30:51 +02:00
Menelaos Karavelas
14df2155d2
[test][set ops] remove linking dependency with Boost.Test for P/P and L/L unit tests for union
2014-04-16 12:51:07 +03:00
Barend Gehrels
d3876c017f
Removed dependancy on linking with Boost.Test, using header only
2014-04-16 11:18:46 +02:00
Adam Wulkiewicz
d7b7df8614
[within][covered_by] Add the support for Areal geometries for within() and all OGC geometries for covered_by().
...
Also the specializations for Multi Geometries was moved from geometry/multi/algorithms to geometry/algorithms. They're now in one place.
The default strategies are point_in_point for PointLike, winding<> for PointLike/AnyGeometry, relate for L/L, L/A and A/A.
Point/MultiGeometry version now uses point_in_geometry directly which implements the correct behavior - this fixes the wrong handling of MultiLinestrings (boundary point of a Linestring may not be a boundary point of a MultiLinestring which contains it).
2014-04-12 01:40:27 +02:00
Menelaos Karavelas
4b7549a39a
[test][algorithms] do linking of the unit test framework on a per-unit-test basis
2014-04-11 00:04:40 +03:00
Menelaos Karavelas
b9ea14b76d
[test][algorithms] modify Jamfile to work with unit tests for P/P and L/L set ops (need to require that the unit test framework library is available for linking)
2014-04-10 23:39:10 +03:00
Menelaos Karavelas
6646470a55
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/setops-develop
2014-04-10 10:03:43 +03:00
Menelaos Karavelas
fc6ae619ac
[test][algorithms] add tests for set operations of L/L and P/P geometries; update copyright header;
2014-04-10 09:25:30 +03:00
Adam Wulkiewicz
d3f8ea2f6b
[crosses] add bg::crosses() algorithm
2014-04-09 01:33:37 +02:00
Adam Wulkiewicz
600174b45d
added relate() test to the Jamfile
2014-02-22 01:03:48 +01:00
Barend Gehrels
cbafc2398a
[geometry] added point_on_surface, developed last summer to SVN
...
[SVN r86554]
2013-11-03 21:00:34 +00:00
Barend Gehrels
cee8a0506c
[geometry] Added remove_spikes as an algorithm. The first version was already in extensions (for years), that is removed now. The new version works using the recent point_is_spike_or_equal
...
[SVN r86450]
2013-10-26 13:18:11 +00:00
Barend Gehrels
7d329b3582
[geometry] added bigobj for the failing MSVC tests
...
[SVN r85562]
2013-09-04 11:17:34 +00:00
Barend Gehrels
5df00d98c3
[geometry] cleanup test removing defines, moving testing-only-one-type to Jamfile
...
[SVN r85481]
2013-08-26 21:36:22 +00:00
Barend Gehrels
d1c4cb7b6d
[geometry] avoid generation of spikes in overlays, this fixes ticket 8364 and 8365. Added unit tests for these tickets. These changes result in (at about 3 places) changes in the output-number-of-points, this is verified visually
...
[SVN r85451]
2013-08-24 22:53:43 +00:00
Barend Gehrels
fd95cc49a9
[geometry] added unit-test for tickets 8364 and 8365. They now fail but that will be fixed in next commit
...
[SVN r85450]
2013-08-24 21:10:12 +00:00
Barend Gehrels
4db3b6b782
[geometry] added touch - unit tests
...
[SVN r78691]
2012-05-27 17:47:28 +00:00
Barend Gehrels
7cb0ae96fd
Boost.Geometry update copyright -> 2012
...
[SVN r76390]
2012-01-09 21:56:08 +00:00
Barend Gehrels
4fb4ab26b1
Updated tests reflecting changes for within/covered_by
...
[SVN r73179]
2011-07-17 12:28:21 +00:00
Barend Gehrels
a3c4ae751a
Updated jam
...
[SVN r71310]
2011-04-16 11:32:52 +00:00
Barend Gehrels
030f9e1d2e
Moved convert to detail::convert
...
[SVN r71118]
2011-04-08 14:55:06 +00:00