Adam Wulkiewicz
|
fde5135bd9
|
geometry.index: test - added test for experimental nearest query iterator, examples - added experimental nearest query iterator to benchmark.
[SVN r83969]
|
2013-04-19 22:31:43 +00:00 |
|
Adam Wulkiewicz
|
6307d5b3a4
|
geometry.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 &)
[SVN r83968]
|
2013-04-19 22:27:54 +00:00 |
|
Adam Wulkiewicz
|
b6e7b766a3
|
geometry.index docs: small changes in the section describing queries.
[SVN r83965]
|
2013-04-19 13:20:40 +00:00 |
|
Adam Wulkiewicz
|
8b7e59b3ec
|
geometry.index.rtree: Removed distance predicates member unnecessarily stored in nearest visitor.
[SVN r83964]
|
2013-04-19 12:57:12 +00:00 |
|
Adam Wulkiewicz
|
29296f2571
|
geometry.index docs: added missing newlines at the end of some example src files.
[SVN r83947]
|
2013-04-18 00:27:09 +00:00 |
|
Adam Wulkiewicz
|
3f7df7c85e
|
geometry.index rtree: dependency removed - node_auto_ptr base class noncopyable - implemented manually.
[SVN r83946]
|
2013-04-18 00:20:40 +00:00 |
|
Adam Wulkiewicz
|
8d002db8a9
|
geometry.index rtree: error fixed in linear redistribute_elements, errors fixed in experimental spatial query iterator and visitor.
[SVN r83945]
|
2013-04-18 00:06:35 +00:00 |
|
Adam Wulkiewicz
|
dda8d2ac57
|
geometry.index: docs - updated rtree times and linear picture, test - cosmetic change in experimental query iterator test, example - added experimental query iterator to the benchmark
[SVN r83944]
|
2013-04-18 00:04:29 +00:00 |
|
Adam Wulkiewicz
|
457e838a61
|
geometry docs: definition of __box__ changed from Rectangle to Box, __rectangle__ added.
[SVN r83939]
|
2013-04-17 16:51:53 +00:00 |
|
Adam Wulkiewicz
|
fcc99ddbcb
|
geometry.index: added experimental spatial query iterator and rtree::qbegin() and rtree::qend() methods, added allocator_type to Allocators.
[SVN r83935]
|
2013-04-16 22:08:55 +00:00 |
|
Adam Wulkiewicz
|
2a1855795e
|
geometry.index test: changed rtree parameters to ensure that rtree will have at least 3 levels, added test for experimental spatial query iterator.
[SVN r83934]
|
2013-04-16 22:07:37 +00:00 |
|
Adam Wulkiewicz
|
5aa6c7d487
|
geometry.index rtree: Added commented out preliminary version of incremental spatial query visitor.
[SVN r83912]
|
2013-04-15 00:47:46 +00:00 |
|
Mateusz Loskot
|
182dac69e0
|
[geometry] Add missing words in doc sentences
[SVN r83911]
|
2013-04-14 23:36:05 +00:00 |
|
Adam Wulkiewicz
|
764e87f5f7
|
geometry::index tests: leaved generated tests only for double coordinate type; generated and interprocess tests replaced by smaller ones.
[SVN r83882]
|
2013-04-13 21:30:50 +00:00 |
|
Adam Wulkiewicz
|
16d1ba9eb4
|
geometry.test.index: added smaller testsets
[SVN r83881]
|
2013-04-13 20:31:37 +00:00 |
|
Adam Wulkiewicz
|
6bf7e0dbe0
|
geometry::index: commented out explicit copy ctor and assignment of ptr_pair.
[SVN r83879]
|
2013-04-13 18:28:41 +00:00 |
|
Adam Wulkiewicz
|
e03e890d22
|
geometry.index test: removed rtree tests for floats and tt_math.
[SVN r83807]
|
2013-04-08 11:04:40 +00:00 |
|
Barend Gehrels
|
54b351d0db
|
[geometry] Ticket 8393 polygon model doesn't adhere to stated Polygon concept rules, doc updated. Also updated release notes
[SVN r83792]
|
2013-04-07 15:38:45 +00:00 |
|
Barend Gehrels
|
8145047dc5
|
[geometry] Ticket #7465 Fixed, made 2 constructors public
[SVN r83787]
|
2013-04-06 23:03:38 +00:00 |
|
Barend Gehrels
|
b2e3b33250
|
[geometry] Tickets #8403 and #8405 -> silenced various warnings using MSVC /W4.
We have to use the #pragma's to not destroy the sources.
[SVN r83786]
|
2013-04-06 22:46:54 +00:00 |
|
Barend Gehrels
|
7fce3396e2
|
[geometry] Ticket #8405 -> silenced various warnings using MSVC /W4
[SVN r83780]
|
2013-04-06 21:28:38 +00:00 |
|
Adam Wulkiewicz
|
b25aeb298a
|
geometry.index test: functions closed in namespaces.
[SVN r83770]
|
2013-04-04 20:07:20 +00:00 |
|
Adam Wulkiewicz
|
45a0069cc0
|
geometry docs: fixed portablility issue in script generating docs
[SVN r83759]
|
2013-04-03 21:20:17 +00:00 |
|
Adam Wulkiewicz
|
46a1796a2d
|
geometry docs: Added observers namespace info in reference matrix.
[SVN r83753]
|
2013-04-03 19:07:47 +00:00 |
|
Adam Wulkiewicz
|
f1d4f67b7c
|
geometry docs: Added spatial indexes to reference matrix + other minor documentation tweaks.
[SVN r83752]
|
2013-04-03 19:05:33 +00:00 |
|
Adam Wulkiewicz
|
7fd1f8c88f
|
geometry.index: doxygen group description tweaked
[SVN r83751]
|
2013-04-03 19:03:25 +00:00 |
|
Barend Gehrels
|
dc03427c85
|
[geometry] separated testsuite for Spatial Index (geometry main jamfile)
[SVN r83747]
|
2013-04-03 17:02:27 +00:00 |
|
Barend Gehrels
|
e975339eb5
|
[geometry] fix unit test error (expected value was wrong) and warnings for within test
[SVN r83745]
|
2013-04-03 15:49:55 +00:00 |
|
Adam Wulkiewicz
|
c903f66ab0
|
geometry.index docs: Fixed errors in text.
[SVN r83743]
|
2013-04-03 14:38:07 +00:00 |
|
Adam Wulkiewicz
|
da0efb9a06
|
geometry.index docs: added missing images
[SVN r83741]
|
2013-04-03 13:35:42 +00:00 |
|
Adam Wulkiewicz
|
f7ae213be4
|
geometry docs: rapidxml added to doxygen_xml2qbk, index/../doxygen_xml2qbk removed, removed index's generated qbks.
[SVN r83740]
|
2013-04-03 13:22:16 +00:00 |
|
Barend Gehrels
|
8e13b642be
|
[geometry] [doxygen_xml2qbk] copyright update
[SVN r83737]
|
2013-04-03 12:50:18 +00:00 |
|
Barend Gehrels
|
df4d924f25
|
[geometry] doxygen_xml2qbk added version to generated output, removed obsoelte qbk.skip mechaniscm, and small tweaks
[SVN r83736]
|
2013-04-03 12:48:46 +00:00 |
|
Barend Gehrels
|
9748ebb777
|
[geometry] fixes duplicate == for enumerations (caused by Doxygen 1.8); fixed warning; added version information
[SVN r83735]
|
2013-04-03 11:30:15 +00:00 |
|
Adam Wulkiewicz
|
0a71b03e4f
|
doxygen_xml2qbk: added indexterms in alternative output (in the current form there may be problems with templates specializations)
[SVN r83734]
|
2013-04-03 01:46:29 +00:00 |
|
Adam Wulkiewicz
|
51155bc489
|
doxygen_xml2qbk: fixed errors made for default output in the early version of new tool.
[SVN r83733]
|
2013-04-03 01:04:05 +00:00 |
|
Adam Wulkiewicz
|
5fd436b762
|
doxygen_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.
[SVN r83732]
|
2013-04-03 00:26:43 +00:00 |
|
Adam Wulkiewicz
|
dd5d6ff393
|
rtree: members of equal_to and indexable documented.
[SVN r83731]
|
2013-04-03 00:21:04 +00:00 |
|
Adam Wulkiewicz
|
19452a4347
|
Boost.Geometry: integrated documentation of Index and moddified doxygen_xml2qbk.
[SVN r83730]
|
2013-04-02 22:56:10 +00:00 |
|
Barend Gehrels
|
b74d00c373
|
[geometry] fix nested square brackets for 0..n-1
[SVN r83724]
|
2013-04-02 21:21:55 +00:00 |
|
Barend Gehrels
|
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
[SVN r83723]
|
2013-04-02 21:04:08 +00:00 |
|
Barend Gehrels
|
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
[SVN r83715]
|
2013-04-02 17:58:49 +00:00 |
|
Barend Gehrels
|
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)
[SVN r83714]
|
2013-04-02 17:53:51 +00:00 |
|
Adam Wulkiewicz
|
b0b433d44c
|
rtree test: error fixed - wrong variable name in msvc specific code
[SVN r83712]
|
2013-04-02 14:21:36 +00:00 |
|
Adam Wulkiewicz
|
806c11d710
|
rtree: msvc warnings suppressed in utilities
[SVN r83711]
|
2013-04-02 14:11:42 +00:00 |
|
Adam Wulkiewicz
|
5ff2262049
|
rtree test: warning suppressed
[SVN r83710]
|
2013-04-02 14:10:40 +00:00 |
|
Adam Wulkiewicz
|
d490cec151
|
rtree: fixed error in move assignment (allocators comparison), some comments added
[SVN r83709]
|
2013-04-02 14:00:57 +00:00 |
|
Adam Wulkiewicz
|
b68fc95741
|
rtree test: added test of parameters after copy/move/swap
[SVN r83707]
|
2013-04-02 02:36:55 +00:00 |
|
Adam Wulkiewicz
|
a18bb704d3
|
rtree: added allocator propagation test in swap()
[SVN r83706]
|
2013-04-02 02:35:03 +00:00 |
|
Adam Wulkiewicz
|
e2ddd7eaf5
|
rtree test: some types changed to avoid problems with conversion
[SVN r83705]
|
2013-04-02 00:47:13 +00:00 |
|