aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/third_party/abseil-cpp/absl
Commit message (Collapse)AuthorAge
* 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
* | 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
* | 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
| |
| * Remove use of absl::synchronization_internal::ThreadPoolGravatar Marek Gilbert2017-12-07
|/
* Import a subset of abseil sourcesGravatar Marek Gilbert2017-12-07