aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/rulesapplicator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure to remove empty parent directories when removing artifacts.Christian Kandeler2014-07-021-3/+7
* centralize input(s) property setupJoerg Bornemann2014-06-111-37/+1
* show error location in Rule.ArtifactJoerg Bornemann2014-06-051-2/+4
* Properly treat "usings" as inputs when applying rules.Christian Kandeler2014-06-021-3/+3
* run rules on dependency-only productsJoerg Bornemann2014-05-261-1/+1
* refactor rule applicationJoerg Bornemann2014-05-231-17/+18
* speed-up rule application a bitJoerg Bornemann2014-05-231-5/+9
* Introduce sensible build directory values.Christian Kandeler2014-05-131-2/+3
* API: Do not present all root artifacts as target artifacts.Christian Kandeler2014-04-171-1/+1
* Add new qml item ScannerMaxim Zaitsev2014-03-121-1/+1
* Do not share product properties with artifacts.Christian Kandeler2014-02-261-1/+1
* Condense executor code.Christian Kandeler2014-02-171-1/+1
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-131-30/+148
* add missing input.filePath for non-multiplex rulesJoerg Bornemann2014-02-031-0/+1
* rename ArtifactList to ArtifactSetJoerg Bornemann2014-01-161-7/+7
* Prepare for using QT_NO_CAST_FROM/TO_ASCII.Jake Petroules2014-01-141-23/+33
* rename Rule::script to prepareScriptJoerg Bornemann2014-01-141-10/+10
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+342