aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs
Commit message (Expand)AuthorAgeFilesLines
* Fix static buildChristian Kandeler2019-10-102-0/+19
* JSON API: Force binary mode for stdout on WindowsChristian Kandeler2019-09-301-0/+15
* Introduce the session commandChristian Kandeler2019-09-1816-1/+1416
* Fix some warnings about null pointersIvan Komissarov2019-06-041-2/+2
* Apply modernize-use-auto fix-itIvan Komissarov2019-05-201-2/+2
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-031-1/+1
* Fix uninitialized variablesIvan Komissarov2019-05-022-10/+10
* Fix some warningshjk2019-03-041-1/+1
* Return initializer list where it is possibleDenis Shienkov2019-02-263-83/+74
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-258-75/+75
* Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-232-2/+2
* Replace non-const calls to temporaries with constIvan Komissarov2019-02-211-2/+2
* Introduce module providersChristian Kandeler2019-01-238-1/+39
* Add "show progress" support on WindowsAndreas Zieringer2018-10-302-6/+9
* Add support for job poolsChristian Kandeler2018-08-086-0/+104
* 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
* Make sure we can build qbs without item modelsJoerg Bornemann2018-04-191-1/+1
* 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
* 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-246-36/+54
* STL compatibility: use push_back() instead of append()Jake Petroules2017-11-221-17/+13
* Give the setupRunEnvironment script an additional parameterChristian Kandeler2017-11-228-4/+40
* Use nullptr to initialize the pointersDenis Shienkov2017-11-204-6/+6
* STL compatibility: use push_back() instead of operator<<Jake Petroules2017-11-163-14/+18
* STL compatibility: use empty() instead of isEmpty()Jake Petroules2017-11-165-23/+23
* STL compatibility: use size() instead of count()Jake Petroules2017-11-154-21/+21
* STL compatibility: use front() instead of first()Jake Petroules2017-11-143-24/+24
* 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