aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/artifact.cpp
Commit message (Expand)AuthorAgeFilesLines
* corelib: Apply modernize-use-autoAlessandro Portale2018-08-201-1/+1
* Make sure the set of root artifacts is always up to dateChristian Kandeler2018-07-311-2/+8
* RulesApplicator: Fix assertionChristian Kandeler2018-07-181-0/+10
* Make Artifact::setFileTags() a little smarterChristian Kandeler2018-07-161-4/+8
* Remember which module properties were set explicitly on an artifactChristian Kandeler2018-07-051-0/+2
* Do not reset the product build data due to source file metadata changesChristian Kandeler2018-07-051-0/+2
* 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
* Make ProductBuildData a proper class with accessors and modifiersChristian Kandeler2018-01-231-4/+4
* Remove as many dynamic_casts as possibleChristian Kandeler2017-11-301-3/+2
* Enable modules to declare target artifactsChristian Kandeler2017-11-071-0/+2
* Replace QSharedPointer/QWeakPointer with std::shared_ptr/std::weak_ptrJake Petroules2017-05-231-4/+4
* Clean up [q]fileinfo.h includesJoerg Bornemann2017-03-061-1/+0
* Remove all usages of Q_FOREACH from the libraryChristian Kandeler2017-02-211-1/+2
* PersistentPool: Prevent access to raw data streamChristian Kandeler2016-12-161-30/+8
* Fully templatize the PersistentPool classChristian Kandeler2016-12-151-6/+6
* Use string sharing when serializing file tagsChristian Kandeler2016-11-101-2/+2
* 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-5/+5
|/
* Include the product name in the build graph node string.Christian Kandeler2016-03-101-1/+2
* Add missing initialization of RuleNode::buildState.Christian Kandeler2015-04-011-1/+0
* update license headersJoerg Bornemann2015-03-021-2/+2
* Merge branch '1.3' into 'master'Christian Kandeler2015-01-281-6/+6
|\
| * Update LicenseEike Ziller2015-01-261-6/+6
* | Add command for showing a tree of build graph nodes.Christian Kandeler2014-12-171-0/+1
|/
* License update.Eike Ziller2014-10-161-7/+8
* add getter/setters for Artifact::fileTagsJoerg Bornemann2014-07-311-2/+30
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-131-7/+42
* rename ArtifactList to ArtifactSetJoerg Bornemann2014-01-161-1/+1
* Move Qt profile setup into a dedicated library.Christian Kandeler2014-01-101-0/+115