aboutsummaryrefslogtreecommitdiff
path: root/src/normalized_component_storage_holder.cpp
AgeCommit message (Expand)Author
2018-08-27Fix some macro issues introduced by the previous commit.Marco Poletti
2017-12-27Add a .clang-format config file and reformat all C++ source code using that. ...Marco Poletti
2017-07-31Change Injector's and NormalizedComponent's constructors to take a component ...Marco Poletti
2017-07-13Delete dead code (found in the coerage report).Marco Poletti
2017-07-08Don't calculate BindingCompressionInfoMap when constructing an injector direc...Marco Poletti
2017-07-08Use arena allocation for temporary collections created when normalizing a com...Marco Poletti
2017-07-02Change the internal representation of Component to use a single vector instea...Marco Poletti
2017-06-22More class moves/renames in preparation for the upcoming change in the repres...Marco Poletti
2017-06-18Implement de-duping and loop checking for the new-style install() method.Marco Poletti
2017-06-18First step of the real implementation of the new install method: now lazy com...Marco Poletti
2016-08-29Reimplement the storage for PartialComponent to:Marco Poletti
2016-06-19No longer include normalized_component_storage.h in fruit.h.Marco Poletti