summaryrefslogtreecommitdiff
path: root/test cases/frameworks/1 boost/partial_dep/main.cpp
AgeCommit message (Collapse)Author
2021-08-15editorconfig: add setting to trim trailing whitespaceEli Schwartz
and clean up all outstanding issues Skip 'test cases/common/141 special characters/meson.build' since it intentionally uses trailing newlines.
2019-11-18Use strict function prototypesMichael Hirsch, Ph.D
2018-04-17Add partial_dependency method to dependenciesDylan Baker
This adds a new method, partial_dependency to all dependencies. These sub dependencies are copies of the original dependency, but with one or more of the attributes replaced with an empty list. This allows creating a sub dependency that has only cflags or drops link_arguments, for example.