- Apr 29, 2015
-
-
Jake Petroules authored
Change-Id: I91de51de3ce2fb0acc20b87992324e9ec8a26bc2 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Jake Petroules authored
Change-Id: I979118e3552e75cd3a64c3b600a448e36214b646 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Apr 16, 2015
-
-
Sergey Belyashov authored
Change-Id: Ia76dce957465df49a00a831651e096e24107e864 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
- Mar 09, 2015
-
-
Daniel Teske authored
In ancient times we needed to support some qt versions that didn't support shadow building. This code has been unused for some versions now, so remove it completely. Change-Id: I311f255d6bfed6841e94c9c383bd9929d0d55520 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Feb 17, 2015
-
-
Eike Ziller authored
Change-Id: I4305872b6b11ef3e8a364280ffa5209a5a793600 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Jan 30, 2015
-
-
Christian Kandeler authored
- All except the one for "qbs build" were incomplete, which is fixed now. - The new implementation is centralized, so maintenance will be simpler. - The command lines are also completely self-contained now, so they can be pasted as-is into a shell with no assumptions about the working directory etc. Change-Id: I2c684141bcdc5c6da0e1af60ce60278fc4dcd088 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
- Jan 16, 2015
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- Oct 22, 2014
-
-
hjk authored
All static functions, can live closer to related code. Change-Id: I54c5680256c78f1d09b4bee3e8843b2f4350b75a Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Change-Id: I4e86a2549f58c2f5ddf00b609598e426de2d3128 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- Oct 09, 2014
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- Jul 21, 2014
-
-
BogDan Vatra authored
Needed by android plugin. Change-Id: I46543d4889e0e740697439e18e9c1ea0d3fef222 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
- Jul 01, 2014
-
-
Christian Kandeler authored
Currently we pass in some places by value, elsewhere by const ref and for some weird reason also by const value in a lot of places. The latter is particularly annoying, as it is also used in interfaces and therefore forces all implementors to do the same, since leaving the "const" off is causing compiler warnings with MSVC. Change-Id: I65b87dc3cce0986b8a55ff6119cb752361027803 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- May 06, 2014
-
-
Tobias Hunger authored
Change-Id: I3ea10aa204b1ea41702edab09884b416cd6d9e06 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- May 02, 2014
-
-
Tobias Hunger authored
Change-Id: I1e7d6cc97f2e8adb5956866205493d28d79887cb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Id92b7345391937f27663810ad03018b1e263fb22 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Ief088f880c866e8293c191194da05185f5df937a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 08, 2014
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Dec 16, 2013
-
-
Fawzi Mohamed authored
Change-Id: Ie46371cac2d345411247c1d2035ee2d5f3b8c00a Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 01, 2013
-
-
Nikita Baryshnikov authored
Fix typo in https://codereview.qt-project.org/#change,61526 Change-Id: Id0013feb788dacba0fbb7f1863115a960f594d54 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Introduce priorities for build configuration factories. This way plugins can register specialized build configuration factories, that e.g. can provide additional build steps. A negative priority signifies that a factory is not prepared to handle a request, the default build configuration factory shipped by the build system plugin will report a priority of 0. Add 100 to that for each specialization you add (e.g. a remote linux buildconfiguration factory would report 100, a specialization of that for mer will should report 200, etc.). Change-Id: I141a7a5a79166afdb7657d46eb7e86bd18d3abf6 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Michal Klocek <michal.klocek@digia.com>
-
- Sep 27, 2013
-
-
Tobias Hunger authored
Generalize the target setup page and move it into projectexplorer Move the qmake specific code into a projectimporter class with a specialization for qmake projects in the qt4projectmanager. This change depends heavily on the BuildConfigurationFactory cleanups done earlier and completes that change in such a way that generic build configuration factories are now in theory possible. The remaining problem is how to select the best factory of several that claim to be able to handle a kit and that is left for the next patch. Change-Id: I47134cb1938c52adebcdc1ddfe8dbf26abbbbeee Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Sep 17, 2013
-
-
Tobias Hunger authored
Refactor the code of the build configuration factories. The idea is to generalize the code so much that we can allow plugins to install custom build configuration factories for the platforms they support. To support this use case the following changes where done here: * BuildInfo class was introduced to describe one build configuration that can be created by a factory. * Factories report a list of BuildInfo to describe what they can produce. This fixes the need for factories to implicitly create one buildconfiguration and then create another one 'officially' to support debug and release build configurations to be set up for projects. * Do no longer work around factories to create build configurations. Change-Id: Ic372e4a9b5c582633b467d130538948472b89d91 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Aug 28, 2013
-
-
Tobias Hunger authored
Use setBuildDirectory() in the different BuildConfigurations instead of reimplementing that over and over again. Change-Id: Ic355fdb4624c71667ce470b3e2865c9a8722ef09 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jul 30, 2013
-
-
Joerg Bornemann authored
For example, C++ source files will be compiled but the build stops before linking. Task-number: QBS-283 Change-Id: If0573ea58b9a047980aab0fd8e4828f3d0c315b8 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jun 10, 2013
-
-
Tobias Hunger authored
Change-Id: Id6fcdbdb0c776458eb16c7fc6765046969c2658e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Feb 01, 2013
-
-
Tobias Hunger authored
Change-Id: I0e0ae07affccfeab167303bb976475649a630e65 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-