Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paulmach/orb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: paulmach/orb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 12 commits
  • 17 files changed
  • 4 contributors

Commits on Oct 4, 2023

  1. do not swallow error cause

    m-pavel committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    f3aab3a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Fix: InBoundMatching does not properly accept passed-in buffer.

    InBoundMatching() checks whether the length of the passed-in buffer
    is > 0 and if so, uses it. However, this does not properly handle
    the case where the passed-in buffer is allocated, i.e. cap(buf) > 0 and
    len(buf) == 0.
    nirmal-viasat committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    0df4b9e View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge pull request #139 from nirmal-vuppuluri/master

    Fix: InBoundMatching does not properly accept passed-in buffer
    paulmach authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    21adbef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #137 from m-pavel/errorhandling

    Do not swallow error cause
    paulmach authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    3ecd611 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b6e2a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    0054d7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81828b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Merge pull request #140 from paulmach/simplify-min

    simplify: Visvalingam, by default, keeps 3 points for "areas"
    paulmach authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    132b19c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #141 from paulmach/nil-mvt

    encoding/mvt: skip encoding of features will nil geometry
    paulmach authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    3198547 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #142 from paulmach/wkt-unmarshalling

    encoding/wkt: improve unmarshalling performance
    paulmach authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f03c361 View commit details
    Browse the repository at this point in the history
  4. update changelog

    paulmach committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8c80c61 View commit details
    Browse the repository at this point in the history
Loading