aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/third_party
Commit message (Collapse)AuthorAge
* Convert googletest and nanopb CMake builds to add_subdirectory (#1522)Gravatar Gil2018-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add a download-only boringssl ExternalProject Match boringssl version to grpc submodule version Note: not yet in use * Split grpc into separate download and build tasks This allows other external targets to download into the gRPC source tree before grpc is actually built. * Convert grpc to an http download * Build googletest with add_subdirectory Also: * Revert library-name modifications in the abseil-cpp build * Move abseil-cpp add_subdirectory build into place * Build nanopb with add_subdirectory * Force nanopb first to work around ODR violations This is a temporary work-around for b/111328563.
* Install googletest (#1461)Gravatar Gil2018-06-26
| | | Also add FindGMock to Find gmock after installation
* Replace Objective-C assertions with C++ assertions (#1327)Gravatar Gil2018-05-24
| | | | | | | | * Migrate FSTFail to HARD_FAIL * FSTCFail -> HARD_FAIL * FSTCAssert -> HARD_ASSERT * FSTAssert -> HARD_ASSERT * Replace FSTAssert with NSAssert in dead Objective-C code * Remove FSTAssert.h
* Make abseil-cpp buildable on masterGravatar Marek Gilbert2018-04-15
|
* Merge branch 'abseil-update' into abseil-mergeGravatar Marek Gilbert2018-04-15
|\
| * Update abseil-cpp to a new upstreamGravatar Marek Gilbert2018-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Actually update to bf7fc9986e20f664958fc227547fd8d2fdcf863e Change #754 didn't completely do this. This makes the rest of the sources match optional, which was imported at this change in #1083. Also add: absl/types/optional_test.cc absl/types/CMakeLists.txt absl/utility/CMakeLists.txt
| * carbon-copy of the `optional`-relevant src from abseil (#1083)Gravatar zxu2018-04-13
| |
* | Merge branch 'abseil-mirror' into mergeGravatar Marek Gilbert2018-02-06
|\| | | | | | | | | | | Add StrCat, StrJoin and the rest of //strings from abseil-cpp (#756) From abseil-cpp version bf7fc9986e20f664958fc227547fd8d2fdcf863e
* | Merge commit 'abseil-mirror' into mergeGravatar Marek Gilbert2018-02-06
|\ \ | | | | | | | | | | | | | | | Update abseil-cpp to a new upstream (#754) Update to bf7fc9986e20f664958fc227547fd8d2fdcf863e
| | * Add StrCat, StrJoin and the rest of //strings from abseil-cpp (#756)Gravatar Gil2018-02-06
| |/ | | | | From abseil-cpp version bf7fc9986e20f664958fc227547fd8d2fdcf863e
| * Update abseil-cpp to a new upstream (#754)Gravatar Gil2018-02-06
| | | | | | Update to bf7fc9986e20f664958fc227547fd8d2fdcf863e
* | Remove predecessorKey,Object,Document, etc (#735)Gravatar Gil2018-02-01
| | | | | | | | | | This is dead code. I think it was probably useful in the RTDB because of the way it notified of changes, but we give changes with indexes in Firestore so I think we don't need it.
* | Start on ArraySortedMap in C++ (#721)Gravatar Gil2018-01-31
| | | | | | | | | | | | * Implement ArraySortedMap.remove * Implement ArraySortedMap.insert * Ensure ArraySortedMap.insert avoids copying on duplicates * Port more ArraySortedMapTests
* | Port comparison to C++ (#678)Gravatar Gil2018-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reimplements our comparison functions as C++ Comparators and then provides compatibility shims for interoperating with existing Objective-C usage. A few specialized comparators aren't suitable for porting but only have a single usage (e.g. CompareBytes for comparing NSData * instances). In these cases I've moved them into the caller. * Use int32_t for typeof(ID) in FSTDocumentReference * Migrate callers of FSTComparison.h to Objective-C++ * Port comparison to C++ * Migrate usages of FSTComparison.h to C++ equivalents * Remove FSTComparison
* | Port StringPrintf from //base (#624)Gravatar Gil2018-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Port StringPrintf from //base. Prefer this to approaches based on variadic templates. While the variadic template mechanisms are strictly safer, they result in binary bloat we can't afford. This is essentially the same StringPrintf previously open sourced as a part of protobuf, though updated for C++11 which saves a copy and a temporary buffer on the heap. * Add abseil as a subdirectory of Firestore This saves having to redefine all the libraries that abseil defines as imported libraries. * Rename firebase_firesture_util_log_* targets Cut the log out of the name to reflect that these will get more components besides just logging.
* | Add absl/base/internal/endian.h back into the buildGravatar Marek Gilbert2017-12-09
| |
* | Merge branch 'master' into abseil-importGravatar Marek Gilbert2017-12-09
|\ \ | |/ |/|
* | Import absl/base/internal/endian.hGravatar Marek Gilbert2017-12-09
| |
| * Fix whitespaceGravatar Marek Gilbert2017-12-08
| |
| * Remove commented out codeGravatar Marek Gilbert2017-12-07
| |
| * Cut down absl CMakeLists to only include the things we useGravatar Marek Gilbert2017-12-07
| |
| * Consume googletest in the standard CMake wayGravatar Marek Gilbert2017-12-07
| |
| * Remove use of absl::synchronization_internal::ThreadPoolGravatar Marek Gilbert2017-12-07
|/
* Import a subset of abseil sourcesGravatar Marek Gilbert2017-12-07
|
* Use fully qualified imports in Firestore (#467)Gravatar Gil2017-11-16
| | | | | | | | | This simplifies the import process back into google3 and allows us to add additional directories to the project without needing to update the project files for each directory we add. This shows up most clearly in the change to Firestore/Example/Firestore.xcodeproj/project.pbxproj: this no longer needs to list essentially every directory in the project as a header search path. * Clang-format configuration for C++ files * Add support C++-only sources to the podspec * Podspec support for fully qualified imports * xcodeproj changes for fully-qualified imports * Use fully-qualified imports in Firestore sources
* Release 4.3.0 (#327)Gravatar Gil2017-10-03
Initial release of Firestore at 0.8.0 Bump FirebaseCommunity to 0.1.3