Barend Gehrels
2c730125c2
[doc] update release notes
2014-06-15 17:33:49 +02:00
Barend Gehrels
dc2993ae3a
Merge branch 'develop' into rescale_to_integer
...
Conflicts:
include/boost/geometry/algorithms/detail/relate/turns.hpp
include/boost/geometry/algorithms/touches.hppq
2014-04-23 13:26:59 +02:00
Barend Gehrels
61f3ecfa0b
updated release notes for ticket #9871
2014-04-21 19:46:49 +02:00
Barend Gehrels
95bb6372ab
[geometry] Added testcase for ticket #9563 which was already fixed in this branch
...
Rescaling to robust type already fixed this.
2014-01-18 18:14:51 +01:00
Barend Gehrels
1088afb1be
[geometry] Fixed self-turn points, neighboring function in get_turns did have the wrong meta-function. Also cleaned corresponding unit tests / added test cases for reported error (reported by Joan on mailing list)
...
[SVN r86627]
2013-11-11 22:36:57 +00:00
Barend Gehrels
42c3e28ff7
[geometry] fixed ticket 8310, disjoint did give the wrong results. Fixed using point_on_surface. Added unit test. Also tests for overlay algorithms because they might suffer from the same problem
...
[SVN r86579]
2013-11-06 22:42:02 +00:00
Mateusz Loskot
9299ed5423
[geometry] Correct Bruno's name. Add Mateusz's location
...
[SVN r86459]
2013-10-26 17:23:23 +00:00
Barend Gehrels
cee8a0506c
[geometry] Added remove_spikes as an algorithm. The first version was already in extensions (for years), that is removed now. The new version works using the recent point_is_spike_or_equal
...
[SVN r86450]
2013-10-26 13:18:11 +00:00
Barend Gehrels
3a6ae0bacb
[geometry] revised solution for robustness, we don't go to integer which was shortly done. This is partly a revert of r85867, where we scaled to integer. Now we make side information consistent by iteratively selecting a larger epsilon. This will be moved into a separate class. All tests pass now, also the complete ticket_9081 test which failed before
...
[SVN r86368]
2013-10-20 15:30:21 +00:00
Barend Gehrels
ed885cbf1f
[geometry] Applied patch in ticket 9245 about error messages in make_qbk.py
...
[SVN r86295]
2013-10-13 20:10:25 +00:00
Barend Gehrels
ac40228b07
[geometry] Major bugfix: intersection problem(s) caused by robustness, reported in ticket 9081. Causes were inconsistent side information by floating point precision. We now switch to integer for a specific region (6 points) to have the side information consistent. This removes many separate robustness checks previously done in cart_intersect, which is now more simple and ~200 lines shorter. And it removes also some robustness checks in get_turn_info (probably more were actually needed by old approach). It also uses this system in handle_tangencies and enrich_intersection_points.
...
It now also used the passed side information in direction.hpp, which saves calculations and is shorter.
In the end the performance is similar.
One (of many) situations in ticket 9081 is added in multi unit tests.
[SVN r85867]
2013-09-24 14:18:13 +00:00
Adam Wulkiewicz
d9b6f89d64
[geometry]: iterative queries simplified, docs updated, added qbegin() and qend() free functions, added new functions to the reference matrix, release notes updated.
...
[SVN r85630]
2013-09-09 22:37:55 +00:00
Barend Gehrels
bb8e187931
[geometry] fixed clear/back calls for cases reported by Renaud on 2013-09-02 on mailing list
...
[SVN r85554]
2013-09-03 20:08:30 +00:00
Barend Gehrels
fb74bfbe26
[geometry] Fixed ticket 9047 (recursive inclusion) and unit test for ticket 8652
...
[SVN r85552]
2013-09-03 18:45:18 +00:00
Barend Gehrels
95cd9a2126
[geometry] added testcase for ticket 6958 which is also fixed by commit 85451 avoiding spikes
...
[SVN r85491]
2013-08-27 20:33:32 +00:00
Barend Gehrels
d1c4cb7b6d
[geometry] avoid generation of spikes in overlays, this fixes ticket 8364 and 8365. Added unit tests for these tickets. These changes result in (at about 3 places) changes in the output-number-of-points, this is verified visually
...
[SVN r85451]
2013-08-24 22:53:43 +00:00
Barend Gehrels
449c1fcc13
[geometry][doxygen_xml2qbk][ #8825 ] applied patch (modified making behaviour optional)
...
[SVN r85384]
2013-08-17 21:05:44 +00:00
Barend Gehrels
250384a591
[geometry] ticket #8969 , fixed: constructor of model::point should be explicit
...
[SVN r85383]
2013-08-17 20:04:23 +00:00
Barend Gehrels
409be79e03
[geometry] added centroid calculation for segment type
...
[SVN r85346]
2013-08-14 15:31:46 +00:00
Barend Gehrels
08e51dffee
[geometry] doc, updated release notes
...
[SVN r84698]
2013-06-08 17:53:12 +00:00
Barend Gehrels
7afaa597ab
[geometry] updated doc/releaes notes for 1.54
...
[SVN r84258]
2013-05-12 21:16:35 +00:00
Barend Gehrels
54b351d0db
[geometry] Ticket 8393 polygon model doesn't adhere to stated Polygon concept rules, doc updated. Also updated release notes
...
[SVN r83792]
2013-04-07 15:38:45 +00:00
Barend Gehrels
5fdac19471
[geometry] added last fixed tickets (7462 and 8254) to release notes
...
[SVN r83484]
2013-03-17 21:41:54 +00:00
Barend Gehrels
3fc118f30e
[geometry] updated release notes
...
[SVN r82021]
2012-12-16 13:40:23 +00:00
Barend Gehrels
f2575b0127
[geometry] Add note about breaking change w.r.t. custom point pointer
...
[SVN r79533]
2012-07-15 14:52:19 +00:00
Barend Gehrels
8c6840c105
[geometry] updated release notes
...
[SVN r79529]
2012-07-15 14:33:24 +00:00
Barend Gehrels
a02bebd0fe
[geometry] doc updates w.r.t. touch (forgot to commit last time)
...
[SVN r78714]
2012-05-28 12:25:16 +00:00
Barend Gehrels
dd5cb6fe6b
[geometry] commit of robustness test for touches, and updated release note
...
[SVN r78700]
2012-05-27 21:44:47 +00:00
Barend Gehrels
d2643ac319
[geometry] fixed disjoint (unit test) including release notes for this fix and older commits
...
[SVN r78686]
2012-05-27 15:17:29 +00:00
Barend Gehrels
13495b06fc
Boost.Geometry processed patch https://svn.boost.org/trac/boost/ticket/6166 for missing transformation
...
[SVN r77108]
2012-02-24 15:36:23 +00:00
Barend Gehrels
7372dfa3a4
Boost.Geometry applied patch from ticket https://svn.boost.org/trac/boost/ticket/6584 and fixed a related bug about the return type of strategies/projected_point which was integer for integer points (and should have been promoted to FP, fixed)
...
[SVN r77107]
2012-02-24 12:32:38 +00:00
Barend Gehrels
6322c9c33e
Boost.Geometry applied patch from ticket https://svn.boost.org/trac/boost/ticket/6585
...
[SVN r77103]
2012-02-24 10:25:24 +00:00
Barend Gehrels
bfda23e1be
Boost.Geometry updated last release notes
...
[SVN r77000]
2012-02-12 17:49:21 +00:00
Barend Gehrels
24c00a02c6
Doc update
...
[SVN r76903]
2012-02-05 17:35:40 +00:00
Barend Gehrels
3f5b25f7ba
Updated documentation / added release notes for 1.49 and backwards for 1.48
...
[SVN r76521]
2012-01-15 15:45:24 +00:00