Adam Wulkiewicz
|
3f75284e24
|
Merge branch 'develop' into bg-prepare
|
2018-07-15 18:35:01 +02:00 |
|
Adam Wulkiewicz
|
ec7ac6df00
|
[test][strategies] Remove unused variable.
|
2018-07-11 15:05:21 +02:00 |
|
Adam Wulkiewicz
|
84d08d6936
|
[test][iterators] Remove typename keyword.
|
2018-07-11 14:56:14 +02:00 |
|
Adam Wulkiewicz
|
50dcb6d4ae
|
Merge pull request #488 from jonasdmentia/fix/closing_iterator_returns_reference_to_temp
Fix/closing iterator returns reference to temp
|
2018-07-09 13:43:46 +02:00 |
|
Adam Wulkiewicz
|
9d763b9e52
|
Merge pull request #499 from vissarion/fix/expand_make_inverse
Fix make_inverse and expand issue
|
2018-07-09 13:39:36 +02:00 |
|
Vissarion Fysikopoulos
|
f04c25f43d
|
[algorithms] [util] Rename is_inverse utility and update copyright notes
|
2018-07-09 12:58:34 +03:00 |
|
Vissarion Fysikopoulos
|
65084bb854
|
[util] Use exact coordinate check for inverse box
|
2018-07-06 16:43:43 +03:00 |
|
Vissarion Fysikopoulos
|
9efcb83bb3
|
[algorithms] [tests] Move include for make.hpp to correct place
|
2018-07-06 16:08:01 +03:00 |
|
Vissarion Fysikopoulos
|
7072ef0212
|
[util] Use is_inverse utility to detect inverse boxes
|
2018-07-06 16:03:56 +03:00 |
|
Phillip Palk
|
5a0964886a
|
[iterators] fix calculation of range's const reference type inside closing_iterator and ever_circling_iterator.
|
2018-07-05 23:07:36 +10:00 |
|
Adam Wulkiewicz
|
7a5e208b37
|
Merge branch 'develop' into bg-prepare
|
2018-07-04 16:54:48 +02:00 |
|
Adam Wulkiewicz
|
9ac132ea0f
|
[test][distance] Remove unused variable.
|
2018-07-04 16:54:20 +02:00 |
|
Adam Wulkiewicz
|
81ab3a1e7c
|
[distance] Fix std::min() call with msvc.
|
2018-07-04 16:54:02 +02:00 |
|
Adam Wulkiewicz
|
420e165376
|
Merge pull request #487 from vissarion/feature_test_distance_any_geo
Distance between any two geometries for spherical and geographic cs
|
2018-07-04 15:21:01 +02:00 |
|
Vissarion Fysikopoulos
|
fbc79c807b
|
Merge remote-tracking branch 'origin/develop' into feature_test_distance_any_geo
|
2018-07-04 16:16:51 +03:00 |
|
Adam Wulkiewicz
|
f711e7b8e7
|
Merge pull request #478 from vissarion/feature_box_seg
Box-segment distance for spherical and geographic coordinate systems
|
2018-07-04 15:03:56 +02:00 |
|
Vissarion Fysikopoulos
|
c1dd9278b9
|
Fix conflicts by merging to develop
|
2018-07-04 15:55:09 +03:00 |
|
Vissarion Fysikopoulos
|
38c77cf435
|
[algorithms] Avoid normalization for boxes created by make_inverse
|
2018-07-04 14:52:41 +03:00 |
|
Adam Wulkiewicz
|
3efcfabcc1
|
Merge branch 'develop' into bg-prepare
|
2018-07-02 22:24:13 +02:00 |
|
Adam Wulkiewicz
|
1d2b1bdd1e
|
[ci] Ignore apt update failure in CircleCI script.
|
2018-07-02 22:15:38 +02:00 |
|
Adam Wulkiewicz
|
be7ae5b27a
|
Merge branch 'develop' into bg-prepare
|
2018-07-02 04:55:26 +02:00 |
|
Adam Wulkiewicz
|
048b1f7928
|
Merge pull request #495 from kuhlenough/develop
Minor fixes for compilation with VxWorks 7
|
2018-06-28 04:40:29 +02:00 |
|
Brian Kuhl
|
3ddc84a852
|
change <proj to fully qualified <boost::geometry::srs::par4::proj
to avoid confusing clang when compiling with the Dinkum STL
which has inline proj() in global namespace
|
2018-06-24 23:05:58 -04:00 |
|
Brian Kuhl
|
6c745b595f
|
Change <host-os> to <target-os> to support cross-compilation
|
2018-06-24 23:02:58 -04:00 |
|
Adam Wulkiewicz
|
8eee20af4d
|
Merge pull request #492 from awulkiew/fix/pow
Add math::pow(), use it in geo area formula and projections.
|
2018-06-21 14:29:07 +02:00 |
|
Adam Wulkiewicz
|
f824763cb4
|
[formulas][srs][util] Add math::pow(), use it in geo area formula and projections.
|
2018-06-20 22:56:52 +02:00 |
|
Adam Wulkiewicz
|
53ff12ae4c
|
Merge pull request #489 from vissarion/feature_direct_formulas
Add direct formulas
|
2018-06-20 20:16:56 +02:00 |
|
Vissarion Fysikopoulos
|
25ce113de1
|
[formulas] Use std pow in are formulas
|
2018-06-19 13:07:53 +03:00 |
|
Vissarion Fysikopoulos
|
4dacbfa2d2
|
[formulas] Use pass by reference in area formula functions
|
2018-06-19 12:06:03 +03:00 |
|
Vissarion Fysikopoulos
|
10b340e89e
|
[formulas] Call to pow function with both arguments having the same type
|
2018-06-18 16:33:31 +03:00 |
|
Vissarion Fysikopoulos
|
12f7a2239b
|
[formulas] Add coordinates and reverse azimuth flags to spherical direct formula
|
2018-06-18 14:31:45 +03:00 |
|
Vissarion Fysikopoulos
|
738c0da0e2
|
[formulas] Add missing include file needed by spherical formulas
|
2018-06-18 14:13:36 +03:00 |
|
Vissarion Fysikopoulos
|
cc2ded01ee
|
[formulas] [tests] Change thomas direct interface
|
2018-06-18 14:08:58 +03:00 |
|
Vissarion Fysikopoulos
|
88469892dd
|
[formulas] Rename elliptic_meridian_arc formula to meridian
|
2018-06-18 12:52:05 +03:00 |
|
Vissarion Fysikopoulos
|
c1299d7a32
|
[formulas] [tests] Add revarse_azimuth and quantities computation to direct meridian formula plus tests
|
2018-06-18 12:03:13 +03:00 |
|
Vissarion Fysikopoulos
|
bc3189f9fd
|
[formulas] [tests] Interface for direct meridian formula and tests
|
2018-06-15 10:25:05 +03:00 |
|
Vissarion Fysikopoulos
|
d04c621150
|
[formulas] Return 0 in horner's rule special case of empty input
|
2018-06-14 10:30:10 +03:00 |
|
Vissarion Fysikopoulos
|
4c4a91f3b4
|
[formulas] Add quarter meridian formula for spheroids
|
2018-06-13 13:58:52 +03:00 |
|
Vissarion Fysikopoulos
|
97fa9c177f
|
[tests] Adding tests for spherical and thomas 1st order direct formulas
|
2018-06-12 16:00:09 +03:00 |
|
Vissarion Fysikopoulos
|
afb575fbf5
|
[tests] Add tests for meridian direct formula
|
2018-06-12 15:52:58 +03:00 |
|
Vissarion Fysikopoulos
|
ccd9edff63
|
[formulas] [strategies] Thomas first order direct formula
|
2018-06-12 15:42:34 +03:00 |
|
Vissarion Fysikopoulos
|
b7406fd19c
|
[formulas] Spherical direct formula
|
2018-06-12 15:29:56 +03:00 |
|
Vissarion Fysikopoulos
|
c572601efa
|
[formulas] [strategies] Rename elliptic_arc_length formula to elliptic_meridian_arc_inverse for consistency
|
2018-06-12 14:48:06 +03:00 |
|
Vissarion Fysikopoulos
|
d22c39b52c
|
[formulas] Elliptic meridian arc direct formula
|
2018-06-12 14:36:12 +03:00 |
|
Phillip Palk
|
61679f4adc
|
[iterators] use the base type (iterator_facade) for the reference and difference_type typedefs inside closing_iterator and ever_circling_iterator. Also, fixed reference_type type name to be reference.
|
2018-06-08 08:18:01 +10:00 |
|
Phillip Palk
|
1d7a38fbee
|
[iterators] fix return of a reference to a temporary object when using closing_iterator and ever_circling_iterator with transformed ranges.
|
2018-06-07 10:07:48 +10:00 |
|
Phillip Palk
|
43538e5f24
|
[test][iterators] add test case that demonstrates SEGFAULT when using closing_iterator and ever_circling_iterator with transformed ranges.
|
2018-06-07 10:07:33 +10:00 |
|
Adam Wulkiewicz
|
097f6fdbe9
|
Merge pull request #482 from e-kwsm/include-cstring
[srs] Add missing cstring include.
|
2018-06-04 14:09:03 +02:00 |
|
Vissarion Fysikopoulos
|
49fd8bcda4
|
[test] Adding distance tests for spherical and geographic cs and do some renaming
|
2018-05-25 14:05:33 +03:00 |
|
Vissarion Fysikopoulos
|
b504dcee4b
|
[test] Remove duplicated tests (ar-ar,pl-ar)
|
2018-05-23 13:14:48 +03:00 |
|