Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-23 | Fix cases of missing braces on if | Michael Pratt | |
PiperOrigin-RevId: 230641540 Change-Id: Icccc3cdeec191138940f0ecea0a29798359d2b1f | |||
2018-12-18 | Allow PosixErrorOr<T> to be implicitly constructible from copyable T. | Jamie Liu | |
PiperOrigin-RevId: 226037787 Change-Id: I5fb5f55f68b67dd86bbff46349b46e3e8e6b9d1b | |||
2018-12-11 | Add rvalue ref-qualified PosixErrorOr<T>::ValueOrDie() overloads. | Jamie Liu | |
This allows ValueOrDie() to be called on PosixErrorOr rvalues (e.g. temporaries) holding move-only types without extraneous std::move()s. PiperOrigin-RevId: 225098036 Change-Id: I662862e4f3562141f941845fc6e197edb27ce29b | |||
2018-12-10 | Open source system call tests. | Brian Geffon | |
PiperOrigin-RevId: 224886231 Change-Id: I0fccb4d994601739d8b16b1d4e6b31f40297fb22 |