Commit Graph

  • 5ec3230d0d Defaulted various template parameters in dispatch::intersection_insert. Bruno Lalande 2012-10-11 22:54:47 +0000
  • 53508d6838 Moved more template params to function level in dispatch::intersection_insert. Bruno Lalande 2012-10-10 22:46:46 +0000
  • ee51d3310e Moved Strategy template parameter from class to function level in dispatch::intersection_insert. Bruno Lalande 2012-10-10 21:35:39 +0000
  • 4dcb6dc71e Integrated for_each into support_status. Bruno Lalande 2012-10-10 20:22:41 +0000
  • 4a741dd86c Used not_implemented for dispatch::for_each. Bruno Lalande 2012-10-10 20:18:17 +0000
  • db23bb2e83 Made dispatch::for_each able to retrieve the tag by itself. Bruno Lalande 2012-10-09 23:19:54 +0000
  • 2dce3e0c56 Moved Functor template param from class to function level in dispatch::for_each. Bruno Lalande 2012-10-09 23:03:18 +0000
  • 35b39be71a Applied latest change to multi-for_each. Bruno Lalande 2012-10-09 22:39:51 +0000
  • ce600855ba Removed IsConst stuff from dispatch::for_each - this is useless because constness is part of the type already. Bruno Lalande 2012-10-09 22:22:17 +0000
  • 3e3fad1028 Made dispatch::for_each able to find out the geometry constness by itself, and used boost::is_const instead of dedicated overloads. Bruno Lalande 2012-10-09 22:07:30 +0000
  • 0ab8fb772b merged from index_dev. Adam Wulkiewicz 2012-10-04 09:37:39 +0000
  • 2eb4ed8cf7 moddified speed test Adam Wulkiewicz 2012-10-04 00:02:43 +0000
  • a8356c2625 fixed some warnings and error, added nearest query test which don't find all values. Adam Wulkiewicz 2012-10-03 23:59:01 +0000
  • fa88da6b99 added quick speed test Adam Wulkiewicz 2012-10-03 21:04:13 +0000
  • 460aac42a7 Data changing in traversing process moved to separate structure. Adam Wulkiewicz 2012-10-03 18:10:29 +0000
  • 8f50f69560 index dev branch created Adam Wulkiewicz 2012-09-30 23:29:41 +0000
  • 321143ef6f cosmetic changes Adam Wulkiewicz 2012-09-30 23:14:09 +0000
  • 6e5c17a53f some names changed. Adam Wulkiewicz 2012-09-30 20:28:11 +0000
  • 4232b39920 removed not automatically deducable template parameters from methods templates (possible GCC compilation error). Adam Wulkiewicz 2012-09-30 17:29:00 +0000
  • 80bfe0ae01 code related to nodes visitation moved to XXX_visitor.hpp Adam Wulkiewicz 2012-09-30 12:54:25 +0000
  • 136e2fc742 dynamic_visitor added and nodes tags changed. Adam Wulkiewicz 2012-09-30 12:12:34 +0000
  • eb7ba34800 NodeProxy create() template member replaced by template function. Adam Wulkiewicz 2012-09-30 11:40:09 +0000
  • 75959b7426 NodeProxy used in visitors instead of Parameters, Translator and Allocators. Adam Wulkiewicz 2012-09-30 11:11:50 +0000
  • b17a68cc09 implemented basic functionality of node_proxy Adam Wulkiewicz 2012-09-29 12:56:38 +0000
  • d38a6ad5e6 renamed node types files Adam Wulkiewicz 2012-09-29 11:44:21 +0000
  • 3541621b70 added node/concept.hpp and moved some of empty definitions there. Adam Wulkiewicz 2012-09-29 11:37:57 +0000
  • df4497d35a rtree node xxx_poly visitor and node types renamed to dynamic_xxx and moved to dynamic_visitor.hpp Adam Wulkiewicz 2012-09-28 23:27:12 +0000
  • de6f314304 creation of geometry index dev branch Adam Wulkiewicz 2012-09-28 23:20:26 +0000
  • 23a0a77f9a Fixed point_type unit test, broken by variant geometries. Bruno Lalande 2012-09-25 15:02:11 +0000
  • 4f5291ddc6 Added forgotten file geometries/variant.hpp Bruno Lalande 2012-09-24 20:38:27 +0000
  • 33efa07ed1 Moved Strategy template parameter from class level to function level in dispatch::convex_hull. Bruno Lalande 2012-09-23 22:18:24 +0000
  • 4b36a62514 Integrated centroid into support_status. Bruno Lalande 2012-09-23 21:40:12 +0000
  • 9c51c04471 Used not_implemented on dispatch::centroid. Bruno Lalande 2012-09-23 21:34:38 +0000
  • 2234750c4b Made dispatch::centroid able to retrieve the tag by itself. Bruno Lalande 2012-09-23 21:30:58 +0000
  • 6dd794a09d Removed now unused Point template parameter from dispatch::centroid. Bruno Lalande 2012-09-23 21:20:25 +0000
  • fe2edf15f8 Moved Strategy template parameter from class level to function level in dispatch::centroid. Bruno Lalande 2012-09-23 21:04:20 +0000
  • 7756b6f167 Integrated buffer into support_status. Bruno Lalande 2012-09-23 18:25:58 +0000
  • 70ea8c83d1 Used not_implemented for dispatch::buffer. Bruno Lalande 2012-09-23 18:18:28 +0000
  • 76b499a8d5 Made dispatch::buffer able to retrieve the tags by itself. Bruno Lalande 2012-09-23 18:14:44 +0000
  • 48ba1751d5 Moved the T template param to function level in dispatch::buffer and renamed it. Bruno Lalande 2012-09-23 17:14:31 +0000
  • 615d270698 Integrated perimeter into support_status. Bruno Lalande 2012-09-23 12:35:27 +0000
  • 9a84ecdf0e Made dispatch::perimeter able to retrieve the tag by itself. Bruno Lalande 2012-09-23 12:30:51 +0000
  • 189d847b90 Moved Strategy template parameter from class level to function level in dispatch::perimeter. Bruno Lalande 2012-09-23 11:28:14 +0000
  • 25e8bf0572 Integrated length into support_status. Bruno Lalande 2012-09-22 23:20:28 +0000
  • 15cce77f1b Made dispatch::length able to retrieve the tag by itself. Bruno Lalande 2012-09-22 23:15:06 +0000
  • 2fca916308 Replicated last change in dispatch::length to multi-length and perimeter. Bruno Lalande 2012-09-22 23:07:57 +0000
  • 9a6a9f3aa6 Moved Strategy from class level to function level in length. Bruno Lalande 2012-09-22 22:55:12 +0000
  • d0ce652bb7 implemented additional query_expr helpers. Adam Wulkiewicz 2012-09-21 01:57:29 +0000
  • 85730539be Added query_expr.hpp Adam Wulkiewicz 2012-09-20 23:42:09 +0000
  • b3dcf83fa3 Added support for variant geometries in area algorithms. Bruno Lalande 2012-09-20 21:48:47 +0000
  • 2b3164d03f Fixed nsphere unit tests. Bruno Lalande 2012-09-16 22:53:36 +0000
  • 49a7d9cfc1 Added missing header. Bruno Lalande 2012-09-16 22:52:40 +0000
  • c750e3b1eb Updated nsphere code to reflect latest core changes. Bruno Lalande 2012-09-16 22:52:03 +0000
  • ab0bd43b80 Fixed typo in static error messages. Bruno Lalande 2012-09-16 22:06:39 +0000
  • c8880d6edc Added missing header. Bruno Lalande 2012-09-11 22:42:10 +0000
  • 6866f31237 Removed use of auto keyword. Bruno Lalande 2012-09-11 22:39:51 +0000
  • 8ffd54aeee Merge accumulated changes from Trunk for Boost.Math - see documentation for a full lost of changes. John Maddock 2012-09-07 08:43:19 +0000
  • 11e96c6247 fixed near/far macros issue by renaming near(to to_nearest), far(to to_furthest) and centroid to to_centroid for consistency. Adam Wulkiewicz 2012-09-04 18:09:39 +0000
  • 0209699020 Moved Strategy from class to function level in dispatch::area. Preliminary change for integration of variant geometry. Bruno Lalande 2012-09-02 21:14:49 +0000
  • 2801bbd383 Integrated unique into support_status. Bruno Lalande 2012-08-26 23:38:33 +0000
  • 7f5b0233e6 Made dispatch::unique able to retrieve the tag by itself. Bruno Lalande 2012-08-26 23:33:14 +0000
  • 2151e81851 Moved some template params from class to function level in dispatch::unique. Bruno Lalande 2012-08-26 23:08:36 +0000
  • 347e4727b9 Integrated not_implemented into union. Bruno Lalande 2012-08-26 22:49:53 +0000
  • 3ecfdfe1c7 Moved OutputIterator template param from class to function level in dispatch::union. Bruno Lalande 2012-08-26 22:39:16 +0000
  • 514132a751 Moved Strategy template param from class to function level in dispatch::union. Bruno Lalande 2012-08-26 21:36:04 +0000
  • d0890859f0 numeric_limits<>::max() handled correctly. Adam Wulkiewicz 2012-08-26 19:54:39 +0000
  • f01d3d11b4 Small change in docs. Adam Wulkiewicz 2012-08-26 01:36:05 +0000
  • 1f72fc54cb Implemented r-tree run-time parameters. Tests modified. Added remove() test. Adam Wulkiewicz 2012-08-26 00:41:11 +0000
  • d4142f48dc Made dispatch::union able to reverse itself. Bruno Lalande 2012-08-25 22:42:38 +0000
  • 7dd075c1bd Defaulted more template params in dispatch::union. Bruno Lalande 2012-08-25 21:50:02 +0000
  • 435eb815cf Made dispatch::union enable to detect areals by itself. Bruno Lalande 2012-08-25 12:50:30 +0000
  • 316e4dd121 Made dispatch::union able to retrieve the tags by itself. Bruno Lalande 2012-08-25 09:07:09 +0000
  • 8dff32b0e7 Integrated transform into support_status. Bruno Lalande 2012-08-25 08:46:59 +0000
  • 4c41822454 Modified docs, files descriptions, added quick_start example. Adam Wulkiewicz 2012-08-23 21:55:34 +0000
  • 726a608b0a Removed now useless strategy template params from dispatch::transform. Bruno Lalande 2012-08-23 20:40:08 +0000
  • 15ae4f6357 Made dispatch::transform able to retrieve the tags by itself. Bruno Lalande 2012-08-23 20:19:11 +0000
  • 198e2c73b7 Moved some template params from class to function level in transform helper metafunctions. Bruno Lalande 2012-08-23 19:57:34 +0000
  • e625a0913b Predefined r-tree creation algorithms parameters described. Adam Wulkiewicz 2012-08-23 01:04:00 +0000
  • be4cb4d9a8 r-tree methods description expanded, default translator description added Adam Wulkiewicz 2012-08-23 00:51:24 +0000
  • 761a80e1a9 Description of predicates and distance_predicates added. Adam Wulkiewicz 2012-08-22 23:32:01 +0000
  • 6302ef001e added r-tree basic knn search test, gcc compilation errors fixed, *.cpp test files divided to more smaller files. Adam Wulkiewicz 2012-08-22 22:16:35 +0000
  • 0231d54d6d r-tree reference return in moving assignment operator added, r-tree copying and moving tests implemented. Adam Wulkiewicz 2012-08-22 18:52:05 +0000
  • 58e9b22f9b Implemented moving semantics in the r-tree. Adam Wulkiewicz 2012-08-22 14:59:29 +0000
  • a5187cd6d9 Integrated multi/simplify into support_status. Bruno Lalande 2012-08-21 22:10:56 +0000
  • 2d0bcf4725 Aligned multi/simplify to latest change. Bruno Lalande 2012-08-21 22:09:37 +0000
  • 7577c917fe Integrated simplify into support_status. Bruno Lalande 2012-08-21 21:52:41 +0000
  • 8a5ed60cc4 Made dispatch::simplify more self-contained. Bruno Lalande 2012-08-21 21:39:19 +0000
  • c92fabc1fb [geometry] added testcases for linestring-buffer sent by Aimers at 2012-07-19 Barend Gehrels 2012-07-27 09:20:17 +0000
  • c719e7477e [geometry] Applied (slightly adapted) patch by Karsten Ahnert sent to me Jul 25, fixing disjoint for degenerate segments Barend Gehrels 2012-07-26 16:16:43 +0000
  • bbb95e04b3 [geometry] rephrased solution to avoid signed/unsigned warning Barend Gehrels 2012-07-22 13:31:26 +0000
  • 7e6ea5baef [geometry] Small tweak, avoid inner rings with e.g. two points only. Plus comment update / tab removal Barend Gehrels 2012-07-22 13:05:29 +0000
  • f6f6dc7b73 [geometry] updates some flaws (w.r.t. headerfiles, comments) for buffer/offset Barend Gehrels 2012-07-21 18:20:36 +0000
  • aa8b26c69f [geometry] Get rid of auto which was (temporary) inserted during creating buffer operations Barend Gehrels 2012-07-21 18:18:50 +0000
  • d316c1bf68 [geometry] merged into release (two fixes, doc change) since r79395 Barend Gehrels 2012-07-15 15:02:16 +0000
  • f2575b0127 [geometry] Add note about breaking change w.r.t. custom point pointer Barend Gehrels 2012-07-15 14:52:19 +0000
  • 8c6840c105 [geometry] updated release notes Barend Gehrels 2012-07-15 14:33:24 +0000
  • b3bafc9e4e [geometry] Bugfix in document generator. Details: Barend Gehrels 2012-07-15 12:08:11 +0000
  • 67d9f79bd3 [geometry] Bugfix for integer coordinates, causing intersection points at wrong locations (severe) Barend Gehrels 2012-07-14 16:58:23 +0000
  • 5ae467dbc7 [geometry] removed tabs in cart_intersect.hpp Barend Gehrels 2012-07-14 16:53:22 +0000
  • 96da1eea57 Fix PDF install rule so that it's explicit and automatically invokes a PDF build when specified on the command line. So "bjam pdfinstall" will now build and install the PDF to the current directory. This works around some problems that the previous versions had if the user did not have an FO processor installed (basically Daniel James was unable to build the HTML docs for the distribution if the pdfinstall rule was implicit). John Maddock 2012-07-14 11:21:03 +0000