aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Firestore.xcodeproj
Commit message (Expand)AuthorAge
* Add a HARD_ASSERT C++ assertion macro (#1304)Gravatar Gil2018-05-22
* Firestore project fixes (#1301)Gravatar Gil2018-05-22
* Add a C++ native StringFormat (#1289)Gravatar Gil2018-05-21
* Prep for direct macOS support in Firestore pod (#1269)Gravatar Gil2018-05-14
* Update travis to use CocoaPods 1.5.2 (#1103)Gravatar Paul Beusterien2018-05-13
* Add remaining tests to Xcode (#1256)Gravatar Gil2018-05-10
* Add missing tests to the Firestore project (#1254)Gravatar Gil2018-05-09
* Align folders with actual test locations in the Firestore project (#1251)Gravatar Gil2018-05-09
* Firestore C++: compile ExecutorLibdispatch in Objective-C++ mode (#1237)Gravatar Konstantin Varlamov2018-05-08
* C++ migration: add AsyncQueue, the C++ version of FSTDispatchQueue (#1176)Gravatar Konstantin Varlamov2018-05-07
* Prepare Firestore for use as a static library (#1210)Gravatar Gil2018-05-03
* Define a general hashing utility in C++ (#1195)Gravatar Gil2018-05-01
* Rename iOS-specific targets with iOS-specific names (#1150)Gravatar Gil2018-04-20
* Prep Firestore Podfile for multiple platforms (#1148)Gravatar Gil2018-04-19
* Update project for CocoaPods 1.5.0. (#1147)Gravatar Gil2018-04-19
* Add GetOptions for controlling offline get behaviour (#655)Gravatar rsgowman2018-04-18
* Integration tests, changelog, and minor fixes for array transforms. (#1108)Gravatar Michael Lehenbauer2018-04-17
* Drop FSTRemoteDocumentChangeBuffer (#1013)Gravatar Greg Soltis2018-04-02
* Drop FSTWriteGroup (#986)Gravatar Greg Soltis2018-03-30
* C++ migration: make Timestamp class a part of public API (#944)Gravatar Konstantin Varlamov2018-03-27
* Port FSTLevelDBKey to C++ (#937)Gravatar Gil2018-03-21
* Implements transactions for leveldb (#881)Gravatar Greg Soltis2018-03-15
* grand PR to port the remaining paths (FieldPath and ResourcePath). (#865)Gravatar zxu2018-03-14
* Add build infrastructure for Codable support in Firestore (#815)Gravatar Gil2018-02-26
* Fix Firestore tests for M22 (#834)Gravatar Gil2018-02-22
* Make FSTTimestamp into a public Firestore class (#698)Gravatar Konstantin Varlamov2018-02-20
* DispatchQueue delayed callback improvements + testing (#784)Gravatar Michael Lehenbauer2018-02-15
* Port Firestore Document to C++ (#777)Gravatar zxu2018-02-12
* C++ port: add C++ equivalent of FSTDocumentKey. (#762)Gravatar Konstantin Varlamov2018-02-09
* port Firestore SnapshotVersion in C++ (#767)Gravatar zxu2018-02-09
* port Firestore Auth module in C++ (#733)Gravatar zxu2018-02-09
* C++ port: port FSTFieldPath and FSTResourcePath to C++ (#749)Gravatar Konstantin Varlamov2018-02-06
* Implement Firestore DatabaseInfo and port both Database{Id,Info} C++ to the i...Gravatar zxu2018-02-06
* Align tests and integration test header search paths (#737)Gravatar Gil2018-02-01
* Start on ArraySortedMap in C++ (#721)Gravatar Gil2018-01-31
* Move all Firestore Objective-C to Objective-C++ (#734)Gravatar Gil2018-01-31
* Schema migrations for LevelDB (#728)Gravatar Greg Soltis2018-01-30
* Firestore DatabaseId in C++ (#727)Gravatar zxu2018-01-29
* normalize and port the rest of Firebase/Port code (#713)Gravatar zxu2018-01-27
* port TargetIdGenerator to iOS (#709)Gravatar zxu2018-01-25
* implement `TargetIdGenerator` in C++ for Firestore (#701)Gravatar zxu2018-01-25
* normalize string_util (#708)Gravatar zxu2018-01-25
* Implement the rest of FieldValue types for C++ (#687)Gravatar zxu2018-01-25
* Port comparison to C++ (#678)Gravatar Gil2018-01-19
* implement FieldValue for null, boolean, and array in C++. (#637)Gravatar zxu2018-01-17
* Add assert_test to the Xcode build (#671)Gravatar Gil2018-01-16
* Merge branch 'master' into mikelehen/merge-master-to-firestore-api-changesGravatar Michael Lehenbauer2018-01-09
|\
| * Port StringPrintf from //base (#624)Gravatar Gil2018-01-08
| * Use the log_apple.mm logger from C++ on iOS (#593)Gravatar Gil2018-01-01
* | Firestore `isEqual()` on Public Types (#569)Gravatar zxu2017-12-19