aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/parser
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add or improve header guards for some filesJake Petroules2016-11-301-3/+3
* Allow JavaScript expressions when overriding propertiesChristian Kandeler2016-11-081-1/+3
* Merge 1.6 into masterChristian Kandeler2016-09-303-3/+2
|\
| * Fix undefined behavior in command line parserChristian Kandeler2016-09-083-3/+2
* | Merge 1.6 into masterChristian Kandeler2016-09-052-8/+0
|\|
| * Remove assertions from command line parserChristian Kandeler2016-09-022-7/+0
* | Update license headersIikka Eklund2016-08-295-70/+115
* | Update license headersIikka Eklund2016-08-296-84/+138
* | Remove support for deprecated Transformer itemChristian Kandeler2016-08-021-1/+1
* | Merge 1.6 into masterChristian Kandeler2016-07-297-2/+39
|\|
| * Introduce the --wait-lock command line optionJake Petroules2016-07-147-2/+39
* | Fix crash when getting help for the generate commandChristian Kandeler2016-07-271-1/+2
|/
* Stop special casing qbs.buildVariant in command line handling.Jake Petroules2016-06-201-34/+29
* Cache the results of probes.Christian Kandeler2016-06-157-0/+38
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-0611-11/+11
* Add an option to require transformers to generate all declared outputs.Jake Petroules2016-03-097-0/+38
* Do not give special treatment to target artifacts in "qbs clean".Christian Kandeler2015-09-046-33/+1
* Enable --install-root also for the generate command.Jake Petroules2015-08-251-0/+1
* add a --version command line argumentJoerg Bornemann2015-05-227-0/+49
* Add more options for dump-tree-nodes command.Christian Kandeler2015-03-201-1/+7
* remove Qt4 work-aroundsJoerg Bornemann2015-03-191-1/+1
* Fix command echo mode for the generator command.Jake Petroules2015-03-043-12/+4
* update license headersJoerg Bornemann2015-03-0211-22/+22
* Replace --show-command-lines with --command-echo-mode.Jake Petroules2015-02-257-26/+105
* Make some necessary adjustments to the project generator API.Jake Petroules2015-02-232-6/+22
* Improve the semantics of preferences.defaultBuildDirectory.Jake Petroules2015-02-202-4/+12
* Add an API to support build system generators.Jake Petroules2015-02-1210-2/+112
* Fix help output for the "clean" command.Christian Kandeler2015-02-021-0/+1
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-2811-66/+66
|\
| * Update LicenseEike Ziller2015-01-2611-66/+66
* | Parser: Fix compiler warning on release buildOrgad Shaneh2015-01-121-0/+1
* | Do installation at build time.Joerg Bornemann2015-01-086-5/+40
* | Add command for showing a tree of build graph nodes.Christian Kandeler2014-12-175-1/+41
* | add option to show command lines in build outputJoerg Bornemann2014-11-076-1/+34
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-10-1611-77/+88
|\|
| * License update.Eike Ziller2014-10-1611-77/+88
* | Allow products to opt-out of the normal build process.Christian Kandeler2014-10-027-1/+40
|/
* don't print usage on missing project fileJoerg Bornemann2014-07-211-4/+2