Commit Graph

  • c369fb6ade unsigned int to satisfy gcc Barend Gehrels 2011-12-17 12:33:16 +0000
  • 53cf6dd971 Fixed multi/wkt examples (in algorithms) Barend Gehrels 2011-12-17 11:39:10 +0000
  • d3e829ffd8 Fixed multi/wkt examples Barend Gehrels 2011-12-17 11:34:57 +0000
  • 30b6ba4395 Curly brace convention update only Barend Gehrels 2011-12-17 11:19:12 +0000
  • e56364ca5b [geometry] Commented unused test project Mateusz Loskot 2011-12-16 23:31:30 +0000
  • e29d99311f Moved slightly misplaced specialization... Bruno Lalande 2011-12-16 23:20:35 +0000
  • 9ff892b616 Had dispatch::distance take care of the default strategy retrieval/inversion. Bruno Lalande 2011-12-16 23:16:22 +0000
  • 25e7109a2f Made dispatch::distance able to get the strategy tag by itself. Bruno Lalande 2011-12-16 22:04:56 +0000
  • 16ef03980f Changed the multi versions of dispatch::distance according to changes made in r75975. Bruno Lalande 2011-12-16 17:06:44 +0000
  • 8fbb9b3655 Boost.Geometry: * Catch up with r75977 changes with new layout of IO formats in geometry/io/<FORMAT>/ * General maintenance in tests and examples. Mateusz Loskot 2011-12-16 01:45:22 +0000
  • ae3de0b902 [geometry] Catch up with r75977 changes with new layout of IO formats in geometry/io/<FORMAT>/ Mateusz Loskot 2011-12-16 01:37:46 +0000
  • afcef6e56f Boost.Geometry: * Introducing new layout of IO formats in geometry/io/<FORMAT>/ with unified set of public headers: <FORMAT>.hpp, read.hpp, write.hpp and iomanip.hpp * Moved OGC Well-Known-Text (WKT) format from geometry/extensions/gis/io/wkt to geometry/io * Renamed stream_wkt.hpp to iomanip.hpp to reflect what it defines: manipulators for streams. * Removed deprecated headers and updated other headers to use the new locations. Mateusz Loskot 2011-12-16 01:28:37 +0000
  • 418bdc52d2 Made dispatch::distance able to reverse itself. This is no longer driven by the caller. Bruno Lalande 2011-12-15 23:26:22 +0000
  • f6eb4968eb dispatch::distance now gets the geometry tags by itself. Bruno Lalande 2011-12-15 22:13:26 +0000
  • d7e613f8b7 Reduced dispatch::convert required parameters to their bare minimum. Bruno Lalande 2011-12-14 23:29:35 +0000
  • cdaba1bebb Improved not_implemented. Bruno Lalande 2011-12-13 23:24:52 +0000
  • 39584eeb8c [geometry] Updated path to #include <boost/geometry/extensions/algorithms/parse.hpp missing from r69908 Mateusz Loskot 2011-12-08 23:58:22 +0000
  • bbf3932d5d [geometry] Updated path in #include <boost/geometry/extensions/algorithms/parse.hpp missing from r69908 Mateusz Loskot 2011-12-08 23:36:52 +0000
  • 1fa8099345 Defaulted another template parameter of dispatch::convert. Bruno Lalande 2011-12-07 00:04:53 +0000
  • 4b0afc334f Reflected last change on dispatch::convert in multi/convert.hpp. Bruno Lalande 2011-12-06 13:46:42 +0000
  • dda9e0eb1d Adapted status_support to the change just made on dispatch::convert. Bruno Lalande 2011-12-05 23:15:08 +0000
  • 881a1020b1 Made dispatch::convert more self-contained by having its primary definition find the dimension by itself. Bruno Lalande 2011-12-05 23:12:07 +0000
  • 73642eb0f1 Applied not_implemented to 'convert' algorithm. Added it to support_status. Bruno Lalande 2011-12-05 23:00:42 +0000
  • 812aa1e7b2 Moved the static assertion to not_implemented. Bruno Lalande 2011-12-04 02:28:07 +0000
  • 8e4e6a2fc2 New mechanism for easy checking of implementation status. Bruno Lalande 2011-12-04 02:00:25 +0000
  • f4b27c2b7d Updated unit tests for convert (3D segment -> linestring) and updated values for 3D to avoid index-confusion Barend Gehrels 2011-12-03 10:35:02 +0000
  • 7491095e99 Updated unit tests for convert (segment_to_segment, 3D cases) Barend Gehrels 2011-12-03 10:27:26 +0000
  • cd7371b664 Added segment-to-segment conversion, therefore box_to_box is now indexed_to_indexed. This also fixes last weeks accidental (but still working...) reversal of index/dimension Barend Gehrels 2011-12-03 10:25:48 +0000
  • dc4a922a0f Reference to temporary - error fixed. Adam Wulkiewicz 2011-12-02 14:16:43 +0000
  • 6079b53ff8 naming error fixed Adam Wulkiewicz 2011-11-30 13:40:14 +0000
  • 608241a9cc naming error fixed Adam Wulkiewicz 2011-11-30 12:49:37 +0000
  • 049446cbca changed docs format - from BoostBook to QuickBook Adam Wulkiewicz 2011-11-30 03:22:14 +0000
  • 1dea89be75 r-tree doc structure slightly changed. Adam Wulkiewicz 2011-11-29 00:17:08 +0000
  • 60dc343582 knn queries description added to doc Adam Wulkiewicz 2011-11-28 15:43:13 +0000
  • 672f654aaa formatting changed in docs Adam Wulkiewicz 2011-11-28 13:47:04 +0000
  • 6718ae179e docs added Adam Wulkiewicz 2011-11-28 04:16:43 +0000
  • 679191f951 Linestring/polygon overlay, unit tests for phase 9 Barend Gehrels 2011-11-27 12:07:34 +0000
  • 5801bd31af Linestring/polygon overlay, phase 9 (difference for multi) Barend Gehrels 2011-11-27 12:05:49 +0000
  • 301c4c27a3 Added box-to-box conversion (unit test) Barend Gehrels 2011-11-27 11:07:32 +0000
  • 2eadb6247a Added box-to-box conversion Barend Gehrels 2011-11-27 11:06:47 +0000
  • 838d092eb7 Fix for gcc - assert does not work here or like this Barend Gehrels 2011-11-27 10:46:11 +0000
  • a7b42a758b Linestring/polygon overlay, fix for gcc (and probably more): extracted subclass Barend Gehrels 2011-11-27 10:44:22 +0000
  • 88123b8ec8 Linestring/polygon overlay, unit tests for phase 8 Barend Gehrels 2011-11-27 10:27:47 +0000
  • c9418d4fe4 Linestring/polygon overlay, phase 8 (difference) Barend Gehrels 2011-11-27 10:23:05 +0000
  • b6673058ad Linestring/polygon overlay, unit tests for phase 7 Barend Gehrels 2011-11-26 17:32:34 +0000
  • 81c7e515ba Linestring/polygon overlay, phase 7 (collinear/equal) Barend Gehrels 2011-11-26 17:30:16 +0000
  • 2702c80ff4 Typo in comment Barend Gehrels 2011-11-24 22:48:13 +0000
  • 0e50b5fbb5 Linestring/polygon overlay, unit tests for phase 6 Barend Gehrels 2011-11-20 14:55:09 +0000
  • 3f6a81d61b Linestring/polygon overlay, phase 6 (ring, counter clockwise) Barend Gehrels 2011-11-20 14:53:36 +0000
  • eaa06c9bc0 Linestring/polygon overlay, unit tests for phase 5 Barend Gehrels 2011-11-20 13:03:59 +0000
  • 7a4ee056bf Linestring/polygon overlay, phase 4 (multi_linestring/multi_polygon, and multi_linestring/polygon) Barend Gehrels 2011-11-20 13:03:07 +0000
  • df109fa58b Linestring/polygon overlay, unit tests for phase 4 Barend Gehrels 2011-11-20 12:35:28 +0000
  • 8a5ffa7a66 Linestring/polygon overlay, phase 4 (linestring/multi_polygon, which effectively uses the same implementation) Barend Gehrels 2011-11-20 12:33:55 +0000
  • 484e7cfd27 Linestring/polygon overlay, unit tests (in PPT) for third phase Barend Gehrels 2011-11-20 11:57:35 +0000
  • 1a399451a2 Linestring/polygon overlay, unit tests for third phase Barend Gehrels 2011-11-20 11:56:59 +0000
  • 95c5d6f945 Linestring/polygon overlay, third phase (including segments along polygon's border) Barend Gehrels 2011-11-20 11:50:06 +0000
  • 5c62dfcf06 Linestring/polygon overlay, unit tests for second phase Barend Gehrels 2011-11-19 16:39:56 +0000
  • ae52ce120a Linestring/polygon overlay, second phase (including touching intersection points) Barend Gehrels 2011-11-19 16:37:55 +0000
  • 491db683bd Linestring/polygon overlay, added testcases for phase II Barend Gehrels 2011-11-19 15:50:31 +0000
  • 54cf5f9553 Linestring/polygon overlay, unit tests for first phase Barend Gehrels 2011-11-19 13:45:44 +0000
  • f086829bc7 Linestring/polygon overlay, testcases in PPT Barend Gehrels 2011-11-19 13:41:40 +0000
  • a000d93d8f Linestring/polygon overlay, first phase Barend Gehrels 2011-11-19 13:40:44 +0000
  • 6b85fedf0e some comments added. Adam Wulkiewicz 2011-11-05 20:39:59 +0000
  • 65b31372a4 split result OutIter replaced by reference to the container. Adam Wulkiewicz 2011-11-04 14:57:11 +0000
  • d349714143 split modify only one node and assigns newly created to output iterator. pushable_array works with back_inserter. Adam Wulkiewicz 2011-11-04 13:54:27 +0000
  • f3cf75ad5e Fixed jamfile for test_extensions Barend Gehrels 2011-11-04 10:35:15 +0000
  • 8beee04c8a Fixed test_extensions folder/projects Barend Gehrels 2011-11-04 10:32:06 +0000
  • a3648f0e1c Fixed dissolve issue by using own policy Barend Gehrels 2011-11-04 10:22:38 +0000
  • f9a7e41017 cR-tree kmeans options and files added (not yet implemented) Adam Wulkiewicz 2011-11-01 20:30:06 +0000
  • 8dbee3a8f6 rtree is no longer noncopyable Adam Wulkiewicz 2011-10-31 15:06:21 +0000
  • f4285dc59e Fixed order-problem by avoiding argument reversion. See correspondence on GGL mailing list 2011/10/25 --> added testcases for the other case described as "Say the MP is the 2 squares below and P is the blue-ish rectangle." Barend Gehrels 2011-10-25 20:11:28 +0000
  • 52ef3c8354 Fixed order-problem by avoiding argument reversion. See correspondence on GGL mailing list 2011/10/25 --> added testcases for the reported failure Barend Gehrels 2011-10-25 19:56:58 +0000
  • 3f93792938 Added SQL statement to check the two testcases which were partly wrongly defined earlier Barend Gehrels 2011-10-25 19:41:19 +0000
  • 4636a65643 Fixed order-problem by avoiding argument reversion. See correspondence on GGL mailing list 2011/10/25 --> fixed testcase Barend Gehrels 2011-10-25 19:34:47 +0000
  • 76fa593076 Fixed order-problem by avoiding argument reversion. See correspondence on GGL mailing list 2011/10/25 Barend Gehrels 2011-10-25 19:33:22 +0000
  • b46bc26858 [geometry] Restructured WKT io files to follow structure of: geometry/domains/<DOMAIN>/io/<FORMAT>/<read|write>.hpp Mateusz Loskot 2011-10-20 23:20:05 +0000
  • aa55176325 [geometry] Updated include guards to reflect current file path Mateusz Loskot 2011-10-20 22:34:10 +0000
  • 90ce0fa3d1 [geometry] Moved util/write_dsv.hpp to io/dsv/write.hpp. This introduces refinement of new io structure: geometry/io/<FORMAT>/<read|write>.hpp Mateusz Loskot 2011-10-20 21:12:52 +0000
  • a7d945dad2 Merged up to and including change 74761 Barend Gehrels 2011-10-09 18:30:04 +0000
  • da33eb8050 [geometry] Silenced clang warning: unused variable check_is_small. See ticket #5986. Mateusz Loskot 2011-10-07 00:00:26 +0000
  • 104f5de462 Fix ticket 5954, use strategy directly, not the comparable strategy (unless fixed otherwise) Barend Gehrels 2011-10-06 17:06:30 +0000
  • 059ac68bb3 [geometry] Fixed .vcproj properties for examples added in r74732 Mateusz Loskot 2011-10-05 09:39:14 +0000
  • 421604d22e [geometry] Added example related to selection of distance strategy discussed on the mailing list (ml) and in ticket #5954 Mateusz Loskot 2011-10-05 09:33:02 +0000
  • ac8acebab6 Allocator default constructor as default rtree parameter fixed. Adam Wulkiewicz 2011-10-03 20:59:44 +0000
  • 456b9fd283 Allocators used in nodes children containers creation. Adam Wulkiewicz 2011-10-03 20:30:53 +0000
  • 9d61bed3e2 exceptions handled Adam Wulkiewicz 2011-10-03 09:24:17 +0000
  • 3f3f991f10 basic use of allocators implemented. Adam Wulkiewicz 2011-10-03 00:07:32 +0000
  • a1e7923de2 prepared to use allocators, memory leak in remove visitor fixed, tests added Adam Wulkiewicz 2011-10-02 23:32:22 +0000
  • a292370c67 boost::variant based nodes with static-size elements containers added Adam Wulkiewicz 2011-10-02 12:42:59 +0000
  • a495ec75fd destroy visitor moddified, some asserts added. Adam Wulkiewicz 2011-10-02 10:49:54 +0000
  • f16cfaf4a3 some comments added Adam Wulkiewicz 2011-10-01 10:03:38 +0000
  • 164f39cf18 added bgi::insert_iterator<> and bgi::inserter() + tests. Adam Wulkiewicz 2011-09-30 22:48:01 +0000
  • 84b1230d6d added rtree's constructor, insert, remove methods and free functions working for ranges specified by a pair of iterators. Adam Wulkiewicz 2011-09-30 21:39:13 +0000
  • 4bc1bc3eb7 copy constructor implemented + tests updated, rtree::get_translator() changed to rtree::translator() + other files updated to respect this Adam Wulkiewicz 2011-09-30 13:12:44 +0000
  • f163bd877a rtree's clear(), box() + tests added. Adam Wulkiewicz 2011-09-30 10:03:46 +0000
  • e1895aab76 added simple commands (various queries) to GLUT example. Adam Wulkiewicz 2011-09-29 22:54:22 +0000
  • 66c2cf2605 nearest query optimized by rejecting distant nodes before adding them to the active branches list. Adam Wulkiewicz 2011-09-29 13:38:03 +0000
  • 48176c64e6 k-nearest query optimized by use of heap instead of sorting. Adam Wulkiewicz 2011-09-29 11:48:13 +0000
  • e6633533d6 operator!() predicates generators implemented. Adam Wulkiewicz 2011-09-29 00:03:45 +0000
  • c6c1fee74b additional predicates implemented. Adam Wulkiewicz 2011-09-28 23:29:50 +0000