Skip to content

Commit

Permalink
Update to latest google3 version
Browse files Browse the repository at this point in the history
* 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
jmr authored Apr 4, 2024
2 parents 7940c9f + 2a4c317 commit 418c558
Show file tree
Hide file tree
Showing 324 changed files with 11,505 additions and 3,848 deletions.
7 changes: 7 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
Language: Cpp
BasedOnStyle: Google
# Always use `T* p`.
DerivePointerAlignment: false
PointerAlignment: Left
...
163 changes: 0 additions & 163 deletions .travis.yml

This file was deleted.

Loading

0 comments on commit 418c558

Please sign in to comment.