Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-14 | Add support for variable prepend operator: =+ | Boris Kolpackov | 1 | -0/+39 | |
2015-12-02 | Implement optional module loading | Boris Kolpackov | 1 | -1/+1 | |
The syntax is: using? cli Now each module use results in two bool variables: <module>.loaded and <module>.configured. Also implement variable visibility (the above two variables are limited to project). | |||||
2015-12-01 | Use 'extension' variable to resolve extension for file{} | Boris Kolpackov | 1 | -0/+68 | |
We now also check target type/pattern-specific variables. So the new usage is: cli{*}: extension = cli | |||||
2015-08-24 | Add support for reversing project qualification to string value | Boris Kolpackov | 1 | -1/+26 | |
2015-08-24 | New variable architecture | Boris Kolpackov | 1 | -51/+282 | |
2015-07-21 | Test module genesis | Boris Kolpackov | 1 | -0/+16 | |
2015-07-10 | Implement automatic subproject discovery | Boris Kolpackov | 1 | -2/+27 | |
Currently we only capture their directories without the project names. We will need project names when we hook import search into this. | |||||
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 | -9/+0 | |
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -5/+3 | |
2015-04-08 | Inherit list_value directly from names | Boris Kolpackov | 1 | -6/+6 | |
2015-03-04 | Move roots and bases to appropriate scopes | Boris Kolpackov | 1 | -0/+47 | |
2015-02-27 | Variable assignment, appending support | Boris Kolpackov | 1 | -0/+12 | |