Commit Graph

  • dd2ef4a39d [doc] Add ticket to release notes Adam Wulkiewicz 2014-08-06 00:14:40 +0200
  • 729a70afc8 Merge pull request #122 from mkaravel/doc/release_notes-1.56 Adam Wulkiewicz 2014-08-05 14:43:12 +0200
  • 582ec1cded [doc][release notes] add three more tickets solved in the 1.56 release Menelaos Karavelas 2014-08-05 10:08:47 +0300
  • 42cf08658c [test] Add test for ticket 10234 Adam Wulkiewicz 2014-08-04 14:09:29 +0200
  • fd5f259e6b Merge pull request #121 from mkaravel/fix/tests-from_wkt Adam Wulkiewicz 2014-08-04 13:47:23 +0200
  • f34f4d4cce [test][algorithms] add missing include Menelaos Karavelas 2014-08-04 12:51:55 +0300
  • 3330c3ce12 Merge branch 'develop' of github.com:boostorg/geometry into develop Adam Wulkiewicz 2014-08-01 18:05:23 +0200
  • 15fa1ed063 [distance] Fix unused variable MSVC warning in segment/box and replace ignore_unused_variable_warning() with ignore_unused(). Adam Wulkiewicz 2014-08-01 18:04:57 +0200
  • 1f773a8d08 Merge pull request #120 from MarekKurdej/fix/bigobj-error Adam Wulkiewicz 2014-08-01 16:00:33 +0200
  • 5248675469 Fixed: compilation error requiring /bigobj compiler flag on MSVC. Marek Kurdej 2014-08-01 15:04:27 +0200
  • 9c96fc5e94 [algorithms][disjoint] add alternate implementation for disjoint(multipoint, multipoint) that uses BG's partition; Menelaos Karavelas 2014-07-31 15:40:58 +0300
  • 79d8a2c59b [test][algorithms][disjoint] add test cases with empty multipoints; enable tests for the combinations: * point / multipoint * multipoint / multipoint * multipoint / segment * multipoint / box Menelaos Karavelas 2014-07-22 15:43:18 +0300
  • 7cceafa252 [algorithms][disjoint] implement disjoint for the following combinations: * multipoint / point * multipoint / segment * multipoint / box * multipoint / multipoint Menelaos Karavelas 2014-07-22 15:41:12 +0300
  • bb83b9dbe7 [doc] Fix typo in release notes (union_) Adam Wulkiewicz 2014-07-30 17:44:09 +0200
  • df5326b5ad [partition] changed wrong assert Barend Gehrels 2014-07-30 15:06:27 +0200
  • 41a20cd657 Merge pull request #119 from mkaravel/fix/set_tp-point-types Barend Gehrels 2014-07-30 10:46:30 +0200
  • 2d96f3ced9 [algorithms][get_turn_info] fix bug reported by Jeremy Murphy on the boost mailing list; in collinear_opposite the set_tp method was assuming that all point types passed to it are the same; this is not the case: there are two different point types; the problem appeared when using point_xy in rtree and running intersects queries; in this case get_turn_info was instantiated with two different point types, the one used by the user and the one used by the rtree to store boxes, which were different. Menelaos Karavelas 2014-07-30 11:20:39 +0300
  • b9ca59da8b Merge pull request #118 from mkaravel/fix/intersects-no-rescale Barend Gehrels 2014-07-29 18:54:42 +0200
  • e1dfe2e594 [algorithms][intersects] change robustness policy to no_rescale_policy Menelaos Karavelas 2014-07-29 15:20:59 +0300
  • a73a1c4a1f [strategies] Add missing include to point_in_poly_winding Adam Wulkiewicz 2014-07-29 00:16:25 +0200
  • e98bfaca4a Merge branch 'develop' of https://github.com/boostorg/geometry into feature/num_segments Menelaos Karavelas 2014-07-29 00:34:33 +0300
  • 44f6ec3d9a Merge branch 'prepare' Barend Gehrels 2014-07-28 22:53:54 +0200
  • 25c1f722a7 Merge branch 'develop' into prepare Barend Gehrels 2014-07-28 22:48:16 +0200
  • d892855b79 [fix] For the approximation in segment_ratio, change int to double Barend Gehrels 2014-07-28 22:43:25 +0200
  • 4272a1eeb5 [doc] Fix the constants in boost_array example Adam Wulkiewicz 2014-07-28 18:30:36 +0200
  • ce98415c26 [geometry] Change the order of io and views includes - alphabetical asc Adam Wulkiewicz 2014-07-28 18:29:25 +0200
  • b2c71e5694 Merge pull request #117 from mkaravel/doc/include-headers Adam Wulkiewicz 2014-07-28 18:11:19 +0200
  • 93f64b2ae4 [index] redistribute_elements - use temporary container differently (R*) and add some comments Adam Wulkiewicz 2014-07-28 18:03:26 +0200
  • 9a2c6d3a43 [doc][include headers] add a few more headers in geometry.hpp so that the documentation lists boost/geometry.hpp as an alternative include header for the corresponding functionality; these headers are related to some core functionality, views and i/o Menelaos Karavelas 2014-07-28 11:12:48 +0300
  • 3ee120efce [index] Add some notes about exceptions. Adam Wulkiewicz 2014-07-28 00:37:07 +0200
  • a999baa01e [buffer][test] Exclude failing tests (Aimes), include succeeding test (O1) avoid reporting (false) self-intersection (aimes120) Barend Gehrels 2014-07-27 20:39:46 +0200
  • 27b95ee544 [buffer][test] increased tolerance for aimes test Most of them now succeed, with exception of 6 cases Barend Gehrels 2014-07-27 18:50:43 +0200
  • a94d0ce415 [buffer][test] enabled field_sprayer test, added aimes-167 test Both tests are disabled for flat-ends for the same reason: flat ends should be intersected with helper-segments too Barend Gehrels 2014-07-27 18:49:25 +0200
  • 8a29842df2 [buffer][fix] Don't add piece if strategy returns false Barend Gehrels 2014-07-27 18:47:49 +0200
  • 76bebeee6c [buffer][fix] don't check within concave helper pieces Barend Gehrels 2014-07-27 18:12:04 +0200
  • d99d6edfa6 [buffer][fix] Avoid check neighbors on the border for inside, that should not be the case (but might, by rounding errors) Barend Gehrels 2014-07-27 17:41:32 +0200
  • 9467d5d060 Merge branch 'develop' of github.com:boostorg/geometry into develop Barend Gehrels 2014-07-27 17:13:13 +0200
  • 4d05c94b94 [buffer][test] count only if self IP's are reported (has_self_intersection does additional checks) Barend Gehrels 2014-07-27 17:12:01 +0200
  • 710a0e4308 [buffer][test] enhanced svg debug display Barend Gehrels 2014-07-27 17:11:29 +0200
  • 60e6456c52 [side] removed unused method Barend Gehrels 2014-07-27 17:09:14 +0200
  • cb4b5dafe0 [comments] fixed typos Barend Gehrels 2014-07-27 17:08:55 +0200
  • feccd380ee [buffer][fix] Fix limit for consideration as continue, as it was too high (for Aimes test or in general cases using lat long) Including addition of unit test (aimes181) Barend Gehrels 2014-07-27 17:07:32 +0200
  • 51b82988e9 Merge pull request #113 from mkaravel/fix/buffer-unused-local-typedef Barend Gehrels 2014-07-27 16:15:15 +0200
  • 1cad5b473e Merge pull request #114 from mkaravel/fix/simplify-unused-local-typedef Barend Gehrels 2014-07-27 16:14:49 +0200
  • ad4f2fa5e5 Merge pull request #115 from mkaravel/doc/min_max_corner Barend Gehrels 2014-07-27 16:14:11 +0200
  • a3b502249d Merge pull request #116 from mkaravel/doc/buffer-strategies-unused-local-types Barend Gehrels 2014-07-27 16:13:26 +0200
  • 13fc1b22a8 [doc][examples][strategies] remove unused local types in examples of buffer strategy join_round and buffer strategy join_miter Menelaos Karavelas 2014-07-27 15:40:35 +0300
  • 86cd4e531f [doc][min/max corner] fix geometry include Menelaos Karavelas 2014-07-27 15:34:18 +0300
  • 43c253fd27 [test][simplify] remove unused local typedef; uncomment concept check for simplify strategy; Menelaos Karavelas 2014-07-27 13:51:41 +0300
  • cea3a65e7e [test][buffer] remove used local typedef Menelaos Karavelas 2014-07-27 13:48:49 +0300
  • 54c824a7dd [doc] Remove duplicated disjoint entry in reference Adam Wulkiewicz 2014-07-26 22:44:02 +0200
  • 22f622773e [doc] Remove multi/multi.hpp convenient header Adam Wulkiewicz 2014-07-26 22:35:08 +0200
  • bebb134c05 [example] Fix unused variable warnings by adding an example usage. Adam Wulkiewicz 2014-07-26 18:10:04 +0200
  • 6ce78ef31a [example] Remove typename keyword Adam Wulkiewicz 2014-07-26 18:02:55 +0200
  • 079aa577d0 [example] Fix compilation errors - use segment_ratio Adam Wulkiewicz 2014-07-26 18:00:57 +0200
  • 289645037d [get_turns] Remove unneeded condition in get_turn_info_helpers Adam Wulkiewicz 2014-07-26 17:46:45 +0200
  • dd3c59272f Merge pull request #111 from mkaravel/doc/assign Barend Gehrels 2014-07-25 18:02:19 +0200
  • fb0f0d5cd7 Merge pull request #109 from mkaravel/doc/examples Barend Gehrels 2014-07-25 17:57:58 +0200
  • bf7c758967 [test] Fix unused typedef warning in simplify test Adam Wulkiewicz 2014-07-25 17:14:27 +0200
  • 130c64b7c7 Merge pull request #110 from mkaravel/doc/doxygen_xml2qbk Adam Wulkiewicz 2014-07-25 16:43:34 +0200
  • 940bef67dc [algorithms] Remove extra semicolons in check_iterator_range Adam Wulkiewicz 2014-07-25 16:27:15 +0200
  • e8e93ace1d [test][extensions][proj] Fix unused typedef warning Adam Wulkiewicz 2014-07-25 15:32:06 +0200
  • b7c855022d [extensions][proj] Remove unused variable in lcca Adam Wulkiewicz 2014-07-25 15:30:12 +0200
  • c4e442fffe [extensions][proj] Fix compilation error Adam Wulkiewicz 2014-07-25 15:04:20 +0200
  • ef6598e7d5 [algorithms][assign] move assign_values free functions from detail/assign_values.hpp to assign.hpp; done in order to have the documentation for assign_values in the assign.hpp file; Menelaos Karavelas 2014-07-25 12:59:35 +0300
  • bfd5aac991 [doc][doxygen_xml2qbk] add fix/hack to replace boost/geometry/geometry.hpp header by boost/geometry.hpp header when outputting to quickbook format Menelaos Karavelas 2014-07-25 12:19:17 +0300
  • 575b5c3aaf [doc][examples] remove inclusion of boost/geometry/io/wkt/wkt.hpp (included now by boost/geometry.hpp) Menelaos Karavelas 2014-07-25 11:36:46 +0300
  • 592b0f500b Merge pull request #108 from mkaravel/doc/doxygen_xml2qbk Adam Wulkiewicz 2014-07-24 18:29:18 +0200
  • af64c36623 [doxygen_xml2qbk] add hack to fix header includes pointing to boost/geometry/algorithms/detail/<algorithm name>/interface.hpp produced by the changes in the file/directory structure of algorithms Menelaos Karavelas 2014-07-24 14:31:23 +0300
  • f4203db687 [buffer][fix] syntax of defines Barend Gehrels 2014-07-23 17:41:38 +0200
  • f3c000aadd [buffer][test] comment one test case now failing because of other rescaling factor Barend Gehrels 2014-07-23 16:05:36 +0200
  • cd4d8b7df8 Merge branch 'develop' of github.com:boostorg/geometry into develop Barend Gehrels 2014-07-23 16:02:06 +0200
  • 6b29736b6c [buffer][test] added missing includes (that depend on Boost.Test) Barend Gehrels 2014-07-23 15:14:38 +0200
  • 1fa87bcbba [buffer][fix] to get a proper rescale policy, the buffer distance must be added Barend Gehrels 2014-07-23 15:13:16 +0200
  • bca0f9cd8e Merge pull request #105 from mkaravel/doc/buffer Adam Wulkiewicz 2014-07-23 14:55:57 +0200
  • 5e4e8f5435 Merge pull request #106 from mkaravel/doc/disjoint Adam Wulkiewicz 2014-07-23 14:53:33 +0200
  • f06c5d4715 Merge pull request #107 from mkaravel/doc/equals Adam Wulkiewicz 2014-07-23 14:52:34 +0200
  • c7ed3867da [doc][equals] update support status Menelaos Karavelas 2014-07-23 15:31:38 +0300
  • dd418dbc69 [buffer][test] catch exceptions per test and remove skipped testcases Barend Gehrels 2014-07-23 13:33:37 +0200
  • f09387fabb [buffer][fix] Fixed detection of difference spike/continue Barend Gehrels 2014-07-23 13:32:24 +0200
  • 04eeee1b56 [buffer][test] Display name of testcases with self-ips and disable piece labels by default Barend Gehrels 2014-07-23 13:29:58 +0200
  • e4260a9445 [buffer][test] Extracted test-case for difference spike/continue case Barend Gehrels 2014-07-23 13:29:19 +0200
  • b83bd46243 [buffer] use promoted types in buffer_join_round Barend Gehrels 2014-07-23 13:16:40 +0200
  • c863a0dfca [buffer][fix] remove unintended minus signes uncatched earlier (they come from a git gui copy/paste) This is quite a difference (in the aimes_test case) Barend Gehrels 2014-07-23 12:52:37 +0200
  • 897818650f [doc] update copyright header Menelaos Karavelas 2014-07-23 13:44:43 +0300
  • 0da99ae793 [doc] update copyright header Menelaos Karavelas 2014-07-23 13:43:40 +0300
  • c70c609d40 [doc][disjoint] update support status Menelaos Karavelas 2014-07-23 13:27:44 +0300
  • 2b55cab4ee [doc][buffer] add buffer (and corresponding strategies) to reference matrix; modify the appearance of the strategies section of the reference matrix to have 3 columns; Menelaos Karavelas 2014-07-23 13:09:38 +0300
  • 4bab5ab6ec Merge pull request #103 from mkaravel/fix/relate Adam Wulkiewicz 2014-07-22 17:16:10 +0200
  • 8704854033 [algorithms][relate] add missing includes; qualify binary_search with std:: namespace Menelaos Karavelas 2014-07-22 15:15:22 +0300
  • feee2c957b Merge pull request #102 from mkaravel/doc/distance Adam Wulkiewicz 2014-07-22 14:07:13 +0200
  • 21501fbf58 Merge pull request #101 from mkaravel/doc/is_valid Adam Wulkiewicz 2014-07-22 14:05:04 +0200
  • bbf6b89b6f Merge pull request #100 from mkaravel/doc/is_simple Adam Wulkiewicz 2014-07-22 14:04:39 +0200
  • 1216c8f925 Merge pull request #99 from mkaravel/doc/implementation_status Adam Wulkiewicz 2014-07-22 14:03:46 +0200
  • 2a24ae2271 Merge pull request #98 from mkaravel/doc/convex_hull Adam Wulkiewicz 2014-07-22 14:01:46 +0200
  • edbd45a763 [doc][comparable distance] remove sentence regarding the non-existence of version with strategy (such a version now exists) Menelaos Karavelas 2014-07-22 13:53:28 +0300
  • 5af851e13a [doc][comparable distance] add support status Menelaos Karavelas 2014-07-22 13:52:36 +0300
  • 58e438d8a9 [doc][comparable distance] update complexity section (same as distance) Menelaos Karavelas 2014-07-22 13:50:05 +0300
  • 7579544b13 [doc][distance] update complexity section Menelaos Karavelas 2014-07-22 13:47:38 +0300
  • 9a258e07d5 [doc][distance] update support status Menelaos Karavelas 2014-07-22 13:47:16 +0300