| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the /KEEPTEMPFILES option | Joerg Bornemann | 2017-02-14 | 1 | -1/+1 |
* | Fix error message for failed targets | Joerg Bornemann | 2016-11-11 | 1 | -2/+3 |
* | update license headers | Joerg Bornemann | 2016-02-11 | 1 | -18/+23 |
* | remove sub-make blocking code | Joerg Bornemann | 2015-05-11 | 1 | -29/+0 |
* | update license headers | Joerg Bornemann | 2015-04-28 | 1 | -2/+2 |
* | fix ignoring exit codes greater than 255 | Joerg Bornemann | 2015-03-17 | 1 | -1/+1 |
* | unify license header style | Joerg Bornemann | 2014-02-07 | 1 | -0/+1 |
* | update license headers | Joerg Bornemann | 2014-01-17 | 1 | -1/+1 |
* | update license headers | Joerg Bornemann | 2013-01-02 | 1 | -1/+1 |
* | rename Process::isStarted() to Process::isRunning() | Joerg Bornemann | 2012-12-03 | 1 | -2/+2 |
* | use ComSpec environment variable | Joerg Bornemann | 2012-11-19 | 1 | -1/+5 |
* | enhance "Can't start" error message | Joerg Bornemann | 2012-11-19 | 1 | -2/+3 |
* | license headers updated | Joerg Bornemann | 2012-11-19 | 1 | -5/+2 |
* | Remove platform specific pathname handling | Mats Bengtsson | 2012-11-16 | 1 | -3/+3 |
* | introduce ProcessEnvironment class | Joerg Bornemann | 2012-09-22 | 1 | -15/+6 |
* | implement /U switch for dumping inline files | Joerg Bornemann | 2012-08-16 | 1 | -1/+10 |
* | output all commands when run with /n | Joerg Bornemann | 2012-06-09 | 1 | -1/+3 |
* | separate output of stdout and stderr | Joerg Bornemann | 2012-06-05 | 1 | -2/+2 |
* | filetime.{h|cpp} renamed to fastfileinfo.{h|cpp} | Joerg Bornemann | 2012-05-11 | 1 | -1/+1 |
* | remove FileInfo class | Joerg Bornemann | 2012-05-11 | 1 | -1/+1 |
* | do not distinguish between quoted and unquoted target names | Joerg Bornemann | 2012-05-11 | 1 | -1/+2 |
* | group process cmdline output and process output | Joerg Bornemann | 2012-03-01 | 1 | -2/+8 |
* | flush output streams where needed | Joerg Bornemann | 2012-03-01 | 1 | -0/+1 |
* | return exit code 1 if build fails and -k is given | Joerg Bornemann | 2012-02-22 | 1 | -4/+3 |
* | license headers updated | Joerg Bornemann | 2012-01-25 | 1 | -1/+1 |
* | fix handling of shell builtins | Joerg Bornemann | 2012-01-25 | 1 | -3/+9 |
* | fix bad usage of printf | Joerg Bornemann | 2012-01-16 | 1 | -1/+1 |
* | unescape commandline characters after printing the command | Joerg Bornemann | 2011-11-21 | 1 | -3/+3 |
* | missing includes | Ryan Pavlik | 2011-10-31 | 1 | -0/+1 |
* | make sure that the "direct output" process is used most often | Joerg Bornemann | 2011-10-28 | 1 | -2/+1 |
* | fix superfluous blank lines in output | Joerg Bornemann | 2011-10-28 | 1 | -2/+2 |
* | do not mix the output of parallel processes | Joerg Bornemann | 2011-10-28 | 1 | -1/+2 |
* | enhanced error message for failing commands | Joerg Bornemann | 2011-09-22 | 1 | -1/+4 |
* | fix error message for failing cd commands | Joerg Bornemann | 2011-09-22 | 1 | -1/+1 |
* | fix detection of cmd builtins | Joerg Bornemann | 2011-09-08 | 1 | -3/+5 |
* | fix email contact in license | Joerg Bornemann | 2011-08-16 | 1 | -1/+1 |
* | license header update | Joerg Bornemann | 2011-08-16 | 1 | -1/+1 |
* | don't modify the command line for jom subcalls | Joerg Bornemann | 2011-08-15 | 1 | -17/+0 |
* | use a simple process implementation instead of QProcess | Joerg Bornemann | 2011-08-09 | 1 | -31/+15 |
* | fix detection of sub jom calls | Joerg Bornemann | 2011-08-03 | 1 | -19/+17 |
* | remove the 'separated output' feature | Joerg Bornemann | 2011-07-28 | 1 | -46/+4 |
* | compile with QT_USE_FAST_CONCATENATION and QT_USE_FAST_OPERATOR_PLUS | Joerg Bornemann | 2011-07-28 | 1 | -2/+2 |
* | compile with QT_NO_CAST_FROM_ASCII and QT_NO_CAST_TO_ASCII | Joerg Bornemann | 2011-07-28 | 1 | -18/+22 |
* | fix monsterspawn issue | Joerg Bornemann | 2011-05-13 | 1 | -0/+23 |
* | blocking on calling jom without QProcess::waitForFinished | Joerg Bornemann | 2011-03-29 | 1 | -2/+3 |
* | fix embarrassing spawning bug | Joerg Bornemann | 2011-03-25 | 1 | -1/+1 |
* | fix sub-jom detection for the default -j value | Joerg Bornemann | 2011-03-24 | 1 | -1/+1 |
* | added command line switch /KEEPTEMPFILES | Joerg Bornemann | 2011-03-11 | 1 | -2/+1 |
* | fix -j1 for sub Makefiles | Joerg Bornemann | 2011-02-08 | 1 | -1/+1 |
* | do not try to execute shell builtins directly | Joerg Bornemann | 2010-12-14 | 1 | -1/+14 |