Adam Wulkiewicz
d442090ff7
Merge branch 'develop' of github.com:boostorg/geometry into develop
2018-01-28 03:33:42 +01:00
Adam Wulkiewicz
350f4990b3
[test][srs] Fix unused parameter warning.
2018-01-28 03:30:44 +01:00
Adam Wulkiewicz
856e8a4f11
[srs] Fix unused parameter warnings in projections.
2018-01-28 03:28:16 +01:00
Adam Wulkiewicz
9a0609114a
Merge pull request #456 from norbertwenzel/std-array-adaptor-docs
...
Add C++11 std::array point adaptor docs
2018-01-28 02:23:46 +01:00
Adam Wulkiewicz
9373a5f271
[test][srs] Add par4 metafunctions compilation test.
2018-01-28 02:22:06 +01:00
Adam Wulkiewicz
64b0472c06
[srs] Implement is_[param] metafunctions differently.
...
Implement one metafunction for each parameter.
Previous implementation with template template parameters and member
struct partial specializations is not compiled properly with
mingw-gcc-4.1.2.
2018-01-28 02:17:18 +01:00
Norbert Wenzel
d4bc950146
[doc] Add C++11 std::array point adaptor docs
...
Copied the documentation entry and example from Boost.Array. Referred
to std::array as "C++11 array container".
Link to new page from
* reference
* quickref
* point concept
2018-01-27 10:52:17 +01:00
Barend Gehrels
a923fca171
Merge branch 'feature/dissolve' into develop
2018-01-26 13:52:23 +01:00
Barend Gehrels
617b78c420
[test] increase tolerance of multi-point circle buffers, which, having
...
many intersections, have their collinear points removed and are 1e-5 smaller
2018-01-26 13:25:38 +01:00
Barend Gehrels
f054f092a2
[test] update two other testcases for difference
2018-01-26 13:20:56 +01:00
Barend Gehrels
8ef2eb41d0
[buffer] add necessary include for testing with no-rescale
2018-01-26 13:05:19 +01:00
Barend Gehrels
b3a6034e70
[spike] remove redundant static and fix layout
2018-01-26 13:04:56 +01:00
Barend Gehrels
b55b95846e
[test] check validity of failing testcase, it will be solved by no-rescaling.
...
So accept for now that result is invalid (which is a false positive)
2018-01-26 13:03:25 +01:00
Barend Gehrels
34dfbba271
[test] adapt point expectations for union/difference/intersection
...
because we now skip some collinear points
2018-01-26 13:02:06 +01:00
Barend Gehrels
d0ca69a058
[dissolve/overlay] when adding intersection point, check on collinearity
...
to avoid adding three points in a row. If these points were already part
of the input, then they are just added as is.
2018-01-26 12:40:35 +01:00
Barend Gehrels
e86d9026b4
Merge branch 'feature/dissolve' into develop
2018-01-26 09:55:01 +01:00
Barend Gehrels
e7491e76ee
[dissolve] fix area_result_type which is changed in the library
2018-01-26 09:54:22 +01:00
Barend Gehrels
bc598fdfc5
Merge branch 'develop' into feature/dissolve
2018-01-26 09:39:51 +01:00
Adam Wulkiewicz
d98640dbc5
[srs] Fix unreachable code msvc warnings in isea projection.
2018-01-25 21:08:49 +01:00
Adam Wulkiewicz
8d2f00ae7b
Merge pull request #455 from awulkiew/feature/spherical_strategies
...
Support both RadiusType and Sphere as template parameter in spherial strategies.
2018-01-24 13:42:01 +01:00
Adam Wulkiewicz
7ebafcdb90
[test][srs] Add missing braces in projections test cases array.
2018-01-23 21:13:42 +01:00
Adam Wulkiewicz
0dbdd990ea
[test][is_valid] Fix unused type warning.
2018-01-23 21:13:02 +01:00
Adam Wulkiewicz
719fe851bf
[strategy] Fix strategy passing in helper function of geographic distance P/B strategy.
2018-01-23 21:12:32 +01:00
Adam Wulkiewicz
47da3da67c
[srs] Fix function modifier (relace static with inline).
2018-01-23 21:11:42 +01:00
Adam Wulkiewicz
88aeb64fe5
[strategy] Take RadiusTypeOrSphere tparam in spherial strategies.
2018-01-23 18:43:56 +01:00
Adam Wulkiewicz
43a054ca99
[srs] Prefix get/set function calls with geometry:: (mingw-gcc-4.4 workaround).
2018-01-23 18:39:41 +01:00
Adam Wulkiewicz
b6c1e88378
[strategy] Fix min/max function calls with MSVC and use abs from math namespace.
2018-01-23 18:34:56 +01:00
Adam Wulkiewicz
efc9d4ac3d
Merge pull request #441 from awulkiew/feature/area_strategies
...
Change area strategies interface.
2018-01-22 23:05:17 +01:00
Adam Wulkiewicz
c8a290b3a4
Merge pull request #454 from norbertwenzel/doc-typo
...
Typo: Add missing full stop to sentence
2018-01-22 23:03:14 +01:00
Adam Wulkiewicz
18bc911078
Merge pull request #438 from vissarion/feature/distance_box
...
Point-box and box-box distance for spherical and geographic CS
2018-01-22 23:02:01 +01:00
Norbert Wenzel
70267efabc
Add missing full stop to sentence
2018-01-22 22:58:39 +01:00
Vissarion Fysikopoulos
3d9cbd87a4
[strategies] Move generic distance pt/box and box/box strategies
2018-01-22 16:48:37 +02:00
Vissarion Fysikopoulos
edf07697e8
Merge remote-tracking branch 'origin/develop' into feature/distance_box
2018-01-22 12:59:25 +02:00
Adam Wulkiewicz
29df95e09f
[ci] Enable SRS tests at CircleCI.
2018-01-21 13:57:37 +01:00
Adam Wulkiewicz
e67bf40b35
Merge branch 'develop' into feature/area_strategies
2018-01-21 02:48:29 +01:00
Adam Wulkiewicz
0bababb22b
Merge pull request #394 from awulkiew/feature/projections
...
Move projections from extensions.
2018-01-21 02:03:08 +01:00
Adam Wulkiewicz
7d2026dd84
Merge branch 'develop' into feature/projections
...
Conflicts:
include/boost/geometry/geometry.hpp
test/Jamfile.v2
2018-01-21 01:51:04 +01:00
Adam Wulkiewicz
84675e253f
[projections] Remove unused paramters and types.
2018-01-21 00:06:35 +01:00
Adam Wulkiewicz
8df7774495
[test] Add minimal test and disable the rest of the tests for TRAVIS.
2018-01-20 01:30:10 +01:00
Adam Wulkiewicz
20a83095a0
[doc][area] Add documentation for geographic strategy and improve example (use strategies).
2018-01-16 15:22:52 +01:00
Adam Wulkiewicz
6d0d53c41e
Merge branch 'develop' into feature/area_strategies
2018-01-16 14:45:48 +01:00
Adam Wulkiewicz
dbf56a8210
Merge pull request #437 from awulkiew/feature/complexify
...
Add new algorithm - densify()
2018-01-16 14:45:06 +01:00
Adam Wulkiewicz
5f19586ef6
[doc][densify] Add examples.
2018-01-15 19:46:55 +01:00
Adam Wulkiewicz
4b2304c5b7
[test][densify] Test default strategy version of algorithm.
2018-01-15 19:24:42 +01:00
Adam Wulkiewicz
e8fdc21b85
Merge branch 'develop' into feature/complexify
2018-01-15 19:24:08 +01:00
Adam Wulkiewicz
1cafdc6d43
[densify] Fix default strategy type and remove wrong template parameter.
2018-01-15 19:23:43 +01:00
Adam Wulkiewicz
36d5ad9122
[length] Implement resolve_strategy stage.
2018-01-15 19:20:18 +01:00
Barend Gehrels
e3ca911fd0
Merge branch 'feature/dissolve' into develop
2018-01-13 17:55:39 +01:00
Barend Gehrels
e01ba5d62a
[dissolve] comment case in recently changed code
2018-01-12 18:09:04 +01:00
Barend Gehrels
a06da3995a
[test] add clockwise option to dissolve test - which is not completely
...
working yet.
2018-01-12 18:08:37 +01:00