Skip to content

Commit

Permalink
Import iterator_adaptors from google3 (firebase#718)
Browse files Browse the repository at this point in the history
* Import iterator_adapters from google3

* Remove -Wconversion which is annoyingly hard to satisfy

* Strip dependency on absl_container from iterator_adapters_test

* Format and lint iterator_adaptors

* More flexible copyright checking in Travis
  • Loading branch information
wilhuff committed Jan 29, 2018
1 parent 63a380b commit 5a280ca
Show file tree
Hide file tree
Showing 6 changed files with 2,095 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_install:
script:
- "! git grep -I ' $'" # Fail on trailing whitespace in non-binary files
- "! git grep -L --name-only 'Copyright [0-9]* Google' | grep -v third_party | egrep '\\.(m|h|cc|mm|c)$'"
- "! git grep -EL --name-only 'Copyright [0-9]{4}.*Google' | grep -v third_party | egrep '\\.(m|h|cc|mm|c)$'"
- ./scripts/style.sh test-only # Validate clang-format compliance
- |
if [ $SKIP_FIREBASE != 1 ]; then
Expand Down
1 change: 1 addition & 0 deletions Firestore/core/src/firebase/firestore/util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ cc_library(
comparison.h
config.h
firebase_assert.h
iterator_adaptors.h
log.h
ordered_code.cc
ordered_code.h
Expand Down
Loading

0 comments on commit 5a280ca

Please sign in to comment.