Commit Graph

  • 7a36d65bab translator::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
  • 7ae26e7c0f Algo-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
  • dd731e101a simple 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
  • 8e23f2aa6b split 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
  • 58105add5f rtree template parameters sequence changed Adam Wulkiewicz 2011-06-12 18:51:12 +0000
  • a3166316a8 dirty 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
  • eb1cd72e93 r* split fully implemented Adam Wulkiewicz 2011-06-12 11:10:12 +0000
  • 2f477241e3 reinserting 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
  • 8cbd04307a Boost.Geometry: Merged r72410 through r72424 Barend Gehrels 2011-06-05 21:14:57 +0000
  • b9ae2f8835 Updated doc w.r.t. side strategies Barend Gehrels 2011-06-05 17:40:41 +0000
  • c76cee8932 Boost.Geometry: Merged r72086 through r72406 Barend Gehrels 2011-06-05 14:43:07 +0000
  • 0c5d976ce5 Added spherical test for within Updated spherical test for area Fixed spherical side test Barend Gehrels 2011-05-30 20:58:09 +0000
  • 60b4d5d4b1 Small adaptions to side Barend Gehrels 2011-05-30 20:55:10 +0000
  • f9233f3c52 Extended spherical area test Barend Gehrels 2011-05-30 15:10:15 +0000
  • 699f63a637 Huiller: changed to calculation types (now supporting ttmath) distance_projected_point.hpp: minor changes Barend Gehrels 2011-05-30 15:07:12 +0000
  • e20206ab23 Made 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
  • b78f097e02 Fixed side-by-cross-track (now non-default) Barend Gehrels 2011-05-28 09:19:28 +0000
  • 48d5f65669 Fixed ssf for spherical equatorial coordinate system (old version was for polar) Barend Gehrels 2011-05-27 23:02:58 +0000
  • 9da5cc5e3c Fixed two tests w.r.t. spherical polar/equatorial Barend Gehrels 2011-05-27 22:34:19 +0000
  • 5eb0739f08 Spherical coordinate systems: splitted into "polar" and "equatorial" with opposite (co)latitude Barend Gehrels 2011-05-27 22:01:05 +0000
  • 80458f256d Added spherical side formula Barend Gehrels 2011-05-27 08:46:32 +0000
  • 779aec050b Added file slipped through merge process Barend Gehrels 2011-05-22 16:11:58 +0000
  • 53cd02a7ee Merged r72075 .. 72082 Barend Gehrels 2011-05-22 15:58:43 +0000
  • a9447a6073 Fixed split for gcc/clang Barend Gehrels 2011-05-22 15:43:19 +0000
  • f7d9013180 Geometry: add redirect to online documentation. Daniel James 2011-05-22 15:06:54 +0000
  • 88050db7ae Removed define TEST_WITH_SVG from project files (for release version) and commented auto-index (also for release version) Barend Gehrels 2011-05-22 14:52:10 +0000
  • a6088a5532 Fixed typo Barend Gehrels 2011-05-22 14:39:51 +0000
  • ed6731169a Merging r71820 through r72073 Barend Gehrels 2011-05-22 14:23:38 +0000
  • 892562e640 Turned auto-index postprocessing of till "terms-on-multiple-pages" is solved Barend Gehrels 2011-05-22 13:33:53 +0000
  • dc403e9809 Enabling auto-index (without creating its own terms) Barend Gehrels 2011-05-22 13:28:19 +0000
  • f1032d4927 Two 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
  • bcad57a4a3 Fix for gcc (abs vs std::abs) Barend Gehrels 2011-05-21 12:06:14 +0000
  • 73016a7e2f Bugfix 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
  • 2034b3afb7 Fixed 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
  • f79ce43c81 Fixed geometry::equals for high precision Barend Gehrels 2011-05-18 18:06:34 +0000
  • 1f818c7527 Fixed (embarrassing but non-harmful) bug for performance shortcut Barend Gehrels 2011-05-18 08:02:10 +0000
  • 9dbb67ed82 intersects changed to within in remove visitor + some comments added Adam Wulkiewicz 2011-05-13 20:23:16 +0000
  • 0465fa31b9 example program improved Adam Wulkiewicz 2011-05-13 19:16:46 +0000
  • dd6447f6ab comment added Adam Wulkiewicz 2011-05-13 11:04:31 +0000
  • 9ca1848322 polymorphic node type added and used as default Adam Wulkiewicz 2011-05-13 10:59:49 +0000
  • e30a6f4515 rstar partially implemented Adam Wulkiewicz 2011-05-11 21:15:00 +0000
  • 30c3cc7e5b Bugfix, now understand enum template parameters Barend Gehrels 2011-05-10 20:31:20 +0000
  • 21fc3b147d Fixed box_view copy, added order traits function and corresponding unit test Barend Gehrels 2011-05-10 17:26:00 +0000
  • 9cd38383bf Doc update Barend Gehrels 2011-05-08 20:59:38 +0000
  • 925dd5e868 Doc update Barend Gehrels 2011-05-08 20:58:46 +0000
  • c821efcc2b Removed 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
  • 1dc67c1bf5 Removed 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
  • dbd742cbff Mention all geometry headerfiles explicitly in examples (according to doc) Barend Gehrels 2011-05-08 14:38:45 +0000
  • 0ec0c170a6 Merged small change (71816,71817) Barend Gehrels 2011-05-08 12:47:12 +0000
  • b7eff024e9 Merged 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
  • 402fecdd58 Removed now empty folders from test Barend Gehrels 2011-05-08 12:30:00 +0000
  • d772abb370 Removed now empty folders Barend Gehrels 2011-05-08 12:26:25 +0000
  • 996ab253cb Merged updates for (small) changes for views/ranges/iterators (r71711 through r71812) Barend Gehrels 2011-05-08 12:18:28 +0000
  • f287a5e22a Merged updates for (small) changes for views/ranges/iterators (r71711 through r71812) Barend Gehrels 2011-05-08 12:15:38 +0000
  • 445c89adfe Reflects changes in moving range_type/as_range/circular_iterator Barend Gehrels 2011-05-08 11:57:37 +0000
  • fb45f37eec Reflects changes in moving range_type/as_range/circular_iterator Barend Gehrels 2011-05-08 11:01:13 +0000
  • f2d097365a Moved 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
  • a7145666c3 Fixed register multi_point sample for gcc/strict Barend Gehrels 2011-05-07 22:24:12 +0000
  • f633666957 Test/docs (reflecting box_range->box_view and segment_range->segment_view) Barend Gehrels 2011-05-07 22:13:16 +0000
  • 0a08d1f42c Moved 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
  • 8612b98fd7 Doc update (general pages) Barend Gehrels 2011-05-07 17:46:02 +0000
  • c06e620e28 cleanup Adam Wulkiewicz 2011-05-06 23:59:05 +0000
  • 9dcca981e2 corrected: gcc compile errors, wrong assert in remove; + minor changes Adam Wulkiewicz 2011-05-06 15:04:03 +0000
  • 4d82c421ac quadratic split error corrected Adam Wulkiewicz 2011-05-06 13:36:37 +0000
  • e09f022a2d quadratic split algorithm added, error in linear split corrected Adam Wulkiewicz 2011-05-06 00:51:49 +0000
  • 919c6286b8 remove algorithm added + some other changes Adam Wulkiewicz 2011-05-04 21:33:15 +0000
  • 0fe54a1a8d Added test for box-in-box Barend Gehrels 2011-05-04 20:41:17 +0000
  • 543e65e840 Fixed box-in-box (default_strategy was not defined) Barend Gehrels 2011-05-04 20:40:34 +0000
  • 1f2b2e40c5 Doc update including adding tests for registration macro's Barend Gehrels 2011-05-04 16:14:26 +0000
  • 98819656e8 Added (previously deleted) macro's for register linestring, ring. Added macro's for register multi geometries Barend Gehrels 2011-05-04 16:11:44 +0000
  • 3eb466b8de Merged 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
  • d121f4e9e9 searching time tests related code added Adam Wulkiewicz 2011-05-02 12:14:44 +0000
  • bff387c631 insert algorithm divided to tag dispatched parts Adam Wulkiewicz 2011-05-01 23:51:45 +0000
  • 803ac7fbf9 operator| moved to namespace index Adam Wulkiewicz 2011-05-01 01:11:45 +0000
  • 7a761b359e rtree::find parameters changed Adam Wulkiewicz 2011-05-01 00:42:54 +0000
  • 433c250891 new creation algorithm added Adam Wulkiewicz 2011-04-30 20:53:59 +0000
  • 8e1c6442f7 Added box_2d_4values.cpp sample Barend Gehrels 2011-04-30 18:16:08 +0000
  • d68474fd1a Unit tests now check Boost.Range concept checking Barend Gehrels 2011-04-30 16:30:35 +0000
  • 6cb19c253c Fixed box_iterator behaviour to support Boost.Range concept checking Barend Gehrels 2011-04-30 16:29:21 +0000
  • d5e1b4f7a2 Fixed for changing c/boost array registration Barend Gehrels 2011-04-30 15:13:49 +0000
  • d667803da4 Fixed for removal of registration macro Barend Gehrels 2011-04-30 14:58:29 +0000
  • d92dbecb6a Aligned adapted C array and Boost Array to the recent changes. Bruno Lalande 2011-04-28 21:26:54 +0000
  • 7d10680771 reinsertions disabled + minor changes Adam Wulkiewicz 2011-04-27 18:14:45 +0000
  • 8f752a8d50 Fixed not-yet-renamed macro name Barend Gehrels 2011-04-25 22:06:17 +0000
  • 89e711e779 Fix renamed headerfile Barend Gehrels 2011-04-25 21:30:56 +0000
  • 3c2f5d980b Added Boost.Range adaptors samples Barend Gehrels 2011-04-25 21:25:16 +0000
  • b2eec50965 Added many docs/samples Updated for tuple/registration macro Barend Gehrels 2011-04-25 21:22:58 +0000
  • 49804f1291 Documented 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
  • 5c8365befb Removed adapted/fusion_<cs>.hpp files and added a macro to use instead. Bruno Lalande 2011-04-25 08:32:51 +0000
  • 9f301828e8 Added a test for 5D linestring centroid. Bruno Lalande 2011-04-23 22:33:06 +0000
  • fc68031c90 Removed adapted/tuple_<cs>.hpp files and added a macro to use instead. Bruno Lalande 2011-04-23 22:26:50 +0000
  • c218a43c57 Added adapted to jam, fixed boost_array sample for gcc Barend Gehrels 2011-04-22 22:34:43 +0000
  • 7949efd6d4 Doc update; Added boost_polygon.hpp header including the other adaption headers Barend Gehrels 2011-04-22 22:27:34 +0000
  • d601e255b3 Updated many docs, added many samples Barend Gehrels 2011-04-22 22:26:38 +0000
  • 0fa12693b6 Updated xml2qbk parser to distinguish structs/classes, updated tag doc Barend Gehrels 2011-04-22 12:07:01 +0000
  • 4a26af5fec Changed header to boost/geometry.hpp Barend Gehrels 2011-04-22 11:10:24 +0000
  • ce4539e364 Added / updated core examples Barend Gehrels 2011-04-22 11:03:31 +0000
  • c0c548769f Fix in interior_type Barend Gehrels 2011-04-22 11:01:31 +0000
  • 0fd58eb5e3 Added forgotten test files. Bruno Lalande 2011-04-18 21:52:05 +0000