summaryrefslogtreecommitdiff
path: root/src/libs/utils/shellcommand.cpp
Commit message (Expand)AuthorAgeFilesLines
* ShellCommand: Fix crash with OutputProxy useTobias Hunger2016-07-181-4/+4
* Utils::ShellCommand: Force fully synchronous execution from UI threadTobias Hunger2016-07-151-1/+2
* Utils::ShellCommand: Use SynchronousProcess where posssibleTobias Hunger2016-07-151-50/+33
* Utils::ShellCommand: Add runSynchronous methodTobias Hunger2016-07-151-52/+61
* ShellCommand: Pass OutputProxy to runFullySynchronousTobias Hunger2016-07-151-3/+2
* Utils::ShellCommand: Rename runSynchronous to runFullySynchronousTobias Hunger2016-07-151-6/+6
* Utils::Shellcommand: Remove runFullySynchronousTobias Hunger2016-07-151-37/+0
* SynchronousProcess: Store raw bytes from stdout/stderr of the processTobias Hunger2016-07-151-9/+8
* Utils: Use runBlocking in shellcommandTobias Hunger2016-06-241-1/+1
* Utils: Suppress progress bar when "Suppress command logging" is enabledOrgad Shaneh2016-05-091-1/+2
* SynchronousProcess: Change exit code interpreter to function objectEike Ziller2016-04-271-13/+10
* Utils: Modernize ShellCommand and SynchronousProcessOrgad Shaneh2016-04-011-20/+11
* ShellCommand: Add missing includeEike Ziller2016-02-121-0/+1
* runAsync: Remove ResultType template parameter.Eike Ziller2016-02-101-1/+1
* Utils: Fix indentation in ShellCommandOrgad Shaneh2016-02-051-18/+17
* ShellCommand: Cleanup includesEike Ziller2016-01-301-8/+5
* ShellCommand: Some tweaks of QtConcurrent usageEike Ziller2016-01-261-7/+9
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* ShellCommand: Do not crash when no binary is givenTobias Hunger2015-06-301-1/+4
* ShellCommand: Allow setting working directory per jobTobias Hunger2015-06-101-13/+26
* ShellCommand: Store workingdirectory in the jobsTobias Hunger2015-06-101-16/+20
* ShellCommand: Rename some signalsTobias Hunger2015-05-071-4/+4
* Vcs: Split up VcsCommandTobias Hunger2015-05-041-0/+555