aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/processcommandexecutor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Try harder to find out the correct location for evaluation errorsChristian Kandeler2017-05-041-1/+2
* Support command files in cpp.{static,dynamic}LibrariesChristian Kandeler2017-04-281-1/+12
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-1/+1
* ProcessCommandExecutor: Make two debug statements conditionalChristian Kandeler2017-01-261-3/+8
* Use a dedicated launcher process to run all ProcessCommandsChristian Kandeler2017-01-251-5/+3
* Give the two copies command.{cpp,h} non-ambiguous namesJake Petroules2017-01-051-1/+1
* Change style of #includes of Qt headersJake Petroules2017-01-041-5/+6
* Do not use fromLocal8Bit() for string literalsKai Koehne2016-11-081-1/+1
* Update license headersIikka Eklund2016-08-291-14/+23
* Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-081-1/+1
|\
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* | Use Qt5-style connectsOrgad Shaneh2016-06-071-4/+6
* | Provide the ability to let commands bypass dry-run mode.Jake Petroules2016-06-011-1/+1
* | Merge 1.5 into master.Christian Kandeler2016-05-271-1/+1
|\|
| * Quote arguments in response filesPhilip Schuchardt2016-05-201-1/+1
* | Add a new command line echo mode that also prints environment variables.Jake Petroules2016-05-231-7/+29
* | Fix filterFunction evaluationJoerg Bornemann2016-05-101-2/+1
* | Do not use QScriptEngine::push/popScope in rule evaluationJoerg Bornemann2016-05-101-3/+3
|/
* Fix command lines being printed regardless of echo mode.Christian Kandeler2015-12-141-1/+1
* ProcessCommandExecutor: Clean up process output handling.Christian Kandeler2015-11-231-32/+45
* Make it easy to redirect the commands outputs to files.BogDan Vatra2015-11-201-12/+31
* Allow more fine-grained error reporting in ProcessResult.Christian Kandeler2015-11-171-17/+19
* Introduce Command.responseFileArgumentIndex.Jake Petroules2015-09-141-2/+3
* Add an extendedDescription property for commands.Jake Petroules2015-08-131-1/+4
* Always show the correct error string from the script engine.Christian Kandeler2015-07-201-1/+1
* Show the full command line invocation when a command fails.Jake Petroules2015-07-161-2/+4
* Print the command that was actually executed in command echo mode.Jake Petroules2015-07-131-16/+19
* DRY up shell quoting code, and do it properly in all places.Jake Petroules2015-07-131-23/+4
* Try to forward "bad interpreter" errors to the user.Jake Petroules2015-03-271-1/+11
* update license headersJoerg Bornemann2015-03-021-2/+2
* Replace --show-command-lines with --command-echo-mode.Jake Petroules2015-02-251-2/+2
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-281-6/+6
|\
| * Update LicenseEike Ziller2015-01-261-6/+6
* | add option to show command lines in build outputJoerg Bornemann2014-11-071-0/+14
|/
* Put Command properties in the filter functions' scopes.Jake Petroules2014-10-171-0/+10
* License update.Eike Ziller2014-10-161-7/+8
* let JS extension Process find executables in PATHJoerg Bornemann2014-10-101-1/+2
* factor ExecutableFinder out of ProcessCommandExecutorJoerg Bornemann2014-10-101-86/+3
* Fix command look-up.Christian Kandeler2014-09-121-7/+13
* More error message fine-tuning.Christian Kandeler2014-07-211-0/+3
* yield error if Command.workingDirectory doesn't existJoerg Bornemann2014-06-101-0/+10
* Allow long-running commands to be canceled.Christian Kandeler2014-04-151-2/+4
* Sanitize error/finished handling in executor jobs and command executors.Christian Kandeler2014-04-151-31/+17
* Fix potential assertion in Executor.Christian Kandeler2014-04-101-2/+4
* Prepare for using QT_NO_CAST_FROM/TO_ASCII.Jake Petroules2014-01-141-5/+7
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+346