aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/rulesapplicator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Avoid copies of node containersJoerg Bornemann2016-05-191-2/+2
* | Allow Rules without inputs.Christian Kandeler2016-05-111-2/+3
* | Do not use QScriptEngine::push/popScope in rule evaluationJoerg Bornemann2016-05-101-2/+3
* | Fix leak of Artifact object.Christian Kandeler2016-05-061-5/+7
* | Merge remote-tracking branch 'origin/1.5'Joerg Bornemann2016-04-151-18/+22
|\|
| * Display proper file paths and line numbers for errors in more places.Jake Petroules2016-04-141-8/+17
| * Remove RulesApplicator::applyRuleInEvaluationContextJoerg Bornemann2016-04-131-9/+4
| * Fix signature of RulesApplicator::evalContextJoerg Bornemann2016-04-131-1/+1
* | Add an additional check when applying rules.Christian Kandeler2016-03-211-4/+17
|/
* Give the Item class a proper type attribute.Christian Kandeler2015-08-141-1/+1
* Merge branch 1.4 into master.Christian Kandeler2015-07-311-1/+4
|\
| * Code clean-up in corelib/language/.Christian Kandeler2015-07-301-0/+3
| * Make BuiltinDeclarations a singleton.Christian Kandeler2015-07-281-1/+1
* | Merge branch 1.4 into master.Christian Kandeler2015-07-241-2/+3
|\|
| * Always show the correct error string from the script engine.Christian Kandeler2015-07-201-2/+3
* | Allow commands to be run unconditionally.Christian Kandeler2015-05-261-0/+1
|/
* remove Qt4 work-aroundsJoerg Bornemann2015-03-191-3/+3
* update license headersJoerg Bornemann2015-03-021-2/+2
* Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2015-02-061-1/+1
|\
| * Fix Qt 4 build.Christian Kandeler2015-01-291-1/+1
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2015-01-291-10/+39
|\|
| * fix look-up of scalar propertiesJoerg Bornemann2015-01-291-10/+39
* | Merge branch '1.3' into 'master'Christian Kandeler2015-01-281-6/+6
|\|
| * Update LicenseEike Ziller2015-01-261-6/+6
* | Add the "installable" tag to artifacts with qbs.install == true.Joerg Bornemann2015-01-221-0/+4
* | turn warning into an errorJoerg Bornemann2015-01-131-8/+3
* | Merge branch '1.3' into master.Christian Kandeler2015-01-131-2/+3
|\|
| * update leaves for invalidated artifactsJoerg Bornemann2015-01-131-2/+3
* | Merge branch '1.3'Christian Kandeler2014-11-281-1/+4
|\|
| * Throw a proper error when encountering invalid outputArtifact values.Christian Kandeler2014-11-211-1/+4
* | Merge remote-tracking branch 'origin/1.3'Joerg Bornemann2014-10-161-7/+8
|\|
| * License update.Eike Ziller2014-10-161-7/+8
* | Rename fileName to filePath in CodeLocation.Jake Petroules2014-08-041-2/+2
|/
* move Transformer creation out of createOutputArtifactJoerg Bornemann2014-08-011-7/+4
* multiplex rules now always see all inputsJoerg Bornemann2014-08-011-12/+0
* set alwaysUpdated and properties for re-used Artifact objectsJoerg Bornemann2014-07-311-2/+2
* do not add file tags to re-used output artifactsJoerg Bornemann2014-07-311-6/+3
* do not call createOutputArtifacts for the same filePath more than onceJoerg Bornemann2014-07-311-2/+17
* add getter/setters for Artifact::fileTagsJoerg Bornemann2014-07-311-9/+11
* fix condition for "conflicting rules" errorJoerg Bornemann2014-07-311-29/+24
* Avoid contractions in user-visible messages.Christian Kandeler2014-07-311-2/+2
* fix Qt4 buildJoerg Bornemann2014-07-221-1/+1
* make it possible to set module properties on artifacts in outputArtifactsJoerg Bornemann2014-07-221-0/+73
* Add artifact to transformer outputs earlier.Christian Kandeler2014-07-211-1/+1
* add assertion in RulesApplicatorJoerg Bornemann2014-07-181-4/+8
* fix calculation of added/removed artifactsJoerg Bornemann2014-07-171-34/+9
* deprecate Artifact.fileName in favor of Artifact.filePathJoerg Bornemann2014-07-161-1/+1