aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
Commit message (Expand)AuthorAgeFilesLines
* setup-android: Complain about unknown optionsChristian Kandeler2018-11-281-0/+2
* Add "show progress" support on WindowsAndreas Zieringer2018-10-302-6/+9
* Merge 1.12 into masterChristian Kandeler2018-10-191-5/+5
|\
| * qtprofilesetup: Understand the mkspec prefix "mingw"Christian Kandeler2018-10-181-5/+5
* | Merge 1.12 into masterChristian Kandeler2018-10-122-15/+120
|\|
| * Android support: Adapt to changes in newer revisionsChristian Kandeler2018-10-111-4/+25
| * MSVC: Add support for the Visual Studio 2017 Build ToolsChristian Kandeler2018-10-081-11/+95
* | Add support for job poolsChristian Kandeler2018-08-086-0/+104
* | Merge 1.12 into masterChristian Kandeler2018-06-291-2/+6
|\|
| * setup-android: Fix case where there is only one architectureChristian Kandeler2018-06-251-2/+6
* | Emit some relevant info in list-productsChristian Kandeler2018-06-291-2/+8
* | Merge 1.12 into masterChristian Kandeler2018-06-222-4/+15
|\|
| * setup-toolchains: Fix another possible QProcess timeoutChristian Kandeler2018-06-211-1/+1
| * Give more help in 'No such product' error messageKai Koehne2018-06-211-3/+14
* | Merge 1.12 into masterChristian Kandeler2018-06-151-2/+2
|\|
| * Call QProcess::waitForFinished with timeout of -1Joerg Bornemann2018-06-141-2/+2
* | Do not use colored output on dumb terminalsJoerg Bornemann2018-06-133-2/+13
|/
* Fix VS toolchain compatibility matchingJoerg Bornemann2018-06-081-1/+8
* Add support for system-level settingsChristian Kandeler2018-06-0116-37/+100
* qbs-setup-toolchains: Check for presence of cl.exe in MSVC bin pathsJoerg Bornemann2018-05-241-3/+6
* Move msvcVersion out of QtEnvironmentJoerg Bornemann2018-05-243-17/+29
* Move MSVC-related functions to qtprofilesetup libJoerg Bornemann2018-05-241-35/+1
* ProjectGenerator: Return an error statusChristian Kandeler2018-04-231-5/+7
* Make sure we can build qbs without item modelsJoerg Bornemann2018-04-192-2/+2
* Merge 1.11 into masterChristian Kandeler2018-03-021-1/+1
|\
| * Fix exit code for failed multi-config buildsChristian Kandeler2018-03-021-1/+1
* | Build qbs with C++14Christian Kandeler2018-02-151-1/+1
* | Use 'auto' keywords more for the allocated variablesDenis Shienkov2018-01-231-5/+5
|/
* Replace some uses of find_if with any_of and none_ofJoerg Bornemann2018-01-171-4/+4
* Properly take the --dry-run option into account in the "run" commandChristian Kandeler2018-01-121-1/+1
* Do not use the set class outside corelibChristian Kandeler2017-12-072-4/+5
* Make Version a public classJake Petroules2017-12-012-2/+1
* Fix some issues preventing Qbs from being built in amalgamation modeJake Petroules2017-11-301-0/+5
* Modernize variable declarationsDenis Shienkov2017-11-302-2/+2
* Constrain Qt modules also to qbs.targetPlatformJake Petroules2017-11-291-46/+0
* Replace more loops with range-forJake Petroules2017-11-271-3/+1
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-2411-69/+107
* Add qbs.targetPlatform and qbs.hostPlatform propertiesJake Petroules2017-11-225-75/+59
* STL compatibility: use cbegin/cend() instead of constBegin/constEnd()Jake Petroules2017-11-221-2/+2
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-223-20/+16
* Give the setupRunEnvironment script an additional parameterChristian Kandeler2017-11-228-4/+40
* Use nullptr to initialize the pointersDenis Shienkov2017-11-205-7/+7
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-167-23/+27
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-1616-60/+60
* STL compatibility: use size() instead of count()Jake Petroules2017-11-1512-37/+37
* STL compatibility: use front() instead of first()Jake Petroules2017-11-1412-39/+39
* Use "override" in command line parser classesChristian Kandeler2017-11-082-147/+147
* CLI: Fix the --version optionChristian Kandeler2017-11-0710-45/+53
* CLI: Make the --help option behave exactly like the help commandChristian Kandeler2017-11-071-5/+3
* CLI: Allow to mix options and property assignmentsChristian Kandeler2017-11-072-77/+68