index
:
firebase-ios-sdk
master
Firebase iOS SDK
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Firestore
/
core
Commit message (
Expand
)
Author
Age
*
Firestore C++: quick fix for flaky tests in AsyncQueue and Executor (#1245)
Konstantin Varlamov
2018-05-10
*
Firestore C++: add missing tests for Executor (#1247)
Konstantin Varlamov
2018-05-10
*
Add missing tests to the Firestore project (#1254)
Gil
2018-05-09
*
Remove final vestiges of FSTSnapshotVersion (#1253)
Gil
2018-05-09
*
[De]serialize Timestamps via the remote Serializer (#1233)
rsgowman
2018-05-09
*
Firestore C++: in AsyncQueue, use steady_clock instead of system_clock. (#1246)
Konstantin Varlamov
2018-05-09
*
Firestore C++: compile ExecutorLibdispatch in Objective-C++ mode (#1237)
Konstantin Varlamov
2018-05-08
*
Backport array contains / transform improvements from Web. (#1242)
Michael Lehenbauer
2018-05-08
*
C++ migration: add AsyncQueue, the C++ version of FSTDispatchQueue (#1176)
Konstantin Varlamov
2018-05-07
*
Make BasePath hash directly as a range (#1232)
Gil
2018-05-06
*
Migrate FSTDocumentVersionDictionary to C++ DocumentVersionMap (#1231)
Gil
2018-05-05
*
Port FSTDocumentKeySet to C++ DocumentKeySet (#1229)
Gil
2018-05-05
*
[De]serialize DocumentKeys via the remote Serializer (#1212)
rsgowman
2018-05-04
*
Add Immutable SortedSet in C++ (#1206)
Gil
2018-05-02
*
Minor test naming fixup (#1209)
rsgowman
2018-05-02
*
Adding mergeFields support (#1141)
Sebastian Schmidt
2018-05-02
*
Add error handler for serializer (for deserializing cases) (#1181)
rsgowman
2018-05-01
*
Port `SnapshotVersion` for the rest Firestore modulo (#1185)
zxu
2018-05-01
*
Define a general hashing utility in C++ (#1195)
Gil
2018-05-01
*
Port `SnapshotVersion` for `Local` (#1182)
zxu
2018-04-25
*
Add key-only projections to immutable C++ maps (#1166)
Gil
2018-04-24
*
fix a bug caught by asan failure (#1173)
zxu
2018-04-24
*
Implement erase in C++ immutable maps (#1158)
Gil
2018-04-24
*
Adjust serializer test to verify via libprotobuf. (#1039)
rsgowman
2018-04-24
*
Update `FieldValue` For Porting `Mutation`s to C++ (#1144)
zxu
2018-04-23
*
Implement find-related methods on C++ immutable maps (#1145)
Gil
2018-04-20
*
Fix build breakages under linux (gcc) (#1154)
rsgowman
2018-04-20
*
Clean up warnings in Firestore (#1146)
Gil
2018-04-19
*
Implement iterators for our immutable maps (#1132)
Gil
2018-04-19
*
Serialize array transform mutations. (#1107)
Michael Lehenbauer
2018-04-17
*
Implement TreeSortedMap::insert (#1081)
Gil
2018-04-17
*
Implement local and server application of arrayUnion and arrayRemove transfor...
Michael Lehenbauer
2018-04-16
*
Fix iteration past end in LevelDBTransaction::Iterator (#1105)
Gil
2018-04-16
*
Array Transforms public API and parsing
Michael Lehenbauer
2018-04-13
*
Port `Precondition` to C++ (#1040)
zxu
2018-04-12
*
Add clang-tidy checks for Firestore (#1078)
Gil
2018-04-12
*
Refactor deserialization methods (#1038)
rsgowman
2018-04-11
*
Make it easier to consume sub-libraries within util (#1065)
Gil
2018-04-10
*
Minor cleanups to firebase_assert.h (#1051)
Gil
2018-04-10
*
Port FieldTransform to C++ (#1033)
zxu
2018-04-10
*
FIREBASE_DEV_ASSERT -> FIREBASE_ASSERT within serializer.cc (#1062)
rsgowman
2018-04-10
*
Fix build on linux due to isnan not being present. (#1063)
rsgowman
2018-04-10
*
Add lint checking for Objective-C++ sources (#1048)
Gil
2018-04-09
*
Fix build breakage on linux (#997)
rsgowman
2018-04-05
*
Add error handling for serializer (for serializing case only) (#991)
rsgowman
2018-04-05
*
Port transform operations to C++ (#1020)
zxu
2018-04-05
*
port FieldMask to C++ (#998)
zxu
2018-04-04
*
Fix optimized build missing symbol issue (#1009)
Paul Beusterien
2018-03-30
*
Drop FSTWriteGroup (#986)
Greg Soltis
2018-03-30
*
C++ migration: refactor Timestamp logic checking for overflow. (#1000)
Konstantin Varlamov
2018-03-29
[next]