Commit Graph

  • a0572c75e7 [geometry] merged into release for 1.51 (breaking change w.r.t. custom point traits) Barend Gehrels 2012-07-09 21:06:05 +0000
  • c506c476dd [geometry] changes in examples w.r.t. custom pointer types Barend Gehrels 2012-07-08 20:17:21 +0000
  • 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
  • 34be8fbad5 removed doubled algorithm index::overlap(). Adam Wulkiewicz 2012-06-27 13:45:10 +0000
  • f9b2279725 Added 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
  • 8339c81d88 rtree tests divided into several files. Adam Wulkiewicz 2012-06-27 11:44:44 +0000
  • 45c945b162 implemented tests for rtree spatial queries in 2d and 3d. Adam Wulkiewicz 2012-06-27 11:26:53 +0000
  • f20f6107b1 implemented rtree intersection queries tests for 3d. Adam Wulkiewicz 2012-06-26 22:31:01 +0000
  • a1d3066d9a Fixed error in linear::find_greatest_normalized_separation. Adam Wulkiewicz 2012-06-26 19:42:30 +0000
  • 4d79f3dade tabs changed to spaces in rstar/redistribute_elements.hpp Adam Wulkiewicz 2012-06-26 13:42:37 +0000
  • cfc4f8b4ad tests added: rtree- 2d, linear<4,2>, quadratic<4,2>, rstar<4,2> queries - default, intersects, !intersects, !disjoint, not_disjoint Adam Wulkiewicz 2012-06-26 13:36:34 +0000
  • c00ddbd2a8 some tests and optimizations. Adam Wulkiewicz 2012-06-26 11:49:56 +0000
  • 31c5e016e7 added tests of some index's algorithms + index::margin() optimization. Adam Wulkiewicz 2012-06-25 19:00:24 +0000
  • 443b01bc07 Merge documentation build fix from trunk. Daniel James 2012-06-11 07:23:17 +0000
  • d35eb8f2df Make the new pdf install rules explicit, and fix intrusive's. Daniel James 2012-06-11 01:33:10 +0000
  • acf672695f [geometry] merged revision 78724 thru 7880 w.r.t. bugfixes Barend Gehrels 2012-06-07 18:43:44 +0000
  • ab7ea123f8 Update 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
  • abc9585a10 Changes required to build PDF versions of docs. John Maddock 2012-06-07 12:32:56 +0000
  • 24ab79556d Integrated 'overlaps' into support_status. Bruno Lalande 2012-06-06 22:58:34 +0000
  • 60673ef3e5 Used not_implemented on 'overlaps' algorithm. Bruno Lalande 2012-06-06 22:54:39 +0000
  • 68d75892d1 Made dispatch::overlaps able to retrieve the tags by itself. Bruno Lalande 2012-06-06 22:43:21 +0000
  • 671123b0fc Integrated expand into support_status. Bruno Lalande 2012-06-05 21:27:12 +0000
  • f3a50d889b Applied not_implemented to expand algorithm. Bruno Lalande 2012-06-05 21:21:41 +0000
  • 55bd635431 Made dispatch::expand more self-contained. Bruno Lalande 2012-06-05 21:08:53 +0000
  • 26538787b2 Applied not_implemented to equals algorithm. Bruno Lalande 2012-06-05 21:08:09 +0000
  • 4cf2ce3baa Integrated equals algorithm into support_status. Bruno Lalande 2012-06-05 19:44:40 +0000
  • fe69c4fa3f Adapted multi specializations of dispatch::equals to last changes. Bruno Lalande 2012-06-05 19:42:07 +0000
  • be4a03b7c1 Made dispatch::equals self-reversible. Bruno Lalande 2012-06-05 18:49:56 +0000
  • 7978fc6c95 Made dispatch::equals more self-contained. Bruno Lalande 2012-06-05 18:41:43 +0000
  • a9e33e02e9 Integrated envelope algorithm into support_status. Bruno Lalande 2012-06-05 18:40:48 +0000
  • a45af28485 Integrated not_implemented into envelope. Bruno Lalande 2012-06-05 16:57:22 +0000
  • 9cd61fb3cd Moved 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
  • dc880255fa Added disjoint algorithm to support_status. Bruno Lalande 2012-06-05 15:57:09 +0000
  • 4da6143920 Made dispatch::disjoint more self-contained. Bruno Lalande 2012-06-04 19:13:34 +0000
  • 15e85e390d Moved more template params from class to function level in intersection. Bruno Lalande 2012-06-04 17:57:21 +0000
  • ff423e5a0b Moved 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
  • 497b25d443 [geometry] doc update for touches (added note) Barend Gehrels 2012-05-28 10:05:47 +0000
  • 92a0469037 [geometry] doc update for touches Barend Gehrels 2012-05-28 10:02:17 +0000
  • 68c677b30f [geometry] doc update w.r.t. touches Barend Gehrels 2012-05-28 09:53:31 +0000
  • aeddb19386 [geometry] added example c05 to jamfile Barend Gehrels 2012-05-28 09:28:53 +0000
  • dd5cb6fe6b [geometry] commit of robustness test for touches, and updated release note Barend Gehrels 2012-05-27 21:44:47 +0000
  • a93168b1cf [geometry] Avoid warning about missing case enums Barend Gehrels 2012-05-27 20:12:54 +0000
  • fe1a477a2e [geometry] Added gcc-needed include Barend Gehrels 2012-05-27 20:07:33 +0000
  • 4db3b6b782 [geometry] added touch - unit tests Barend Gehrels 2012-05-27 17:47:28 +0000
  • 32d2fc1351 [geometry] added touch Barend Gehrels 2012-05-27 17:42:37 +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
  • bbb3368c61 [geometry] bugfix for is_convex (pending commit) Barend Gehrels 2012-05-26 21:05:45 +0000
  • 825b835f8a [geometry] recent work on buffers (march/april) - unit tests - pending commit Barend Gehrels 2012-05-26 21:05:01 +0000
  • 04d370d86e [geometry] recent work on buffers (march/april) - pending commit Barend Gehrels 2012-05-26 20:58:56 +0000
  • c135b40632 [geometry] bugfix - qualify math - pending commit Barend Gehrels 2012-05-26 20:55:05 +0000
  • fbb40a0793 [geometry] bugfix for union (unit test - pending commit - change done in april 2012) Barend Gehrels 2012-05-26 20:48:00 +0000
  • 527480d804 [geometry] bugfix for union (pending commit) Barend Gehrels 2012-05-26 19:28:53 +0000
  • 35d1982fa0 Update w.r.t. Boost.Range size now unsigned - remove warnings (in unit tests) Barend Gehrels 2012-05-25 16:10:29 +0000
  • a2d238b717 Update w.r.t. Boost.Range size now unsigned - remove warnings Barend Gehrels 2012-05-25 14:38:55 +0000
  • 4e1b8b3511 Update w.r.t. Boost.Range size now unsigned Barend Gehrels 2012-05-25 14:27:29 +0000
  • 38f02d292d Update w.r.t. Boost.Range size now unsigned Barend Gehrels 2012-05-25 14:27:09 +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
  • 3de87192fa size_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
  • ed4e8fb438 [geometry] surpress gcc warning Barend Gehrels 2012-03-11 18:14:24 +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
  • 7352afd5d9 R-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
  • ee169cb7d7 [geometry] projections, added Natural Earth projection Barend Gehrels 2012-03-05 14:41:02 +0000
  • ef4d45ac9a [geometry] buffer, extracted occupation info to separate file Barend Gehrels 2012-03-05 14:07:53 +0000