ray/streaming/java
mehrdadn e09f63ad65
Fix build errors and add more targets to Windows builds (#6811)
* Fix common.fbs rename (due to apache/arrow/commit/bef9a1c251397311a6415d3dc362ef419d154caa)

* Add missing COPTS

* Use socketpair(AF_INET) if boost::asio::local is unavailable (e.g. on Windows)

* Fix compile bug in service_based_gcs_client_test.cc (fix build breakage in #6686)

* Work around googletest/gmock inability to specify override to avoid -Werror,-Winconsistent-missing-override

* Fix missing override on IsPlasmaBuffer()

* Fix missing libraries for streaming

* Factor out install-toolchains.sh

* Put some Bazel flags into .bazelrc

* Fix jni_md.h missing inclusion

* Add ~/bin to PATH for Bazel

* Change echo $$(date) > $@ to date > $@

* Fix lots of unquoted paths

* Add system() call checks for Windows

Co-authored-by: GitHub Web Flow <noreply@github.com>
2020-02-11 16:49:33 -08:00
..
streaming-api [Streaming] Streaming scheduler - part1-2: execution graph (#6666) 2020-02-04 11:51:21 +08:00
streaming-runtime [Streaming] Streaming scheduler - part1-2: execution graph (#6666) 2020-02-04 11:51:21 +08:00
BUILD.bazel Fix build errors and add more targets to Windows builds (#6811) 2020-02-11 16:49:33 -08:00
checkstyle-suppressions.xml [Streaming] Streaming data transfer java (#6474) 2019-12-22 10:56:05 +08:00
dependencies.bzl [Streaming] Add configuration with owner config. (#6687) 2020-01-08 11:19:01 +08:00
pom.xml enable maven checkstyle (#6829) 2020-01-20 23:41:54 -08:00
test.sh [Streaming] Streaming data transfer java (#6474) 2019-12-22 10:56:05 +08:00
testng.xml [Streaming] Streaming data transfer java (#6474) 2019-12-22 10:56:05 +08:00