aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/parser
Commit message (Expand)AuthorAgeFilesLines
* Return initializer list where it is possibleDenis Shienkov2019-02-263-83/+74
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-253-59/+59
* Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-231-1/+1
* Introduce module providersChristian Kandeler2019-01-237-1/+38
* Add "show progress" support on WindowsAndreas Zieringer2018-10-301-2/+0
* Add support for job poolsChristian Kandeler2018-08-086-0/+104
* Make sure we can build qbs without item modelsJoerg Bornemann2018-04-191-1/+1
* Do not use the set class outside corelibChristian Kandeler2017-12-072-4/+5
* Modernize variable declarationsDenis Shienkov2017-11-301-1/+1
* Replace more loops with range-forJake Petroules2017-11-271-3/+1
* Replace 'foreach' macro with range-based 'for'Denis Shienkov2017-11-243-12/+20
* Give the setupRunEnvironment script an additional parameterChristian Kandeler2017-11-227-2/+38
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-3/+3
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-162-6/+8
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-163-7/+7
* STL compatibility: use size() instead of count()Jake Petroules2017-11-152-8/+8
* STL compatibility: use front() instead of first()Jake Petroules2017-11-142-8/+8
* Use "override" in command line parser classesChristian Kandeler2017-11-082-147/+147
* CLI: Fix the --version optionChristian Kandeler2017-11-079-45/+52
* 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
* CLI: Ensure "restore only" mode for commands that don't support -fChristian Kandeler2017-10-054-0/+12
* Remove pointless option for update-timestamps commandChristian Kandeler2017-10-051-2/+1
* Improve dump-nodes-tree commandChristian Kandeler2017-10-051-6/+1
* Improve status commandChristian Kandeler2017-10-051-9/+2
* Fix shell commandChristian Kandeler2017-10-051-7/+0
* 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
* 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
* | Add new command "list-products"Christian Kandeler2017-07-195-2/+43
|/
* 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
* Merge 1.8 into masterChristian Kandeler2017-06-021-1/+1
|\
| * Revert "Fix (wrong) GCC7 fallthrough warnings"Orgad Shaneh2017-06-021-1/+1
* | Make use of more data from the build graph when rebuildingChristian Kandeler2017-05-021-1/+23
* | Command line parser: Refactor build config setupChristian Kandeler2017-04-141-55/+63
|/
* Handle digits in merged short options as option parameterJoerg Bornemann2017-04-031-2/+15
* 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
* Add new tool qbs-create-projectChristian Kandeler2017-02-141-2/+12
* Command line parser: Make output on parse errors more conciseChristian Kandeler2017-01-242-24/+21
* Give the two copies command.{cpp,h} non-ambiguous namesJake Petroules2017-01-055-7/+7
* Change style of #includes of Qt headersJake Petroules2017-01-046-12/+12
* Remove unused functionJake Petroules2016-12-221-14/+0