-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: CameronHosking/subprocesscpp
base: master
head repository: pnappa/subprocesscpp
compare: master
- 13 commits
- 1 file changed
- 3 contributors
Commits on Nov 18, 2018
-
just wrote down some of the function/class signatures of some of the …
…potential new API dealios
Configuration menu - View commit details
-
Copy full SHA for 010cc5a - Browse repository at this point
Copy the full SHA 010cc5aView commit details
Commits on Nov 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2bef28d - Browse repository at this point
Copy the full SHA 2bef28dView commit details -
add canReadLine method to TwoWayPipe, commented out new API, use iter…
…ators in Process
Configuration menu - View commit details
-
Copy full SHA for b075630 - Browse repository at this point
Copy the full SHA b075630View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49bed44 - Browse repository at this point
Copy the full SHA 49bed44View commit details
Commits on Nov 20, 2018
-
optimise so that a piped string will only be read over once. Fix inco…
…nsistency with isGood() Previously both calls to readLine and canReadline would independently read the buffer on every call. Now we don't reread the buffer where we already know there is no newline character. Also put in a check to avoid double initialization of pipes
Configuration menu - View commit details
-
Copy full SHA for f05d235 - Browse repository at this point
Copy the full SHA f05d235View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e0a0e - Browse repository at this point
Copy the full SHA c2e0a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34f9214 - Browse repository at this point
Copy the full SHA 34f9214View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a8c93c - Browse repository at this point
Copy the full SHA 5a8c93cView commit details -
don't check if isGood() after checking isReady()
isReady can't return true if the pipe is not good so it is pointless to check
Configuration menu - View commit details
-
Copy full SHA for a98c39c - Browse repository at this point
Copy the full SHA a98c39cView commit details
Commits on Nov 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fbd5a0e - Browse repository at this point
Copy the full SHA fbd5a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b70a47 - Browse repository at this point
Copy the full SHA 8b70a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for f15d66c - Browse repository at this point
Copy the full SHA f15d66cView commit details -
Merge pull request pnappa#10 from CameronHosking/new_api_development
New api development
Configuration menu - View commit details
-
Copy full SHA for cec20c8 - Browse repository at this point
Copy the full SHA cec20c8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master