aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/commandlinefrontend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the fallback providerIvan Komissarov10 days1-1/+0
* Use full product names in command line frontendChristian Kandeler2023-09-251-12/+6
* Let users specify a job count also when resolvingChristian Kandeler2023-09-051-0/+1
* Port from qAsConst() to std::as_const()Marc Mutz2023-05-221-7/+7
* Make handling of deprecated items and properties configurableChristian Kandeler2022-10-041-0/+1
* Add missing std:: namespace for all functions from <cstdio> libraryDenis Shienkov2021-12-011-1/+1
* ProjectData: return const values/referencesIvan Komissarov2020-05-251-6/+3
* Fix memory leak in CommandLineFrontendChristian Kandeler2020-01-071-0/+1
* Apply 'readability-container-size-empty' fix-itIvan Komissarov2019-11-251-1/+1
* Introduce the session commandChristian Kandeler2019-09-181-0/+6
* 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