Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pnappa
/
subprocesscpp
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
5
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
New api
- #11
#11
Open
pnappa
wants to merge 18 commits into
master
pnappa/subprocesscpp:master
from
new_api
pnappa/subprocesscpp:new_api
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Open
New api
#11
pnappa
wants to merge 18 commits into
master
pnappa/subprocesscpp:master
from
new_api
pnappa/subprocesscpp:new_api
Copy head branch name to clipboard
Commits
Commits on Nov 20, 2018
adding execute and check_output of the new API
pnappa
committed
4bed072
View commit details
Copy full SHA for 4bed072
Browse repository at this point
renamed test -> check, and wrote execute tests, currently linker errors lol
pnappa
committed
12b05ec
View commit details
Copy full SHA for 12b05ec
Browse repository at this point
Commits on Nov 21, 2018
clang tidy and minor adjustments
pnappa
committed
52ad3c2
View commit details
Copy full SHA for 52ad3c2
Browse repository at this point
merged master into this
pnappa
committed
91c24a8
View commit details
Copy full SHA for 91c24a8
Browse repository at this point
more tests testing the new interface
pnappa
committed
1d5f1cc
View commit details
Copy full SHA for 1d5f1cc
Browse repository at this point
Commits on Nov 22, 2018
added skeleton for the ProcessStream class, and added some test TODOs
pnappa
committed
52aef26
View commit details
Copy full SHA for 52aef26
Browse repository at this point
whoops, didn't build recursively
pnappa
committed
20047cd
View commit details
Copy full SHA for 20047cd
Browse repository at this point
Commits on Nov 23, 2018
lol, forgot to actually call make on the subdir, you nonce
pnappa
committed
f686ec3
View commit details
Copy full SHA for f686ec3
Browse repository at this point
Commits on Dec 5, 2018
barebones Process added
Show description for 9235201
pnappa
committed
9235201
View commit details
Copy full SHA for 9235201
Browse repository at this point
Commits on Dec 7, 2018
replaced piping to file with outputting to string - complicated lifetime problems otherwise
pnappa
committed
7422cdd
View commit details
Copy full SHA for 7422cdd
Browse repository at this point
piping to processes *seems* to work, but propagated output seems borked"
pnappa
committed
d16a229
View commit details
Copy full SHA for d16a229
Browse repository at this point
fixed borked output bug
Show description for 2e5a030
pnappa
committed
2e5a030
View commit details
Copy full SHA for 2e5a030
Browse repository at this point
Commits on Dec 8, 2018
basic recursion test, it doesn't seem to terminate, uh oh
pnappa
committed
339243d
View commit details
Copy full SHA for 339243d
Browse repository at this point
Wrote some tests for Process/minor internal mods
Show description for 5998eed
pnappa
committed
5998eed
View commit details
Copy full SHA for 5998eed
Browse repository at this point
Procesess with functors can no longer be read from
Show description for 8b9068c
pnappa
committed
8b9068c
View commit details
Copy full SHA for 8b9068c
Browse repository at this point
Commits on Dec 14, 2018
Added process topology graph gen, general procwork
pnappa
committed
9673a6c
View commit details
Copy full SHA for 9673a6c
Browse repository at this point
graphs work better, but not perfect
pnappa
committed
abe7eea
View commit details
Copy full SHA for abe7eea
Browse repository at this point
network topology seems to work
pnappa
committed
58e1dcc
View commit details
Copy full SHA for 58e1dcc
Browse repository at this point
You can’t perform that action at this time.