-
Notifications
You must be signed in to change notification settings - Fork 121
Comparing changes
Open a pull request
base repository: paulmach/orb
base: v0.10.0
head repository: paulmach/orb
compare: v0.11.0
- 12 commits
- 17 files changed
- 4 contributors
Commits on Oct 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f3aab3a - Browse repository at this point
Copy the full SHA f3aab3aView commit details
Commits on Dec 18, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0df4b9e - Browse repository at this point
Copy the full SHA 0df4b9eView commit details
Commits on Jan 8, 2024
-
Merge pull request #139 from nirmal-vuppuluri/master
Fix: InBoundMatching does not properly accept passed-in buffer
Configuration menu - View commit details
-
Copy full SHA for 21adbef - Browse repository at this point
Copy the full SHA 21adbefView commit details -
Merge pull request #137 from m-pavel/errorhandling
Do not swallow error cause
Configuration menu - View commit details
-
Copy full SHA for 3ecd611 - Browse repository at this point
Copy the full SHA 3ecd611View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b6e2a5 - Browse repository at this point
Copy the full SHA 7b6e2a5View commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 79447a1 - Browse repository at this point
Copy the full SHA 79447a1View commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0054d7c - Browse repository at this point
Copy the full SHA 0054d7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81828b8 - Browse repository at this point
Copy the full SHA 81828b8View commit details
Commits on Jan 11, 2024
-
Merge pull request #140 from paulmach/simplify-min
simplify: Visvalingam, by default, keeps 3 points for "areas"
Configuration menu - View commit details
-
Copy full SHA for 132b19c - Browse repository at this point
Copy the full SHA 132b19cView commit details -
Merge pull request #141 from paulmach/nil-mvt
encoding/mvt: skip encoding of features will nil geometry
Configuration menu - View commit details
-
Copy full SHA for 3198547 - Browse repository at this point
Copy the full SHA 3198547View commit details -
Merge pull request #142 from paulmach/wkt-unmarshalling
encoding/wkt: improve unmarshalling performance
Configuration menu - View commit details
-
Copy full SHA for f03c361 - Browse repository at this point
Copy the full SHA f03c361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c80c61 - Browse repository at this point
Copy the full SHA 8c80c61View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.10.0...v0.11.0