aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/util/statusor.h
Commit message (Collapse)AuthorAge
* Create Status objects from errno (#1374)Gravatar Gil2018-06-12
| | | | | | | | | | | * Add a portable interface to strerror * Add Status::FromErrno * Add strerror_test.cc to the Xcode project * Use glibc feature selection macros instead of return-type overloads * Fix tensorflow references
* Add Status and StatusOr (#935)Gravatar rsgowman2018-03-19
* Pull in status files from tensorflow * Add missing dependency to immutable library