7a36d65babtranslator::getter added + some cleanup e.g. in /rstar/insert.hpp visitors::insert replaced by detail::rstar::insert.
Adam Wulkiewicz
2011-06-13 21:04:55 +0000
7ae26e7c0fAlgo-related names changed to Options-related names. All options gathered in one file /rtree/options.hpp instead of defining them separately for all rtree variants in /rtree/[variant]/options.hpp.
Adam Wulkiewicz
2011-06-13 16:34:49 +0000
dd731e101asimple Tag template parameter replaced by Algo traits containing tags of some number of algorithms. User now may use a combination of implemented algorithms or just use one of the predefined.
Adam Wulkiewicz
2011-06-13 00:26:38 +0000
8e23f2aa6bsplit functionality (creation of the new node, parent setting, creating of the new root) moved to the default insert visitor
Adam Wulkiewicz
2011-06-12 19:29:56 +0000
58105add5frtree template parameters sequence changed
Adam Wulkiewicz
2011-06-12 18:51:12 +0000
a3166316a8dirty check of children nodes (is_leaf) removed from rstar* choose_next_node, replaced by passing additional parameter
Adam Wulkiewicz
2011-06-12 11:23:31 +0000
eb1cd72e93r* split fully implemented
Adam Wulkiewicz
2011-06-12 11:10:12 +0000
2f477241e3reinserting insert visitor corrected, insert visitors now relies on relative level, levels check added, boxes check corrected.
Adam Wulkiewicz
2011-06-09 23:55:58 +0000
8cbd04307aBoost.Geometry: Merged r72410 through r72424
Barend Gehrels
2011-06-05 21:14:57 +0000
b9ae2f8835Updated doc w.r.t. side strategies
Barend Gehrels
2011-06-05 17:40:41 +0000
c76cee8932Boost.Geometry: Merged r72086 through r72406
Barend Gehrels
2011-06-05 14:43:07 +0000
0c5d976ce5Added spherical test for within Updated spherical test for area Fixed spherical side test
Barend Gehrels
2011-05-30 20:58:09 +0000
60b4d5d4b1Small adaptions to side
Barend Gehrels
2011-05-30 20:55:10 +0000
f9233f3c52Extended spherical area test
Barend Gehrels
2011-05-30 15:10:15 +0000
699f63a637Huiller: changed to calculation types (now supporting ttmath) distance_projected_point.hpp: minor changes
Barend Gehrels
2011-05-30 15:07:12 +0000
e20206ab23Made side strategy consistent with distance etc (with services::default_strategy) Updated test spherical_side.cpp now testing ssf, cross_track, cartesian
Barend Gehrels
2011-05-29 20:46:22 +0000
ed6731169aMerging r71820 through r72073
Barend Gehrels
2011-05-22 14:23:38 +0000
892562e640Turned auto-index postprocessing of till "terms-on-multiple-pages" is solved
Barend Gehrels
2011-05-22 13:33:53 +0000
dc403e9809Enabling auto-index (without creating its own terms)
Barend Gehrels
2011-05-22 13:28:19 +0000
f1032d4927Two small fixes in (multi)equals tests
Barend Gehrels
2011-05-21 13:52:11 +0000
92a2d629ea(Re)implemented equals_with_epsilon for ttmath Therefore partly reverted earlier change with TypeForEpsilon
Barend Gehrels
2011-05-21 13:51:15 +0000
bcad57a4a3Fix for gcc (abs vs std::abs)
Barend Gehrels
2011-05-21 12:06:14 +0000
73016a7e2fBugfix in synopsis generation, added () for empty functions Added index terms (learned during auto-index review), this basically consisted of only adding three lines (now in function calls and namespaces splitted, and enumeration values added) Added alphabetical index
Barend Gehrels
2011-05-21 11:17:31 +0000
2034b3afb7Fixed geometry::equals for high precision - testcase (in this fix also the case that very first point is redundant is fixed)
Barend Gehrels
2011-05-18 18:09:20 +0000
f79ce43c81Fixed geometry::equals for high precision
Barend Gehrels
2011-05-18 18:06:34 +0000
1f818c7527Fixed (embarrassing but non-harmful) bug for performance shortcut
Barend Gehrels
2011-05-18 08:02:10 +0000
9dbb67ed82intersects changed to within in remove visitor + some comments added
Adam Wulkiewicz
2011-05-13 20:23:16 +0000
0465fa31b9example program improved
Adam Wulkiewicz
2011-05-13 19:16:46 +0000
dd6447f6abcomment added
Adam Wulkiewicz
2011-05-13 11:04:31 +0000
9ca1848322polymorphic node type added and used as default
Adam Wulkiewicz
2011-05-13 10:59:49 +0000
e30a6f4515rstar partially implemented
Adam Wulkiewicz
2011-05-11 21:15:00 +0000
c821efcc2bRemoved std_as_linestring/ring/multi_point and c_array* and boost_array* because there are now macros for that Mention box/point/segment as helper-geometry explicitly Removed all std geometries from geometries.hpp, geometry.hpp, multi.hpp - they have to be included explicitly
Barend Gehrels
2011-05-08 15:55:43 +0000
1dc67c1bf5Removed references to std_as_linestring/ring/multi_point and c_array* and boost_array* because there are now macros for that
Barend Gehrels
2011-05-08 15:52:29 +0000
dbd742cbffMention all geometry headerfiles explicitly in examples (according to doc)
Barend Gehrels
2011-05-08 14:38:45 +0000
0ec0c170a6Merged small change (71816,71817)
Barend Gehrels
2011-05-08 12:47:12 +0000
b7eff024e9Merged small change (71816,71817), updated ring.hpp/linestring.hpp manually Merged geometry.hpp from 71710 to 71817 (was not done in previous steps) Removed ranges manually as it was not in source anymore and could not be merged
Barend Gehrels
2011-05-08 12:45:21 +0000
402fecdd58Removed now empty folders from test
Barend Gehrels
2011-05-08 12:30:00 +0000
d772abb370Removed now empty folders
Barend Gehrels
2011-05-08 12:26:25 +0000
996ab253cbMerged updates for (small) changes for views/ranges/iterators (r71711 through r71812)
Barend Gehrels
2011-05-08 12:18:28 +0000
f287a5e22aMerged updates for (small) changes for views/ranges/iterators (r71711 through r71812)
Barend Gehrels
2011-05-08 12:15:38 +0000
445c89adfeReflects changes in moving range_type/as_range/circular_iterator
Barend Gehrels
2011-05-08 11:57:37 +0000
fb45f37eecReflects changes in moving range_type/as_range/circular_iterator
Barend Gehrels
2011-05-08 11:01:13 +0000
f2d097365aMoved circular_iterator to extensions (was not used internally) Moved range_type/as_range to details (of views/algorithms)
Barend Gehrels
2011-05-08 10:57:21 +0000
f633666957Test/docs (reflecting box_range->box_view and segment_range->segment_view)
Barend Gehrels
2011-05-07 22:13:16 +0000
0a08d1f42cMoved box_range/segment_range to views, renamed to box_view/segment_view, removed corresponding iterators (now nested class), created detail::points_view of which other two are derived
Barend Gehrels
2011-05-07 22:11:19 +0000
c06e620e28cleanup
Adam Wulkiewicz
2011-05-06 23:59:05 +0000
9dcca981e2corrected: gcc compile errors, wrong assert in remove; + minor changes
Adam Wulkiewicz
2011-05-06 15:04:03 +0000
4d82c421acquadratic split error corrected
Adam Wulkiewicz
2011-05-06 13:36:37 +0000
e09f022a2dquadratic split algorithm added, error in linear split corrected
Adam Wulkiewicz
2011-05-06 00:51:49 +0000
919c6286b8remove algorithm added + some other changes
Adam Wulkiewicz
2011-05-04 21:33:15 +0000
0fe54a1a8dAdded test for box-in-box
Barend Gehrels
2011-05-04 20:41:17 +0000
543e65e840Fixed box-in-box (default_strategy was not defined)
Barend Gehrels
2011-05-04 20:40:34 +0000
1f2b2e40c5Doc update including adding tests for registration macro's
Barend Gehrels
2011-05-04 16:14:26 +0000
98819656e8Added (previously deleted) macro's for register linestring, ring. Added macro's for register multi geometries
Barend Gehrels
2011-05-04 16:11:44 +0000
3eb466b8deMerged Boost.Geometry from revision 71351 through 71709 Mainly registration macro (instead of calling header files) for Boost.Tuple, C-Array, Boost.Array, Boost.Fusion Second the intersections check if geometries are valid Further doc updates
Barend Gehrels
2011-05-04 12:15:07 +0000
d121f4e9e9searching time tests related code added
Adam Wulkiewicz
2011-05-02 12:14:44 +0000
bff387c631insert algorithm divided to tag dispatched parts
Adam Wulkiewicz
2011-05-01 23:51:45 +0000
803ac7fbf9operator| moved to namespace index
Adam Wulkiewicz
2011-05-01 01:11:45 +0000
7a761b359ertree::find parameters changed
Adam Wulkiewicz
2011-05-01 00:42:54 +0000
433c250891new creation algorithm added
Adam Wulkiewicz
2011-04-30 20:53:59 +0000
b2eec50965Added many docs/samples Updated for tuple/registration macro
Barend Gehrels
2011-04-25 21:22:58 +0000
49804f1291Documented box, renamed TEMPLATIZED TEMPLATED Removed registration of linestring/ring as it will be replaced by view or view_as
Barend Gehrels
2011-04-25 21:19:26 +0000
5c8365befbRemoved adapted/fusion_<cs>.hpp files and added a macro to use instead.
Bruno Lalande
2011-04-25 08:32:51 +0000
9f301828e8Added a test for 5D linestring centroid.
Bruno Lalande
2011-04-23 22:33:06 +0000
fc68031c90Removed adapted/tuple_<cs>.hpp files and added a macro to use instead.
Bruno Lalande
2011-04-23 22:26:50 +0000
c218a43c57Added adapted to jam, fixed boost_array sample for gcc
Barend Gehrels
2011-04-22 22:34:43 +0000
7949efd6d4Doc update; Added boost_polygon.hpp header including the other adaption headers
Barend Gehrels
2011-04-22 22:27:34 +0000
d601e255b3Updated many docs, added many samples
Barend Gehrels
2011-04-22 22:26:38 +0000
0fa12693b6Updated xml2qbk parser to distinguish structs/classes, updated tag doc
Barend Gehrels
2011-04-22 12:07:01 +0000
4a26af5fecChanged header to boost/geometry.hpp
Barend Gehrels
2011-04-22 11:10:24 +0000