summaryrefslogtreecommitdiff
path: root/src/lib/buildgraph/artifact.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-04-20 11:42:39 +0200
committerJoerg Bornemann <joerg.bornemann@nokia.com>2012-04-25 10:54:00 +0200
commit18cdee59a09521916b46749d43566fac7372bcc2 (patch)
tree047efe0ad9b38e91521f0068746bbf351c2a4227 /src/lib/buildgraph/artifact.h
parent24b79b2a178abe4fe601ca5c8118841c8655341a (diff)
downloadqbs-18cdee59a09521916b46749d43566fac7372bcc2.tar.gz
rescue dependencies from old BG
When regenerating the build graph we must not throw away the dependencies we got from the scanners. Those are now extracted from the old build graph and inserted into the new one. Change-Id: I62758d14ec22a7e7e741f9ed8f452a726771879f Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'src/lib/buildgraph/artifact.h')
-rw-r--r--src/lib/buildgraph/artifact.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/buildgraph/artifact.h b/src/lib/buildgraph/artifact.h
index e11689dfb..494ec5c70 100644
--- a/src/lib/buildgraph/artifact.h
+++ b/src/lib/buildgraph/artifact.h
@@ -48,6 +48,14 @@ class BuildProduct;
class BuildProject;
class Transformer;
+/**
+ * The Artifact class
+ *
+ * Let artifact P be the parent of artifact C. Thus C is child of P.
+ * C produces P using the transformer P.transformer.
+ *
+ *
+ */
class Artifact : public PersistentObject
{
public: