Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Use boost iostream in pipe logger for cross-platform #50044

Merged
merged 31 commits into from
Feb 1, 2025
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
9f7ded8
fix test comment
dentiny Jan 23, 2025
8bdd94a
use boost iostream for cross-platform
dentiny Jan 23, 2025
ad89e4e
remove unnecessary cross-platform
dentiny Jan 24, 2025
dfc4ddc
fix windows build
dentiny Jan 24, 2025
df8c7ce
rename
dentiny Jan 24, 2025
94db87c
another rename
dentiny Jan 24, 2025
4fb9002
doc
dentiny Jan 24, 2025
025bad1
fix naming
dentiny Jan 25, 2025
5d74185
fix data flush
dentiny Jan 25, 2025
e6c6ce1
Merge branch 'master' into hjiang/boost-windows-jan-23
dentiny Jan 25, 2025
48ce959
no need to flush
dentiny Jan 25, 2025
64ff960
disable tsan
dentiny Jan 25, 2025
7f661f4
add check
dentiny Jan 27, 2025
342e401
Add another check
dentiny Jan 27, 2025
860120f
early exit for eof state
dentiny Jan 27, 2025
2847484
remove no tsan
dentiny Jan 27, 2025
f79043b
remove unreachable EOF branch
dentiny Jan 28, 2025
e624686
disable TSAN
dentiny Jan 28, 2025
3a78143
windows test
dentiny Jan 29, 2025
9aa55db
more TSAN comment
dentiny Jan 29, 2025
6468e62
fix windows
dentiny Jan 29, 2025
39b512a
remove
dentiny Jan 29, 2025
2316eab
unset logger to destruct
dentiny Jan 30, 2025
d72927b
Merge branch 'hjiang/boost-windows-jan-23' of github.com:dentiny/ray …
dentiny Jan 30, 2025
7d410fd
todo
dentiny Jan 30, 2025
ccd438f
Merge branch 'master' into hjiang/boost-windows-jan-23
dentiny Jan 31, 2025
d1c3c00
exit hook to cleanup
dentiny Jan 31, 2025
f359d4c
hook
dentiny Jan 31, 2025
39b3498
Merge branch 'hjiang/boost-windows-jan-23' of github.com:dentiny/ray …
dentiny Jan 31, 2025
cb3d01d
cleanup
dentiny Jan 31, 2025
740a886
Merge branch 'master' into hjiang/boost-windows-jan-23
dentiny Feb 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/ray/util/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ ray_cc_library(
":stream_redirection_options",
":thread_utils",
":util",
"@boost//:iostreams",
"@com_github_spdlog//:spdlog",
"@com_google_absl//absl/strings",
],
Expand Down
Loading
Loading