Commit Graph

9 Commits

Author SHA1 Message Date
Nick Rabinowitz e6987e16ab
[h3] Add @nrabinowitz to the list of H3 maintainers (#8700)
Adds [nrabinowitz](https://github.com/nrabinowitz) to the list of
maintainers for https://github.com/uber/h3

cc @isaacbrodsky
2022-10-06 19:44:44 +00:00
Isaac Brodsky 44276ca688
[H3] Use fuzzers from uber/h3 (#8406)
Use fuzzers from https://github.com/uber/h3/tree/master/src/apps/fuzzers
rather than the built in one. These additional fuzzers should provide
more complete coverage of the library, and should include all functions
currently fuzzed by oss-fuzz.

We can perhaps further clean up the build process to just pass
`$LIB_FUZZING_ENGINE` in to the fuzzers. In the mean time I just built
the fuzzers directly.
2022-09-09 19:12:01 -04:00
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
AJ Friend c70da653c3
Update project.yaml (#6049) 2021-07-16 09:37:48 +01:00
Isaac Brodsky 991d91f8c3
Update h3 contact email to gmail (#6047) 2021-07-15 20:38:53 +00:00
Isaac Brodsky 124d8cb7a6
Update h3 contact email (#6043)
It doesn't seem to be possible to log in and view reports without the contact email being associated with a Google account. I'm replacing my email address with a Gmail one, and adding another H3 contributor's Gmail email address as well (he's subscribed to the list that receives reports but also could not login.)

Please let me know if my understanding of how reports are made visible to some email addresses is not correct. Thanks!
2021-07-15 17:24:02 +00: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