{"id":13533827,"url":"https://gitlab.com/eidheim/tiny-process-library","last_synced_at":"2025-04-01T22:30:44.079Z","repository":{"id":50390961,"uuid":"6955981","full_name":"eidheim/tiny-process-library","owner":"eidheim","description":"A small platform independent library making it simple to create and stop new processes in C++, as well as writing to stdin and reading from stdout and stderr of a new process","archived":false,"fork":false,"pushed_at":null,"size":null,"stargazers_count":43,"open_issues_count":14,"forks_count":28,"subscribers_count":null,"default_branch":"master","last_synced_at":"2024-11-02T20:33:28.249Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":null,"metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-08T09:34:02.479Z","updated_at":"2024-08-31T17:04:29.610Z","dependencies_parsed_at":"2022-08-25T00:51:01.106Z","dependency_job_id":null,"html_url":"https://gitlab.com/eidheim/tiny-process-library","commit_stats":{"total_commits":199,"total_committers":28,"mean_commits":7.107142857142857,"dds":"0.37688442211055273","last_synced_commit":"4bf0e59e64f18d3080a1ce4e853775de2181e993"},"previous_names":[],"tags_count":13,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/eidheim%2Ftiny-process-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/eidheim%2Ftiny-process-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/eidheim%2Ftiny-process-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories/eidheim%2Ftiny-process-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/owners/eidheim","download_url":"https://gitlab.com/eidheim/tiny-process-library/-/archive/master/tiny-process-library-master.zip","host":{"name":"gitlab.com","url":"https://gitlab.com","kind":"gitlab","repositories_count":4518492,"owners_count":6906,"icon_url":"https://github.com/gitlab.png","version":null,"created_at":"2022-05-30T11:31:42.605Z","updated_at":"2024-07-18T11:24:13.055Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/gitlab.com/owners"}},"keywords":[],"created_at":"2024-08-01T07:01:23.467Z","updated_at":"2025-04-01T22:30:43.614Z","avatar_url":null,"language":null,"readme":"# tiny-process-library\nA small platform independent library making it simple to create and stop new processes in C++, as well as writing to stdin and reading from stdout and stderr of a new process.\n\nThis library was created for, and is used by the C++ IDE project [juCi++](https://gitlab.com/cppit/jucipp).\n\n### Features\n* No external dependencies\n* Simple to use\n* Platform independent\n  * Creating processes using executables is supported on all platforms\n  * Creating processes using functions is only possible on Unix-like systems\n* Read separately from stdout and stderr using anonymous functions\n* Write to stdin\n* Kill a running process (SIGTERM is supported on Unix-like systems)\n* Correctly closes file descriptors/handles\n\n### Usage\nSee [examples.cpp](examples.cpp).\n\n### Get, compile and run\n\n#### Unix-like systems\n```sh\ngit clone http://gitlab.com/eidheim/tiny-process-library\ncd tiny-process-library\nmkdir build\ncd build\ncmake ..\nmake\n./examples\n```\n\n#### Windows with MSYS2 (https://msys2.github.io/)\n```sh\ngit clone http://gitlab.com/eidheim/tiny-process-library\ncd tiny-process-library\nmkdir build\ncd build\ncmake -G\"MSYS Makefiles\" ..\nmake\n./examples\n```\n","funding_links":[],"categories":["Libraries"],"sub_categories":["C++"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/gitlab.com%2Feidheim%2Ftiny-process-library","html_url":"https://awesome.ecosyste.ms/projects/gitlab.com%2Feidheim%2Ftiny-process-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/gitlab.com%2Feidheim%2Ftiny-process-library/lists"}