aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/jsoncpp.BUILD
Commit message (Collapse)AuthorAge
* Update jsoncpp to 1.8.4 (#20182)Gravatar Yong Tang2018-06-21
| | | | | | | | | | | | | | | | | | | | | | | | * Update jsoncpp to 1.8.4 This fix updates the jsoncpp to 1.8.4 to address the issue raised in 20170. The jsoncpp used in tf was old and may contain security issues. This fix fixes 20170. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Add JSON_HAS_INT64 define to jsoncpp build Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Fix data type conversion issue for jsoncpp. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> * Fix build by include "version.h" Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Disable exceptions in TensorFlow jsoncpp buildGravatar Justine Tunney2018-01-16
| | | | | | | This is necessary to compile with Clang. Since the TF GCP code doesn't have any try/catch statements, this could be a bug fix. PiperOrigin-RevId: 182143536
* Move most foo.BUILD files into third_partyGravatar Justine Tunney2016-12-29
This frees up space on the TensorFlow GitHub home page! Change: 143161497