ray/bazel
mehrdadn e312f3d282 Compatibility issues (#6071)
* Pass -f - to tar to force stdin on Windows

* Quote paths that may contain spaces (causes issues on Windows)

* Copy over Windows code from Arrow for glog signal handle uninstall

* Add missing COPTS to build rules since we'll need them for Windows compatibility

* Begin adding COPTS for Windows compatibility

* Disable glog on Arrow until we change WIN32 to _WIN32 there

* Missing header files that cause problems on Windows

* WORD typedef conflicts with Windows; remove it

* uint -> unsigned int wherever we're dealing with milliseconds (signed version is already int)

* uint -> unsigned int for enums

* uint -> size_t, wherever we're dealing with sizes or indices into arrays

* Work around Boost 1.68 bug in detecting clang-cl (revert this after upgrading)

* Missing #include <unistd.h>

* Add check for signal handler uninstallation failure

* Linting issue
2019-11-05 00:08:14 -08:00
..
BUILD Build Raylet with Bazel (#3806) 2019-01-20 12:16:47 -08:00
BUILD.cython Make sure the right Python interpreter is used (#4334) 2019-03-12 12:21:55 -07:00
BUILD.glog Fix glog problem of no call stack (#4395) 2019-03-18 18:21:21 -07:00
BUILD.plasma Compatibility issues (#6071) 2019-11-05 00:08:14 -08:00
BUILD.tpl Compile raylet cython bindings with bazel (#3842) 2019-01-25 00:57:31 -08:00
cython_library.bzl Compatibility issues (#6071) 2019-11-05 00:08:14 -08:00
glog.bzl Fix glog problem of no call stack (#4395) 2019-03-18 18:21:21 -07:00
python_configure.bzl Fix missing double quotes for spaces in paths (#6026) 2019-10-26 20:46:55 -07:00
ray.bzl Define common data structures with protobuf. (#5121) 2019-07-08 22:41:37 +08:00
ray_deps_build_all.bzl Use Plasma with LRU refreshing integrated (#6050) 2019-11-03 16:19:05 -08:00
ray_deps_setup.bzl Use Plasma with LRU refreshing integrated (#6050) 2019-11-03 16:19:05 -08:00