Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-01 | Reimplement define as dynamic derivation rather than alias | Boris Kolpackov | 1 | -2/+2 | |
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-08-31 | Rework scoping logic | Boris Kolpackov | 1 | -43/+29 | |
Now the src directory is entered into the scope map and points to the same scope as out. This means that targets that are in src, not out (e.g., source files) will "see" rules, variables, etc. This becomes important when we try, for example, to install a source file (say, a header) from src: we need the rule as well as the install.* variables. | |||||
2015-08-24 | New variable architecture | Boris Kolpackov | 1 | -7/+3 | |
2015-07-29 | Initial support for target type/pattern-specific variables | Boris Kolpackov | 1 | -19/+78 | |
2015-05-11 | Correct copyright | Boris Kolpackov | 1 | -1/+1 | |
2015-04-29 | Add support for setting target-specific variables from buildfiles | Boris Kolpackov | 1 | -27/+49 | |
2015-04-28 | Second iteration over import/export support | Boris Kolpackov | 1 | -16/+16 | |
2015-04-26 | Rework resolved prerequisite targets storage | Boris Kolpackov | 1 | -13/+35 | |
2015-04-24 | Take one on library linking | Boris Kolpackov | 1 | -0/+2 | |
2015-04-20 | Automatically decide when to print relative/absolute paths | Boris Kolpackov | 1 | -1/+1 | |
2015-04-17 | Add support for target groups, use to handle obj/obja/objso object targets | Boris Kolpackov | 1 | -4/+4 | |
2015-04-15 | New variables architecture | Boris Kolpackov | 1 | -1/+1 | |
Now operator[] is only used for lookup. | |||||
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -8/+12 | |
2015-04-13 | Add initial import support | Boris Kolpackov | 1 | -26/+29 | |
2015-04-08 | Inherit list_value directly from names | Boris Kolpackov | 1 | -2/+2 | |
2015-04-07 | Provide more convenient access to root scope | Boris Kolpackov | 1 | -2/+2 | |
2015-03-31 | Rename root_scope to global_scope | Boris Kolpackov | 1 | -10/+10 | |
To avoid confusion with project's root scopes. | |||||
2015-03-27 | Rework dependency state dump support | Boris Kolpackov | 1 | -26/+90 | |
We now have a combined (scopes, variables, and targets) dump. | |||||
2015-03-25 | Configure/disfigure src_root saving/removing support; fsdir{} injection | Boris Kolpackov | 1 | -0/+23 | |
We can now build out-of-tree. | |||||
2015-02-27 | Variable assignment, appending support | Boris Kolpackov | 1 | -0/+72 | |