aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Add new command "list-products"Christian Kandeler2017-07-197-2/+66
|/
* Replace improper 'variant' terminology with 'configuration [name]'Jake Petroules2017-07-101-11/+22
* Fix behavior with corrupt or outdated build graphsChristian Kandeler2017-07-101-60/+0
* Provide a logger instance to the generatorsJake Petroules2017-06-221-1/+2
* Use the same compatibility defines in qmake and qbs buildJoerg Bornemann2017-06-131-0/+1
* Fix the auto-connection of Qt profiles to toolchain profilesJoerg Bornemann2017-06-131-9/+5
* Switch to strict mode for property checkingChristian Kandeler2017-06-091-0/+1
* Merge 1.8 into masterChristian Kandeler2017-06-093-56/+89
|\
| * setup-qt: Fix automatic base profile assignment for MSVC Qt'sJoerg Bornemann2017-06-091-46/+62
| * setup-qt: compress MSVC profiles even when Qt's MSVC version is unknownJoerg Bornemann2017-06-091-8/+25
| * Fix a couple of typosDmitry Shachnev2017-06-062-2/+2
* | Introduce the qbsversion module for building QbsJake Petroules2017-06-021-2/+1
* | Merge 1.8 into masterChristian Kandeler2017-06-025-8/+11
|\|
| * Revert "Fix (wrong) GCC7 fallthrough warnings"Orgad Shaneh2017-06-026-9/+7
| * Fix (wrong) GCC7 fallthrough warningsOrgad Shaneh2017-06-012-0/+2
| * Make "bin" the libexec path on WindowsChristian Kandeler2017-05-301-1/+4
* | Replace QRegularExpression with std::regexJake Petroules2017-05-261-8/+11
* | Android: Multiplex over architectures instead of profilesChristian Kandeler2017-05-261-26/+56
* | Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-231-1/+1
* | Make use of more data from the build graph when rebuildingChristian Kandeler2017-05-022-10/+25
* | Command line parser: Refactor build config setupChristian Kandeler2017-04-141-55/+63
* | Explicitly set the environment for resolving a projectChristian Kandeler2017-04-121-0/+1
|/
* Handle digits in merged short options as option parameterJoerg Bornemann2017-04-031-2/+15