aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/util/strerror.cc
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