Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing input combinations in intersection() and introduction of tupled-output. #650

Merged
merged 23 commits into from
Mar 26, 2020

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    aacdefa View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. [util][srs] Move tuples metafunctions from srs to util.

    Remove unused metafunctions.
    awulkiew committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    b31bec2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa5ce6d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Configuration menu
    Copy the full SHA
    7efff6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1be86ab View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Configuration menu
    Copy the full SHA
    9096a9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7e440c View commit details
    Browse the repository at this point in the history
  3. [algorithms] Allow passing tupled output geometries into intersection…

    … L/L.
    
    In such case the algorithm expects a pair of tuple containing at least
    range of points and range of linestrings. Linear and PointLike parts of
    the output are returned separately.
    awulkiew committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    e6b1f6e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Configuration menu
    Copy the full SHA
    51323cc View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    bc11d62 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2020

  1. Configuration menu
    Copy the full SHA
    6315347 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2727dfe View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. [algorithms][core][util] Define BOOST_GEOMETRY_CXX11_TUPLE and use it…

    … in tuple-related code.
    awulkiew committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    c6ccd93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adfff22 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. [intersection][overlay] Add support for tupled output in intersection…

    …(L/A).
    
    Remove OLD_LA_BEHAVIOR code as it is disabled by default, not tested and
    makes the implementation more complex.
    awulkiew committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    8320ec4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f544fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e7e9af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07e7c38 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    5372e6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07abb6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7beb993 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8cbefb View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    2b74e42 View commit details
    Browse the repository at this point in the history