Commit Graph

  • 8a8620b506 [test][relate] Add tests for MPolys with rings for which single u/u turn is generated. Adam Wulkiewicz 2015-01-23 03:38:49 +0100
  • f30691be50 [relate] Fix relate() for MultiPolygon/Areal. Adam Wulkiewicz 2015-01-23 03:33:02 +0100
  • 18d3678fbb [test][relate] Add tests for relate(L/A) - Ls/MPoly and MLs/MPoly. Adam Wulkiewicz 2015-01-23 01:46:22 +0100
  • ed87f465e2 [relate] Fix relate() for Linear/Areal. Adam Wulkiewicz 2015-01-23 01:40:59 +0100
  • 3c443862d4 [test][algorithms][distance] add test cases of linear and/or areal geometries that contain ranges with less than two points Menelaos Karavelas 2015-01-22 18:13:15 +0200
  • f58d9d3783 [test][iterators][segment_iterator] add test cases of linear and/or areal geometries that contain ranges with less than two points Menelaos Karavelas 2015-01-22 18:11:20 +0200
  • 3eeb26b58f [iterators][segment_iterator] modify range_segment_iterator class to support ranges with less than two elements Menelaos Karavelas 2015-01-22 18:25:11 +0200
  • bc45a19909 [test][disjoint][relate] Add tests for L/L case (IPs on first points). Adam Wulkiewicz 2015-01-22 16:05:15 +0100
  • 0d4b7973f2 [test][iterators][closing_iterator] add test case for empty range Menelaos Karavelas 2015-01-22 17:00:36 +0200
  • 8643f25f97 [iterators][closing_iterator] fix bug in closing_iterator for empty ranges: the closing_iterator was not working for empty ranges as it was trying to append the first range item of an empty range to the end of the range; the proposed fix changes the index of the last item in the closing iterator's range to be 0 instead of 1 when the range is empty; Menelaos Karavelas 2015-01-22 16:58:39 +0200
  • da270a7e95 [disjoint] Fix disjoint L/L by using the L/L get_turn_info policy. Adam Wulkiewicz 2015-01-22 15:47:33 +0100
  • ab749e3873 Merge branch 'develop' of github.com:boostorg/geometry into develop Adam Wulkiewicz 2015-01-22 02:02:23 +0100
  • c1daf1a0eb [test][overlay][relate] Add tests of get_turns() and relate() for L/A. Adam Wulkiewicz 2015-01-22 02:01:54 +0100
  • 70e9d55cba [overlay][get_turns] Fix get_turns for L/A. Adam Wulkiewicz 2015-01-22 01:47:38 +0100
  • 6b35f31563 Merge branch 'develop' of github.com:boostorg/geometry into develop Barend Gehrels 2015-01-21 23:19:57 +0100
  • 5c9c899974 [test] Increase tolerance slightly for parcel3 (buffer) and geos_1 (intersection) to let it pass in MSVC 14 Barend Gehrels 2015-01-21 23:19:38 +0100
  • fbab19df33 Merge branch 'develop' of github.com:boostorg/geometry into develop Adam Wulkiewicz 2015-01-21 20:43:05 +0100
  • ec4fab0982 [test][relate] Add tests for MultiLinestring/Polygon. Adam Wulkiewicz 2015-01-21 20:42:55 +0100
  • c34a8aceb9 [relate] Fix relate for MultiLinestring/Areal. Adam Wulkiewicz 2015-01-21 20:37:25 +0100
  • 5c33f415bd [test][difference] exclude geos_1 which is the only one giving many error-reports on different platforms/compilers/environments Barend Gehrels 2015-01-21 20:11:56 +0100
  • 402e939a5c [test][relate][crosses] Add test for linear spike crossing another linestring. Adam Wulkiewicz 2015-01-21 19:13:13 +0100
  • db13795982 [buffer] Add robust calculation method to determine the side of the intersection point (turn) w.r.t. a segment, where all segments are rescaled. This should result in a trustable point-in-piece route and obsolete the near_offsetted workaround. Barend Gehrels 2015-01-21 16:08:08 +0100
  • d1cbea0d06 [sectionalize] Supress warning signed/unsigned comparison Apparently mpl::size is signed - so we both cast to signed Barend Gehrels 2015-01-21 11:40:32 +0100
  • 999bf4dac6 [test] Supress warning by Boost.None Barend Gehrels 2015-01-21 11:39:39 +0100
  • 11f135e2c4 [test] Remove linking with timer, now that Boost.Test has reverted the change which required this Barend Gehrels 2015-01-21 11:29:46 +0100
  • 6386400075 Merge branch 'develop' of github.com:boostorg/geometry into develop Adam Wulkiewicz 2015-01-20 19:51:21 +0100
  • 49ee2f7230 [test][intersects][relate] Add tests for MultiLinestring/Polygon. Adam Wulkiewicz 2015-01-20 19:51:10 +0100
  • d5431d8bde [disjoint] Fix disjoint(MultiLinestring, Polygon). Adam Wulkiewicz 2015-01-20 19:47:50 +0100
  • f422dc02d2 [relate] Fix flags setting in relate A/A uncertain_rings_analyzer. Adam Wulkiewicz 2015-01-20 00:31:54 +0100
  • 54731a15cc Merge pull request #195 from awulkiew/fix/cart_intersect Adam Wulkiewicz 2015-01-20 00:11:37 +0100
  • 69475fdf91 [test][relate] Enable the tests for recently fixed assertion failure in relops. Adam Wulkiewicz 2015-01-19 20:10:11 +0100
  • 3838910182 [strategies][relate] Explicitly check segments endpoints for intersection in collinear case. Adam Wulkiewicz 2015-01-19 20:00:00 +0100
  • e5580b8547 [test][relate] Add A/A vs P/P compatibility check (intersecting very close vertices). Adam Wulkiewicz 2015-01-18 19:58:20 +0100
  • eeb33369ec [test][relate] Add more tests for assertion failure in cart_intersect (enabled with macro definition). Adam Wulkiewicz 2015-01-18 19:27:07 +0100
  • 808565e0ed Merge branch 'develop' of github.com:boostorg/geometry into develop Adam Wulkiewicz 2015-01-15 22:56:34 +0100
  • 46eb689a43 [test][relate] Add tests for bugs currently existing in the library, turned on by a macro. Adam Wulkiewicz 2015-01-15 22:56:22 +0100
  • 9b6be5f942 [point] assign values differently such that: no warning is given, and explicit can be used for one constructor only Barend Gehrels 2015-01-14 16:38:30 +0100
  • 5249745ba0 [test] Link Timer only for the projects in test directories. Adam Wulkiewicz 2015-01-13 18:30:19 +0100
  • eac5774fc5 [geometries][point] Restore ctor's explicit modifier, conditionally disabled with a macro. Adam Wulkiewicz 2015-01-13 01:05:18 +0100
  • f26f75c3be [test] Add Timer library project requirement, required by Test. Adam Wulkiewicz 2015-01-13 00:35:17 +0100
  • 2dfc5ccce3 Merge pull request #192 from mkaravel/feature/distance Adam Wulkiewicz 2015-01-12 18:01:03 +0100
  • b3e67c9ba0 Merge pull request #191 from mkaravel/fix/maybe-uninitialized-warning Adam Wulkiewicz 2015-01-12 17:56:11 +0100
  • 83d61147dd [test][algorithms][distance][spherical_equatorial] add one more test case of antipodal points Menelaos Karavelas 2015-01-12 16:11:46 +0200
  • 125707ca65 [algorithms][distance] explicitly initialize variables to avoid maybe-uninitialized-warning produced by some compilers Menelaos Karavelas 2015-01-12 16:02:19 +0200
  • ceb1102c46 [test][algorithms][distance] explicitly initialize variable to avoid maybe-uninitialized-warning Menelaos Karavelas 2015-01-12 15:59:23 +0200
  • 4afaae6eb2 [algorithms][closest_feature] initialize variable passed by reference to avoid maybe-uninitialized-warning produced by some compilers Menelaos Karavelas 2015-01-12 15:52:17 +0200
  • 45d3fcf3eb Merge pull request #190 from awulkiew/fix/centroid Adam Wulkiewicz 2015-01-10 12:41:32 +0100
  • c8ad678ba7 Merge pull request #62 from awulkiew/feature/initializer_list Adam Wulkiewicz 2015-01-10 01:12:02 +0100
  • 62375c09aa [geometries] Shield initializer list support with #ifdef. Adam Wulkiewicz 2015-01-10 01:01:45 +0100
  • 719a47c559 Merge branch 'develop' into feature/initializer_list Adam Wulkiewicz 2015-01-10 00:56:51 +0100
  • 5c6f961bbe [index] Include only the required parts of Boost.Variant Adam Wulkiewicz 2015-01-10 00:38:31 +0100
  • 5760eff62f [test][index] Replace BOOST_CHECK with BOOST_CHECK_EQUAL in rtree_values test for more convenienet output. Adam Wulkiewicz 2015-01-09 17:21:42 +0100
  • f07edd0b34 [index] Tweaks related to is_leaf visitor/check. Adam Wulkiewicz 2015-01-09 16:55:43 +0100
  • f26fb3820d Merge branch 'develop' of github.com:boostorg/geometry into develop Adam Wulkiewicz 2015-01-08 16:03:35 +0100
  • 5523d7cffe [test][relate] Add more tests for L/A where A contains spikes collinear to L. Adam Wulkiewicz 2015-01-08 16:03:23 +0100
  • d642e3b733 [relate] Handle a situation when the last turn is collinear for Linear. Adam Wulkiewicz 2015-01-08 16:00:13 +0100
  • 16edf5353a [test][relate][overlaps] Add tests related to ticket 10912. Adam Wulkiewicz 2015-01-08 04:30:58 +0100
  • bd10022e2c [test][centroid] Add tests for degenerated Linear and Areal geometries. Adam Wulkiewicz 2015-01-08 03:26:23 +0100
  • f666ab23df [algorithms][centroid] Support degenerated Linear and Areal geometries. Adam Wulkiewicz 2015-01-08 03:26:00 +0100
  • 07d7258801 [index][example] Upgrade insert() benchmark. Adam Wulkiewicz 2015-01-07 22:44:06 +0100
  • 416ec8423c [index][utilities] Add are_counts_ok(). Adam Wulkiewicz 2015-01-07 22:42:48 +0100
  • 69d03e9a7c [index][example] Add range-insert benchmark. Adam Wulkiewicz 2015-01-07 15:58:23 +0100
  • 4d3395c6b7 [doc] Update 1.58 release notes (ticket 10912). Adam Wulkiewicz 2015-01-06 22:24:57 +0100
  • b08aa43459 [test][relate][within] Add tests for A/A (ticket 10912). Adam Wulkiewicz 2015-01-06 22:21:16 +0100
  • b6ee911d30 [relate] Fix relate for A/A (touching exterior rings and non-touching holes). Adam Wulkiewicz 2015-01-06 22:18:41 +0100
  • 8536ce0cf1 [strategies][relate] Fix the relate Strategy concept-conformance. Adam Wulkiewicz 2015-01-06 17:17:55 +0100
  • 26e2a8ae31 [test] Add another convenient overload of geom_to_svg(). Adam Wulkiewicz 2015-01-05 23:20:09 +0100
  • ef90bc0792 [test][centroid] Add tests for invalid Linestring and Polygon. Adam Wulkiewicz 2015-01-05 23:19:08 +0100
  • d501d3774b [centroid] Fix (deterministic result) and refactor. Adam Wulkiewicz 2015-01-05 23:08:37 +0100
  • 9a3fc20ae6 [strategies][centroid] Fix/refactor average and bashein_detmer. Adam Wulkiewicz 2015-01-05 23:03:55 +0100
  • fa76f14090 [geometry] Update copyright info in various files modified recently. Adam Wulkiewicz 2015-01-05 14:17:30 +0100
  • ca81fe416a [algorithms] Drop Foreach dependency. Adam Wulkiewicz 2015-01-05 00:52:38 +0100
  • d24712d733 [test] Drop TypeOf dependency. Adam Wulkiewicz 2015-01-05 00:09:42 +0100
  • 4b34a79de0 [extensions] Drop TypeOf dependency. Adam Wulkiewicz 2015-01-04 23:10:06 +0100
  • 3255f3e4e6 [example] Remove unneeded Bind header. Adam Wulkiewicz 2015-01-04 22:32:23 +0100
  • 9d89626d9f [index] Remove unused implementations of query iterator. Drop conditional Function, Bind and TypeErasure dependency. Adam Wulkiewicz 2015-01-04 22:29:46 +0100
  • 228baa61a3 [geometries] Refactor includes in adapted/boost_fusion.hpp (alphabetical order and replacement of Utility with Core). Adam Wulkiewicz 2015-01-04 21:58:59 +0100
  • 99e7638d20 [test][index] Add linkflags to Jamfile for rtree+Interprocess test for linux. Adam Wulkiewicz 2015-01-04 19:12:49 +0100
  • 9d7736fc3f [doc] Add missing ticket to 1.57 release notes. Adam Wulkiewicz 2015-01-04 17:04:18 +0100
  • 29dee723fb [test][convex_hull] Add tests for degenerated hulls. Adam Wulkiewicz 2015-01-04 16:54:13 +0100
  • 547b208cee [index] Fix perfect forwarding emulation in varray due to the recent changes in Boost.Container (drop of PP dependency). Adam Wulkiewicz 2015-01-04 03:45:39 +0100
  • 9dc467f634 Merge branch 'develop' into feature/initializer_list Adam Wulkiewicz 2015-01-03 00:20:16 +0100
  • e91e02ed0a [test][geometries] Add non-geometry test for initializer_list<> and Boost.Assign. Adam Wulkiewicz 2015-01-03 00:19:30 +0100
  • 1ab3905687 [geometries] Comment out assignment operators taking initializer_list<>. Adam Wulkiewicz 2015-01-03 00:15:41 +0100
  • 1cd6e884cd [test][relate] Add test for very long segment for which more significant Dimension was also wrongly picked in cart_intersect. Adam Wulkiewicz 2015-01-02 03:40:08 +0100
  • ea11e453eb [test][relate] Use alternative expected matrix/result for very short segment. Adam Wulkiewicz 2015-01-02 02:27:02 +0100
  • 2e50ab6acb [test][relate] Add test for Polygons with spikes expecting any output. Adam Wulkiewicz 2015-01-01 14:24:56 +0100
  • 6108b0ed92 [get_turns] Add comments and commented out code in get_turn_info_la regarding the handling of Areal's spikes. Adam Wulkiewicz 2015-01-01 14:23:22 +0100
  • 3f430ed43b [relate] Comment out an assertion in relate(L/A) failing for Polygon with spikes. Adam Wulkiewicz 2015-01-01 14:18:08 +0100
  • 5262379c2c [test][relate] Add commented out tests for failing cases (assertion failure for invalid geometries). Adam Wulkiewicz 2014-12-31 18:39:25 +0100
  • 56c25cf7ca Merge branch 'develop' of github.com:boostorg/geometry into develop Adam Wulkiewicz 2014-12-31 15:48:53 +0100
  • 0cd28170d7 [geometry] Change the order of Boost.Variant headers includes to alphabetical. Adam Wulkiewicz 2014-12-31 15:48:15 +0100
  • 34380e7b4d [buffer][test] added multi-polygon test. Fails for one case yet (self-IP). This test is not yet added to any Jamfile. It can take long for execution and is therefore placed in robustness, we can add longer tests or various options later Barend Gehrels 2014-12-31 14:27:36 +0100
  • 11fbe1e453 [buffer][test] create optionally a zoomed-in view to be able to better inspect error-cases Barend Gehrels 2014-12-31 14:22:49 +0100
  • a19e818042 [buffer][test] add check for is_valid (now optional) Barend Gehrels 2014-12-31 13:51:09 +0100
  • fff81f33ed [buffer][test] fix expectation of just added testcase Barend Gehrels 2014-12-31 13:21:56 +0100
  • a0c1fbaf72 [buffer][test] Simplify code using multi-polygon instead of vector Barend Gehrels 2014-12-31 13:20:28 +0100
  • 5d1c9525a3 [buffer][test] option to specify tolerance for custom strategies Barend Gehrels 2014-12-31 13:13:03 +0100
  • d1f2878e11 [buffer][test] add failing case Barend Gehrels 2014-12-31 13:10:01 +0100
  • 24301d2b59 Merge branch 'develop' of github.com:boostorg/geometry into develop Barend Gehrels 2014-12-31 12:50:04 +0100