aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/language/builtindeclarations.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix 'performance-unnecessary-value-param' warningsIvan Komissarov2020-01-071-1/+1
* Fix calls to non-const begin()/end() in range-for loopsIvan Komissarov2019-03-061-1/+2
* Return initializer list where it is possibleDenis Shienkov2019-02-261-3/+3
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-25/+25
* Introduce module providersChristian Kandeler2019-01-231-0/+14
* Do not ignore file dependencies in the Scanner itemChristian Kandeler2019-01-181-1/+2
* Add support for job poolsChristian Kandeler2018-08-081-0/+14
* Add new property explicitlyDependsOnFromDependenciesAlexandru Croitor2018-05-091-0/+2
* Remove the deprecated Product.profile propertyChristian Kandeler2018-04-131-2/+0
* Fix and rename the excludedAuxiliaryInputs propertyChristian Kandeler2018-04-051-2/+7
* Provide rules with information about the content of Export itemsChristian Kandeler2018-03-141-0/+2
* AST visitor: Keep Properties items that are children of Export itemsChristian Kandeler2018-03-091-1/+4
* corelib: Gather string constants in central placeChristian Kandeler2017-11-291-116/+146
* Make Module.setup{Build,Run}Environment first-class citizensChristian Kandeler2017-11-201-6/+12
* Generalize Rule::argumentNames() and move to BuiltinDeclarationsChristian Kandeler2017-11-151-0/+12
* Enable modules to declare target artifactsChristian Kandeler2017-11-071-0/+3
* Give the SubProject item a condition propertyChristian Kandeler2017-11-021-0/+1
* Introduce Module.priorityJoerg Bornemann2017-09-261-2/+9
* Add FileTagger.priorityJoerg Bornemann2017-08-031-0/+1
* Fix problems regarding multiplexing and Depends.profilesChristian Kandeler2017-08-021-5/+3
* Introduce the Profile itemChristian Kandeler2017-08-011-0/+13
* Allow to pass the initial value to PropertyDeclaration constructorChristian Kandeler2017-07-051-90/+71
* Give rules access to artifacts matching "explicitlyDependsOn"Christian Kandeler2017-07-041-1/+2
* Introduce Rule.requiresInputsChristian Kandeler2017-06-301-0/+3
* Remove Product.profilesChristian Kandeler2017-05-261-2/+5
* Switch to a new multiplexing approachJoerg Bornemann2017-05-231-0/+13
* Make it possible to parametrize dependenciesJoerg Bornemann2017-05-221-4/+11
* Give the FileTagger item a "condition" propertyChristian Kandeler2017-01-271-0/+1
* Change style of #includes of Qt headersJake Petroules2017-01-041-1/+1
* Allow Probe items inside Project itemsDenis Klychkov2016-12-191-0/+1
* Update license headersIikka Eklund2016-08-291-14/+23
* Allow to provide deprecation info for module propertiesChristian Kandeler2016-08-161-0/+1
* Remove support for deprecated Transformer itemChristian Kandeler2016-08-021-2/+0
* Allow nested group itemsChristian Kandeler2016-07-281-0/+1
* Allow to check for module versionChristian Kandeler2016-07-071-0/+3
* 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
* | Deprecate the Transformer item.Christian Kandeler2016-05-111-0/+1
|/
* Add location to error message about unknown items.Christian Kandeler2016-03-041-2/+3
* Remove the Verbatim property type.Jake Petroules2015-12-111-7/+13
* Fix a bunch of property types to be more accurate.Jake Petroules2015-12-101-18/+18
* Merge 1.4 into master.Christian Kandeler2015-08-211-1/+1
|\
| * Replace left-over occurrences of "additionalProductFileTags".Christian Kandeler2015-08-171-1/+1
* | Give the Item class a proper type attribute.Christian Kandeler2015-08-141-51/+89
* | Merge branch 1.4 into master.Christian Kandeler2015-07-311-38/+12
|\|
| * Fix compile errors causes by header cleanup.Christian Kandeler2015-07-301-0/+2
| * Code clean-up in corelib/language/.Christian Kandeler2015-07-301-2/+0
| * Move setupItemForBuiltinDeclarations() to Item class.Christian Kandeler2015-07-291-34/+0
| * Make BuiltinDeclarations::languageVersion() an actual Version.Christian Kandeler2015-07-281-2/+2
| * Make BuiltinDeclarations a singleton.Christian Kandeler2015-07-281-0/+8