Adam Wulkiewicz
|
35913a37d7
|
geometry.index test: added compile msvc cxxflag -bigobj for interprocess tests.
[SVN r84157]
|
2013-05-05 23:13:59 +00:00 |
|
Adam Wulkiewicz
|
d4e4ae980c
|
geometry.index test: added path_intersection algorithm test.
[SVN r84132]
|
2013-05-04 02:09:16 +00:00 |
|
Adam Wulkiewicz
|
66f91c3578
|
geometry.index: added path_intersection algorithm.
[SVN r84131]
|
2013-05-04 02:08:21 +00:00 |
|
Adam Wulkiewicz
|
2b46aaf296
|
geometry.index test: added test of segment_intersection algorithm.
[SVN r84130]
|
2013-05-03 20:36:56 +00:00 |
|
Adam Wulkiewicz
|
e4e7bd4a28
|
geometry.index: added segment_intersection algorithm.
[SVN r84129]
|
2013-05-03 20:36:29 +00:00 |
|
Adam Wulkiewicz
|
44084345b9
|
geometry.index: compile errors fixed in experimental iterators.
[SVN r84122]
|
2013-05-03 01:03:32 +00:00 |
|
Adam Wulkiewicz
|
87ebca5bd0
|
geometry.index example: added end_query_iterator to benchmark_experimental.
[SVN r84121]
|
2013-05-03 00:23:26 +00:00 |
|
Adam Wulkiewicz
|
00c66c3277
|
geometry.index: added experimental end_query_iterator which may be compared with spatial_query_iterator or nearest_query_iterator to check if query is finished.
[SVN r84120]
|
2013-05-03 00:14:33 +00:00 |
|
Adam Wulkiewicz
|
ba57344359
|
geometry.index: query_visitor_incremental - index to current value replaced by pair of iterators
[SVN r84108]
|
2013-05-02 12:23:01 +00:00 |
|
Adam Wulkiewicz
|
901712fea9
|
geometry.index test: invalid include removed from one test.
[SVN r84103]
|
2013-05-01 23:52:58 +00:00 |
|
Adam Wulkiewicz
|
7ce801fd4a
|
geometry.index example: type-erased iterator defined in rtree used in benchmark_experimental.
[SVN r84100]
|
2013-05-01 14:23:22 +00:00 |
|
Adam Wulkiewicz
|
2fdd1c6ab6
|
geometry.index: rtree methods/functions descriptions improved.
[SVN r84095]
|
2013-04-30 20:49:29 +00:00 |
|
Adam Wulkiewicz
|
3236a7546e
|
geometry.index: fixed error for BOOST_NO_EXCEPTION.
[SVN r84093]
|
2013-04-30 14:02:54 +00:00 |
|
Adam Wulkiewicz
|
d51e39bae9
|
geometry.index: added rtree's max and min parameters checks.
[SVN r84092]
|
2013-04-30 14:00:50 +00:00 |
|
Adam Wulkiewicz
|
f61cbbd01c
|
geometry.index test: default parameters used in rstar exceptions test.
[SVN r84088]
|
2013-04-29 20:51:25 +00:00 |
|
Adam Wulkiewicz
|
a17bf4a6c7
|
geometry.index: edge values of some parameters handled more safely, changed order of rstar parameters.
[SVN r84087]
|
2013-04-29 20:50:00 +00:00 |
|
Adam Wulkiewicz
|
92aa63a684
|
geometry.index: added includes to some detail/algorithms to make possible using them without including rtree.
[SVN r84085]
|
2013-04-29 12:51:49 +00:00 |
|
Adam Wulkiewicz
|
13458e4de4
|
geometry.index: fixed errors preventing copy-assigning query iterators in C++03 (caused by container::vector and Boost.Move limitation).
[SVN r84078]
|
2013-04-28 23:04:58 +00:00 |
|
Adam Wulkiewicz
|
ed70d4393a
|
geometry.index test: added test of type-erased iterators - currently may be enabled by define.
[SVN r84072]
|
2013-04-28 17:07:31 +00:00 |
|
Adam Wulkiewicz
|
72e5b48bba
|
geometry.index: added stl container-like typedefs in rtree (reference, pointer, etc.), added type-erased iterator - currently may be enabled by define.
[SVN r84071]
|
2013-04-28 17:06:28 +00:00 |
|
Adam Wulkiewicz
|
7c43145cf8
|
geometry.index: fixed GCC compilation error related to initialization of pointer to function wrapped in the 'satisfies' predicate.
[SVN r84059]
|
2013-04-27 23:22:04 +00:00 |
|
Adam Wulkiewicz
|
a8cb57ca19
|
geometry.index example: experimental features moved from benchmark to benchmark_experimental, added type-erased iterators to it.
[SVN r84058]
|
2013-04-27 23:06:26 +00:00 |
|
Adam Wulkiewicz
|
28578fe932
|
geometry.index: made changes required to allow copying of query iterators - geometries objects are now wrapped in predicates instead of const references, pointers to const translator instead of const references are stored in queries incremental visitors.
[SVN r84057]
|
2013-04-27 22:59:37 +00:00 |
|
Adam Wulkiewicz
|
d1881e788f
|
geometry.index: supported environments with disabled exceptions (BOOST_NO_EXCEPTIONS) - committed missed file.
[SVN r84047]
|
2013-04-25 14:13:16 +00:00 |
|
Adam Wulkiewicz
|
195fe88899
|
geometry.index test: rtree exceptions test divided into smaller ones.
[SVN r84046]
|
2013-04-25 14:09:02 +00:00 |
|
Adam Wulkiewicz
|
affba8cc35
|
geometry.index: supported environments with disabled exceptions (BOOST_NO_EXCEPTIONS)
[SVN r84045]
|
2013-04-25 13:55:19 +00:00 |
|
Adam Wulkiewicz
|
c20734b705
|
geometry extensions: tabs replaced by spaces.
[SVN r84044]
|
2013-04-25 10:41:03 +00:00 |
|
Adam Wulkiewicz
|
1d1a4778b6
|
geometry.index: changed exception type thrown when the allocator returns null node and doesn't throw an exception.
[SVN r84043]
|
2013-04-25 10:37:58 +00:00 |
|
Adam Wulkiewicz
|
e9605fe840
|
geometry.index test: fixed error in Jamfile related to the relocation of tests.
[SVN r84042]
|
2013-04-25 03:20:10 +00:00 |
|
Adam Wulkiewicz
|
97aea19565
|
geometry: tabs replaced by spaces in non-extensions code.
[SVN r84038]
|
2013-04-24 14:22:21 +00:00 |
|
Adam Wulkiewicz
|
4c6a1e4de3
|
geometry.index: fixed numeric_limits max() calls in iterative nearest visitor.
[SVN r84037]
|
2013-04-24 14:08:49 +00:00 |
|
Adam Wulkiewicz
|
cf6bd1de97
|
geometry.index test: names of test-suites names changed to the older ones in order to be consistent with the rest of Boost.Geometry.
[SVN r84036]
|
2013-04-24 13:51:53 +00:00 |
|
Adam Wulkiewicz
|
56973629a8
|
geometry.index example: moved to index/example
[SVN r84034]
|
2013-04-24 13:47:00 +00:00 |
|
Adam Wulkiewicz
|
f1e47955f3
|
geometry.index test: moved to index/test.
[SVN r84033]
|
2013-04-24 13:46:16 +00:00 |
|
Adam Wulkiewicz
|
76d924a9e7
|
geometry.index example: added random test.
[SVN r84031]
|
2013-04-24 13:00:11 +00:00 |
|
Adam Wulkiewicz
|
dfd201146b
|
geometry.index: experimental iterative query visitor increment() simplified.
[SVN r84030]
|
2013-04-24 12:35:30 +00:00 |
|
Adam Wulkiewicz
|
06e93d3f0e
|
geometry.index: experimental nearest iterative visitor optimized (different data structures, less complex algorithm).
[SVN r84029]
|
2013-04-24 11:22:36 +00:00 |
|
Adam Wulkiewicz
|
76d52b8d54
|
geometry.index tests: test-suites names changed.
[SVN r84025]
|
2013-04-23 22:01:18 +00:00 |
|
Adam Wulkiewicz
|
2cc56b95c7
|
geometry: added sublibs file to notify regression testers
[SVN r84017]
|
2013-04-22 18:31:07 +00:00 |
|
Adam Wulkiewicz
|
6aeddb3bc7
|
geometry.index test: fixed error in Jamfile caused by relocation of tests.
[SVN r83999]
|
2013-04-21 13:52:36 +00:00 |
|
Barend Gehrels
|
d1036cf417
|
[geometry] fix for clang
[SVN r83998]
|
2013-04-21 11:59:05 +00:00 |
|
Barend Gehrels
|
017b090019
|
[geometry] update buffer unit tests for gcc
[SVN r83997]
|
2013-04-21 11:47:34 +00:00 |
|
Barend Gehrels
|
ed62b34402
|
[geometry] Added (draft) versions of point_buffer, multi_point_buffer, end-caps, rounded endcap
[SVN r83996]
|
2013-04-21 10:43:22 +00:00 |
|
Adam Wulkiewicz
|
983efacb9b
|
geometry.index: tests moved from test/index to test_index
[SVN r83991]
|
2013-04-20 22:31:19 +00:00 |
|
Adam Wulkiewicz
|
73ac84f72e
|
geometry.index: examples moved from example/index to example_index
[SVN r83990]
|
2013-04-20 22:29:11 +00:00 |
|
Adam Wulkiewicz
|
187c5cf3f7
|
geometry.index.rtree: added condition in nearest query iterative visitor for safety reasons.
[SVN r83975]
|
2013-04-20 01:52:26 +00:00 |
|
Adam Wulkiewicz
|
7a8e2735cd
|
geometry.index.rtree: removed unneeded prune_nodes() method from nearest query visitor.
[SVN r83974]
|
2013-04-20 01:21:20 +00:00 |
|
Adam Wulkiewicz
|
e8dabbaf9f
|
geometry.index.rtree: unclear condition in nearest query iterative visitor replaced by shorter and cleaner one.
[SVN r83973]
|
2013-04-20 00:56:19 +00:00 |
|
Adam Wulkiewicz
|
76af7b64c2
|
geometry.index.rtree: fixed error in nearest query iterative visitor.
[SVN r83972]
|
2013-04-20 00:41:14 +00:00 |
|
Adam Wulkiewicz
|
d3e83c3818
|
geometry.index.rtree: removed unused variable
[SVN r83971]
|
2013-04-19 23:01:01 +00:00 |
|