summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2020-04-13Merge branch 'sk/cmd-no-shell' into 'master' 0.7Jeff Hatch2
[MTX-3311] Execute system commands without invoking system shell See merge request !1
2020-04-09Execute system commands without invoking system shellSerhii Kostiuk1
Added a missed ```child``` parameter to the list of ```executeBackground``` params in docs
2020-04-09Execute system commands without invoking system shellSerhii Kostiuk2
Changes after a code review: - fixed documentation for the closeBackground function - renamed ```app``` parameter to ```cmd```
2020-04-07Execute system commands without invoking system shellSerhii Kostiuk2
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-01Add monoTimeMicros() function0.6Jeff Hatch2
2017-04-18Fix crash caused by SharedPtr constructor not initializing m_eType0.5Jeff Hatch1
2015-12-14fix: add LDFLAGS to Makefile for shared lib build pre-gcc/++ 4.5 compiler (MTR)0.4Brandon Bayer1
2015-04-21Makefile: add -lpthread for shared lib link0.3Jesse Gilles1
2015-04-20add .gitignoreJesse Gilles1
2015-04-20initial commitJesse Gilles48