]> git.tdb.fi Git - builder.git/commit
Rewrite dependency finding algorithms in a few classes
authorMikko Rasa <tdb@tdb.fi>
Tue, 20 Dec 2022 22:38:59 +0000 (00:38 +0200)
committerMikko Rasa <tdb@tdb.fi>
Tue, 20 Dec 2022 23:25:07 +0000 (01:25 +0200)
commit9f885c3eec8f065b7dc400acfb9dd67158284fcf
tree7d3e0018fe9867e64cae4957306e93f554042327
parent302977793935e100a5bf37822836531cafb03bf3
Rewrite dependency finding algorithms in a few classes

They no longer depend on iterators to the dependencies list staying valid
when elements are added, allowing conversion to std::vector.
source/binary.cpp
source/binary.h
source/component.cpp
source/objectfile.cpp
source/objectfile.h