aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/parser/commandlineparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused functionJake Petroules2016-12-221-14/+0
* Allow JavaScript expressions when overriding propertiesChristian Kandeler2016-11-081-1/+3
* Merge 1.6 into masterChristian Kandeler2016-09-301-1/+1
|\
| * Fix undefined behavior in command line parserChristian Kandeler2016-09-081-1/+1
* | Merge 1.6 into masterChristian Kandeler2016-09-051-4/+0
|\|
| * Remove assertions from command line parserChristian Kandeler2016-09-021-4/+0
* | Update license headersIikka Eklund2016-08-291-14/+23
|/
* Introduce the --wait-lock command line optionJake Petroules2016-07-141-0/+5
* Stop special casing qbs.buildVariant in command line handling.Jake Petroules2016-06-201-34/+29
* Cache the results of probes.Christian Kandeler2016-06-151-0/+5
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* Add an option to require transformers to generate all declared outputs.Jake Petroules2016-03-091-0/+6
* Do not give special treatment to target artifacts in "qbs clean".Christian Kandeler2015-09-041-2/+0
* add a --version command line argumentJoerg Bornemann2015-05-221-0/+8
* Fix command echo mode for the generator command.Jake Petroules2015-03-041-2/+2
* update license headersJoerg Bornemann2015-03-021-2/+2
* Replace --show-command-lines with --command-echo-mode.Jake Petroules2015-02-251-8/+32
* Make some necessary adjustments to the project generator API.Jake Petroules2015-02-231-4/+19
* Add an API to support build system generators.Jake Petroules2015-02-121-0/+10
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-281-6/+6
|\
| * Update LicenseEike Ziller2015-01-261-6/+6
* | Do installation at build time.Joerg Bornemann2015-01-081-0/+2
* | Add command for showing a tree of build graph nodes.Christian Kandeler2014-12-171-0/+1
* | add option to show command lines in build outputJoerg Bornemann2014-11-071-0/+1
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-10-161-7/+8
|\|
| * License update.Eike Ziller2014-10-161-7/+8
* | Allow products to opt-out of the normal build process.Christian Kandeler2014-10-021-0/+5
|/
* don't print usage on missing project fileJoerg Bornemann2014-07-211-4/+2
* Allow the user to specify a custom place for settings.Christian Kandeler2014-02-211-28/+36
* Prepare for using QT_NO_CAST_FROM/TO_ASCII.Jake Petroules2014-01-141-3/+3
* Introduce per-profile preferences.Christian Kandeler2014-01-091-19/+1
* Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2014-01-091-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Merge "Merge remote-tracking branch 'origin/1.1'"Christian Kandeler2013-11-281-2/+1
|\ \
| * | Merge remote-tracking branch 'origin/1.1'Joerg Bornemann2013-11-281-2/+1
| |\|
| | * Braces cleanupOrgad Shaneh2013-11-261-2/+1
* | | Return a clean build directory from the command line parser.Christian Kandeler2013-11-281-0/+1
|/ /
* / Support specifying the Qbs build directory as a command line option.Jake Petroules2013-11-261-0/+29
|/
* Remove "showProperties" command.Christian Kandeler2013-08-201-1/+0
* remove legacy .qbp file supportJoerg Bornemann2013-08-131-7/+1
* add build option --check-timestampsJoerg Bornemann2013-07-231-0/+6
* Some minor improvements to the Error class.Christian Kandeler2013-06-181-6/+6
* Allow installing without building.Christian Kandeler2013-06-171-0/+5
* bump version number to 1.0.0Joerg Bornemann2013-05-311-2/+2
* Don't install into sysroot by default.Christian Kandeler2013-05-231-0/+1
* Use private implementation in API classes.Christian Kandeler2013-05-231-21/+22
* fix relative install root pathsJoerg Bornemann2013-04-101-0/+5
* Fix building for more than one configuration at once.Christian Kandeler2013-04-091-19/+60
* Sort commands and options by name in help output.Christian Kandeler2013-04-051-2/+10
* Add option to log how much time an operation takes.Christian Kandeler2013-03-261-2/+20