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.7.1
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.8.0
Choose a head ref
  • 17 commits
  • 15 files changed
  • 4 contributors

Commits on Sep 16, 2022

  1. fix typo

    rubenpoppe authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    6292ca4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107 from rubenpoppe/patch-1

    fix typo
    paulmach authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d7e91ed View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Fixed a small twister in README.md

    Tim Wendel committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    4188d90 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Merge pull request #108 from Timahawk/master

    Fixed a small twister in README.md
    paulmach authored Oct 2, 2022
    Configuration menu
    Copy the full SHA
    1780ea9 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. fix typo

    paulmach committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    3d26c5d View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    29cc9bf View commit details
    Browse the repository at this point in the history
  2. skip golint on ci for now

    paulmach committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    abdb31a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #116 from paulmach/go119

    update github ci to use go 1.19
    paulmach authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    458ea58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4f8d26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d4a381 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    37e3172 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69d851f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #115 from paulmach/quadtree-fix

    quadtree: fix bad sort due to pointer allocation issue
    paulmach authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    7f89869 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #117 from paulmach/geojson-unmarshal

    geojson: ensure geometry unmarshal errors get returned
    paulmach authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    ace85f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Merge pull request #118 from paulmach/rm-md5

    encoding/mvt: remove use of crypto/md5 to compare marshalling in tests
    paulmach authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    07e2162 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #119 from paulmach/wkt-panic

    encoding/wkt: fix panic for some invalid wkt data
    paulmach authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    19c7606 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc0ada4 View commit details
    Browse the repository at this point in the history
Loading