aboutsummaryrefslogtreecommitdiff
path: root/build/bin/target.cxx
AgeCommit message (Collapse)AuthorFilesLines
2015-12-14Make sure we don't link up to lib{} targets that are derived from liba/so{}Boris Kolpackov1-4/+8
2015-12-01Reimplement define as dynamic derivation rather than aliasBoris Kolpackov1-21/+7
New syntax: define cli: file The rationale is we need to be able to assign the file extension (using type/pattern-specific variables). And if it is an alias, we will assign it to the original target type. Note that we could still support aliases if we need to. Will need to bring back the id member in target_type that would normally point to itself but for an alias would point to the origin.
2015-12-01Implement support for definition target type aliasesBoris Kolpackov1-17/+24
For example: define cli=file Currently, the semantics is that of a real alias with only name differences that are used for display. See tests/define/buildfile for more use cases.
2015-08-03match_only rework, part 2Boris Kolpackov1-0/+9
2015-07-20Implement support for importing installed librariesBoris Kolpackov1-2/+16
2015-07-02Make few existing file searching optimizationsBoris Kolpackov1-2/+2
2015-07-01Cleanup group "see through" designBoris Kolpackov1-7/+14
2015-06-24First take on the cli module plus necessary infrastructureBoris Kolpackov1-0/+7
2015-05-22Avoid relying on static initialization orderBoris Kolpackov1-7/+7
2015-05-11Correct copyrightBoris Kolpackov1-1/+1
2015-04-29Get rid of on-demand configuration for nowBoris Kolpackov1-7/+0
2015-04-24Take one on library linkingBoris Kolpackov1-0/+7
2015-04-24Implement lib/liba/libso{} target group, shared/static library buildBoris Kolpackov1-0/+156