216 Commits

Author SHA1 Message Date
Adam Wulkiewicz
902cf14d6c [doc] Update 1.61 release notes (ticket). 2016-01-25 19:53:55 +01:00
Adam Wulkiewicz
c2ce71fb93 [doc] Add relate and relation to the reference matrix and update release notes. 2015-12-01 16:10:35 +01:00
Menelaos Karavelas
2eb73cedf9 [doc][release notes] remove empty section 2015-11-26 23:43:57 +02:00
Menelaos Karavelas
1e267aa735 [doc][release notes] add Boost.Trac ticket 11711 in list of solved tickets 2015-11-26 23:43:02 +02:00
Menelaos Karavelas
a9f1639dc6 [release notes] update list of fixed tickets 2015-11-20 16:55:04 +02:00
Barend Gehrels
94dc52a931 [test] add test case for ticket 10803 and added code to test for validity 2015-11-01 12:17:45 +01:00
Barend Gehrels
7ee6bd99b1 [buffer] prefix traits::detail namespace 2015-11-01 11:17:32 +01:00
Adam Wulkiewicz
047cbbf60d [doc] Update 1.60 release notes (ticket). 2015-09-07 14:42:57 +02:00
Adam Wulkiewicz
c9076d59b0 [doc] Add 1.60 release notes (ticket, bug). 2015-08-13 21:17:19 +02:00
Menelaos Karavelas
20fe239fa4 [doc][release notes] update release notes for 1.59 release (additional
functionality, solved tickets, bugfixes)
2015-07-17 09:13:11 +03:00
barendgehrels
63359548bd [doc] update release notes 2015-06-28 12:29:12 +02:00
Menelaos Karavelas
9186549449 [doc][release notes] update release notes to include the new algorithms is_empty 2015-06-03 01:16:47 +03:00
Menelaos Karavelas
068b31fe49 [doc][release notes] add ticket #11346 to release notes for 1.59 2015-05-28 12:45:36 +03:00
barendgehrels
cdf014e35d [buffer] propagate error information from strategy to buffer inserter 2015-05-27 10:56:56 +02:00
Adam Wulkiewicz
593521980a Merge branch 'develop' into feature/relate
Conflicts:
	doc/release_notes.qbk
2015-05-26 17:26:38 +02:00
Adam Wulkiewicz
7c7653a980 [doc] Update 1.59 release notes (relate added). 2015-05-26 17:19:45 +02:00
Menelaos Karavelas
f07b245ebb [doc][release notes] add new functionality:
intersection(pointlike, linear) and difference(pointlike, linear)
in release notes for 1.59
2015-05-06 11:08:33 +03:00
Adam Wulkiewicz
bc894a7971 [doc] Update 1.59 release notes (ticket). 2015-04-26 01:17:10 +02: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
Adam Wulkiewicz
50539f96b4 [doc] Update 1.59 release notes (support for std::initializer_list). 2015-04-12 05:11:51 +02:00
Adam Wulkiewicz
91549ce707 [doc] Add 1.59 release notes (rtree iterators). 2015-04-04 19:56:23 +02:00
Menelaos Karavelas
9412f39b4d [doc][release notes] add (fixed) tickets #10658 and #11121 to release notes 2015-03-26 14:14:25 +02:00
Menelaos Karavelas
620b95acde [doc][release_notes] update release notes: ticket #10835 is now addressed 2015-03-26 08:55:43 +02:00
Adam Wulkiewicz
4354ab9ca0 [doc] Update 1.58 release notes (bug). 2015-03-24 19:43:47 +01:00
Adam Wulkiewicz
e48c80fbeb [doc] Update 1.58 release notes (tickets and bugs). 2015-03-24 03:20:44 +01:00
Menelaos Karavelas
eb763405bc [doc][algorithms][status][release notes] update disjoint status;
add newly supported combinations for disjoint in release notes (for 1.59);
2015-03-10 01:35:34 +02:00
Menelaos Karavelas
6d4624d39a [doc][algorithms][disjoint] update status for disjoint; update release notes
to indicate the new geometry combinations supported by disjoint;
2015-03-09 08:42:03 +02:00
Barend Gehrels
64ee58ed46 [buffer] Fix calculation of the number of points. For an angle of 125 or more,
no points in between were generated, which was erroneous.
Thanks to Menelaos for spotting and Adam for the calculation

