summaryrefslogtreecommitdiffstats
path: root/src/jomlib/targetexecutor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not yield an error if there are no targets in the MakefileJoerg Bornemann2019-03-251-3/+4
* Fix "build unrelated targets on error" modeJoerg Bornemann2016-11-141-8/+22
* Gracefully release job client in error caseJoerg Bornemann2016-11-111-0/+11
* Implement the "build all targets" optionJoerg Bornemann2016-07-051-1/+1
* update license headersJoerg Bornemann2016-02-111-18/+23
* implement job serverJoerg Bornemann2015-05-111-42/+95
* remove sub-make blocking codeJoerg Bornemann2015-05-111-31/+2
* update license headersJoerg Bornemann2015-04-281-2/+2
* 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
* license headers updatedJoerg Bornemann2012-11-191-5/+2
* Add missing format string in printf statementsMats Bengtsson2012-11-161-2/+1
* introduce ProcessEnvironment classJoerg Bornemann2012-09-221-3/+3
* enhanced responsiveness of subjom outputJoerg Bornemann2012-05-161-2/+12
* do not distinguish between quoted and unquoted target namesJoerg Bornemann2012-05-111-1/+1
* invalidate fileinfo cache for files we've just builtJoerg Bornemann2012-03-071-0/+1
* return exit code 1 if build fails and -k is givenJoerg Bornemann2012-02-221-6/+24
* license headers updatedJoerg Bornemann2012-01-251-1/+1
* use I/O completion ports for reading process outputJoerg Bornemann2012-01-251-4/+13
* fixed read deadlock and zombie processesJoerg Bornemann2011-11-301-5/+5
* do not unblock processes when we're abortingJoerg Bornemann2011-11-301-1/+1
* fix crash when specifying a target for an empty makefileJoerg Bornemann2011-11-211-1/+6
* fix compilation and remove unused filesJoerg Bornemann2011-10-311-1/+0
* make sure that the "direct output" process is used most oftenJoerg Bornemann2011-10-281-2/+6
* ConsoleColorRestorer removedJoerg Bornemann2011-10-281-7/+1
* do not mix the output of parallel processesJoerg Bornemann2011-10-281-1/+1
* fix email contact in licenseJoerg Bornemann2011-08-161-1/+1
* license header updateJoerg Bornemann2011-08-161-1/+1
* restore console colors after each finished commandJoerg Bornemann2011-08-091-2/+9
* remove the 'separated output' featureJoerg Bornemann2011-07-281-26/+0
* compile with QT_USE_FAST_CONCATENATION and QT_USE_FAST_OPERATOR_PLUSJoerg Bornemann2011-07-281-1/+1
* compile with QT_NO_CAST_FROM_ASCII and QT_NO_CAST_TO_ASCIIJoerg Bornemann2011-07-281-2/+2
* fix monsterspawn issueJoerg Bornemann2011-05-131-1/+6
* out of date check fixedJoerg Bornemann2011-04-061-2/+0
* blocking on calling jom without QProcess::waitForFinishedJoerg Bornemann2011-03-291-3/+17
* use slot instead of custom event to start the executorJoerg Bornemann2011-03-291-40/+36
* added command line switch /KEEPTEMPFILESJoerg Bornemann2011-03-111-1/+0
* handle the set command as built-inJoerg Bornemann2010-11-241-0/+7
* cleaner and faster topological sortJoerg Bornemann2010-10-151-2/+2
* separate output of concurrent processesJoerg Bornemann2010-10-081-0/+26
* remove makefile dependency from dependency graphJoerg Bornemann2010-10-071-2/+2
* show filename and line on macro expansion errorJoerg Bornemann2010-09-241-1/+1
* refactoringJoerg Bornemann2010-06-251-2/+2
* use a static lib for jom's internalsJoerg Bornemann2010-05-161-0/+167