Commit Graph

40 Commits

Author SHA1 Message Date
Adam Wulkiewicz
d69702c492 [test][example][index] Update rtree tests and example WRT latest changes related to epsilon handling. 2015-08-23 15:03:17 +02:00
Adam Wulkiewicz
13a63ec59c [example][index] Add missing header. 2015-06-11 18:01:53 +02:00
Adam Wulkiewicz
07d7258801 [index][example] Upgrade insert() benchmark.
Add max_range_inserts parameter.
Add are_xxx_ok checks for debugging.
2015-01-07 22:44:06 +01:00
Adam Wulkiewicz
69d03e9a7c [index][example] Add range-insert benchmark. 2015-01-07 15:58:23 +01:00
Adam Wulkiewicz
996f4bb935 [example] Update examples WRT the latest relocation of the code from multi/ directory 2014-06-04 22:25:59 +02:00
Adam Wulkiewicz
270f3e239c [example/index] Fix GCC/clang c++98 compilation error in glut_vis.cpp
The error is caused by the Boost.Move limitation - the correct implicit assignment operator can't be automatically generated for a containing class.
2014-05-19 17:07:52 +02:00
Adam Wulkiewicz
ba8d1b471d [index][example] Improve the rtree visualization.
Add support for rtrees storing Points and Segments.
Add the support for Segments in print_indexable() and gl_draw_indexable() index utilities.
2014-05-19 01:10:36 +02:00
Adam Wulkiewicz
c51cdc4bb9 [doc][example] Update the knn queries section in docs. Improve knn query visualization in glut_vis. 2014-05-18 19:29:16 +02:00
Adam Wulkiewicz
d6326c6343 [index/example] Add the visualization of knn Box/Box and Seg/Box to glut_vis example 2014-05-18 16:08:48 +02:00
Adam Wulkiewicz
8aa3ef425e [equals][index/examples] Optimize equals(Seg,Seg) and fix index/examples
Use less comparisions in equals(Seg,Seg) - suggested by Menelaos Karavelas
Add missing include to examples - caused by the recent change of the distance/rtree
2014-05-15 02:56:15 +02:00
Beman Dawes
72046f98b9 Add Boost.Build support for the Git modular layout, using links to to new header locations, thus preventing breakage to vast amounts of user code and build setups. Being added to SVN so that changes will automatically propagate to Git and modular Boost. Thanks to Steven Watanabe, Jürgen Hunold, Vladimir Prus, and Bjørn Roald for developing this patch. Steven in particular conceived the approach and did the initial implementation, which was further refined by the other contributors.
[SVN r86392]
2013-10-22 15:23:42 +00:00
Vladimir Prus
2e7cf8c0c4 Undo previous commit, it was meant for another branch
[SVN r85888]
2013-09-25 08:32:03 +00:00
Vladimir Prus
ec9e78e85f Initial modular patch, from Bjorn.
[SVN r85884]
2013-09-25 08:13:57 +00:00
Adam Wulkiewicz
953876e33c [geometry][index] compilation error in benchmark random_test fixed.
[SVN r85694]
2013-09-16 00:33:01 +00:00
Adam Wulkiewicz
ce10039377 [geometry][index]: added iterators test implementation using Boost.Function. Fixed compilation errors in benchmark_experimental.
[SVN r85693]
2013-09-16 00:25:37 +00:00
Adam Wulkiewicz
8ab68c96f6 [geometry][index] example: added segment and linestring intersects queries to glut_vis, doc: added pictures of those queries results.
[SVN r85563]
2013-09-04 11:57:34 +00:00
Adam Wulkiewicz
f944a3277b [geometry][index] examples: added queried() range and ranges created from query iterators to benchmark_experimental.
[SVN r85518]
2013-08-29 23:05:33 +00:00
Adam Wulkiewicz
10a847f62f [geometry][index] test: added query iterators, benchmark: removed unneeded tests versions of query iterators.
[SVN r85508]
2013-08-29 00:36:52 +00:00
Adam Wulkiewicz
190cf977c7 [geometry][index] examples: movable type-erased iterators enabled in benchmark_experimental
[SVN r85504]
2013-08-28 19:07:09 +00:00
Adam Wulkiewicz
5bfab4a363 [geometry][index]example: added additional implementation of type-erased query iterator to benchmark_experimental
[SVN r85501]
2013-08-28 13:54:25 +00:00
Adam Wulkiewicz
3b3b07c740 [geometry][index]example: added alternative type-erased query iterators to benchmark_experimental
[SVN r85496]
2013-08-28 00:55:08 +00:00
Adam Wulkiewicz
23612b0b6b [geometry][index]example: added serialization to xml archives.
[SVN r85039]
2013-07-14 19:06:00 +00:00
Adam Wulkiewicz
eeb254b58d [geometry][index]example: serialization example improved, linking test added to Jamfile.
[SVN r85027]
2013-07-14 02:01:12 +00:00
Adam Wulkiewicz
b696a1994a [geometry][index]example: added serialization preliminary test/example (not compiling since serialization is not yet implemented)
[SVN r85023]
2013-07-13 16:43:50 +00:00
Adam Wulkiewicz
f7c5895e5c [geometry]: [extensions] fixed/added tests for nsphere. [index] added nsphere to benchmark_experimental.cpp (for now commented out).
[SVN r84853]
2013-06-20 21:42:23 +00:00
Adam Wulkiewicz
740ff6b0bb [geometry][index]: tests and examples modified with respect to recent changes - detail:: predicates, traits, etc.
[SVN r84841]
2013-06-19 23:02:29 +00:00
Adam Wulkiewicz
d34f36fd95 geometry.index: test - fixed varray warnings, example - code using packing added to glut_vis and benchmark_experimental.
[SVN r84721]
2013-06-10 03:45:43 +00:00
Adam Wulkiewicz
96f7ab8531 geometry.index example: fixed compile errors in MinGW - added threading=multi in Jamfile for tests using Boost.Chrono timers.
[SVN r84668]
2013-06-07 01:35:02 +00:00
Adam Wulkiewicz
fedc24f832 geometry.index example: Changed rules from exe to link of some examples because of infinite loops.
[SVN r84664]
2013-06-06 23:33:23 +00:00
Adam Wulkiewicz
060aefcef6 geometry.index example, test: Tests and example modified to use moved utilities.
[SVN r84662]
2013-06-06 22:54:19 +00:00
Mateusz Loskot
675d816939 [geometry] Comment purpose of spatial index benchmark2.cpp test
[SVN r84620]
2013-06-03 16:32:58 +00:00
Mateusz Loskot
524ccf3d8b [geometry] Configure build for GLUT-based visualiser of spatial index
[SVN r84575]
2013-05-31 14:03:32 +00:00
Mateusz Loskot
42e4a7e91e [geometry] Configure build for spatial index examples
[SVN r84573]
2013-05-31 13:31:49 +00:00
Adam Wulkiewicz
82b4c79441 geometry.index test,example: added benchmark and test for segment path queries.
[SVN r84293]
2013-05-15 23:26:55 +00:00
Adam Wulkiewicz
29efffb3f0 geometry.index test, example: updated tests and benchmark_experimental for path_intersection of 2-point linestring.
[SVN r84238]
2013-05-11 22:38:36 +00:00
Adam Wulkiewicz
e059624130 geometry.index docs, example: Added path query description in 'Experimental features' section. Added path query to benchmark_experimental and glut_vis.
[SVN r84210]
2013-05-09 18:25:28 +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
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
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
56973629a8 geometry.index example: moved to index/example
[SVN r84034]
2013-04-24 13:47:00 +00:00