1 file changed
+1
-1
lines changed- .github/workflows/test-fuzzer.yml+1-2
- .github/workflows/test-windows.yml+4
- CHANGELOG.md+77
- CMakeLists.txt+41-22
- CMakeTests.cmake+199-200
- README.md+2-2
- VERSION+1-1
- cmake/toolchain.cmake-16
- dev-docs/RFCs/v4.0.0/error-handling-rfc.md+3-3
- dev-docs/RFCs/v4.0.0/names_for_concepts_types_functions.md+26-10
- examples/CMakeLists.txt+1-1
- scripts/update_version.sh+2-2
- src/apps/applib/include/aflHarness.h+11-4
- src/apps/benchmarks/benchmarkIsValidCell.c+3-2
- src/apps/filters/cellToLocalIj.c+4-4
- src/apps/filters/localIjToCell.c+4-4
- src/apps/fuzzers/README.md+19-6
- src/apps/fuzzers/fuzzerDistances.c+3-3
- src/apps/fuzzers/fuzzerEdgeLength.c+4-4
- src/apps/fuzzers/fuzzerGridDisk.c+8-3
- src/apps/fuzzers/fuzzerHierarchy.c+2-2
- src/apps/fuzzers/fuzzerInternalAlgos.c+57
- src/apps/fuzzers/fuzzerLocalIj.c+14-2
- src/apps/miscapps/README.md+18
- src/apps/testapps/testBBox.c+16
- src/apps/testapps/testCellToBoundaryEdgeCases.c+60
- src/apps/testapps/testCellToCenterChild.c+14-7
- src/apps/testapps/testCellToLocalIj.c+76-56
- src/apps/testapps/testCellToLocalIjExhaustive.c+19-21
- src/apps/testapps/testCellsToLinkedMultiPolygon.c+76
- src/apps/testapps/testCompactCells.c+77-1
- src/apps/testapps/testDirectedEdge.c+33-7
- src/apps/testapps/testGridDisk.c+20
- src/apps/testapps/testH3Api.c+8-9
- src/apps/testapps/testH3CellArea.c+1-1
- src/apps/testapps/testH3CellAreaExhaustive.c+19-17
- src/apps/testapps/testH3Memory.c+10-9
- src/apps/testapps/testLatLng.c+10-9
- src/apps/testapps/testPentagonIndexes.c+10
- src/apps/testapps/testPolygon.c+80-30
- src/apps/testapps/testPolygonToCells.c+71-3
- src/apps/testapps/testPolygonToCellsReported.c+33
- src/apps/testapps/testVec2d.c+6-4
- src/apps/testapps/testVertex.c+22-2
- src/h3lib/include/bbox.h+3-3
- src/h3lib/include/constants.h+1-1
- src/h3lib/include/faceijk.h+1
- src/h3lib/include/h3api.h.in+26-22
- src/h3lib/include/linkedGeo.h+1-6
- src/h3lib/include/localij.h+2-2
- src/h3lib/include/polygonAlgos.h+14
- src/h3lib/include/vec2d.h+1-1
- src/h3lib/lib/algos.c+41-15
- src/h3lib/lib/bbox.c+36-19
- src/h3lib/lib/coordijk.c+5-4
- src/h3lib/lib/directedEdge.c+14
- src/h3lib/lib/faceijk.c+30-14
- src/h3lib/lib/h3Index.c+78-75
- src/h3lib/lib/latLng.c+15-14
- src/h3lib/lib/linkedGeo.c+5-5
- src/h3lib/lib/localij.c+27-27
- src/h3lib/lib/vec2d.c+7-6
- src/h3lib/lib/vertex.c+7-4
- tests/inputfiles/rand05cells.txt+44.5k-44.5k
- tests/inputfiles/res01cells.txt+240-240
- tests/inputfiles/res03cells.txt+7.9k-1.7k
- website/docs/api/directededge.mdx+2-2
- website/docs/api/hierarchy.mdx+3-3
- website/docs/api/indexing.mdx+13-3
- website/docs/api/misc.mdx+36-36
- website/docs/api/regions.mdx+17-17
- website/docs/api/traversal.mdx+24-18
- website/docs/community/bindings.md+23-3
- website/docs/core-library/cellToBoundaryDesc.md+1-1
- website/docs/core-library/cellToLatLngDesc.md+1-1
- website/docs/core-library/compilation-options.md+8
- website/docs/core-library/testing.md+1-1
- website/docs/core-library/usage.md+4-1
- website/docs/library/errors.md+2-1
- website/docs/library/migrating-3.x.md+2-2
- website/docs/library/migration-3.x/functions.md+29-16
- website/docs/quickstart.md+1-1
- website/docusaurus.config.js+2-1
- website/package.json+9-9
- website/src/theme/Playground/index.js+55-66
- website/src/theme/Playground/styles.module.css+16-15
- website/src/theme/ReactLiveScope/index.js+2-1
- website/versioned_docs/version-3.x/api/hierarchy.mdx+5-5
- website/versioned_docs/version-3.x/api/indexing.mdx+16-6
- website/versioned_docs/version-3.x/api/inspection.mdx+6-6
- website/versioned_docs/version-3.x/api/misc.mdx+17-17
- website/versioned_docs/version-3.x/api/regions.mdx+3-3
- website/versioned_docs/version-3.x/api/traversal.mdx+7-7
- website/versioned_docs/version-3.x/api/uniedge.mdx+9-9
- website/versioned_docs/version-3.x/core-library/h3ToGeoBoundaryDesc.md+1-1
- website/versioned_docs/version-3.x/core-library/h3ToGeoDesc.md+1-1
- website/versioned_docs/version-3.x/core-library/h3indexing.md+1-1
- website/versioned_docs/version-3.x/quickstart.md+3-3
- website/yarn.lock+3.1k-4.5k
0 commit comments