-
Notifications
You must be signed in to change notification settings - Fork 135
Replace apr with boost in LLProcess #5988
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
Draft
akleshchev
wants to merge
29
commits into
develop
Choose a base branch
from
andreyk/boost_process_experiment
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+913
−1,403
Draft
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
0554571
Replace apr process with boost process
akleshchev 626b1f5
Fix macOS CI failures: SIGPIPE and EINTR in LLProcess
Copilot 67956f8
Fix destructor: use waitpid(WNOHANG) instead of mChild->running()
Copilot 0e32b17
Fix 8 failing INTEGRATION_TEST_llprocess test cases
Copilot 9093b52
Speed up macOS viewer app tarball creation in CI
Copilot 8f5bfd3
Drain all ready LLProcess pipe events on exit
Copilot d288de5
Fix WritePipeImpl to use self-chaining startAsyncWrite
Copilot 2f0dfa6
Pump LLProcess writes before poll loop
Copilot dbcbe5e
Fix LLProcess tick ordering to prevent LLLeap timeout
Copilot f4d2a7f
Clarify LLProcess tick ordering rationale
Copilot 71e45ae
Tighten LLProcess tick comment wording
Copilot b4bad96
Fix ReadPipeImpl mLimit backpressure causing INTEGRATION_TEST_llleap …
Copilot 0f1e967
Address code review: remove misleading inventName comment, fix double…
Copilot 623cc34
Fix stale wstdin() comment reference and malformed C comment closer
Copilot 8f5b579
Add virtual WritePipe::tick(), promote pipe ownership to shared_ptr
Copilot d4a491c
Improve comments: name deadlock explicitly, clarify std::shared_ptr
Copilot 52b103a
Cleanup obsolete llprocess code
akleshchev a6eaa7e
Restore original eof event contract in ReadPipe
Copilot 3c77807
Restore all 7 original ReadPipe event fields
Copilot 3255819
Restore whichfile
akleshchev 089aee5
Fix Windows kill() exit code and stdout/stderr EOF
Copilot 3b78e9c
Fix Windows EOF event race after process exit
Copilot 756e24a
Fix 4 Windows CI test failures in llprocess
Copilot ea0c5f3
Cleanup old apr headers and helpers
akleshchev 3412791
Fix param validation
akleshchev 4564900
Fix LLProcess::kill() to return true for null process ptr
Copilot 391a83d
Safeguard handleExit
akleshchev 5de5c8b
Add mIOContext.restart() before poll loop in LLProcess::tick()
Copilot ad3bcf4
Address review feedback
akleshchev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.