Adam Wulkiewicz
|
b051ccdb1f
|
test: add cmake files for rtree tests
|
2025-03-05 00:04:34 +01:00 |
|
Adam Wulkiewicz
|
fb99e6f3e8
|
test: divide rtree_with_strategies test into multiple files
|
2025-03-04 23:05:14 +01:00 |
|
Adam Wulkiewicz
|
4178becbab
|
test: add parentheses, change names in rtree strategies test
|
2025-01-17 23:46:10 +01:00 |
|
Adam Wulkiewicz
|
cb59e0e82c
|
test: add test for rtree with strategies in undefined cs
|
2025-01-16 21:44:00 +01:00 |
|
Vissarion Fisikopoulos
|
ad2a134a2e
|
Merge pull request #1302 from vissarion/cmake_ci
Update cmake scripts and add them to github actions
|
2024-09-13 16:03:14 +03:00 |
|
Rene Rivera
|
d0b33c770c
|
Change all <source> references to <library>.
|
2024-08-20 08:15:45 +02:00 |
|
Rene Rivera
|
06a4aa97e2
|
Make the library modular usable.
|
2024-08-20 08:15:45 +02:00 |
|
Vissarion Fisikopoulos
|
d7745884fd
|
Add missing newlines at end of files
|
2024-08-14 15:03:28 +03:00 |
|
Vissarion Fisikopoulos
|
a6f99e5572
|
Add cmake tests on github actions and add cmake scripts for index
|
2024-08-14 13:13:12 +03:00 |
|
Vissarion Fisikopoulos
|
323b2ff91c
|
Merge pull request #1195 from Lastique/feature/use_invoke_swap
Switch to `boost::core::invoke_swap`. Add missing includes.
|
2023-09-08 13:17:22 +03:00 |
|
Andrey Semashev
|
c741907296
|
Switch to boost::core::invoke_swap. Add missing includes.
boost::swap is deprecated and will be removed. Use boost::core::invoke_swap
as a replacement.
Also add missing includes.
|
2023-09-03 03:23:51 +03:00 |
|
Yuriy Chernyshov
|
3502521e0a
|
Modernize noexcept specifications
|
2023-09-01 18:57:00 +03:00 |
|
Vissarion Fisikopoulos
|
c479ca194e
|
Merge pull request #1152 from vissarion/fix/cxx11_macros
Remove CXX11/14 related macros
|
2023-05-25 14:37:17 +03:00 |
|
Vissarion Fisikopoulos
|
6012885253
|
Remove CXX11/14 related macros
|
2023-05-23 15:16:08 +03:00 |
|
Vissarion Fisikopoulos
|
eb38231d36
|
Remove trailing whitespaces from include and index directories
|
2022-12-07 15:53:21 +02:00 |
|
Adam Wulkiewicz
|
19a742e3bb
|
[test][index] Fix varray test and counting_value. Explicitly declare ctors and assignments.
|
2021-08-24 19:56:22 +02:00 |
|
Adam Wulkiewicz
|
a8545eefb1
|
[test][index] Fix different sign compare warning.
|
2021-08-24 19:02:25 +02:00 |
|
Adam Wulkiewicz
|
38031de1f2
|
[test][index] Drop Bforeach dependency from rtree tests.
|
2021-08-23 13:04:06 +02:00 |
|
Adam Wulkiewicz
|
ad7ea13b7a
|
[test][index] Rebind allocator with container::allocator_traits<>.
|
2021-07-19 21:37:54 +02:00 |
|
Mateusz Łoskot
|
96db897fc5
|
Rename Jamfile.v2 to Jamfile (#679)
There is no reason to maintain the legacy .v2 file extension,
which is unnecessary clutter, may be confusing.
|
2020-03-08 23:50:18 +01:00 |
|
Adam Wulkiewicz
|
940d01e4f5
|
[test][index] Check elements counts after an exception is thrown.
|
2019-11-12 18:07:32 +01:00 |
|
Adam Wulkiewicz
|
970bce222f
|
[test] Update tests WRT recent changes related to CS-specific strategies propagation.
|
2019-06-24 12:21:19 +02:00 |
|
Adam Wulkiewicz
|
c207b86470
|
[test][index][rtree] Add missing ctor to throwing_varray test container.
|
2019-03-29 14:15:33 +01:00 |
|
Mateusz Łoskot
|
f2d5fae490
|
Replace boost::ignore_unused_variable_warning with boost::ignore_unused
The former is provided by Boost.ConceptCheck.
The latter is an improved equivalent provided by Boost.Core.
Related to #513
|
2018-10-12 15:16:46 +02:00 |
|
Adam Wulkiewicz
|
577688d238
|
[test][index] Group rtree tests in separate directories by value_type.
|
2018-07-22 18:28:07 +02:00 |
|
Brian Kuhl
|
6c745b595f
|
Change <host-os> to <target-os> to support cross-compilation
|
2018-06-24 23:02:58 -04:00 |
|
Adam Wulkiewicz
|
75c42bb0f7
|
[test][index] Add test for rtree::remove() for spherical and geographic CS.
|
2016-08-27 02:35:30 +02:00 |
|
Adam Wulkiewicz
|
add8d49b0b
|
[test][index] Add missing typename keyword.
|
2016-06-21 23:53:17 +02:00 |
|
Adam Wulkiewicz
|
3f282b5e19
|
[test][index] Add test for specific case of contains(pt).
|
2016-06-21 22:13:25 +02:00 |
|
Adam Wulkiewicz
|
ccd671f5ac
|
[test][index] Test rtree intersects query with various geometries using point type different than rtree::bounds_type.
|
2016-06-06 21:16:27 +02:00 |
|
Adam Wulkiewicz
|
3b3ead537e
|
[test][rtree] Add test for non-cartesian CSes.
|
2016-03-10 04:55:17 +01:00 |
|
Adam Wulkiewicz
|
df2056756f
|
[test][index] Enable enlargement in the test checking handling of epsilon in the rtree.
|
2015-10-08 19:02:23 +02:00 |
|
Adam Wulkiewicz
|
e293838a50
|
[test][index][rtree] Remove unused variable.
|
2015-08-23 15:03:18 +02:00 |
|
Adam Wulkiewicz
|
e090eb5681
|
[test][index] Add rtree spatial query epsilon-related test.
|
2015-08-23 15:03:18 +02:00 |
|
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
|
b741c36c34
|
[test][index] Add a test of rtree inserts and removes for various parameters.
|
2015-08-13 21:09:52 +02:00 |
|
Adam Wulkiewicz
|
2e1690c247
|
[test][index] Add tests for rtree iterators.
Query iterator ForwardIterator category conformance.
Iterator usage with STL algorithms, Boost.Range and Boost.Foreach.
|
2015-04-04 18:32:14 +02:00 |
|
Adam Wulkiewicz
|
4ecb443891
|
[test] Add /bigobj compiler flag for all tests run on windows with intel compiler.
|
2015-03-24 01:25:50 +01:00 |
|
Adam Wulkiewicz
|
d22b3a00bf
|
[test][index] Add more tests for types convertible to rtree::value_type.
Hopefully it'll give info needed to fix wrong results of rtree::count() for types convertible to value_type on Android.
|
2015-03-19 03:54:10 +01:00 |
|
Adam Wulkiewicz
|
5cd851d48a
|
[test][index] Add test for rtree packing using move_itreator.
|
2015-03-19 01:27:51 +01:00 |
|
Adam Wulkiewicz
|
5760eff62f
|
[test][index] Replace BOOST_CHECK with BOOST_CHECK_EQUAL in rtree_values test for more convenienet output.
|
2015-01-09 17:21:42 +01:00 |
|
Adam Wulkiewicz
|
99e7638d20
|
[test][index] Add linkflags to Jamfile for rtree+Interprocess test for linux.
|
2015-01-04 19:12:49 +01:00 |
|
Adam Wulkiewicz
|
936d52db27
|
[index][test] Fix storing of pairs and tuples containing pointers to Geometries.
|
2014-12-11 22:59:52 +01:00 |
|
Adam Wulkiewicz
|
6aa5df954f
|
[test][index] Replace struct with class keyword in specialization of allocators<> for throwing node.
|
2014-11-20 22:48:06 +01:00 |
|
Adam Wulkiewicz
|
7ee87715d0
|
[test][index] Add ctor to throwing_varray required by the new implementation of redistribute_elements.
|
2014-10-07 23:07:45 +02:00 |
|
Adam Wulkiewicz
|
c57be3a036
|
[test][index] Use new names of variant nodes in the implementation of throwing nodes in exceptions tests.
|
2014-10-05 16:20:09 +02:00 |
|
Adam Wulkiewicz
|
22bd0ea747
|
[test][index] Change throwing nodes from polymorphic to variant-based.
|
2014-10-05 14:40:43 +02:00 |
|
Adam Wulkiewicz
|
724f4d3792
|
[test][index] Add test for rtree::count() taking objects of type convertible to value_type.
|
2014-10-02 23:38:53 +02:00 |
|
Adam Wulkiewicz
|
345869b883
|
[test][index] Add tests for insertion of objects of type convertible to value_type.
|
2014-10-02 21:25:33 +02:00 |
|
Adam Wulkiewicz
|
4a9e53bf8b
|
[index/test] Comment unused typedef out
|
2014-06-10 01:14:27 +02:00 |
|