aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/commandlinefrontend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply modernize-use-auto fix-itIvan Komissarov2019-05-201-2/+2
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-5/+5
* Replace non-const calls to temporaries with constIvan Komissarov2019-02-211-2/+2
* Introduce module providersChristian Kandeler2019-01-231-0/+1
* Emit some relevant info in list-productsChristian Kandeler2018-06-291-2/+8
* Give more help in 'No such product' error messageKai Koehne2018-06-211-3/+14
* ProjectGenerator: Return an error statusChristian Kandeler2018-04-231-5/+7
* Fix exit code for failed multi-config buildsChristian Kandeler2018-03-021-1/+1
* Properly take the --dry-run option into account in the "run" commandChristian Kandeler2018-01-121-1/+1
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-241-12/+17
* Give the setupRunEnvironment script an additional parameterChristian Kandeler2017-11-221-2/+2
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-1/+1
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-161-8/+10
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-161-15/+15
* STL compatibility: use size() instead of count()Jake Petroules2017-11-151-11/+11
* STL compatibility: use front() instead of first()Jake Petroules2017-11-141-16/+16
* CLI: Fix the --version optionChristian Kandeler2017-11-071-0/+1
* CLI: Check generator name before buildingChristian Kandeler2017-10-181-20/+26
* 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-051-5/+1
* Remove pointless option for update-timestamps commandChristian Kandeler2017-10-051-1/+2
* Improve status commandChristian Kandeler2017-10-051-1/+2
* Fix shell commandChristian Kandeler2017-10-051-1/+10
* Do not implicitly resolve a project as part of the "clean" commandChristian Kandeler2017-08-311-1/+3
* 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-191-0/+22
|/
* 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
* | 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-021-9/+2
* | Explicitly set the environment for resolving a projectChristian Kandeler2017-04-121-0/+1
|/
* Allow running qbs without a profileChristian Kandeler2017-03-311-4/+3
* Command line frontend: Forward process stderr output to stderrChristian Kandeler2017-02-221-5/+6
* Merge 1.7 into masterChristian Kandeler2017-02-101-1/+2
|\
| * Replicate '--settings-dir' option to Visual Studio generatorDenis Shienkov2017-02-081-1/+2
* | Change style of #includes of Qt headersJake Petroules2017-01-041-4/+4
|/
* Update license headersIikka Eklund2016-08-291-14/+23
* Flesh out generators APIJake Petroules2016-08-221-5/+3
* API: Add installation info to ArtifactDataChristian Kandeler2016-08-031-2/+1
* Merge 1.6 into masterChristian Kandeler2016-07-291-0/+1
|\
| * Introduce the --wait-lock command line optionJake Petroules2016-07-141-0/+1
* | Forward parsed properties from the qbs CLI frontend to generatorsJake Petroules2016-07-261-1/+3
|/
* Stop special casing qbs.buildVariant in command line handling.Jake Petroules2016-06-201-3/+3
* Cache the results of probes.Christian Kandeler2016-06-151-0/+1
* Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-081-1/+1
|\