8f67363fa8[geometry] changes in test reflecting custom pointer types
Barend Gehrels
2012-07-08 20:16:09 +0000
04a8bb8018[geometry] Breaking change (for some situations). Changed custom-pointer-types w.r.t. typetraits. This is based on ideas on the mailing list, Bruno, Mats and me
Barend Gehrels
2012-07-08 20:15:06 +0000
462ca36fe7[geometry] Add Karsten Ahnert to contributors for patch
Barend Gehrels
2012-07-01 15:54:37 +0000
58fcae77d8[geometry] unit tests for problem/patch of Karsten Ahnert to fix cross-track error
Barend Gehrels
2012-07-01 15:49:22 +0000
ea99120ca1[geometry] applied patch of Karsten Ahnert to fix cross-track error
Barend Gehrels
2012-07-01 15:44:11 +0000
34be8fbad5removed doubled algorithm index::overlap().
Adam Wulkiewicz
2012-06-27 13:45:10 +0000
f9b2279725Added rtree predicate index::touches(). The code is commented out since the geometry::touches() algorithm is probably not finished yet. Fixed GCC compile errors in tests.
Adam Wulkiewicz
2012-06-27 12:25:38 +0000
8339c81d88rtree tests divided into several files.
Adam Wulkiewicz
2012-06-27 11:44:44 +0000
45c945b162implemented tests for rtree spatial queries in 2d and 3d.
Adam Wulkiewicz
2012-06-27 11:26:53 +0000
f20f6107b1implemented rtree intersection queries tests for 3d.
Adam Wulkiewicz
2012-06-26 22:31:01 +0000
a1d3066d9aFixed error in linear::find_greatest_normalized_separation.
Adam Wulkiewicz
2012-06-26 19:42:30 +0000
4d79f3dadetabs changed to spaces in rstar/redistribute_elements.hpp
Adam Wulkiewicz
2012-06-26 13:42:37 +0000
ab7ea123f8Update Jamfiles and build scripts for PDF generation. Set local_function image DPI's for better PDF builds.
John Maddock
2012-06-07 16:47:33 +0000
abc9585a10Changes required to build PDF versions of docs.
John Maddock
2012-06-07 12:32:56 +0000
24ab79556dIntegrated 'overlaps' into support_status.
Bruno Lalande
2012-06-06 22:58:34 +0000
60673ef3e5Used not_implemented on 'overlaps' algorithm.
Bruno Lalande
2012-06-06 22:54:39 +0000
68d75892d1Made dispatch::overlaps able to retrieve the tags by itself.
Bruno Lalande
2012-06-06 22:43:21 +0000
671123b0fcIntegrated expand into support_status.
Bruno Lalande
2012-06-05 21:27:12 +0000
f3a50d889bApplied not_implemented to expand algorithm.
Bruno Lalande
2012-06-05 21:21:41 +0000
55bd635431Made dispatch::expand more self-contained.
Bruno Lalande
2012-06-05 21:08:53 +0000
26538787b2Applied not_implemented to equals algorithm.
Bruno Lalande
2012-06-05 21:08:09 +0000
4cf2ce3baaIntegrated equals algorithm into support_status.
Bruno Lalande
2012-06-05 19:44:40 +0000
fe69c4fa3fAdapted multi specializations of dispatch::equals to last changes.
Bruno Lalande
2012-06-05 19:42:07 +0000
be4a03b7c1Made dispatch::equals self-reversible.
Bruno Lalande
2012-06-05 18:49:56 +0000
7978fc6c95Made dispatch::equals more self-contained.
Bruno Lalande
2012-06-05 18:41:43 +0000
a9e33e02e9Integrated envelope algorithm into support_status.
Bruno Lalande
2012-06-05 18:40:48 +0000
a45af28485Integrated not_implemented into envelope.
Bruno Lalande
2012-06-05 16:57:22 +0000
9cd61fb3cdMoved template params from class to function level in dispatch::envelope for those we don't actually dispatch on.
Bruno Lalande
2012-06-05 16:47:37 +0000
dc880255faAdded disjoint algorithm to support_status.
Bruno Lalande
2012-06-05 15:57:09 +0000
4da6143920Made dispatch::disjoint more self-contained.
Bruno Lalande
2012-06-04 19:13:34 +0000
15e85e390dMoved more template params from class to function level in intersection.
Bruno Lalande
2012-06-04 17:57:21 +0000
ff423e5a0bMoved Strategy template param from class to function in intersection.
Bruno Lalande
2012-06-03 22:48:02 +0000
de83c413e8[geometry] take output point type (overlay) / enable different point types (point on border)
Barend Gehrels
2012-06-01 21:49:28 +0000
117d6209dc[geometry] Unit test for formerly failing disjoint for polygon/box
Barend Gehrels
2012-06-01 21:46:03 +0000
b194a3000f[geometry] fix of failing disjoint for polygon/box
Barend Gehrels
2012-06-01 21:43:56 +0000
d55936194d[geometry] merge since todays r78718
Barend Gehrels
2012-05-28 16:44:06 +0000
a2636874eb[geometry] commented non running unit tests - their result (still) differs for float
Barend Gehrels
2012-05-28 16:22:16 +0000
547e49d388[geometry] merge since today's r78712
Barend Gehrels
2012-05-28 13:04:24 +0000
3a88ece6d1[geometry] added touches to general header
Barend Gehrels
2012-05-28 12:40:26 +0000
a02bebd0fe[geometry] doc updates w.r.t. touch (forgot to commit last time)
Barend Gehrels
2012-05-28 12:25:16 +0000
e6a41704f4[geometry] now casted size the other side as well to account for possible non-merge of Boost.Range
Barend Gehrels
2012-05-28 11:40:46 +0000
e3c8eed009[geometry] merged since r77001
Barend Gehrels
2012-05-28 11:29:18 +0000
d2643ac319[geometry] fixed disjoint (unit test) including release notes for this fix and older commits
Barend Gehrels
2012-05-27 15:17:29 +0000
6d5938ec37[geometry] fixed disjoint for multi-polygon/multi-polygon where (not-first) rings were inside each other
Barend Gehrels
2012-05-27 15:12:40 +0000
4680355b30[geometry] added test for multi/disjoint (with case to be fixed)
Barend Gehrels
2012-05-27 14:47:19 +0000
36761a338d[geometry] pending commit for buffer unit test
Barend Gehrels
2012-05-27 13:25:51 +0000
aabd778f6e[geometry] pending commits for buffer
Barend Gehrels
2012-05-27 13:17:22 +0000
a6caeb51bf[geometry] Fixes for point_on_border multi-version
Barend Gehrels
2012-05-27 11:22:15 +0000
23f456a758[geometry] disabled recently uncomment test
Barend Gehrels
2012-05-26 21:19:35 +0000
0703f8e4f6[geometry] fix in unit tests and avoid gcc warning
Barend Gehrels
2012-04-15 12:14:57 +0000
2373c321e5[geometry] unit test update (especially in union) for fix of several robustness issues in cart_intersect and get_turn_info found by testing buffer algorithm
Barend Gehrels
2012-04-15 11:47:08 +0000
2aed65855f[geometry] fix of several robustness issues in cart_intersect and get_turn_info found by testing buffer algorithm. Also restructured cart_intersect such that all robustness issues are handled in separate methods (could be policy later). Finally fixed ever circling iterator with range (for assignment)
Barend Gehrels
2012-04-15 11:44:15 +0000
3de87192fasize_t changed to Container::size_type in translator::index<Container>
Adam Wulkiewicz
2012-04-15 01:46:20 +0000
f139ba3a6c[geometry] unit tests for robustness fixes
Barend Gehrels
2012-03-16 17:00:57 +0000
d03d2e17a4[geometry] robustness fixes (all found by buffer robustness tests)
Barend Gehrels
2012-03-16 16:58:26 +0000
a2e8386e90[geometry] unit tests for robustness fixes
Barend Gehrels
2012-03-16 16:50:32 +0000
2449e6c4b6[geometry] unit test to avoid future regressions in fix for robustness issue on touch with r > 1
Barend Gehrels
2012-03-14 18:59:19 +0000
481b42d976[geometry] fix for robustness issue on touch with r > 1
Barend Gehrels
2012-03-14 18:57:46 +0000
b0d8b5c0a5[geometry] added test called #ggl_list_20110820_christophe now also to union test to discover it earler, and uncommented test called #ggl_list_20110716_enrico
Barend Gehrels
2012-03-11 20:42:12 +0000
bad5e628ac[geometry] Finetuned robustness fixes of this weekend and fixed (again) for case #ggl_list_20110820_christophe
Barend Gehrels
2012-03-11 20:37:51 +0000
4efe4f0eb1[geometry] uncommented test which is now fixed
Barend Gehrels
2012-03-11 18:16:04 +0000
532007c6ab[geometry] updated test for robustness issue found
Barend Gehrels
2012-03-11 18:12:46 +0000
601abf8798[geometry] fixed robustness issue with non-consistent side-info in collinear case
Barend Gehrels
2012-03-11 17:46:23 +0000
0d699b7098[geometry] buffer update (a.o. implemented multi), updated tests, and added robustness test
Barend Gehrels
2012-03-10 21:13:37 +0000
1c59a19106[geometry] updates for clang/gcc
Barend Gehrels
2012-03-10 19:41:38 +0000
3ec807d8f8[geometry] belonging to last commit, multi-unit tests
Barend Gehrels
2012-03-10 19:36:19 +0000
575098e9b6[geometry] Fixed several robustness issues: non-valid polygons/rings are not added anymore; collinear is now symmetric (it could happen that A was collinear w.r.t. B but not vice versa, that is now resolved); vertical/horizontal (nearly collinear) segments are now checked later (this and previous bug were found by buffer-high-volume tests).
Barend Gehrels
2012-03-10 19:11:17 +0000
0c66579409[geometry] fix in comparing doubles (comparing e.g. 0 with 4e-19)
Barend Gehrels
2012-03-09 13:31:44 +0000
7352afd5d9R-tree methods and functions documented. rtree::nearest() template parameter name changed.
Adam Wulkiewicz
2012-03-08 22:15:06 +0000
7f26c674df[geometry] projections added (processed version of) new_projection submitted by Krzysztof Czainski, including example
Barend Gehrels
2012-03-05 14:45:09 +0000