Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove glog and gflags dependencies. Now abseil-cpp is used. * ABSL_LOG macros are used instead of S2_LOG * The indirection could be added back if requested * ABSL_CHECK macros are used instead of S2_CHECK * S2_DEFINE_ now forwards to ABSL_FLAG * New files: * s2chain_interpolation_query * s2density_tree * s2gmock_matchers * s2fractal * s2shapeutil_count_vertices * s2shapeutil_edge_wrap * Requires abseil-cpp LTS 20240116 * New S2Shape functions: * Incoming * Outgoing * IncidentOn * Remove S2Shape::id() * New predicates in s2predicates.h * S2Region::GetCellUnionBound is now pure virtual
- Loading branch information