Vissarion Fysikopoulos
03036b4b62
[algorithm] [strategy] [test] [doc] Rename line_interpolate_point to line_interpolate
2019-02-19 16:32:22 +02:00
Vissarion Fysikopoulos
d0331aa3eb
[algorithm] [test] Assertion for possible division with zero in line_interpolate
2019-02-18 14:43:53 +02:00
Vissarion Fysikopoulos
f83cb027b5
[strategy] [test] Use radius in spherical line_interpolate strategy
2019-02-18 14:04:32 +02:00
Vissarion Fysikopoulos
4646d12521
Merge remote-tracking branch 'origin/develop' into feature/line_interpolate_point_2
2019-02-15 15:54:29 +02:00
Vissarion Fysikopoulos
8700f3703d
[test] Add tests for non standard spheroids and fix andoyer cases in line_interpolate
2019-02-14 16:39:11 +02:00
Vissarion Fysikopoulos
0ab93f5280
[strategy] Remove azimuth precomputation from line_interpolate strategies
2019-02-12 16:54:04 +02:00
Vissarion Fysikopoulos
127de58eaf
[test] Test edge cases for line_intrpolate
2019-02-11 17:03:15 +02:00
Vissarion Fysikopoulos
033c9c7aaf
[test] Test for input distance longer than linestring length for line_intrpolate
2019-02-11 16:37:08 +02:00
Vissarion Fysikopoulos
6d837b55ef
[test] Test for negative input distance for line_intrpolate
2019-02-11 16:05:50 +02:00
Vissarion Fysikopoulos
c5354453ac
[test] Test for line_intrpolate regarding round off errors
2019-02-11 15:58:17 +02:00
Adam Wulkiewicz
4714ea458c
Merge pull request #553 from vissarion/bug/distance_spheroid
...
Pass spheroid correctly in geographic comparable strategies
2019-02-08 16:49:47 +01:00
Barend Gehrels
a1aa082c17
Merge pull request #551 from barendgehrels/feature/remove_rescaling_preparations
...
Feature/remove rescaling preparations
2019-02-07 19:09:54 +01:00
Vissarion Fysikopoulos
05102586b0
[strategy] [test] Return strategy correctly from get_comparable in box-box; add tests for those cases
2019-02-06 15:20:53 +02:00
Vissarion Fysikopoulos
b242878b8e
[test] Remove some unused parameters
2019-02-06 15:14:49 +02:00
Vissarion Fysikopoulos
da6a2dd186
[strategy] [test] Return strategy correctly from get_comparable in pt-seg and pt-box; add tests for those cases
2019-02-06 15:11:59 +02:00
Adam Wulkiewicz
eb73b0c03f
[test] Use correct namespaces in proj4 wrapper.
2019-02-02 12:36:48 +01:00
Adam Wulkiewicz
e83c8404b5
[test][srs] Improve proj4 wrapper.
2019-02-01 01:07:35 +01:00
Barend Gehrels
e9b81ed877
[test] add testcases, minor changes in existing testcases
2019-01-30 16:22:02 +01:00
Adam Wulkiewicz
2e19b75876
[setops] Disable validity testing for several cases.
2019-01-25 21:13:28 +01:00
Vissarion Fysikopoulos
b02c5e2aae
[algorithm] [strategy] Change line_interpolate_point to use distance instead of fraction
2019-01-25 16:49:03 +02:00
Barend Gehrels
809d33bb5a
Merge branch 'develop' of https://github.com/boostorg/geometry into develop
2019-01-23 21:58:57 +01:00
Barend Gehrels
38cf379448
[test] Add testcase for reported issue
2019-01-23 21:58:51 +01:00
Adam Wulkiewicz
6e75922962
[test][within] Add missing include.
2019-01-03 15:50:56 +01:00
Adam Wulkiewicz
5f39dfe6af
[test][algorithms] Add missing includes in hausdorff distance test.
2018-12-18 04:33:42 +01:00
Vissarion Fysikopoulos
d553d82d56
Resolve conflicts and merge with develop
2018-12-17 14:02:20 +02:00
Adam Wulkiewicz
f6826c43b2
[test][strategies] Rename envelope_segment test file.
2018-12-16 15:41:39 +01:00
Adam Wulkiewicz
4c099bdd50
Merge branch 'develop' into feature/undefined_cs
2018-12-16 15:16:39 +01:00
Adam Wulkiewicz
60d1f8fa28
Merge pull request #531 from barendgehrels/feature/get_turn_info_add_retrieve_policy
...
Feature/get turn info add retrieve policy
2018-12-14 22:46:47 +01:00
Barend Gehrels
b5d44b7428
[test] fix get_turn_info test
2018-12-08 18:55:47 +01:00
Barend Gehrels
2c14e92289
[test] put ranges first
2018-12-08 17:59:02 +01:00
Barend Gehrels
64126a9173
[get_turn_info][test] add point_type, rename policy
2018-12-04 23:12:20 +01:00
Barend Gehrels
2653bf5e7b
[get_turn_info] Adapt unit test to latest state
2018-12-04 19:42:46 +01:00
Barend Gehrels
5bf8066f36
[get_turn_info] process review remarks, rename policies, methods
...
Postpone getting pk/qk in collinear_opposite
2018-12-01 13:22:03 +01:00
Barend Gehrels
c12b048742
[test] fix get_turn_info unit test by adding correct strategy
2018-11-28 20:32:21 +01:00
Adam Wulkiewicz
d19254842c
Merge branch 'develop' into feature/undefined_cs
2018-11-28 02:35:38 +01:00
Adam Wulkiewicz
6af84a3a49
[test] Move tests of extensions headers to extensions/test directory.
2018-11-27 21:17:16 +01:00
Adam Wulkiewicz
d271fde65f
[test] Move self contained headers tests and tweak Jamfile to shorten paths.
2018-11-27 21:00:28 +01:00
Barend Gehrels
a556829348
[is_valid] revert part of commit 465e487b8c
2018-11-25 11:17:28 +01:00
Adam Wulkiewicz
688bb5e290
[test][overlay] Test two specific get_turns L/L cases only for double coordinate type.
2018-11-23 03:05:26 +01:00
Adam Wulkiewicz
594babdfc5
[test][srs] Divide projection_interface tests into smaller chunks testing proj4, dynamic and static interfaces separately.
2018-11-22 03:59:45 +01:00
Barend Gehrels
445dcac39a
[test] fix get_turn_info test for new retrieve_policy
2018-11-21 23:07:23 +01:00
Mateusz Łoskot
146f80edae
Run headers tests only on demand
...
Disable headers tests on CI services and during regression tests.
Refines #525
2018-11-21 16:26:26 +01:00
Vissarion Fysikopoulos
c5b0f851a9
[test] Compute intermediate points inexactly
2018-10-29 16:29:20 +02:00
Mateusz Łoskot
ea962638f3
Add compile-only tests verifying headers are self-contained
...
Add Boost.Jam rule generating test target for each header found
in specified location.
List test suites (target aliases) for groups of headers.
Build self_contained_headers test only if CI environment variable is NOT
defined or on-demand, if TEST_HEADERS environment variable is defined,
or if b2 test/self_contained_headers is requested from command line.
Related to issue #523
2018-10-28 20:37:43 +01:00
Vissarion Fysikopoulos
87dfbe07a8
[doc] Line interpolate point algorithm and strategies
2018-10-26 17:03:24 +03:00
Vissarion Fysikopoulos
d8b95f0e94
Merge branch 'develop' into feature/line_interpolate_point_2
2018-10-24 16:50:53 +03:00
Vissarion Fysikopoulos
133177a620
[algorithms] Compute length using correct strategy in line interpolate points
2018-10-17 12:38:53 +03:00
Adam Wulkiewicz
a0eb54fc27
[test][within] Update P/B within strategies.
2018-10-15 01:23:15 +02:00
Adam Wulkiewicz
bcd6e69b41
[test][partition] Use disjoint Box/Box strategy in partition test.
2018-10-13 12:46:33 +02:00
Adam Wulkiewicz
d29acd1a2c
Merge branch 'develop' into feature/undefined_cs
2018-10-12 22:12:13 +02:00