aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/rulenode.h
Commit message (Expand)AuthorAgeFilesLines
* Apply fix-its for the missing override keywordIvan Komissarov2019-05-031-1/+1
* Executor: Increment progress bar after a rule's transformers are doneChristian Kandeler2018-10-221-0/+2
* Fix memory leak in RuleNodeChristian Kandeler2018-09-051-0/+6
* corelib: Apply modernize-use-overrideAlessandro Portale2018-08-201-5/+5
* RuleNode: Keep track of "helper inputs"Christian Kandeler2018-08-011-2/+6
* Fix race condition when removing empty directoriesChristian Kandeler2018-07-181-0/+1
* RuleNode: Fix calculation of changed inputsChristian Kandeler2018-07-161-3/+5
* Executor: Move rule-specific code to RulesApplicatorChristian Kandeler2018-07-131-1/+0
* RuleNode: Clarify that the returned node sets contain artifactsChristian Kandeler2018-07-121-2/+2
* Do not generally re-apply rules just because inputs have changedChristian Kandeler2018-07-111-1/+2
* RuleNode: Also consider removed inputs that no longer existChristian Kandeler2018-07-101-1/+1
* Executor: Move some code into RuleNodeChristian Kandeler2018-07-101-1/+2
* Get rid of redundancies between load() and store() methodsChristian Kandeler2018-02-161-1/+7
* Move transformer change tracking out of the build graph loaderChristian Kandeler2018-02-161-1/+6
* Get rid of all remaining dynamic_castsChristian Kandeler2017-12-071-0/+6
* Get rid of the PersistentObject classChristian Kandeler2017-12-061-1/+0
* Use a sorted vector rather than QSet or std::setChristian Kandeler2017-01-051-1/+1
* Update license headersIikka Eklund2016-08-291-14/+23
* Replace 'the Qt build suite' with 'Qbs' in copyright notices.Jake Petroules2016-06-061-1/+1
* update license headersJoerg Bornemann2015-03-021-2/+2
* Update LicenseEike Ziller2015-01-261-6/+6
* update leaves for invalidated artifactsJoerg Bornemann2015-01-131-0/+1
* License update.Eike Ziller2014-10-161-7/+8
* fix calculation of old inputs for dynamic rulesJoerg Bornemann2014-07-301-2/+2
* fix calculation of added/removed artifactsJoerg Bornemann2014-07-171-1/+4
* run rules on dependency-only productsJoerg Bornemann2014-05-261-0/+2
* Condense executor code.Christian Kandeler2014-02-171-3/+1
* support transformers with an unknown number of outputsJoerg Bornemann2014-02-131-0/+76