5ec3230d0dDefaulted various template parameters in dispatch::intersection_insert.
Bruno Lalande
2012-10-11 22:54:47 +0000
53508d6838Moved more template params to function level in dispatch::intersection_insert.
Bruno Lalande
2012-10-10 22:46:46 +0000
ee51d3310eMoved Strategy template parameter from class to function level in dispatch::intersection_insert.
Bruno Lalande
2012-10-10 21:35:39 +0000
4dcb6dc71eIntegrated for_each into support_status.
Bruno Lalande
2012-10-10 20:22:41 +0000
4a741dd86cUsed not_implemented for dispatch::for_each.
Bruno Lalande
2012-10-10 20:18:17 +0000
db23bb2e83Made dispatch::for_each able to retrieve the tag by itself.
Bruno Lalande
2012-10-09 23:19:54 +0000
2dce3e0c56Moved Functor template param from class to function level in dispatch::for_each.
Bruno Lalande
2012-10-09 23:03:18 +0000
35b39be71aApplied latest change to multi-for_each.
Bruno Lalande
2012-10-09 22:39:51 +0000
ce600855baRemoved 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
3e3fad1028Made 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
0ab8fb772bmerged from index_dev.
Adam Wulkiewicz
2012-10-04 09:37:39 +0000
2eb4ed8cf7moddified speed test
Adam Wulkiewicz
2012-10-04 00:02:43 +0000
a8356c2625fixed some warnings and error, added nearest query test which don't find all values.
Adam Wulkiewicz
2012-10-03 23:59:01 +0000
fa88da6b99added quick speed test
Adam Wulkiewicz
2012-10-03 21:04:13 +0000
460aac42a7Data changing in traversing process moved to separate structure.
Adam Wulkiewicz
2012-10-03 18:10:29 +0000
8f50f69560index dev branch created
Adam Wulkiewicz
2012-09-30 23:29:41 +0000
321143ef6fcosmetic changes
Adam Wulkiewicz
2012-09-30 23:14:09 +0000
6e5c17a53fsome names changed.
Adam Wulkiewicz
2012-09-30 20:28:11 +0000
4232b39920removed not automatically deducable template parameters from methods templates (possible GCC compilation error).
Adam Wulkiewicz
2012-09-30 17:29:00 +0000
80bfe0ae01code related to nodes visitation moved to XXX_visitor.hpp
Adam Wulkiewicz
2012-09-30 12:54:25 +0000
136e2fc742dynamic_visitor added and nodes tags changed.
Adam Wulkiewicz
2012-09-30 12:12:34 +0000
eb7ba34800NodeProxy create() template member replaced by template function.
Adam Wulkiewicz
2012-09-30 11:40:09 +0000
75959b7426NodeProxy used in visitors instead of Parameters, Translator and Allocators.
Adam Wulkiewicz
2012-09-30 11:11:50 +0000
b17a68cc09implemented basic functionality of node_proxy
Adam Wulkiewicz
2012-09-29 12:56:38 +0000
d38a6ad5e6renamed node types files
Adam Wulkiewicz
2012-09-29 11:44:21 +0000
3541621b70added node/concept.hpp and moved some of empty definitions there.
Adam Wulkiewicz
2012-09-29 11:37:57 +0000
df4497d35artree 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
de6f314304creation of geometry index dev branch
Adam Wulkiewicz
2012-09-28 23:20:26 +0000
23a0a77f9aFixed point_type unit test, broken by variant geometries.
Bruno Lalande
2012-09-25 15:02:11 +0000
4f5291ddc6Added forgotten file geometries/variant.hpp
Bruno Lalande
2012-09-24 20:38:27 +0000
33efa07ed1Moved Strategy template parameter from class level to function level in dispatch::convex_hull.
Bruno Lalande
2012-09-23 22:18:24 +0000
4b36a62514Integrated centroid into support_status.
Bruno Lalande
2012-09-23 21:40:12 +0000
9c51c04471Used not_implemented on dispatch::centroid.
Bruno Lalande
2012-09-23 21:34:38 +0000
2234750c4bMade dispatch::centroid able to retrieve the tag by itself.
Bruno Lalande
2012-09-23 21:30:58 +0000
6dd794a09dRemoved now unused Point template parameter from dispatch::centroid.
Bruno Lalande
2012-09-23 21:20:25 +0000
fe2edf15f8Moved Strategy template parameter from class level to function level in dispatch::centroid.
Bruno Lalande
2012-09-23 21:04:20 +0000
7756b6f167Integrated buffer into support_status.
Bruno Lalande
2012-09-23 18:25:58 +0000
70ea8c83d1Used not_implemented for dispatch::buffer.
Bruno Lalande
2012-09-23 18:18:28 +0000
76b499a8d5Made dispatch::buffer able to retrieve the tags by itself.
Bruno Lalande
2012-09-23 18:14:44 +0000
48ba1751d5Moved the T template param to function level in dispatch::buffer and renamed it.
Bruno Lalande
2012-09-23 17:14:31 +0000
615d270698Integrated perimeter into support_status.
Bruno Lalande
2012-09-23 12:35:27 +0000
9a84ecdf0eMade dispatch::perimeter able to retrieve the tag by itself.
Bruno Lalande
2012-09-23 12:30:51 +0000
189d847b90Moved Strategy template parameter from class level to function level in dispatch::perimeter.
Bruno Lalande
2012-09-23 11:28:14 +0000
25e8bf0572Integrated length into support_status.
Bruno Lalande
2012-09-22 23:20:28 +0000
15cce77f1bMade dispatch::length able to retrieve the tag by itself.
Bruno Lalande
2012-09-22 23:15:06 +0000
2fca916308Replicated last change in dispatch::length to multi-length and perimeter.
Bruno Lalande
2012-09-22 23:07:57 +0000
9a6a9f3aa6Moved Strategy from class level to function level in length.
Bruno Lalande
2012-09-22 22:55:12 +0000
d0ce652bb7implemented additional query_expr helpers.
Adam Wulkiewicz
2012-09-21 01:57:29 +0000
85730539beAdded query_expr.hpp
Adam Wulkiewicz
2012-09-20 23:42:09 +0000
b3dcf83fa3Added support for variant geometries in area algorithms.
Bruno Lalande
2012-09-20 21:48:47 +0000
2b3164d03fFixed nsphere unit tests.
Bruno Lalande
2012-09-16 22:53:36 +0000
49a7d9cfc1Added missing header.
Bruno Lalande
2012-09-16 22:52:40 +0000
c750e3b1ebUpdated nsphere code to reflect latest core changes.
Bruno Lalande
2012-09-16 22:52:03 +0000
ab0bd43b80Fixed typo in static error messages.
Bruno Lalande
2012-09-16 22:06:39 +0000
c8880d6edcAdded missing header.
Bruno Lalande
2012-09-11 22:42:10 +0000
6866f31237Removed use of auto keyword.
Bruno Lalande
2012-09-11 22:39:51 +0000
8ffd54aeeeMerge accumulated changes from Trunk for Boost.Math - see documentation for a full lost of changes.
John Maddock
2012-09-07 08:43:19 +0000
11e96c6247fixed 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
0209699020Moved 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
2801bbd383Integrated unique into support_status.
Bruno Lalande
2012-08-26 23:38:33 +0000
7f5b0233e6Made dispatch::unique able to retrieve the tag by itself.
Bruno Lalande
2012-08-26 23:33:14 +0000
2151e81851Moved some template params from class to function level in dispatch::unique.
Bruno Lalande
2012-08-26 23:08:36 +0000
347e4727b9Integrated not_implemented into union.
Bruno Lalande
2012-08-26 22:49:53 +0000
3ecfdfe1c7Moved OutputIterator template param from class to function level in dispatch::union.
Bruno Lalande
2012-08-26 22:39:16 +0000
514132a751Moved Strategy template param from class to function level in dispatch::union.
Bruno Lalande
2012-08-26 21:36:04 +0000
d0890859f0numeric_limits<>::max() handled correctly.
Adam Wulkiewicz
2012-08-26 19:54:39 +0000
f01d3d11b4Small change in docs.
Adam Wulkiewicz
2012-08-26 01:36:05 +0000
761a80e1a9Description of predicates and distance_predicates added.
Adam Wulkiewicz
2012-08-22 23:32:01 +0000
6302ef001eadded 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
0231d54d6dr-tree reference return in moving assignment operator added, r-tree copying and moving tests implemented.
Adam Wulkiewicz
2012-08-22 18:52:05 +0000
58e9b22f9bImplemented moving semantics in the r-tree.
Adam Wulkiewicz
2012-08-22 14:59:29 +0000
a5187cd6d9Integrated multi/simplify into support_status.
Bruno Lalande
2012-08-21 22:10:56 +0000
2d0bcf4725Aligned multi/simplify to latest change.
Bruno Lalande
2012-08-21 22:09:37 +0000
7577c917feIntegrated simplify into support_status.
Bruno Lalande
2012-08-21 21:52:41 +0000
8a5ed60cc4Made 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
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
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
96da1eea57Fix 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