5e99fb4987[point_in_geometry] remove todo item - it should stay -1, 0, 1, these numbers can be used in calculations
Barend Gehrels
2014-07-20 16:55:57 +0200
d66b7a0ee1[buffer] remove obsolete todo items
Barend Gehrels
2014-07-20 16:55:09 +0200
2cd7615435[buffer] side_straight strategy, promote type
Barend Gehrels
2014-07-20 16:52:26 +0200
77b2723935[buffer] make miter_limit flexibel and correct IP to exactly that limit
Barend Gehrels
2014-07-20 16:38:32 +0200
384632c572[buffer] change default constructors for round strategies and changed corresponding samples (often omitting the number for non relevant strategies)
Barend Gehrels
2014-07-20 15:51:49 +0200
03b6571555[buffer][test] join/end strategies are now arguments, such that we can change the default without changing the tests. This only changes the parameter / involves many lines but nothing else is changed.
Barend Gehrels
2014-07-20 15:27:24 +0200
0e77ef5342[buffer] rename buffer_side to side_straight to make it consistent with other buffer strategies and buffer is already part of the namespace
Barend Gehrels
2014-07-20 10:52:48 +0200
0b635e342d[buffer] rename buffer_circle to point_circle to have it consistent with other strategies, and buffer is already in the namespace. same for buffer_square -> point_square
Barend Gehrels
2014-07-20 10:38:40 +0200
62c821297e[buffer][doc] Avoid having apply and other buffer-strategy members in the doc They are not relevant for the user. They should only be relevant for users developing their own strategies, but that should be documented in the (upcoming) strategy concepts
Barend Gehrels
2014-07-20 10:13:32 +0200
cc37e3501a[doc] Logo tweaked - shadow changed, elements moved
Adam Wulkiewicz
2014-07-20 01:32:27 +0200
302006563dMerge branch 'develop' of github.com:boostorg/geometry into develop
Barend Gehrels
2014-07-19 23:06:18 +0200
e4d40a2287[buffer] rename CircleStrategy template argument to PointStrategy because it might also generate squares etc.
Barend Gehrels
2014-07-18 21:29:59 +0200
d3b135a939[buffer] use promoted type and made variables const
Barend Gehrels
2014-07-18 20:57:56 +0200
f02ab87232[doc][index] Add iterative_query example to imports and tweak it slightly.
Adam Wulkiewicz
2014-07-18 02:04:00 +0200
68b71f9967[doc][index] Add iterative query example
Adam Wulkiewicz
2014-07-18 01:51:49 +0200
237d0d1f72Merge branch 'develop' of github.com:boostorg/geometry into develop
Adam Wulkiewicz
2014-07-17 23:12:32 +0200
61a5aff3fe[doc] Fix strategies section in reference matrix, change columns number to 2.
Adam Wulkiewicz
2014-07-17 23:12:17 +0200
34d148dfb7[doc] Add IO to reference matrix
Adam Wulkiewicz
2014-07-17 23:08:47 +0200
c48b92fe81[doc] Add ticket to release notes, rearrange tickets (asc order)
Adam Wulkiewicz
2014-07-17 22:57:29 +0200
64d967a3cb[doc] Move the description of WKT one level above and add info about the output of non-OGC geometries
Adam Wulkiewicz
2014-07-17 22:51:04 +0200
06cbc9a0e7[doc][examples][num_segments] use an open polygon instead of a closed one; call also num_segments with the second (optional) argument set to true;
Menelaos Karavelas
2014-07-17 11:35:30 +0300
fa203789db[algorithms][distance] check distance against 0 only when the minimum distance is updated
Menelaos Karavelas
2014-07-17 02:30:21 +0300
d16a343c0a[buffer] Fix buffer_inserter() call in multi_point_buffer test
Adam Wulkiewicz
2014-07-16 22:28:10 +0200
9dfc90f151Merge branch 'develop' of github.com:boostorg/geometry into develop
Adam Wulkiewicz
2014-07-16 20:50:12 +0200
36da684609[winding] Add winding_side_equal optimized for cartesian CS.
Adam Wulkiewicz
2014-07-16 20:44:07 +0200
5df31ddd0e[buffer] add documentation for buffer with 5 strategies
Barend Gehrels
2014-07-16 17:01:50 +0200
97fd8f5332[buffer] move buffer_inserter to namespace detail::buffer, add overload using 5 strategies
Barend Gehrels
2014-07-16 16:58:02 +0200
2e8e6d6f4a[algorithms][num_segments] add num_segments algorithm: computes the number of segments in a geometry (including geometry variants)
Menelaos Karavelas
2014-07-16 17:36:35 +0300
b4a9bc4551[test][algorithms] add unit test for num_segments algorithm
Menelaos Karavelas
2014-07-16 17:36:15 +0300
0f027b5ff9[buffer] add buffer_circle strategy for points and multi-points, and pass it all the way through the dispatches
Barend Gehrels
2014-07-16 11:31:35 +0200
58fa94c897[buffer][test] use Aimes to test simplify with ax strategy, optionally count number of self-ips
Barend Gehrels
2014-07-16 10:48:27 +0200
dc46575175Merge branch 'develop' of github.com:boostorg/geometry into develop
Barend Gehrels
2014-07-15 22:37:41 +0200
e6345b2441[doc] Add Boost.Polygon examples to Jamfile
Adam Wulkiewicz
2014-07-15 00:46:34 +0200
7808f77ce2[doc] Fix docs of Boost.Polygon adapters, add examples.
Adam Wulkiewicz
2014-07-15 00:42:16 +0200
8cc85dc3cdAdd ticket 9628 to release notes, fix the ticket 10077 placement
Adam Wulkiewicz
2014-07-14 23:44:53 +0200
e3f778511bMerge pull request #95 from awulkiew/feature/point_in_geometry
Adam Wulkiewicz
2014-07-14 23:20:16 +0200
2ba3e9a95b[strategies][winding] Replace Points creation using copy-ctors with default-ctors + set<>()
Adam Wulkiewicz
2014-07-14 23:17:09 +0200
9ed4d83441[extensions][offset] Let offset compile again. Note: it does not generate correct offsets!
Barend Gehrels
2014-07-14 22:00:57 +0200
c5241dd8ee[distance] added missing include file
Barend Gehrels
2014-07-14 21:54:01 +0200
95990f98b1[test][within] Comment out, mistakenly not commented out line
Adam Wulkiewicz
2014-07-14 19:05:28 +0200
e602185651Merge pull request #94 from mkaravel/fix/num_points
Adam Wulkiewicz
2014-07-14 16:33:41 +0200
edf2c00db6[within][winding] Add more robust calculation of sides in winding strategy.
Adam Wulkiewicz
2014-07-14 16:05:26 +0200
9164a5bc0c[multi][algorithms][num_points] add include for std::size_t; qualify with std:: an occurrence of unqualified size_t;
Menelaos Karavelas
2014-07-14 14:29:27 +0300
35a1a42edb[doc] add solved ticket 10077 to release notes
Adam Wulkiewicz
2014-07-13 02:02:08 +0200
3e9f1296c5[relate] Add 'const' keyword to declarations of not modified variables.
Adam Wulkiewicz
2014-07-13 01:16:19 +0200
e6e469f2bbMerge pull request #92 from MarcelRaad/develop
Adam Wulkiewicz
2014-07-12 23:57:37 +0200
ca96640521Fix MSVC compiler warnings This removes unused variables and redundant re-declarations to silence warnings about variable shadowing. Tested on MSVC 14 CTP2.
Marcel Raad
2014-07-12 13:18:47 +0200
96d8f53fbc[buffer] Avoid accessing pieces if no pieces were added
Barend Gehrels
2014-07-12 11:42:27 +0200
bbe89053ce[simplify] protect work in progress by define because it is still failing
Barend Gehrels
2014-07-12 11:41:26 +0200