aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/artifact.h
Commit message (Expand)AuthorAgeFilesLines
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-031-1/+1
* Use QStringLiteral more where it is possibleDenis Shienkov2019-02-251-9/+9
* Fix potential dereference of Artifact null pointerChristian Kandeler2018-09-051-1/+1
* RulesApplicator: Fix assertionChristian Kandeler2018-07-181-0/+2
* Remember which module properties were set explicitly on an artifactChristian Kandeler2018-07-051-0/+7
* Do not reset the product build data due to source file metadata changesChristian Kandeler2018-07-051-0/+5
* Store the "out of date" flag per transformer rather than per artifactChristian Kandeler2018-06-291-2/+0
* Mark parent artifacts explicitly as out of dateChristian Kandeler2018-05-181-0/+2
* Get rid of redundancies between load() and store() methodsChristian Kandeler2018-02-161-1/+1
* Get rid of all remaining dynamic_castsChristian Kandeler2017-12-071-0/+6
* Get rid of the PersistentObject classChristian Kandeler2017-12-061-1/+5
* Fix inconsistent-missing-override warningsJake Petroules2017-11-301-6/+6
* Remove as many dynamic_casts as possibleChristian Kandeler2017-11-301-0/+1
* Enable modules to declare target artifactsChristian Kandeler2017-11-071-0/+3
* Move the buildgraph, language and tools tests into the proper locationsJake Petroules2017-06-221-1/+1
* Use a sorted vector rather than QSet or std::setChristian Kandeler2017-01-051-3/+10
* Change style of #includes of Qt headersJake Petroules2017-01-041-2/+2
* Use a QVector instead of a QSet for storing file dependenciesChristian Kandeler2016-11-281-1/+1
* 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
|/
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* License update.Eike Ziller2014-10-161-7/+8
* add getter/setters for Artifact::fileTagsJoerg Bornemann2014-07-311-1/+7
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-131-22/+15
* rename ArtifactList to ArtifactSetJoerg Bornemann2014-01-161-4/+4
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+135