0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
Jul 05, 2024 — Jul 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleaning up unnecessary stream classes. Removing remaining low level file More... almost 17 years ago
Got rid of low level file operation functions in sk::sys::PipeProcess. More... almost 17 years ago
Added ability to duplicate and reopen loose file descriptors. Making use of More... almost 17 years ago
Ensuring fd=-1 never leaks from LooseFileDescriptor (e.g. after close). More... almost 17 years ago
Introduced a file descriptor class that will not close the descriptor when More... almost 17 years ago
File descriptors are not inheritable now if not explicitly set. More... almost 17 years ago
Fixed compile on UNIX after Windows related changes. More... almost 17 years ago
Fixed tests for input redirection on Windows. More... almost 17 years ago
Started implementing stream redirection. More... almost 17 years ago
Added platform specific ways to read the original process environment More... almost 17 years ago
Making more tests pass on Windows. More... almost 17 years ago
Implemented Windows process handling (terminate, wait, status, etc.) More... almost 17 years ago
Implemented process start via CreateProcess() function on Windows. More... almost 17 years ago
Merged recent refactorings from UNIX implementation. More... almost 17 years ago
Refactored environment propagation to a process by use of sk::rt::Environment More... almost 17 years ago
Added ability to install the environment. More... almost 17 years ago
Added tests for sk::rt::Environment and fixed serialization. More... almost 17 years ago
Fixed the test for the recent removal of a config file it relied on. More... almost 17 years ago
Implemented and tested sk::util::Properties#inspect(). More... almost 17 years ago
Added tests for and implemented sk::util::Properties#parseProperty(). More... almost 17 years ago
Added tests for and implemented sk::util::Properties#forEach(). More... almost 17 years ago
More tests (and implementations) for sk::util::Properties. More... almost 17 years ago
Added tests for basic sk::util::Properties operations. More... almost 17 years ago
Adjusted compile on Mac OS 10.5 -- compensated for missing definition of More... almost 17 years ago
Introduced a class for handling process environment. It can serialize itself More... almost 17 years ago
Introduced an interface and a class to handle properties. No implementation More... almost 17 years ago
Adding default extension "exe" for Windows commands. More... almost 17 years ago
Added a folder for MKS specific implementation. More... almost 17 years ago
Forgot to initialize the counter. For some reason it gets 0 on Linux so that More... almost 17 years ago
Encapsulated work-around for Microsoft Visual Studion 2005 into a decidated More... almost 17 years ago