Commit Graph

8536 Commits

Author SHA1 Message Date
Menelaos Karavelas
c050c4d13a [doc][is_valid] update complexity section 2014-07-22 13:23:19 +03:00
Menelaos Karavelas
d0d0639e0b [doc][is_simple] add complexity for multi-points 2014-07-22 13:12:39 +03:00
Menelaos Karavelas
617fad2b55 [doc][is_valid] add support status 2014-07-22 12:51:52 +03:00
Menelaos Karavelas
51b475b987 [doc][is_simple] add support status 2014-07-22 12:50:49 +03:00
Menelaos Karavelas
357f79cd72 [doc][implementation status] add is_simple and is_valid algorithms 2014-07-22 12:08:04 +03:00
Menelaos Karavelas
e83a0b4461 [doc][convex hull] fix complexity 2014-07-22 11:23:00 +03:00
Barend Gehrels
9ecd61995b Merge branch 'prepare' 2014-07-21 23:09:13 +02:00
Barend Gehrels
573c21f933 Merge branch 'develop' into prepare
Conflicts:
	extensions/example/gis/io/shapelib/shapelib.cpp
	include/boost/geometry/extensions/algorithms/detail/overlay/dissolver.hpp
	include/boost/geometry/extensions/algorithms/offset.hpp
	include/boost/geometry/extensions/gis/io/wkb/detail/parser.hpp
	include/boost/geometry/extensions/gis/projections/impl/pj_auth.hpp
	include/boost/geometry/extensions/gis/projections/impl/pj_ell_set.hpp
2014-07-21 22:58:40 +02:00
Adam Wulkiewicz
a233f97cbe Merge branch 'develop' of github.com:boostorg/geometry into develop 2014-07-21 12:32:43 +02:00
Adam Wulkiewicz
3e751e6b9b [doc] Add logo version 2014-07-21 12:32:27 +02:00
Adam Wulkiewicz
ff9e3d3a01 [geometry] Add library metadata. 2014-07-21 04:15:15 +02:00
Adam Wulkiewicz
9d968ea703 [doc] Make all logos consistent with the new design, remove some unneeded 2014-07-20 21:54:20 +02:00
Barend Gehrels
36cd8e2d5c [doxygen_xml2qbk][fix] header was not on newline (probably by a qbk change)
and fixed typo
2014-07-20 19:18:59 +02:00
Barend Gehrels
9c64cf0f1b [doxygen_xml2qbk] avoid too long lines (as were generated for buffer synopsis) 2014-07-20 19:17:45 +02:00
Barend Gehrels
f998eda43b [doxygen_xml2qbk] cosmetic change 2014-07-20 19:15:45 +02:00
Barend Gehrels
2a1bb575c2 [doxygen_xml2qbk] avoid warnings 2014-07-20 18:25:51 +02:00
Barend Gehrels
5e99fb4987 [point_in_geometry] remove todo item - it should stay -1, 0, 1, these
numbers can be used in calculations
2014-07-20 16:55:57 +02:00
Barend Gehrels
d66b7a0ee1 [buffer] remove obsolete todo items 2014-07-20 16:55:09 +02:00
Barend Gehrels
2cd7615435 [buffer] side_straight strategy, promote type 2014-07-20 16:52:26 +02:00
Barend Gehrels
77b2723935 [buffer] make miter_limit flexibel and correct IP to exactly that limit 2014-07-20 16:38:32 +02:00
Barend Gehrels
804fea10e3 [buffer][fix] avoid warning 2014-07-20 15:58:20 +02:00
Barend Gehrels
384632c572 [buffer] change default constructors for round strategies and
changed corresponding samples (often omitting the number for non relevant
strategies)
2014-07-20 15:51:49 +02:00
Barend Gehrels
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.
2014-07-20 15:27:24 +02:00
Barend Gehrels
487609b233 [buffer][doc] Enhance doc 2014-07-20 13:45:58 +02:00
Barend Gehrels
d945001bbf [buffer][doc] Add documentation for side_straight, extended doc for buffer with strategies 2014-07-20 13:29:07 +02:00
Barend Gehrels
267a426c0e [buffer][doc] fix buffer_with_strategies example 2014-07-20 12:47:46 +02:00
Barend Gehrels
6100b695be [buffer][doc] Enhancements, cross-links, doc-fixes 2014-07-20 11:32:02 +02:00
Barend Gehrels
0e77ef5342 [buffer] rename buffer_side to side_straight to make it consistent with other buffer strategies
and buffer is already part of the namespace
2014-07-20 10:52:48 +02:00
Barend Gehrels
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
2014-07-20 10:38:40 +02:00
Barend Gehrels
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
2014-07-20 10:13:32 +02:00
Adam Wulkiewicz
cc37e3501a [doc] Logo tweaked - shadow changed, elements moved 2014-07-20 01:32:27 +02:00
Barend Gehrels
302006563d Merge branch 'develop' of github.com:boostorg/geometry into develop 2014-07-19 23:06:18 +02:00
Barend Gehrels
c12701bb40 [buffer] documentation of 6 distance strategies 2014-07-19 23:05:45 +02:00
Adam Wulkiewicz
7813eefdfb Merge branch 'develop' of github.com:boostorg/geometry into develop 2014-07-19 23:00:31 +02:00
Adam Wulkiewicz
d578932433 [doc] Make logo background gradient lighter 2014-07-19 23:00:18 +02:00
Barend Gehrels
46068123b9 [buffer] create documentation about PointStrategy (buffer_circle)
add buffer_square as alternative
2014-07-19 14:36:39 +02:00
Barend Gehrels
cebad2e20c [buffer][doc] small changes in outputted text/comments 2014-07-18 22:49:48 +02:00
Barend Gehrels
52d3c3a371 [buffer] update doc and images 2014-07-18 22:27:43 +02:00
Barend Gehrels
bfa80944ec [buffer] avoid compiler warnings 2014-07-18 21:56:11 +02:00
Barend Gehrels
e4d40a2287 [buffer] rename CircleStrategy template argument to PointStrategy because
it might also generate squares etc.
2014-07-18 21:29:59 +02:00
Barend Gehrels
d3b135a939 [buffer] use promoted type and made variables const 2014-07-18 20:57:56 +02:00
Menelaos Karavelas
d8ebbdd32f Merge branch 'develop' of https://github.com/boostorg/geometry into feature/num_segments 2014-07-18 10:51:36 +03:00
Adam Wulkiewicz
f02ab87232 [doc][index] Add iterative_query example to imports and tweak it slightly. 2014-07-18 02:04:00 +02:00
Adam Wulkiewicz
68b71f9967 [doc][index] Add iterative query example 2014-07-18 01:51:49 +02:00
Adam Wulkiewicz
237d0d1f72 Merge branch 'develop' of github.com:boostorg/geometry into develop 2014-07-17 23:12:32 +02:00
Adam Wulkiewicz
61a5aff3fe [doc] Fix strategies section in reference matrix, change columns number to 2. 2014-07-17 23:12:17 +02:00
Adam Wulkiewicz
34d148dfb7 [doc] Add IO to reference matrix 2014-07-17 23:08:47 +02:00
Adam Wulkiewicz
c48b92fe81 [doc] Add ticket to release notes, rearrange tickets (asc order) 2014-07-17 22:57:29 +02:00
Adam Wulkiewicz
64d967a3cb [doc] Move the description of WKT one level above and add info about the output of non-OGC geometries 2014-07-17 22:51:04 +02:00
Menelaos Karavelas
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;
2014-07-17 11:35:30 +03:00