Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2020-04-07 | Execute system commands without invoking system shell | Serhii Kostiuk | 1 | |
Added several new methods to the MTS::System class: - ```executeBackground``` - popen alternative, creates a pipe with the specified mode and spawns a new process with specified arguments; - ```closeBackground``` - pclose alternative, closes parent side of the pipe and waits for the child process to finish its execution; - ```execute``` - MTS::System::cmd alternative that allows to spawn child processes directly without invoking system shell. | ||||
2018-02-01 | Add monoTimeMicros() function0.6 | Jeff Hatch | 1 | |
2015-04-20 | initial commit | Jesse Gilles | 11 | |