Menelaos Karavelas
5c13b26592
[util][math] add free functions for recovering 2*pi and pi/2
2015-04-27 12:41:51 +03:00
Barend Gehrels
01b20f50da
[projections] fixes in ignore_unused
...
Now checked by scanning if really (un)used
2015-04-26 23:18:15 +02:00
Barend Gehrels
eec5d4efd0
[projections] ob_tran, changes in generation
2015-04-26 18:02:35 +02:00
Barend Gehrels
0e06548aa6
[projections] small changes in generation (chamb/lcca)
2015-04-26 15:44:16 +02:00
Barend Gehrels
121f8b39c1
[projections] changes in includes, especially hypot, only necessary
...
in a few cases, and changes in order
2015-04-26 14:47:22 +02:00
Barend Gehrels
9f99289551
[projections] changes in mdist conform enfn/authset
2015-04-26 14:30:15 +02:00
Barend Gehrels
866aae97e0
[projections] changes in authset, conform enfn
2015-04-26 14:27:19 +02:00
Barend Gehrels
5607fa25b3
[projections] changes in generation (enfn)
...
result is closer to original
2015-04-26 12:36:59 +02:00
Barend Gehrels
9f9d59a515
[projections] add const (was accidentally removed in one function two commits away)
2015-04-26 10:56:15 +02:00
Barend Gehrels
e15b685a8d
[projections] ONLY changes in empty lines (in generation)
2015-04-26 10:49:14 +02:00
Adam Wulkiewicz
bc894a7971
[doc] Update 1.59 release notes (ticket).
2015-04-26 01:17:10 +02:00
Adam Wulkiewicz
07c8b24b89
[extensions][test] Enable the testing of IOs.
2015-04-26 01:05:26 +02:00
Adam Wulkiewicz
105886e991
Merge pull request #283 from awulkiew/fix/arithmetic
...
Fix point arithmetic functions and centroid
2015-04-26 00:55:12 +02:00
Adam Wulkiewicz
a48df2a153
[extensions][wkb] Improve the coding style according to guidelines.
...
- use full names
- improve the indentation of template parameters lists
- comment-out the unused parameters names
2015-04-26 00:46:10 +02:00
Barend Gehrels
24f070a037
[projections][imw_p] changes in conversion (staying more close to original)
2015-04-25 20:58:02 +02:00
Barend Gehrels
3344766910
[projections] remove redundant return statements
2015-04-25 19:39:42 +02:00
Adam Wulkiewicz
ed7dc5f1df
[arithmetic] Improve style according to guidelines.
...
- names
- lines length
2015-04-25 16:36:59 +02:00
Barend Gehrels
e4d49f1302
[projections] update to 4.9.1 (rest, no changes)
...
and removed some trailing spaces
2015-04-25 16:06:58 +02:00
Barend Gehrels
0e3ea68f54
[projections] add qsc from proj 4.9.1
2015-04-25 15:40:45 +02:00
Barend Gehrels
8c6b79b97e
[projections] Upgrade to proj 4.9.1 for aeqd, geos, omerc
...
This does not need changes in unit tests.
2015-04-25 13:26:57 +02:00
Barend Gehrels
5c5ac136a7
[projections][aitoff] go to proj 4.9.1 which adds an invert projection for aitoff
...
includes unit test
2015-04-25 13:19:48 +02:00
Barend Gehrels
6877796160
Merge branch 'develop' of github.com:boostorg/geometry into develop
2015-04-25 13:16:39 +02:00
Adam Wulkiewicz
51037d1246
[test][centroid] Add tests for Geom using INT coords and centroid using FP.
2015-04-24 17:22:54 +02:00
Adam Wulkiewicz
42d56f6116
[util][arithmetic] Fix a bug in point arithmetic operations.
...
Use more precise type for the calculation of the result.
Previously the type of the second operand was always used.
2015-04-24 17:20:15 +02:00
Adam Wulkiewicz
65fbdfff51
Merge pull request #282 from awulkiew/fix/wkb
...
[extensions][wkb] Fix GCC compilation errors and warnings.
2015-04-24 15:12:57 +02:00
Adam Wulkiewicz
904ac9fc6c
[extensions][test] Comment out unused local types.
2015-04-24 13:28:38 +02:00
Adam Wulkiewicz
0f62bdc57e
[extensions][wkb] Fix access to polygon rings + style changes.
...
Use return type (a reference) instead of copying rings.
Furthermore improve the code according to guidelines:
- put const keyword after the type
- take care about lines length
- add copyright notes
2015-04-24 13:23:24 +02:00
Adam Wulkiewicz
ed52199def
[extensions][wkb] Fix GCC compilation errors and warnings.
2015-04-23 23:28:37 +02:00
Barend Gehrels
623a488abd
[projections] ONLY: use boost::ignore_unused now
2015-04-23 19:42:01 +02:00
Barend Gehrels
6b3996da01
[projections] ONLY: updated copyright message
2015-04-23 19:32:17 +02:00
Barend Gehrels
0882d5adfc
[projections] ONLY: fixed withspace
2015-04-23 19:27:02 +02:00
Adam Wulkiewicz
9bc8baaa3b
[extensions][test] Enable io/wkb testing, replace uses of cout with Test macros.
2015-04-23 17:42:53 +02:00
Adam Wulkiewicz
98aa98eedf
Merge pull request #255 from mkaravel/feature/disjoint
...
Feature/disjoint: implement disjoint for multipoint/[multi]linestring
2015-04-23 17:23:05 +02:00
Adam Wulkiewicz
fbc453bb20
Merge pull request #145 from Norkart/add_wkb
...
Add support for writing geometries to WKB
2015-04-23 17:21:46 +02:00
Menelaos Karavelas
07b96a8f9e
[algorithms][overlay P/L] replace detail::disjoint::disjoint_point_segment
...
by detail::disjoint::reverse_covered_by
2015-04-23 10:15:24 +03:00
Menelaos Karavelas
ee8d0ea335
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/set_ops_pointlike_linear
2015-04-23 10:13:54 +03:00
Menelaos Karavelas
caf2dc7951
[test][algorithms][disjoint] add a few more test cases for disjoint(point, segment)
2015-04-23 10:06:00 +03:00
Menelaos Karavelas
7bd759dd0b
[algorithms][disjoint] replace detail::disjoint::disjoint_point_segment
...
by detail::disjoint::reverse_covered_by
2015-04-23 10:04:50 +03:00
Menelaos Karavelas
be910c04e2
Merge branch 'develop' of https://github.com/boostorg/geometry into feature/disjoint
...
Conflicts:
doc/release_notes.qbk
2015-04-23 09:47:46 +03:00
Mats Taraldsvik
56365cbec8
[extensions][test] Tests for writing wkb
...
Adds tests for writing point, linestring and polygon.
2015-04-23 08:11:28 +02:00
Mats Taraldsvik
fb057e0832
[extensions][wkb] Support writing geometries to WKB format
...
Adds support for writing geometries to WKB format. This adds support for
writing point, linestring and polygon.
2015-04-23 08:11:28 +02:00
Mats Taraldsvik
2ef1b1a024
[extensions][test] Update and extend tests for reading wkb geometries
...
Added tests for linestrings and polygons. Removed tests for reading into
2d points from other formats (3D, XYM, XYZM) and ignoring superfluous
coordinates, as this is surprising behaviour that will ever only work with
point types.
2015-04-23 08:11:27 +02:00
Mats Taraldsvik
ea22fa9540
[extensions][wkb] Change handling of wkb geometry_type to be more generic
...
The geometry type is changed to be more flexible
and able to handle multiple formats and different
dimensions in the future.
2015-04-23 08:11:15 +02:00
Barend Gehrels
52a27831f7
Merge branch 'develop' of github.com:boostorg/geometry into develop
2015-04-22 16:36:23 +02:00
Barend Gehrels
cb7521056f
[projections] use proj4 4.8, changes in projection Robin
2015-04-22 16:36:08 +02:00
Barend Gehrels
8a66ade71a
[projections] commit changes for new generation (minor code changes)
2015-04-22 15:54:04 +02:00
Barend Gehrels
aa1ec1c832
[projections] commit changes for new generation (comments only)
2015-04-22 15:53:29 +02:00
Barend Gehrels
3b79baadba
[projections] commit changes for new generation (whitespace only)
2015-04-22 15:53:07 +02:00
Adam Wulkiewicz
5c8e7aa6cf
Merge pull request #281 from awulkiew/feature/access_debugging
...
Detection of access to uninitialized or destroyed geometries.
2015-04-22 15:30:31 +02:00
Adam Wulkiewicz
34bdc44b10
[geometries] Rename magic names into more meaningful ones.
2015-04-22 15:19:28 +02:00