]> git.tdb.fi Git - builder.git/commit
Store problems at their source rather than globally
authorMikko Rasa <tdb@tdb.fi>
Wed, 8 May 2013 09:36:22 +0000 (12:36 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 8 May 2013 09:36:22 +0000 (12:36 +0300)
commit0d95fee118a3fcd78f153dca5721d9fe19b6f6bf
tree4bf176732a5ac4c9403a4f022343c4734419c588
parent7ed7c30ee0ceb734f17fe0c6d4bc6d37fb2ab5a7
Store problems at their source rather than globally

This allows finer granularity in determining whether problems are
preventing a build.  In some cases it may be desirable to build just one
component of a package, even if others have problems.
15 files changed:
source/binary.cpp
source/binarypackage.cpp
source/builder.cpp
source/builder.h
source/buildercli.cpp
source/component.cpp
source/component.h
source/package.cpp
source/package.h
source/packagemanager.cpp
source/problem.h [deleted file]
source/target.cpp
source/target.h
source/tool.cpp
source/tool.h