aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/test/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
* Install googletest (#1461)Gravatar Gil2018-06-26
* Create Status objects from errno (#1374)Gravatar Gil2018-06-12
* Fix support scripts on Linux (#1385)Gravatar Gil2018-06-06
* 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
* 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
* Firestore C++: make FSTDispatchQueue delegate to C++ implementation (#1240)Gravatar Konstantin Varlamov2018-05-11
* Firestore C++: quick fix for flaky tests in AsyncQueue and Executor (#1245)Gravatar Konstantin Varlamov2018-05-10
* Firestore C++: add missing tests for Executor (#1247)Gravatar Konstantin Varlamov2018-05-10
* 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 clang-tidy checks for Firestore (#1078)Gravatar Gil2018-04-12
* Make it easier to consume sub-libraries within util (#1065)Gravatar Gil2018-04-10
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Add Status and StatusOr (#935)Gravatar rsgowman2018-03-19
* Add absl_strings to firebase_firestore_util_test dependencies (#725)Gravatar rsgowman2018-01-29
* 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
* Fix C++ lint errors (#668)Gravatar Gil2018-01-17
* Enable warnings in the CMake build (#669)Gravatar Gil2018-01-16
* implement C++ assert (stdio, apple) (#612)Gravatar zxu2018-01-08
* Port StringPrintf from //base (#624)Gravatar Gil2018-01-08
* Build and test both C++ loggers where possible (#595)Gravatar Gil2018-01-03
* implement C++ logger (#575)Gravatar zxu2017-12-20
* Use angle brackets for nonlocal #includes in Firestore (#580)Gravatar Gil2017-12-19
* Move sources into firebase::firestore and internal namespaces (#494)Gravatar Gil2017-11-30