Commit Graph

  • c050c4d13a [doc][is_valid] update complexity section Menelaos Karavelas 2014-07-22 13:23:19 +0300
  • d0d0639e0b [doc][is_simple] add complexity for multi-points Menelaos Karavelas 2014-07-22 13:12:39 +0300
  • 617fad2b55 [doc][is_valid] add support status Menelaos Karavelas 2014-07-22 12:51:52 +0300
  • 51b475b987 [doc][is_simple] add support status Menelaos Karavelas 2014-07-22 12:50:49 +0300
  • 357f79cd72 [doc][implementation status] add is_simple and is_valid algorithms Menelaos Karavelas 2014-07-22 12:08:04 +0300
  • e83a0b4461 [doc][convex hull] fix complexity Menelaos Karavelas 2014-07-22 11:23:00 +0300
  • 9ecd61995b Merge branch 'prepare' Barend Gehrels 2014-07-21 23:09:13 +0200
  • 573c21f933 Merge branch 'develop' into prepare Barend Gehrels 2014-07-21 22:58:40 +0200
  • a233f97cbe Merge branch 'develop' of github.com:boostorg/geometry into develop Adam Wulkiewicz 2014-07-21 12:32:43 +0200
  • 3e751e6b9b [doc] Add logo version Adam Wulkiewicz 2014-07-21 12:32:27 +0200
  • ff9e3d3a01 [geometry] Add library metadata. Adam Wulkiewicz 2014-07-21 04:15:15 +0200
  • 9d968ea703 [doc] Make all logos consistent with the new design, remove some unneeded Adam Wulkiewicz 2014-07-20 21:54:20 +0200
  • 36cd8e2d5c [doxygen_xml2qbk][fix] header was not on newline (probably by a qbk change) and fixed typo Barend Gehrels 2014-07-20 19:18:59 +0200
  • 9c64cf0f1b [doxygen_xml2qbk] avoid too long lines (as were generated for buffer synopsis) Barend Gehrels 2014-07-20 19:17:45 +0200
  • f998eda43b [doxygen_xml2qbk] cosmetic change Barend Gehrels 2014-07-20 19:15:45 +0200
  • 2a1bb575c2 [doxygen_xml2qbk] avoid warnings Barend Gehrels 2014-07-20 18:25:51 +0200
  • 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
  • 804fea10e3 [buffer][fix] avoid warning Barend Gehrels 2014-07-20 15:58:20 +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
  • 487609b233 [buffer][doc] Enhance doc Barend Gehrels 2014-07-20 13:45:58 +0200
  • d945001bbf [buffer][doc] Add documentation for side_straight, extended doc for buffer with strategies Barend Gehrels 2014-07-20 13:29:07 +0200
  • 267a426c0e [buffer][doc] fix buffer_with_strategies example Barend Gehrels 2014-07-20 12:47:46 +0200
  • 6100b695be [buffer][doc] Enhancements, cross-links, doc-fixes Barend Gehrels 2014-07-20 11:32:02 +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
  • 302006563d Merge branch 'develop' of github.com:boostorg/geometry into develop Barend Gehrels 2014-07-19 23:06:18 +0200
  • c12701bb40 [buffer] documentation of 6 distance strategies Barend Gehrels 2014-07-19 23:05:45 +0200
  • 7813eefdfb Merge branch 'develop' of github.com:boostorg/geometry into develop Adam Wulkiewicz 2014-07-19 23:00:31 +0200
  • d578932433 [doc] Make logo background gradient lighter Adam Wulkiewicz 2014-07-19 23:00:18 +0200
  • 46068123b9 [buffer] create documentation about PointStrategy (buffer_circle) add buffer_square as alternative Barend Gehrels 2014-07-19 14:36:39 +0200
  • cebad2e20c [buffer][doc] small changes in outputted text/comments Barend Gehrels 2014-07-18 22:49:48 +0200
  • 52d3c3a371 [buffer] update doc and images Barend Gehrels 2014-07-18 22:27:43 +0200
  • bfa80944ec [buffer] avoid compiler warnings Barend Gehrels 2014-07-18 21:56:11 +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
  • d8ebbdd32f Merge branch 'develop' of https://github.com/boostorg/geometry into feature/num_segments Menelaos Karavelas 2014-07-18 10:51:36 +0300
  • 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
  • 237d0d1f72 Merge 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
  • 42e16b463f Merge branch 'develop' of https://github.com/boostorg/geometry into feature/num_segments Menelaos Karavelas 2014-07-17 09:28:56 +0300
  • 6ea0517b38 Merge pull request #96 from mkaravel/feature/distance Adam Wulkiewicz 2014-07-17 02:38:57 +0200
  • fbcbc86ff8 Merge pull request #97 from mkaravel/fix/support_status Adam Wulkiewicz 2014-07-17 02:36:06 +0200
  • 428e010146 Merge branch 'develop' of https://github.com/boostorg/geometry into feature/num_segments Menelaos Karavelas 2014-07-17 03:29:16 +0300
  • 439bc5198b [doc][support status] add algorithms is_simple and is_valid Menelaos Karavelas 2014-07-17 03:15:37 +0300
  • bf9c8aa3e4 [doc][support status] fix typo: num_interior_rings should have been num_points Menelaos Karavelas 2014-07-17 03:10:55 +0300
  • 148d867a7b [doc][examples] add example for num_segments algorithm Menelaos Karavelas 2014-07-17 03:07:15 +0300
  • f6a7f06815 [doc][support status] add num_segments algorithm Menelaos Karavelas 2014-07-17 03:06:27 +0300
  • 6d37f9c883 [doc] add qbk documentation for num_segments algorithm Menelaos Karavelas 2014-07-17 03:05:17 +0300
  • 32159311ed [doc] add num_segments algorithm Menelaos Karavelas 2014-07-17 03:04:51 +0300
  • c523754768 [doc] add num_segments algorithm Menelaos Karavelas 2014-07-17 03:04:12 +0300
  • de09e21a53 [doc][num_segments] add group for num_segments algorithm Menelaos Karavelas 2014-07-17 03:03:39 +0300
  • ad350863ea [test][algorithms] include unit test for num_segments in Jamfile Menelaos Karavelas 2014-07-17 03:02:59 +0300
  • 1a266ba996 [geometry] include algorithm num_segments Menelaos Karavelas 2014-07-17 03:02:03 +0300
  • 3fe14e1df5 [algorithms][num_segments] add doxy/qbk documentation Menelaos Karavelas 2014-07-17 03:01:33 +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
  • 9dfc90f151 Merge 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
  • 038253e8f5 [buffer] remove end_skip strategy Barend Gehrels 2014-07-16 15:21:11 +0200
  • 61ed918240 [buffer] add side/circle strategies to include Barend Gehrels 2014-07-16 15:12:52 +0200
  • bac1ac66af [buffer] avoid having point types in strategies which can be deferred Barend Gehrels 2014-07-16 15:11:55 +0200
  • 4966ff5359 [buffer] removed many unnecessary includes from buffer_side Barend Gehrels 2014-07-16 11:39:13 +0200
  • fc0819b8ae [buffer] removed non-used phase parameter Barend Gehrels 2014-07-16 11:36:06 +0200
  • 2bdca94e52 [buffer] changed comments Barend Gehrels 2014-07-16 11:35:29 +0200
  • 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
  • 57854c2765 [buffer] optionally simplify using ax strategy Barend Gehrels 2014-07-16 10:45:14 +0200
  • dc46575175 Merge 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
  • 8cc85dc3cd Add ticket 9628 to release notes, fix the ticket 10077 placement Adam Wulkiewicz 2014-07-14 23:44:53 +0200
  • e3f778511b Merge 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
  • e602185651 Merge 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
  • e6e469f2bb Merge pull request #92 from MarcelRaad/develop Adam Wulkiewicz 2014-07-12 23:57:37 +0200
  • ca96640521 Fix 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