Commit Graph

4 Commits

Author SHA1 Message Date
Isaac Brodsky d5cf2bbe99
H3: Update h3NeighborRotations (#6620)
uber/h3#505 updated this function to have a different signature; I assume this wasn't caught as a build error because the fuzzer is calling an internal function of the library that isn't in the `h3api.h` header.
2021-10-20 13:28:10 +01:00
Isaac Brodsky 31ae8ce3a3
H3: Update for functions returning error codes (#6214)
* H3: Update for functions returning error codes

* Read H3 index directly from uint8_t data, not string

* remove new_str

* Fix pointer/int type confusion

* Revert h3NeighborRotations change that is not in master yet

* Fix h3NeighborRotations (again)
2021-08-13 21:53:24 -07:00
AdamKorcz b2cd6f498d
Fix H3 build (#6003) 2021-07-06 18:37:49 +01:00
AdamKorcz 9cd280993d
[h3] Initial integration (#5616) 2021-07-05 12:14:28 +10:00