aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/tools/setupprojectparameters.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix 'performance-unnecessary-copy-initialization' warningsIvan Komissarov2020-01-071-1/+1
* Apply 'modernize-use-equals-default' fix-itIvan Komissarov2019-11-251-12/+6
* Introduce the session commandChristian Kandeler2019-09-181-2/+45
* Use pass-by-value and moveIvan Komissarov2019-03-071-0/+4
* Return initializer list where it is possibleDenis Shienkov2019-02-261-1/+1
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-1/+1
* Introduce module providersChristian Kandeler2019-01-231-0/+17
* SetupProjectParameters: Remove invalid assertionChristian Kandeler2019-01-071-5/+0
* Change a bunch of includes to forward declarationsJake Petroules2017-12-011-0/+1
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-1/+1
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-3/+3
* Refactor SetupProjectParameters to take a qbs::Profile objectChristian Kandeler2017-07-271-11/+10
* Make sure we don't create permanent directories needlesslyChristian Kandeler2017-07-201-0/+7
* Initialize qbs.installRoot in the qbs moduleChristian Kandeler2017-06-011-11/+2
* Merge 1.8 into masterChristian Kandeler2017-05-261-1/+7
|\
| * When setting the build root, create the directory along the wayChristian Kandeler2017-05-201-0/+6
| * Fix typoChristian Kandeler2017-05-201-1/+1
* | Make use of more data from the build graph when rebuildingChristian Kandeler2017-05-021-22/+24
* | Explicitly set the environment for resolving a projectChristian Kandeler2017-04-121-1/+0
|/
* Allow running qbs without a profileChristian Kandeler2017-03-311-1/+1
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-1/+1
* Change style of #includes of Qt headersJake Petroules2017-01-041-1/+1
* Update license headersIikka Eklund2016-08-291-14/+23
* Introduce the --wait-lock command line optionJake Petroules2016-07-141-0/+20
* Stop special casing qbs.buildVariant in command line handling.Jake Petroules2016-06-201-25/+20
* Cache the results of probes.Christian Kandeler2016-06-151-0/+20
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Introduce a "relaxed mode" for product resolution errors.Christian Kandeler2015-11-191-0/+20
* Rename SetupProjectParameters::PropertyCheckingMode.Christian Kandeler2015-11-181-8/+9
* Canonicalize project file path and build directory on project setup.v1.4.2Jake Petroules2015-08-141-0/+10
* Add support for building internal executables (libexec) as part of Qbs.Jake Petroules2015-05-191-0/+18
* update license headersJoerg Bornemann2015-03-021-2/+2
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-281-6/+6
|\
| * Update LicenseEike Ziller2015-01-261-6/+6
* | Add missing member initialization.Christian Kandeler2015-01-161-0/+1
* | Make the handling of unknown properties configurable.Christian Kandeler2015-01-151-0/+25
* | Do installation at build time.Joerg Bornemann2015-01-081-5/+16
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-10-161-7/+8
|\|
| * License update.Eike Ziller2014-10-161-7/+8
* | do not distinguish between internal and external module namesJoerg Bornemann2014-08-141-6/+5
|/
* Use the same environment in Loader and BuildGraphLoader.Christian Kandeler2014-07-021-0/+12
* Add the settings directory to the project setup parameters.Christian Kandeler2014-05-261-10/+30
* Sanitize the project setup API.Christian Kandeler2014-05-231-79/+111
* Prepare for using QT_NO_CAST_FROM/TO_ASCII.Jake Petroules2014-01-141-2/+2
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2014-01-131-3/+8
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+434