Skip to content

Commit 84bfd2c

Browse files
committed
Update to latest google3 version
* Remove glog and gflags dependencies; use abseil-cpp instead. * Use ABSL_LOG macros instead of S2_LOG * Use ABSL_CHECK macros instead of S2_CHECK * Require abseil-cpp LTS 20240116 * Remove Python SWIG. (This will be maintained in the github branch.) * Add new files: * s2chain_interpolation_query * s2density_tree * s2gmock_matchers * s2fractal * s2shapeutil_count_vertices * s2shapeutil_edge_wrap * Remove S2Shape::shape(int) * Add new predicates in s2predicates.h * Make S2Region::GetCellUnionBound pure virtual * Add new S2Shape functions
1 parent ce8e338 commit 84bfd2c

File tree

352 files changed

+13864
-7453
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

352 files changed

+13864
-7453
lines changed

.clang-format

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
Language: Cpp
3+
BasedOnStyle: Google
4+
# Always use `T* p`.
5+
DerivePointerAlignment: false
6+
PointerAlignment: Left
7+
...

.travis.yml

-94
This file was deleted.

0 commit comments

Comments
 (0)