aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/commandlinefrontend.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings about null pointersIvan Komissarov2019-06-041-2/+2
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-031-1/+1
* Fix uninitialized variablesIvan Komissarov2019-05-021-8/+8
* Replace 'typedef' with 'using' where it is possibleDenis Shienkov2019-02-231-1/+1
* Use nullptr to initialize the pointersDenis Shienkov2017-11-201-1/+1
* CLI: Check generator name before buildingChristian Kandeler2017-10-181-0/+5
* Add new command "list-products"Christian Kandeler2017-07-191-0/+1
* Change style of #includes of Qt headersJake Petroules2017-01-041-3/+3
* Update license headersIikka Eklund2016-08-291-14/+23
* Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-06-081-1/+1
|\
| * Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* | Use Qt5-style connectsOrgad Shaneh2016-06-071-3/+2
|/
* update license headersJoerg Bornemann2015-03-021-2/+2
* Add an API to support build system generators.Jake Petroules2015-02-121-0/+1
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-281-6/+6
|\
| * Update LicenseEike Ziller2015-01-261-6/+6
* | Add command for showing a tree of build graph nodes.Christian Kandeler2014-12-171-0/+1
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-10-161-7/+8
|\|
| * License update.Eike Ziller2014-10-161-7/+8
* | CL frontend: Print list of runnable products in case of ambiguity.Christian Kandeler2014-09-011-1/+1
|/
* Introduce per-profile preferences.Christian Kandeler2014-01-091-0/+2
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* Fix potential deadlock in Ctrl-C handling.Christian Kandeler2013-10-281-3/+11
* Some minor improvements to the Error class.Christian Kandeler2013-06-181-1/+1
* Allow installing without building.Christian Kandeler2013-06-171-0/+1
* Introduce ILogSink::printWarning().Christian Kandeler2013-05-281-1/+0
* Show more fine-grained progress information for project loading.Christian Kandeler2013-03-281-0/+1
* CL frontend: Handle Ctrl-C in the main thread.Christian Kandeler2013-02-011-0/+2
* Do not hardcode the settings source in the library.Christian Kandeler2013-01-291-1/+4
* Report a proper Error in reportWarning().Christian Kandeler2013-01-171-1/+2
* Do not write directly into loggerTobias Hunger2013-01-111-0/+5
* update copyright yearJoerg Bornemann2013-01-091-1/+1
* Make the "run" command easier to use.Christian Kandeler2012-12-111-0/+1
* Some improvements to canceling functionality.Christian Kandeler2012-12-061-0/+1
* Make it possible to mark the build artifacts as up to date ...Christian Kandeler2012-12-061-0/+1
* Redo help output.Christian Kandeler2012-12-051-2/+2
* Make the public API asynchronous.Christian Kandeler2012-11-271-0/+88