Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-14 | Make sure we don't link up to lib{} targets that are derived from liba/so{} | Boris Kolpackov | 1 | -4/+8 | |
2015-12-01 | Reimplement define as dynamic derivation rather than alias | Boris Kolpackov | 1 | -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-01 | Implement support for definition target type aliases | Boris Kolpackov | 1 | -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-03 | match_only rework, part 2 | Boris Kolpackov | 1 | -0/+9 | |
2015-07-20 | Implement support for importing installed libraries | Boris Kolpackov | 1 | -2/+16 | |
2015-07-02 | Make few existing file searching optimizations | Boris Kolpackov | 1 | -2/+2 | |
2015-07-01 | Cleanup group "see through" design | Boris Kolpackov | 1 | -7/+14 | |
2015-06-24 | First take on the cli module plus necessary infrastructure | Boris Kolpackov | 1 | -0/+7 | |
2015-05-22 | Avoid relying on static initialization order | Boris Kolpackov | 1 | -7/+7 | |
2015-05-11 | Correct copyright | Boris Kolpackov | 1 | -1/+1 | |
2015-04-29 | Get rid of on-demand configuration for now | Boris Kolpackov | 1 | -7/+0 | |
2015-04-24 | Take one on library linking | Boris Kolpackov | 1 | -0/+7 | |
2015-04-24 | Implement lib/liba/libso{} target group, shared/static library build | Boris Kolpackov | 1 | -0/+156 | |