Barend Gehrels
44f6ec3d9a
Merge branch 'prepare'
boost-1.56.0
2014-07-28 22:53:54 +02:00
Barend Gehrels
25c1f722a7
Merge branch 'develop' into prepare
...
Conflicts:
extensions/test/gis/projections/projection_epsg.cpp
include/boost/geometry/extensions/gis/projections/impl/pj_ell_set.hpp
include/boost/geometry/extensions/gis/projections/proj/lcca.hpp
2014-07-28 22:48:16 +02:00
Barend Gehrels
d892855b79
[fix] For the approximation in segment_ratio, change int to double
2014-07-28 22:43:25 +02:00
Adam Wulkiewicz
4272a1eeb5
[doc] Fix the constants in boost_array example
2014-07-28 18:30:36 +02:00
Adam Wulkiewicz
ce98415c26
[geometry] Change the order of io and views includes - alphabetical asc
2014-07-28 18:29:25 +02:00
Adam Wulkiewicz
b2c71e5694
Merge pull request #117 from mkaravel/doc/include-headers
...
[doc][include headers] add a few more headers in geometry.hpp
2014-07-28 18:11:19 +02:00
Adam Wulkiewicz
93f64b2ae4
[index] redistribute_elements - use temporary container differently (R*) and add some comments
2014-07-28 18:05:30 +02:00
Menelaos Karavelas
9a2c6d3a43
[doc][include headers] add a few more headers in geometry.hpp
...
so that the documentation lists boost/geometry.hpp as an alternative
include header for the corresponding functionality; these headers
are related to some core functionality, views and i/o
2014-07-28 11:12:48 +03:00
Adam Wulkiewicz
3ee120efce
[index] Add some notes about exceptions.
2014-07-28 00:37:07 +02:00
Barend Gehrels
a999baa01e
[buffer][test] Exclude failing tests (Aimes),
...
include succeeding test (O1)
avoid reporting (false) self-intersection (aimes120)
2014-07-27 20:39:46 +02:00
Barend Gehrels
27b95ee544
[buffer][test] increased tolerance for aimes test
...
Most of them now succeed, with exception of 6 cases
2014-07-27 18:50:43 +02:00
Barend Gehrels
a94d0ce415
[buffer][test] enabled field_sprayer test, added aimes-167 test
...
Both tests are disabled for flat-ends for the same reason: flat ends should
be intersected with helper-segments too
2014-07-27 18:49:25 +02:00
Barend Gehrels
8a29842df2
[buffer][fix] Don't add piece if strategy returns false
2014-07-27 18:47:49 +02:00
Barend Gehrels
76bebeee6c
[buffer][fix] don't check within concave helper pieces
2014-07-27 18:12:04 +02:00
Barend Gehrels
d99d6edfa6
[buffer][fix] Avoid check neighbors on the border for inside, that
...
should not be the case (but might, by rounding errors)
2014-07-27 17:41:32 +02:00
Barend Gehrels
9467d5d060
Merge branch 'develop' of github.com:boostorg/geometry into develop
2014-07-27 17:13:13 +02:00
Barend Gehrels
4d05c94b94
[buffer][test] count only if self IP's are reported (has_self_intersection does
...
additional checks)
2014-07-27 17:12:01 +02:00
Barend Gehrels
710a0e4308
[buffer][test] enhanced svg debug display
2014-07-27 17:11:29 +02:00
Barend Gehrels
60e6456c52
[side] removed unused method
2014-07-27 17:09:14 +02:00
Barend Gehrels
cb4b5dafe0
[comments] fixed typos
2014-07-27 17:08:55 +02:00
Barend Gehrels
feccd380ee
[buffer][fix] Fix limit for consideration as continue, as it was too high
...
(for Aimes test or in general cases using lat long)
Including addition of unit test (aimes181)
2014-07-27 17:07:32 +02:00
Barend Gehrels
51b82988e9
Merge pull request #113 from mkaravel/fix/buffer-unused-local-typedef
...
[test][buffer] remove used local typedef
2014-07-27 16:15:15 +02:00
Barend Gehrels
1cad5b473e
Merge pull request #114 from mkaravel/fix/simplify-unused-local-typedef
...
[test][simplify] fix test_geometry function
2014-07-27 16:14:49 +02:00
Barend Gehrels
ad4f2fa5e5
Merge pull request #115 from mkaravel/doc/min_max_corner
...
[doc][min/max corner] fix geometry include
2014-07-27 16:14:11 +02:00
Barend Gehrels
a3b502249d
Merge pull request #116 from mkaravel/doc/buffer-strategies-unused-local-types
...
Examples of buffer strategies
2014-07-27 16:13:26 +02:00
Menelaos Karavelas
13fc1b22a8
[doc][examples][strategies] remove unused local types in examples of
...
buffer strategy join_round and buffer strategy join_miter
2014-07-27 15:42:38 +03:00
Menelaos Karavelas
86cd4e531f
[doc][min/max corner] fix geometry include
2014-07-27 15:34:18 +03:00
Menelaos Karavelas
43c253fd27
[test][simplify] remove unused local typedef;
...
uncomment concept check for simplify strategy;
2014-07-27 13:51:41 +03:00
Menelaos Karavelas
cea3a65e7e
[test][buffer] remove used local typedef
2014-07-27 13:48:49 +03:00
Adam Wulkiewicz
54c824a7dd
[doc] Remove duplicated disjoint entry in reference
2014-07-26 22:44:02 +02:00
Adam Wulkiewicz
22f622773e
[doc] Remove multi/multi.hpp convenient header
2014-07-26 22:35:08 +02:00
Adam Wulkiewicz
bebb134c05
[example] Fix unused variable warnings by adding an example usage.
2014-07-26 18:10:04 +02:00
Adam Wulkiewicz
6ce78ef31a
[example] Remove typename keyword
2014-07-26 18:02:55 +02:00
Adam Wulkiewicz
079aa577d0
[example] Fix compilation errors - use segment_ratio
2014-07-26 18:00:57 +02:00
Adam Wulkiewicz
289645037d
[get_turns] Remove unneeded condition in get_turn_info_helpers
2014-07-26 17:46:45 +02:00
Barend Gehrels
dd3c59272f
Merge pull request #111 from mkaravel/doc/assign
...
Fix header includes for assign_values documentation
2014-07-25 18:02:19 +02:00
Barend Gehrels
fb0f0d5cd7
Merge pull request #109 from mkaravel/doc/examples
...
Examples
2014-07-25 17:57:58 +02:00
Adam Wulkiewicz
bf7c758967
[test] Fix unused typedef warning in simplify test
2014-07-25 17:14:27 +02:00
Adam Wulkiewicz
130c64b7c7
Merge pull request #110 from mkaravel/doc/doxygen_xml2qbk
...
doxygen_xml2qbk fix for include headers
2014-07-25 16:43:34 +02:00
Adam Wulkiewicz
940bef67dc
[algorithms] Remove extra semicolons in check_iterator_range
2014-07-25 16:27:15 +02:00
Adam Wulkiewicz
e8e93ace1d
[test][extensions][proj] Fix unused typedef warning
2014-07-25 15:33:10 +02:00
Adam Wulkiewicz
b7c855022d
[extensions][proj] Remove unused variable in lcca
2014-07-25 15:30:12 +02:00
Adam Wulkiewicz
c4e442fffe
[extensions][proj] Fix compilation error
2014-07-25 15:04:20 +02:00
Menelaos Karavelas
ef6598e7d5
[algorithms][assign] move assign_values free functions from
...
detail/assign_values.hpp to assign.hpp; done in order to have the
documentation for assign_values in the assign.hpp file;
2014-07-25 12:59:35 +03:00
Menelaos Karavelas
bfd5aac991
[doc][doxygen_xml2qbk] add fix/hack to replace boost/geometry/geometry.hpp
...
header by boost/geometry.hpp header when outputting to quickbook format
2014-07-25 12:22:04 +03:00
Menelaos Karavelas
575b5c3aaf
[doc][examples] remove inclusion of boost/geometry/io/wkt/wkt.hpp
...
(included now by boost/geometry.hpp)
2014-07-25 11:36:46 +03:00
Adam Wulkiewicz
592b0f500b
Merge pull request #108 from mkaravel/doc/doxygen_xml2qbk
...
doxygen_xml2qbk
2014-07-24 18:29:18 +02:00
Menelaos Karavelas
af64c36623
[doxygen_xml2qbk] add hack to fix header includes pointing to
...
boost/geometry/algorithms/detail/<algorithm name>/interface.hpp
produced by the changes in the file/directory structure of algorithms
2014-07-24 14:31:23 +03:00
Barend Gehrels
f4203db687
[buffer][fix] syntax of defines
2014-07-23 17:41:38 +02:00
Barend Gehrels
f3c000aadd
[buffer][test] comment one test case now failing because of other rescaling factor
2014-07-23 16:05:36 +02:00