aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/launchersocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add sanity check to socket launcherChristian Kandeler2019-06-281-0/+1
* Replace QByteArrayList with std::vectorJake Petroules2017-05-101-2/+2
* Launcher socket: Replace an assertion with a proper checkChristian Kandeler2017-04-041-1/+2
* Process launcher: Work around platform-specific QLocalSocket behaviorChristian Kandeler2017-04-041-1/+9
* Replace all uses of QMutex/QMutexLocker with std::mutex/std::lock_guardJake Petroules2017-03-221-2/+2
* Fix QbsProcess::cancel()Christian Kandeler2017-03-021-0/+2
* Use range-based for loops instead of iteratorsChristian Kandeler2017-02-231-2/+3
* Use a dedicated launcher process to run all ProcessCommandsChristian Kandeler2017-01-251-0/+133