66f91c3578geometry.index: added path_intersection algorithm.
Adam Wulkiewicz
2013-05-04 02:08:21 +0000
2b46aaf296geometry.index test: added test of segment_intersection algorithm.
Adam Wulkiewicz
2013-05-03 20:36:56 +0000
e4e7bd4a28geometry.index: added segment_intersection algorithm.
Adam Wulkiewicz
2013-05-03 20:36:29 +0000
44084345b9geometry.index: compile errors fixed in experimental iterators.
Adam Wulkiewicz
2013-05-03 01:03:32 +0000
87ebca5bd0geometry.index example: added end_query_iterator to benchmark_experimental.
Adam Wulkiewicz
2013-05-03 00:23:26 +0000
00c66c3277geometry.index: added experimental end_query_iterator which may be compared with spatial_query_iterator or nearest_query_iterator to check if query is finished.
Adam Wulkiewicz
2013-05-03 00:14:33 +0000
ba57344359geometry.index: query_visitor_incremental - index to current value replaced by pair of iterators
Adam Wulkiewicz
2013-05-02 12:23:01 +0000
901712fea9geometry.index test: invalid include removed from one test.
Adam Wulkiewicz
2013-05-01 23:52:58 +0000
7ce801fd4ageometry.index example: type-erased iterator defined in rtree used in benchmark_experimental.
Adam Wulkiewicz
2013-05-01 14:23:22 +0000
2fdd1c6ab6geometry.index: rtree methods/functions descriptions improved.
Adam Wulkiewicz
2013-04-30 20:49:29 +0000
3236a7546egeometry.index: fixed error for BOOST_NO_EXCEPTION.
Adam Wulkiewicz
2013-04-30 14:02:54 +0000
d51e39bae9geometry.index: added rtree's max and min parameters checks.
Adam Wulkiewicz
2013-04-30 14:00:50 +0000
f61cbbd01cgeometry.index test: default parameters used in rstar exceptions test.
Adam Wulkiewicz
2013-04-29 20:51:25 +0000
a17bf4a6c7geometry.index: edge values of some parameters handled more safely, changed order of rstar parameters.
Adam Wulkiewicz
2013-04-29 20:50:00 +0000
92aa63a684geometry.index: added includes to some detail/algorithms to make possible using them without including rtree.
Adam Wulkiewicz
2013-04-29 12:51:49 +0000
13458e4de4geometry.index: fixed errors preventing copy-assigning query iterators in C++03 (caused by container::vector and Boost.Move limitation).
Adam Wulkiewicz
2013-04-28 23:04:58 +0000
ed70d4393ageometry.index test: added test of type-erased iterators - currently may be enabled by define.
Adam Wulkiewicz
2013-04-28 17:07:31 +0000
72e5b48bbageometry.index: added stl container-like typedefs in rtree (reference, pointer, etc.), added type-erased iterator - currently may be enabled by define.
Adam Wulkiewicz
2013-04-28 17:06:28 +0000
7c43145cf8geometry.index: fixed GCC compilation error related to initialization of pointer to function wrapped in the 'satisfies' predicate.
Adam Wulkiewicz
2013-04-27 23:22:04 +0000
a8cb57ca19geometry.index example: experimental features moved from benchmark to benchmark_experimental, added type-erased iterators to it.
Adam Wulkiewicz
2013-04-27 23:06:26 +0000
28578fe932geometry.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.
Adam Wulkiewicz
2013-04-27 22:59:37 +0000
d1881e788fgeometry.index: supported environments with disabled exceptions (BOOST_NO_EXCEPTIONS) - committed missed file.
Adam Wulkiewicz
2013-04-25 14:13:16 +0000
195fe88899geometry.index test: rtree exceptions test divided into smaller ones.
Adam Wulkiewicz
2013-04-25 14:09:02 +0000
affba8cc35geometry.index: supported environments with disabled exceptions (BOOST_NO_EXCEPTIONS)
Adam Wulkiewicz
2013-04-25 13:55:19 +0000
c20734b705geometry extensions: tabs replaced by spaces.
Adam Wulkiewicz
2013-04-25 10:41:03 +0000
1d1a4778b6geometry.index: changed exception type thrown when the allocator returns null node and doesn't throw an exception.
Adam Wulkiewicz
2013-04-25 10:37:58 +0000
e9605fe840geometry.index test: fixed error in Jamfile related to the relocation of tests.
Adam Wulkiewicz
2013-04-25 03:20:10 +0000
97aea19565geometry: tabs replaced by spaces in non-extensions code.
Adam Wulkiewicz
2013-04-24 14:22:21 +0000
4c6a1e4de3geometry.index: fixed numeric_limits max() calls in iterative nearest visitor.
Adam Wulkiewicz
2013-04-24 14:08:49 +0000
cf6bd1de97geometry.index test: names of test-suites names changed to the older ones in order to be consistent with the rest of Boost.Geometry.
Adam Wulkiewicz
2013-04-24 13:51:53 +0000
56973629a8geometry.index example: moved to index/example
Adam Wulkiewicz
2013-04-24 13:47:00 +0000
f1e47955f3geometry.index test: moved to index/test.
Adam Wulkiewicz
2013-04-24 13:46:16 +0000
76d924a9e7geometry.index example: added random test.
Adam Wulkiewicz
2013-04-24 13:00:11 +0000
983efacb9bgeometry.index: tests moved from test/index to test_index
Adam Wulkiewicz
2013-04-20 22:31:19 +0000
73ac84f72egeometry.index: examples moved from example/index to example_index
Adam Wulkiewicz
2013-04-20 22:29:11 +0000
187c5cf3f7geometry.index.rtree: added condition in nearest query iterative visitor for safety reasons.
Adam Wulkiewicz
2013-04-20 01:52:26 +0000
7a8e2735cdgeometry.index.rtree: removed unneeded prune_nodes() method from nearest query visitor.
Adam Wulkiewicz
2013-04-20 01:21:20 +0000
e8dabbaf9fgeometry.index.rtree: unclear condition in nearest query iterative visitor replaced by shorter and cleaner one.
Adam Wulkiewicz
2013-04-20 00:56:19 +0000
76af7b64c2geometry.index.rtree: fixed error in nearest query iterative visitor.
Adam Wulkiewicz
2013-04-20 00:41:14 +0000
d3e83c3818geometry.index.rtree: removed unused variable
Adam Wulkiewicz
2013-04-19 23:01:01 +0000
fde5135bd9geometry.index: test - added test for experimental nearest query iterator, examples - added experimental nearest query iterator to benchmark.
Adam Wulkiewicz
2013-04-19 22:31:43 +0000
6307d5b3a4geometry.index.rtree: added experimental nearest query iterator, rtree::qbegin() and rtree::qend() methods modified to support it, cosmetic change in spatial query iterator (addressof() instead of &)
Adam Wulkiewicz
2013-04-19 22:27:54 +0000
b6e7b766a3geometry.index docs: small changes in the section describing queries.
Adam Wulkiewicz
2013-04-19 13:20:40 +0000
8b7e59b3ecgeometry.index.rtree: Removed distance predicates member unnecessarily stored in nearest visitor.
Adam Wulkiewicz
2013-04-19 12:57:12 +0000
29296f2571geometry.index docs: added missing newlines at the end of some example src files.
Adam Wulkiewicz
2013-04-18 00:27:09 +0000
3f7df7c85egeometry.index rtree: dependency removed - node_auto_ptr base class noncopyable - implemented manually.
Adam Wulkiewicz
2013-04-18 00:20:40 +0000
8d002db8a9geometry.index rtree: error fixed in linear redistribute_elements, errors fixed in experimental spatial query iterator and visitor.
Adam Wulkiewicz
2013-04-18 00:06:35 +0000
dda8d2ac57geometry.index: docs - updated rtree times and linear picture, test - cosmetic change in experimental query iterator test, example - added experimental query iterator to the benchmark
Adam Wulkiewicz
2013-04-18 00:04:29 +0000
457e838a61geometry docs: definition of __box__ changed from Rectangle to Box, __rectangle__ added.
Adam Wulkiewicz
2013-04-17 16:51:53 +0000
fcc99ddbcbgeometry.index: added experimental spatial query iterator and rtree::qbegin() and rtree::qend() methods, added allocator_type to Allocators.
Adam Wulkiewicz
2013-04-16 22:08:55 +0000
2a1855795egeometry.index test: changed rtree parameters to ensure that rtree will have at least 3 levels, added test for experimental spatial query iterator.
Adam Wulkiewicz
2013-04-16 22:07:37 +0000
5aa6c7d487geometry.index rtree: Added commented out preliminary version of incremental spatial query visitor.
Adam Wulkiewicz
2013-04-15 00:47:46 +0000
182dac69e0[geometry] Add missing words in doc sentences
Mateusz Loskot
2013-04-14 23:36:05 +0000
764e87f5f7geometry::index tests: leaved generated tests only for double coordinate type; generated and interprocess tests replaced by smaller ones.
Adam Wulkiewicz
2013-04-13 21:30:50 +0000
16d1ba9eb4geometry.test.index: added smaller testsets
Adam Wulkiewicz
2013-04-13 20:31:37 +0000
6bf7e0dbe0geometry::index: commented out explicit copy ctor and assignment of ptr_pair.
Adam Wulkiewicz
2013-04-13 18:28:41 +0000
e03e890d22geometry.index test: removed rtree tests for floats and tt_math.
Adam Wulkiewicz
2013-04-08 11:04:40 +0000
54b351d0db[geometry] Ticket 8393 polygon model doesn't adhere to stated Polygon concept rules, doc updated. Also updated release notes
Barend Gehrels
2013-04-07 15:38:45 +0000
8145047dc5[geometry] Ticket #7465 Fixed, made 2 constructors public
Barend Gehrels
2013-04-06 23:03:38 +0000
b2e3b33250[geometry] Tickets #8403 and #8405 -> silenced various warnings using MSVC /W4. We have to use the #pragma's to not destroy the sources.
Barend Gehrels
2013-04-06 22:46:54 +0000
7fce3396e2[geometry] Ticket #8405 -> silenced various warnings using MSVC /W4
Barend Gehrels
2013-04-06 21:28:38 +0000
b25aeb298ageometry.index test: functions closed in namespaces.
Adam Wulkiewicz
2013-04-04 20:07:20 +0000
45a0069cc0geometry docs: fixed portablility issue in script generating docs
Adam Wulkiewicz
2013-04-03 21:20:17 +0000
46a1796a2dgeometry docs: Added observers namespace info in reference matrix.
Adam Wulkiewicz
2013-04-03 19:07:47 +0000
f1d4f67b7cgeometry docs: Added spatial indexes to reference matrix + other minor documentation tweaks.
Adam Wulkiewicz
2013-04-03 19:05:33 +0000
7fd1f8c88fgeometry.index: doxygen group description tweaked
Adam Wulkiewicz
2013-04-03 19:03:25 +0000
dc03427c85[geometry] separated testsuite for Spatial Index (geometry main jamfile)
Barend Gehrels
2013-04-03 17:02:27 +0000
e975339eb5[geometry] fix unit test error (expected value was wrong) and warnings for within test
Barend Gehrels
2013-04-03 15:49:55 +0000
c903f66ab0geometry.index docs: Fixed errors in text.
Adam Wulkiewicz
2013-04-03 14:38:07 +0000
da0efb9a06geometry.index docs: added missing images
Adam Wulkiewicz
2013-04-03 13:35:42 +0000
f7ae213be4geometry docs: rapidxml added to doxygen_xml2qbk, index/../doxygen_xml2qbk removed, removed index's generated qbks.
Adam Wulkiewicz
2013-04-03 13:22:16 +0000
df4d924f25[geometry] doxygen_xml2qbk added version to generated output, removed obsoelte qbk.skip mechaniscm, and small tweaks
Barend Gehrels
2013-04-03 12:48:46 +0000
9748ebb777[geometry] fixes duplicate == for enumerations (caused by Doxygen 1.8); fixed warning; added version information
Barend Gehrels
2013-04-03 11:30:15 +0000
0a71b03e4fdoxygen_xml2qbk: added indexterms in alternative output (in the current form there may be problems with templates specializations)
Adam Wulkiewicz
2013-04-03 01:46:29 +0000
51155bc489doxygen_xml2qbk: fixed errors made for default output in the early version of new tool.
Adam Wulkiewicz
2013-04-03 01:04:05 +0000
5fd436b762doxygen_xml2qbk: functions without brief description removed from alternative output - consistent with other members. Fixed synopsis for functions without named parameters. Index's Doxyfile modified. Documentation updated.
Adam Wulkiewicz
2013-04-03 00:26:43 +0000
dd5d6ff393rtree: members of equal_to and indexable documented.
Adam Wulkiewicz
2013-04-03 00:21:04 +0000
19452a4347Boost.Geometry: integrated documentation of Index and moddified doxygen_xml2qbk.
Adam Wulkiewicz
2013-04-02 22:56:10 +0000
2031d83a83[geometry] doc update, changed endpoints, corresponds to previous commit changing generation of get/set with index. Generation should now be OK with Doxygen 1.6.3 and 1.8.3 (tested) and hopefully all versions in between
Barend Gehrels
2013-04-02 21:04:08 +0000
4f41383189[geometry] doc update, udpated Doxyfile for newest version, removed qbk_skip, SHOW_DIRECTORIES, HTML_ALIGN_MEMBERS. Also made a comment for qbk_skip in the src
Barend Gehrels
2013-04-02 17:58:49 +0000
c8475204e6[geometry] Fixes for Doxygen: we go back to ifdef DOXYGEN... for parameters which should not be documented, instead of qbk_skip. This because the newer versions of Doxygen did not support the qbk_skip construction anymore. Also removed <em> from the comment because it complained about the end (there was a /2, meaning divide by two in between)
Barend Gehrels
2013-04-02 17:53:51 +0000
b0b433d44crtree test: error fixed - wrong variable name in msvc specific code
Adam Wulkiewicz
2013-04-02 14:21:36 +0000
806c11d710rtree: msvc warnings suppressed in utilities
Adam Wulkiewicz
2013-04-02 14:11:42 +0000
5ff2262049rtree test: warning suppressed
Adam Wulkiewicz
2013-04-02 14:10:40 +0000
d490cec151rtree: fixed error in move assignment (allocators comparison), some comments added
Adam Wulkiewicz
2013-04-02 14:00:57 +0000
b68fc95741rtree test: added test of parameters after copy/move/swap
Adam Wulkiewicz
2013-04-02 02:36:55 +0000
a18bb704d3rtree: added allocator propagation test in swap()
Adam Wulkiewicz
2013-04-02 02:35:03 +0000
e2ddd7eaf5rtree test: some types changed to avoid problems with conversion
Adam Wulkiewicz
2013-04-02 00:47:13 +0000