This changes some of the unit test results, because in some cases a point in between
is generated now, creating a larger polygon
2015-03-08 18:08:43 +01:00
Barend Gehrels
f411490532 [doc] add buffer fix to release notes 2015-03-04 12:33:21 +01:00
Menelaos Karavelas
c0f9797929 [doc][release notes] add new feature: overload of is_valid with reference to
enum type as second argument; update copyright header
2015-02-25 15:36:28 +02:00
Menelaos Karavelas
3ff0d4634d [doc][release_notes] add overload for is_valid that takes a string reference
as second argument
2015-02-24 16:40:37 +02:00
Barend Gehrels
34e8b70820 [doc] add to doc the fix for largely deflated interior rings 2015-02-18 15:16:30 +01:00
Barend Gehrels
6c5cb48211 [buffer][fix] avoid false detection of turn in piece: turns cannot be located
in flat end pieces or in concave pieces
2015-02-18 10:20:26 +01:00
Adam Wulkiewicz
28ca5355e2 [doc] Update 1.58 release notes (ticket fixed). 2015-02-11 20:47:06 +01:00
Menelaos Karavelas
c2589a451a [doc][release notes] mention bug fix in is_simple about simple closed linestring in multilinestrings 2015-01-28 12:48:33 +02:00
Menelaos Karavelas
8c9b65ffbc [doc][release notes] add new algorithm num_segments 2015-01-24 15:59:57 +02:00
Menelaos Karavelas
af7510e94a [doc][release notes] add bug fix in closing iterator (support for empty ranges) 2015-01-24 15:10:09 +02:00
Barend Gehrels
9ea6ef83c4 [doc] Finish/clean up 3 release notes of 1.55 2015-01-24 12:28:35 +01:00
Barend Gehrels
65c0b455ad [buffer][doc] Update release notes 2015-01-24 11:50:44 +01:00
Adam Wulkiewicz
74821cd7d5 [doc] Update 1.58 release notes. 2015-01-23 19:14:47 +01:00
Adam Wulkiewicz
b230040b85 [doc] Update release notes for 1.58. 2015-01-23 17:35:59 +01:00
Adam Wulkiewicz
4d3395c6b7 [doc] Update 1.58 release notes (ticket 10912). 2015-01-06 22:24:57 +01:00
Adam Wulkiewicz
9d7736fc3f [doc] Add missing ticket to 1.57 release notes. 2015-01-04 17:04:18 +01:00
Adam Wulkiewicz
d1163c20db [doc] Update 1.58 release notes (ticket). 2014-12-29 22:13:37 +01:00
Adam Wulkiewicz
1706c0b19f [doc] Update 1.58 release notes (ticket 10890). 2014-12-27 23:37:18 +01:00
Adam Wulkiewicz
37283cef00 [doc] Update 1.57 release notes (ticket). 2014-12-19 21:30:32 +01:00
Adam Wulkiewicz
a7ff44f8d0 [test][relate][within][doc] Add test cases. Update 1.58 release notes (ticket solved). 2014-12-19 15:36:58 +01:00
Adam Wulkiewicz
5945081bdd [doc] Update release notes for 1.58 (tickets) 2014-12-16 23:21:50 +01:00
Adam Wulkiewicz
b234a023c6 [doc] Update 1.58 release notes (ticket 10861). 2014-12-11 23:05:24 +01:00
Barend Gehrels
9a9e16f936 [buffer] major fix: we now create concave helper-pieces differently
In the past there was one with a straight line going from one piece to the next.
Now there are two, going from one piece to the point on the geometry, and the
second going from the point on the geomety to the next piece.
They are now zero-volume.
They fix:
1) crossings of sides with flat-ends (unit-test cases curve, field_sprayer, bend_near_start)
2) joins with limited number of points (unit-test cases concave_b_rough, italy_part, nl_part)
3) joins with large distances
4) many self-intersections on remaining aimes-cases
2014-11-12 13:59:29 +01:00