aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Do not implicitly resolve a project as part of the "clean" commandChristian Kandeler2017-08-311-1/+3
* Strip down the list of possible parameters for the "clean" commandChristian Kandeler2017-08-312-8/+25
* Merge 1.9 into masterChristian Kandeler2017-08-284-0/+27
|\
| * Add Windows UAC fix to qbs-setup-android and qbs-setup-toolchainsJake Petroules2017-08-214-0/+27
* | Show short description in the general help outputChristian Kandeler2017-08-181-1/+1
* | Make sure all files in the repository are shown in the Qbs project treeJake Petroules2017-08-161-1/+1
* | Merge 1.9 into masterChristian Kandeler2017-08-142-3/+5
|\|
| * Fix help outputChristian Kandeler2017-08-081-1/+1
| * Do not access the bundle module unconditionallyChristian Kandeler2017-08-021-2/+4
* | Centralize conversion of multiplex id to human-readable stringChristian Kandeler2017-08-031-9/+2
* | Add initial support for Universal Windows PlatformJake Petroules2017-08-011-3/+1
* | Remove references to obsolete platformsJake Petroules2017-07-251-7/+0
* | Merge 1.9 into masterChristian Kandeler2017-07-211-1/+2
|\|
| * Fix build with Qt < 5.8Christian Kandeler2017-07-171-0/+1
| * Add fall-through annotations to switch statementsChristian Kandeler2017-07-171-1/+1