aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/core/status.h
Commit message (Expand)AuthorAge
* Removed unnecessary includes from stringpiece.hGravatar A. Unique TensorFlower2018-09-14
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Fully-qualify function call in TF_CHECK_OK macro implementation, so that it canGravatar A. Unique TensorFlower2017-12-12
* Merge changes from github.Gravatar A. Unique TensorFlower2017-08-15
* Use std::unique_ptr for Status::state_; NFCGravatar A. Unique TensorFlower2017-08-01
* Make tensorflow::Status TF_MUST_USE_RESULT, and alias xla::Status to tensorfl...Gravatar Justin Lebar2017-03-14
* Fully qualify symbols to prevent clashes in directories named 'tensorflow'.Gravatar A. Unique TensorFlower2017-03-02
* Avoid creating a tensorflow::Status::OK() object and destroying it onGravatar Jeffrey A. Dean2017-03-02
* Fix code that ignores tensorflow::Status.Gravatar Peter Hawkins2017-02-13
* C++ docs: add doxygen group annotations to source codeGravatar Skye Wanderman-Milne2017-02-13
* Fix reversed sense of #ifndef NDEBUG in definition of TF_DCHECK_OK.Gravatar A. Unique TensorFlower2016-10-25
* Add TF_DCHECK_OK to status.h, a debug-only version ofGravatar A. Unique TensorFlower2016-10-14
* Small header changes and a Doxygen tweak to shape the C++ API a bit better.Gravatar A. Unique TensorFlower2016-10-10
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* First step of moving files out of tensorflow/core/public/. HereGravatar Josh Levenberg2016-01-20