aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/third_party
Commit message (Collapse)AuthorAge
* 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