summaryrefslogtreecommitdiffstats
path: root/src/jomlib/commandexecutor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the /KEEPTEMPFILES optionJoerg Bornemann2017-02-141-1/+1
* Fix error message for failed targetsJoerg Bornemann2016-11-111-2/+3
* update license headersJoerg Bornemann2016-02-111-18/+23
* remove sub-make blocking codeJoerg Bornemann2015-05-111-29/+0
* update license headersJoerg Bornemann2015-04-281-2/+2
* fix ignoring exit codes greater than 255Joerg Bornemann2015-03-171-1/+1
* unify license header styleJoerg Bornemann2014-02-071-0/+1
* update license headersJoerg Bornemann2014-01-171-1/+1
* update license headersJoerg Bornemann2013-01-021-1/+1
* rename Process::isStarted() to Process::isRunning()Joerg Bornemann2012-12-031-2/+2
* use ComSpec environment variableJoerg Bornemann2012-11-191-1/+5
* enhance "Can't start" error messageJoerg Bornemann2012-11-191-2/+3
* license headers updatedJoerg Bornemann2012-11-191-5/+2
* Remove platform specific pathname handlingMats Bengtsson2012-11-161-3/+3
* introduce ProcessEnvironment classJoerg Bornemann2012-09-221-15/+6
* implement /U switch for dumping inline filesJoerg Bornemann2012-08-161-1/+10
* output all commands when run with /nJoerg Bornemann2012-06-091-1/+3
* separate output of stdout and stderrJoerg Bornemann2012-06-051-2/+2
* filetime.{h|cpp} renamed to fastfileinfo.{h|cpp}Joerg Bornemann2012-05-111-1/+1
* remove FileInfo classJoerg Bornemann2012-05-111-1/+1
* do not distinguish between quoted and unquoted target namesJoerg Bornemann2012-05-111-1/+2
* group process cmdline output and process outputJoerg Bornemann2012-03-011-2/+8
* flush output streams where neededJoerg Bornemann2012-03-011-0/+1
* return exit code 1 if build fails and -k is givenJoerg Bornemann2012-02-221-4/+3
* license headers updatedJoerg Bornemann2012-01-251-1/+1
* fix handling of shell builtinsJoerg Bornemann2012-01-251-3/+9
* fix bad usage of printfJoerg Bornemann2012-01-161-1/+1
* unescape commandline characters after printing the commandJoerg Bornemann2011-11-211-3/+3
* missing includesRyan Pavlik2011-10-311-0/+1
* make sure that the "direct output" process is used most oftenJoerg Bornemann2011-10-281-2/+1
* fix superfluous blank lines in outputJoerg Bornemann2011-10-281-2/+2
* do not mix the output of parallel processesJoerg Bornemann2011-10-281-1/+2
* enhanced error message for failing commandsJoerg Bornemann2011-09-221-1/+4
* fix error message for failing cd commandsJoerg Bornemann2011-09-221-1/+1
* fix detection of cmd builtinsJoerg Bornemann2011-09-081-3/+5
* fix email contact in licenseJoerg Bornemann2011-08-161-1/+1
* license header updateJoerg Bornemann2011-08-161-1/+1
* don't modify the command line for jom subcallsJoerg Bornemann2011-08-151-17/+0
* use a simple process implementation instead of QProcessJoerg Bornemann2011-08-091-31/+15
* fix detection of sub jom callsJoerg Bornemann2011-08-031-19/+17
* remove the 'separated output' featureJoerg Bornemann2011-07-281-46/+4
* compile with QT_USE_FAST_CONCATENATION and QT_USE_FAST_OPERATOR_PLUSJoerg Bornemann2011-07-281-2/+2
* compile with QT_NO_CAST_FROM_ASCII and QT_NO_CAST_TO_ASCIIJoerg Bornemann2011-07-281-18/+22
* fix monsterspawn issueJoerg Bornemann2011-05-131-0/+23
* blocking on calling jom without QProcess::waitForFinishedJoerg Bornemann2011-03-291-2/+3
* fix embarrassing spawning bugJoerg Bornemann2011-03-251-1/+1
* fix sub-jom detection for the default -j valueJoerg Bornemann2011-03-241-1/+1
* added command line switch /KEEPTEMPFILESJoerg Bornemann2011-03-111-2/+1
* fix -j1 for sub MakefilesJoerg Bornemann2011-02-081-1/+1
* do not try to execute shell builtins directlyJoerg Bornemann2010-12-141-1/+14