aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/util
Commit message (Expand)AuthorAge
* Fix Firestore source errors under VS2017 (#1515)Gravatar Gil2018-07-11
* C++ migration: add a C++ implementation of `FSTExponentialBackoff` (#1465)Gravatar Konstantin Varlamov2018-07-10
* Split GoogleUtilities from FirebaseCore (#1370)Gravatar Paul Beusterien2018-07-06
* Create Status objects from errno (#1374)Gravatar Gil2018-06-12
* Add pathname manipulation utilities (#1376)Gravatar Gil2018-06-05
* Build cleanup (#1375)Gravatar Gil2018-06-04
* Fix Firestore compilation under Xcode < 9.2 (#1367)Gravatar Gil2018-06-01
* Remove nearly all usages of WrapNSStringNoCopy (#1351)Gravatar Gil2018-05-30
* Fix Objective-C logging (#1322)Gravatar Gil2018-05-23
* Reimplement C++ logging (#1313)Gravatar Gil2018-05-23
* Add a HARD_ASSERT C++ assertion macro (#1304)Gravatar Gil2018-05-22
* Add a C++ native StringFormat (#1289)Gravatar Gil2018-05-21
* fix lint to run copybara (#1290)Gravatar zxu2018-05-17
* Firestore C++: make FSTDispatchQueue delegate to C++ implementation (#1240)Gravatar Konstantin Varlamov2018-05-11
* Firestore C++: in AsyncQueue, use steady_clock instead of system_clock. (#1246)Gravatar Konstantin Varlamov2018-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
* Define a general hashing utility in C++ (#1195)Gravatar Gil2018-05-01
* Add key-only projections to immutable C++ maps (#1166)Gravatar Gil2018-04-24
* Implement find-related methods on C++ immutable maps (#1145)Gravatar Gil2018-04-20
* Clean up warnings in Firestore (#1146)Gravatar Gil2018-04-19
* Add clang-tidy checks for Firestore (#1078)Gravatar Gil2018-04-12
* Make it easier to consume sub-libraries within util (#1065)Gravatar Gil2018-04-10
* Minor cleanups to firebase_assert.h (#1051)Gravatar Gil2018-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
* Fix optimized build missing symbol issue (#1009)Gravatar Paul Beusterien2018-03-30
* Initial TreeSortedMap and SortedMap in C++ (#980)Gravatar Gil2018-03-29
* Port FSTLevelDBKey to C++ (#937)Gravatar Gil2018-03-21
* Change CredentialsProvider::TokenListener to use StatusOr<Token> (#945)Gravatar rsgowman2018-03-21
* Add Status and StatusOr (#935)Gravatar rsgowman2018-03-19
* grand PR to port the remaining paths (FieldPath and ResourcePath). (#865)Gravatar zxu2018-03-14
* Fix test failures that occur during prod build (#910)Gravatar rsgowman2018-03-12
* replacing Auth by C++ auth implementation (#802)Gravatar zxu2018-02-27
* replacing FSTGetTokenResult by C++ Token implementation (#805)Gravatar zxu2018-02-20
* 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
* Import iterator_adaptors from google3 (#718)Gravatar Gil2018-01-29
* Fix a number of c++ build errors (#715)Gravatar rsgowman2018-01-27
* normalize and port the rest of Firebase/Port code (#713)Gravatar zxu2018-01-27
* normalize string_util (#708)Gravatar zxu2018-01-25
* Port comparison to C++ (#678)Gravatar Gil2018-01-19
* Add platform detection logic for SecureRandom (#676)Gravatar Gil2018-01-19
* Add a cc_library to the CMake build (#670)Gravatar Gil2018-01-17
* implement FieldValue for null, boolean, and array in C++. (#637)Gravatar zxu2018-01-17
* Fix C++ lint errors (#668)Gravatar Gil2018-01-17
* Enable warnings in the CMake build (#669)Gravatar Gil2018-01-16
* Run style.sh (#636)Gravatar Michael Lehenbauer2018-01-10