aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove qbs-qmltypes appJake Petroules2017-11-025-95/+1
* CLI: Ensure non-applicable commands refuse to take property assignmentsChristian Kandeler2017-10-302-12/+5
* Use the [[noreturn]] attribute instead of Q_NORETURNChristian Kandeler2017-10-305-9/+9
* CLI: Make the configuration name explicitChristian Kandeler2017-10-242-31/+33
* Merge 1.10 into masterChristian Kandeler2017-10-203-17/+36
|\
| * CLI: Check generator name before buildingChristian Kandeler2017-10-182-20/+31
| * setup-qt: Give feedback to the user if no Qt installations were detectedChristian Kandeler2017-10-171-0/+5
| * Improve error messages for the generate commandJake Petroules2017-10-161-7/+10
* | Use Utilities.cStringQuote in qbs project filesChristian Kandeler2017-10-131-5/+5
|/
* CLI: Ensure "restore only" mode for commands that don't support -fChristian Kandeler2017-10-055-5/+13
* Remove pointless option for update-timestamps commandChristian Kandeler2017-10-052-3/+3
* Improve dump-nodes-tree commandChristian Kandeler2017-10-051-6/+1
* Improve status commandChristian Kandeler2017-10-053-12/+6
* Fix shell commandChristian Kandeler2017-10-052-8/+10
* Fix help output for qbs-setup-androidChristian Kandeler2017-10-051-6/+4
* Remove --jobs from the list of options for the resolve commandChristian Kandeler2017-10-051-1/+1
* Fix bogus warning about missing objcopy in setup-toolchains on macOSJake Petroules2017-09-131-2/+13
* Remove the --force optionChristian Kandeler2017-09-047-39/+1