Barend Gehrels
c369fb6ade
unsigned int to satisfy gcc
...
[SVN r76015]
2011-12-17 12:33:16 +00:00
Barend Gehrels
53cf6dd971
Fixed multi/wkt examples (in algorithms)
...
[SVN r76014]
2011-12-17 11:39:10 +00:00
Barend Gehrels
d3e829ffd8
Fixed multi/wkt examples
...
[SVN r76013]
2011-12-17 11:34:57 +00:00
Barend Gehrels
30b6ba4395
Curly brace convention update only
...
[SVN r76012]
2011-12-17 11:19:12 +00:00
Mateusz Loskot
e56364ca5b
[geometry] Commented unused test project
...
[SVN r76005]
2011-12-16 23:31:30 +00:00
Bruno Lalande
e29d99311f
Moved slightly misplaced specialization...
...
[SVN r76004]
2011-12-16 23:20:35 +00:00
Bruno Lalande
9ff892b616
Had dispatch::distance take care of the default strategy retrieval/inversion.
...
[SVN r76003]
2011-12-16 23:16:22 +00:00
Bruno Lalande
25e7109a2f
Made dispatch::distance able to get the strategy tag by itself.
...
[SVN r76001]
2011-12-16 22:04:56 +00:00
Bruno Lalande
16ef03980f
Changed the multi versions of dispatch::distance according to changes made in r75975.
...
[SVN r75996]
2011-12-16 17:06:44 +00:00
Mateusz Loskot
8fbb9b3655
Boost.Geometry:
...
* Catch up with r75977 changes with new layout of IO formats in geometry/io/<FORMAT>/
* General maintenance in tests and examples.
[SVN r75979]
2011-12-16 01:45:22 +00:00
Mateusz Loskot
ae3de0b902
[geometry] Catch up with r75977 changes with new layout of IO formats in geometry/io/<FORMAT>/
...
[SVN r75978]
2011-12-16 01:37:46 +00:00
Mateusz Loskot
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.
[SVN r75977]
2011-12-16 01:28:37 +00:00
Bruno Lalande
418bdc52d2
Made dispatch::distance able to reverse itself. This is no longer driven by the caller.
...
[SVN r75975]
2011-12-15 23:26:22 +00:00
Bruno Lalande
f6eb4968eb
dispatch::distance now gets the geometry tags by itself.
...
[SVN r75972]
2011-12-15 22:13:26 +00:00
Bruno Lalande
d7e613f8b7
Reduced dispatch::convert required parameters to their bare minimum.
...
[SVN r75948]
2011-12-14 23:29:35 +00:00
Bruno Lalande
cdaba1bebb
Improved not_implemented.
...
[SVN r75935]
2011-12-13 23:24:52 +00:00
Mateusz Loskot
39584eeb8c
[geometry] Updated path to #include <boost/geometry/extensions/algorithms/parse.hpp missing from r69908
...
[SVN r75870]
2011-12-08 23:58:22 +00:00
Mateusz Loskot
bbf3932d5d
[geometry] Updated path in #include <boost/geometry/extensions/algorithms/parse.hpp missing from r69908
...
[SVN r75869]
2011-12-08 23:36:52 +00:00
Bruno Lalande
1fa8099345
Defaulted another template parameter of dispatch::convert.
...
[SVN r75833]
2011-12-07 00:04:53 +00:00
Bruno Lalande
4b0afc334f
Reflected last change on dispatch::convert in multi/convert.hpp.
...
[SVN r75823]
2011-12-06 13:46:42 +00:00
Bruno Lalande
dda9e0eb1d
Adapted status_support to the change just made on dispatch::convert.
...
[SVN r75818]
2011-12-05 23:15:08 +00:00
Bruno Lalande
881a1020b1
Made dispatch::convert more self-contained by having its primary definition find the dimension by itself.
...
[SVN r75817]
2011-12-05 23:12:07 +00:00
Bruno Lalande
73642eb0f1
Applied not_implemented to 'convert' algorithm. Added it to support_status.
...
[SVN r75816]
2011-12-05 23:00:42 +00:00
Bruno Lalande
812aa1e7b2
Moved the static assertion to not_implemented.
...
[SVN r75797]
2011-12-04 02:28:07 +00:00
Bruno Lalande
8e4e6a2fc2
New mechanism for easy checking of implementation status.
...
[SVN r75796]
2011-12-04 02:00:25 +00:00
Barend Gehrels
f4b27c2b7d
Updated unit tests for convert (3D segment -> linestring) and updated values for 3D to avoid index-confusion
...
[SVN r75784]
2011-12-03 10:35:02 +00:00
Barend Gehrels
7491095e99
Updated unit tests for convert (segment_to_segment, 3D cases)
...
[SVN r75783]
2011-12-03 10:27:26 +00:00
Barend Gehrels
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
[SVN r75782]
2011-12-03 10:25:48 +00:00
Adam Wulkiewicz
dc4a922a0f
Reference to temporary - error fixed.
...
[SVN r75771]
2011-12-02 14:16:43 +00:00
Adam Wulkiewicz
6079b53ff8
naming error fixed
...
[SVN r75749]
2011-11-30 13:40:14 +00:00
Adam Wulkiewicz
608241a9cc
naming error fixed
...
[SVN r75748]
2011-11-30 12:49:37 +00:00
Adam Wulkiewicz
049446cbca
changed docs format - from BoostBook to QuickBook
...
[SVN r75740]
2011-11-30 03:22:14 +00:00
Adam Wulkiewicz
1dea89be75
r-tree doc structure slightly changed.
...
[SVN r75718]
2011-11-29 00:17:08 +00:00
Adam Wulkiewicz
60dc343582
knn queries description added to doc
...
[SVN r75713]
2011-11-28 15:43:13 +00:00
Adam Wulkiewicz
672f654aaa
formatting changed in docs
...
[SVN r75712]
2011-11-28 13:47:04 +00:00
Adam Wulkiewicz
6718ae179e
docs added
...
[SVN r75702]
2011-11-28 04:16:43 +00:00
Barend Gehrels
679191f951
Linestring/polygon overlay, unit tests for phase 9
...
[SVN r75689]
2011-11-27 12:07:34 +00:00
Barend Gehrels
5801bd31af
Linestring/polygon overlay, phase 9 (difference for multi)
...
[SVN r75688]
2011-11-27 12:05:49 +00:00
Barend Gehrels
301c4c27a3
Added box-to-box conversion (unit test)
...
[SVN r75687]
2011-11-27 11:07:32 +00:00
Barend Gehrels
2eadb6247a
Added box-to-box conversion
...
[SVN r75686]
2011-11-27 11:06:47 +00:00
Barend Gehrels
838d092eb7
Fix for gcc - assert does not work here or like this
...
[SVN r75685]
2011-11-27 10:46:11 +00:00
Barend Gehrels
a7b42a758b
Linestring/polygon overlay, fix for gcc (and probably more): extracted subclass
...
[SVN r75684]
2011-11-27 10:44:22 +00:00
Barend Gehrels
88123b8ec8
Linestring/polygon overlay, unit tests for phase 8
...
[SVN r75683]
2011-11-27 10:27:47 +00:00
Barend Gehrels
c9418d4fe4
Linestring/polygon overlay, phase 8 (difference)
...
[SVN r75682]
2011-11-27 10:23:05 +00:00
Barend Gehrels
b6673058ad
Linestring/polygon overlay, unit tests for phase 7
...
[SVN r75671]
2011-11-26 17:32:34 +00:00
Barend Gehrels
81c7e515ba
Linestring/polygon overlay, phase 7 (collinear/equal)
...
[SVN r75670]
2011-11-26 17:30:16 +00:00
Barend Gehrels
2702c80ff4
Typo in comment
...
[SVN r75650]
2011-11-24 22:48:13 +00:00
Barend Gehrels
0e50b5fbb5
Linestring/polygon overlay, unit tests for phase 6
...
[SVN r75575]
2011-11-20 14:55:09 +00:00
Barend Gehrels
3f6a81d61b
Linestring/polygon overlay, phase 6 (ring, counter clockwise)
...
[SVN r75574]
2011-11-20 14:53:36 +00:00
Barend Gehrels
eaa06c9bc0
Linestring/polygon overlay, unit tests for phase 5
...
[SVN r75571]
2011-11-20 13:03:59 +00:00