30b6ba4395Curly 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
e29d99311fMoved slightly misplaced specialization...
Bruno Lalande
2011-12-16 23:20:35 +0000
9ff892b616Had dispatch::distance take care of the default strategy retrieval/inversion.
Bruno Lalande
2011-12-16 23:16:22 +0000
25e7109a2fMade dispatch::distance able to get the strategy tag by itself.
Bruno Lalande
2011-12-16 22:04:56 +0000
16ef03980fChanged the multi versions of dispatch::distance according to changes made in r75975.
Bruno Lalande
2011-12-16 17:06:44 +0000
8fbb9b3655Boost.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
afcef6e56fBoost.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
418bdc52d2Made dispatch::distance able to reverse itself. This is no longer driven by the caller.
Bruno Lalande
2011-12-15 23:26:22 +0000
f6eb4968ebdispatch::distance now gets the geometry tags by itself.
Bruno Lalande
2011-12-15 22:13:26 +0000
d7e613f8b7Reduced dispatch::convert required parameters to their bare minimum.
Bruno Lalande
2011-12-14 23:29:35 +0000
cdaba1bebbImproved 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
1fa8099345Defaulted another template parameter of dispatch::convert.
Bruno Lalande
2011-12-07 00:04:53 +0000
4b0afc334fReflected last change on dispatch::convert in multi/convert.hpp.
Bruno Lalande
2011-12-06 13:46:42 +0000
dda9e0eb1dAdapted status_support to the change just made on dispatch::convert.
Bruno Lalande
2011-12-05 23:15:08 +0000
881a1020b1Made dispatch::convert more self-contained by having its primary definition find the dimension by itself.
Bruno Lalande
2011-12-05 23:12:07 +0000
73642eb0f1Applied not_implemented to 'convert' algorithm. Added it to support_status.
Bruno Lalande
2011-12-05 23:00:42 +0000
812aa1e7b2Moved the static assertion to not_implemented.
Bruno Lalande
2011-12-04 02:28:07 +0000
8e4e6a2fc2New mechanism for easy checking of implementation status.
Bruno Lalande
2011-12-04 02:00:25 +0000
f4b27c2b7dUpdated 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
7491095e99Updated unit tests for convert (segment_to_segment, 3D cases)
Barend Gehrels
2011-12-03 10:27:26 +0000
cd7371b664Added 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
dc4a922a0fReference to temporary - error fixed.
Adam Wulkiewicz
2011-12-02 14:16:43 +0000
6079b53ff8naming error fixed
Adam Wulkiewicz
2011-11-30 13:40:14 +0000
608241a9ccnaming error fixed
Adam Wulkiewicz
2011-11-30 12:49:37 +0000
049446cbcachanged docs format - from BoostBook to QuickBook
Adam Wulkiewicz
2011-11-30 03:22:14 +0000
1dea89be75r-tree doc structure slightly changed.
Adam Wulkiewicz
2011-11-29 00:17:08 +0000
60dc343582knn queries description added to doc
Adam Wulkiewicz
2011-11-28 15:43:13 +0000
672f654aaaformatting changed in docs
Adam Wulkiewicz
2011-11-28 13:47:04 +0000
6718ae179edocs added
Adam Wulkiewicz
2011-11-28 04:16:43 +0000
679191f951Linestring/polygon overlay, unit tests for phase 9
Barend Gehrels
2011-11-27 12:07:34 +0000
491db683bdLinestring/polygon overlay, added testcases for phase II
Barend Gehrels
2011-11-19 15:50:31 +0000
54cf5f9553Linestring/polygon overlay, unit tests for first phase
Barend Gehrels
2011-11-19 13:45:44 +0000
f086829bc7Linestring/polygon overlay, testcases in PPT
Barend Gehrels
2011-11-19 13:41:40 +0000
a000d93d8fLinestring/polygon overlay, first phase
Barend Gehrels
2011-11-19 13:40:44 +0000
6b85fedf0esome comments added.
Adam Wulkiewicz
2011-11-05 20:39:59 +0000
65b31372a4split result OutIter replaced by reference to the container.
Adam Wulkiewicz
2011-11-04 14:57:11 +0000
d349714143split 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
f3cf75ad5eFixed jamfile for test_extensions
Barend Gehrels
2011-11-04 10:35:15 +0000
a3648f0e1cFixed dissolve issue by using own policy
Barend Gehrels
2011-11-04 10:22:38 +0000
f9a7e41017cR-tree kmeans options and files added (not yet implemented)
Adam Wulkiewicz
2011-11-01 20:30:06 +0000
8dbee3a8f6rtree is no longer noncopyable
Adam Wulkiewicz
2011-10-31 15:06:21 +0000
f4285dc59eFixed 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
52ef3c8354Fixed 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
3f93792938Added SQL statement to check the two testcases which were partly wrongly defined earlier
Barend Gehrels
2011-10-25 19:41:19 +0000
4636a65643Fixed 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
76fa593076Fixed order-problem by avoiding argument reversion. See correspondence on GGL mailing list 2011/10/25
Barend Gehrels
2011-10-25 19:33:22 +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
a7d945dad2Merged up to and including change 74761
Barend Gehrels
2011-10-09 18:30:04 +0000
104f5de462Fix 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
ac8acebab6Allocator default constructor as default rtree parameter fixed.
Adam Wulkiewicz
2011-10-03 20:59:44 +0000
456b9fd283Allocators used in nodes children containers creation.
Adam Wulkiewicz
2011-10-03 20:30:53 +0000
9d61bed3e2exceptions handled
Adam Wulkiewicz
2011-10-03 09:24:17 +0000
3f3f991f10basic use of allocators implemented.
Adam Wulkiewicz
2011-10-03 00:07:32 +0000
a1e7923de2prepared to use allocators, memory leak in remove visitor fixed, tests added
Adam Wulkiewicz
2011-10-02 23:32:22 +0000
a292370c67boost::variant based nodes with static-size elements containers added
Adam Wulkiewicz
2011-10-02 12:42:59 +0000
a495ec75fddestroy visitor moddified, some asserts added.
Adam Wulkiewicz
2011-10-02 10:49:54 +0000
f16cfaf4a3some comments added
Adam Wulkiewicz
2011-10-01 10:03:38 +0000
164f39cf18added bgi::insert_iterator<> and bgi::inserter() + tests.
Adam Wulkiewicz
2011-09-30 22:48:01 +0000
84b1230d6dadded 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
4bc1bc3eb7copy 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