Skip to content

Commit 5a280ca

Browse files
authored
Import iterator_adaptors from google3 (#718)
* 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
1 parent 63a380b commit 5a280ca

File tree

6 files changed

+2095
-2
lines changed

6 files changed

+2095
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before_install:
2828
2929
script:
3030
- "! git grep -I ' $'" # Fail on trailing whitespace in non-binary files
31-
- "! git grep -L --name-only 'Copyright [0-9]* Google' | grep -v third_party | egrep '\\.(m|h|cc|mm|c)$'"
31+
- "! git grep -EL --name-only 'Copyright [0-9]{4}.*Google' | grep -v third_party | egrep '\\.(m|h|cc|mm|c)$'"
3232
- ./scripts/style.sh test-only # Validate clang-format compliance
3333
- |
3434
if [ $SKIP_FIREBASE != 1 ]; then

Firestore/core/src/firebase/firestore/util/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ cc_library(
113113
comparison.h
114114
config.h
115115
firebase_assert.h
116+
iterator_adaptors.h
116117
log.h
117118
ordered_code.cc
118119
ordered_code.h

0 commit comments

Comments
 (0)