summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix ERRORLEVEL propagation in helper batch filesJoerg Bornemann2016-10-252-4/+4
| | | | | | | | | | In ibjom.bat and xgejom.bat ERRORLEVEL wasn't properly propagated to the calling script because of the setlocal/endlocal pair that's used within. Use the absurd enabledelayedexpansion trick that seems to be the canonical fix. Task-number: QTCREATORBUG-16619 Change-Id: Icae4b977309e8a55806fbd3511661366fcefe432 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
* Add xgejom.batJoerg Bornemann2016-03-072-0/+19
| | | | | | | | Add xgejom, a wrapper for the IncrediBuild XGE interface. Change-Id: I435474c0209b5e22f67c42bebad2130c051cf31e Reviewed-by: Alexandru Croitor <alexandru.croitor@theqtcompany.com> Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
* Do not let ibjom pollute the environmentJoerg Bornemann2016-03-071-0/+2
| | | | | | | | Keep environment variable modifications local. Change-Id: I593249f14e0800b06abc712513e8a00c8fcb40c8 Reviewed-by: Alexandru Croitor <alexandru.croitor@theqtcompany.com> Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
* Rename ibjom.cmd to ibjom.batJoerg Bornemann2016-03-071-0/+0
| | | | | | | | Be consistent with other tools. Change-Id: Id06171f060dfc8dded3a7e97fc77f4a3fe870a60 Reviewed-by: Alexandru Croitor <alexandru.croitor@theqtcompany.com> Reviewed-by: Oliver Wolff <oliver.wolff@theqtcompany.com>
* ibjom: use BuildConsole instead of xgConsoleJoerg Bornemann2014-01-152-13/+1
| | | | | | | | IncrediBuild directly supports jom these days. The XGE package is not necessary anymore. Change-Id: I5cc71e972ddda9c23d98d1fbb57cfbd4769f23ab Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* fix ibjom.cmdJoerg Bornemann2011-12-141-1/+3
| | | | | | Now you can have ibjom / jom in a path with spaces. Also, you can set the number of jobs in the environment variable IBJOM_NUMBEROFJOBS.
* incrediBuildSupport hack not needed anymoreJoerg Bornemann2009-11-091-1/+1
|
* fix spaces in command argumentsJoerg Bornemann2009-10-021-1/+1
| | | | | | Apparently 312f801e975dbe8e808300fad7df742f20a5a147 was correct. But we must not add the double quotes if we are using IncrediBuild. That seems to be an IncrediBuild bug.
* more convenient naming of temp filesJoerg Bornemann2009-09-041-2/+2
| | | | | | | | | When using XGE, the build monitor can show the name of the temp file. That means the old naming scheme a la jom8198398.tmp wasn't good enough. Now we include the target file name. Also, I've added a check that a temp file name must be non-existent upon creation. Without this check multiple running joms can get confused.
* better XGE output for moc, rcc and uicJoerg Bornemann2009-08-311-3/+3
|
* profile.xml fixedBanana Joe2009-06-041-1/+1
|
* initial revisionBanana Joe2009-03-272-0/+13