aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore
Commit message (Expand)AuthorAge
...
* | Merge pull request #1102 from firebase/release-4.13.0Gravatar Ryan Wilson2018-04-13
|\ \
* | | Array Transforms public API and parsingGravatar Michael Lehenbauer2018-04-13
* | | Remove immutable map from [FSTDatastore lookupDocuments:completion:] (#1080)Gravatar Gil2018-04-13
| | * carbon-copy of the `optional`-relevant src from abseil (#1083)Gravatar zxu2018-04-13
| * | Rename version 4.12.1 to 4.13 (#1092)Gravatar Paul Beusterien2018-04-13
* | | Port `Precondition` to C++ (#1040)Gravatar zxu2018-04-12
* | | Add clang-tidy checks for Firestore (#1078)Gravatar Gil2018-04-12
* | | Small cleanup to UserDataConverter / FieldValue sentinel code to make adding ...Gravatar Michael Lehenbauer2018-04-12
* | | Add CMake options to build using sanitizers (#1053)Gravatar Konstantin Varlamov2018-04-12
* | | Update protos. (#1075)Gravatar Michael Lehenbauer2018-04-12
* | | Refactor deserialization methods (#1038)Gravatar rsgowman2018-04-11
* | | iOS: fix data race in FSTDispatchQueue. (#1070)Gravatar Konstantin Varlamov2018-04-11
| * | Update component versions for 4.12.1Gravatar Paul Beusterien2018-04-11
* | | Rebuild proto artifacts from existing sources and update README.md instructio...Gravatar Michael Lehenbauer2018-04-11
* | | Make it easier to consume sub-libraries within util (#1065)Gravatar Gil2018-04-10
* | | Merge pull request #1067 from firebase/release-4.12.0Gravatar Paul Beusterien2018-04-10
|\| |
* | | Minor cleanups to firebase_assert.h (#1051)Gravatar Gil2018-04-10
* | | Port FieldTransform to C++ (#1033)Gravatar zxu2018-04-10
* | | FIREBASE_DEV_ASSERT -> FIREBASE_ASSERT within serializer.cc (#1062)Gravatar rsgowman2018-04-10
* | | Fix build on linux due to isnan not being present. (#1063)Gravatar rsgowman2018-04-10
* | | Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* | | Fix build breakage on linux (#997)Gravatar rsgowman2018-04-05
* | | Add error handling for serializer (for serializing case only) (#991)Gravatar rsgowman2018-04-05
* | | Port transform operations to C++ (#1020)Gravatar zxu2018-04-05
* | | port FieldMask to C++ (#998)Gravatar zxu2018-04-04
| * | Update component versions for 4.12.0 (#1024)Gravatar Ryan Wilson2018-04-04
|/ /
* | Drop FSTRemoteDocumentChangeBuffer (#1013)Gravatar Greg Soltis2018-04-02
* | Updating Firestore Changelog for v0.11.0Gravatar Sebastian Schmidt2018-04-02
* | Add a flag to control whether DocumentSnapshots return Dates or Timestamps fo...Gravatar Konstantin Varlamov2018-03-30
* | Fix optimized build missing symbol issue (#1009)Gravatar Paul Beusterien2018-03-30
* | Drop FSTWriteGroup (#986)Gravatar Greg Soltis2018-03-30
* | C++ migration: refactor Timestamp logic checking for overflow. (#1000)Gravatar Konstantin Varlamov2018-03-29
* | C++ migration: fix some Timestamp tests failing on Linux. (#999)Gravatar Konstantin Varlamov2018-03-29
* | Clean up usages of std::make_unique that crept in (#996)Gravatar Gil2018-03-29
* | Remove unused shutdown methods (#993)Gravatar Greg Soltis2018-03-29
* | Remove some usages of FSTWriteGroup (#983)Gravatar Greg Soltis2018-03-29
* | Initial TreeSortedMap and SortedMap in C++ (#980)Gravatar Gil2018-03-29
* | Fix some formatting issues.Gravatar Bryan Klimt2018-03-27
* | Add ObjectValue::Map alias (#967)Gravatar rsgowman2018-03-27
* | port C++ DocumentKey to the rest of Firestore code (#977)Gravatar zxu2018-03-27
* | Only add nanopb proto headers to the -I path when depending on the nanopb pro...Gravatar rsgowman2018-03-27
* | C++ migration: make Timestamp class a part of public API (#944)Gravatar Konstantin Varlamov2018-03-27
* | Merge pull request #979 from firebase/morganchen12-patch-1Gravatar Morgan Chen2018-03-26
|\ \
* | | Running a transaction (#969)Gravatar Greg Soltis2018-03-26
| * | backtick-escape code blockGravatar Morgan Chen2018-03-26
|/ /
* | Fix issue that could cause offline get()s to wait up to 10 seconds. (#978)Gravatar Michael Lehenbauer2018-03-26
* | Switch LevelDB MutationQueue and RemoteDocumentCache to use transactions (#968)Gravatar Greg Soltis2018-03-26
* | Rewrite leveldb_key to use a Reader/Writer class (#960)Gravatar Gil2018-03-24
* | port C++ `DocumentKey` to `Remote/*` (#965)Gravatar zxu2018-03-24
* | fix a typo (#970)Gravatar zxu2018-03-23