aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-301-1/+1
* CLI: Make the configuration name explicitChristian Kandeler2017-10-242-31/+33
* Merge 1.10 into masterChristian Kandeler2017-10-202-17/+31
|\
| * CLI: Check generator name before buildingChristian Kandeler2017-10-182-20/+31
| * 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
* Remove --jobs from the list of options for the resolve commandChristian Kandeler2017-10-051-1/+1
* 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
* Show short description in the general help outputChristian Kandeler2017-08-181-1/+1
* Merge 1.9 into masterChristian Kandeler2017-08-141-1/+1
|\
| * Fix help outputChristian Kandeler2017-08-081-1/+1
* | Centralize conversion of multiplex id to human-readable stringChristian Kandeler2017-08-031-9/+2
* | 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
* Switch to strict mode for property checkingChristian Kandeler2017-06-091-0/+1
* Merge 1.8 into masterChristian Kandeler2017-06-091-1/+1
|\
| * Fix a couple of typosDmitry Shachnev2017-06-061-1/+1
* | Introduce the qbsversion module for building QbsJake Petroules2017-06-021-2/+1
* | Merge 1.8 into masterChristian Kandeler2017-06-022-2/+5
|\|
| * Revert "Fix (wrong) GCC7 fallthrough warnings"Orgad Shaneh2017-06-021-1/+1
| * Make "bin" the libexec path on WindowsChristian Kandeler2017-05-301-1/+4
* | 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
* Allow running qbs without a profileChristian Kandeler2017-03-311-4/+3
* Replace all uses of QSet with Internal::SetJake Petroules2017-03-221-2/+2
* Replace all uses of QPair/qMakePair with std::pair/std::make_pairJake Petroules2017-03-221-4/+6
* Command line frontend: Forward process stderr output to stderrChristian Kandeler2017-02-221-5/+6
* Add new tool qbs-create-projectChristian Kandeler2017-02-141-2/+12
* Merge 1.7 into masterChristian Kandeler2017-02-101-1/+2
|\
| * Replicate '--settings-dir' option to Visual Studio generatorDenis Shienkov2017-02-081-1/+2