Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-17 | Add support for target groups, use to handle obj/obja/objso object targets | Boris Kolpackov | 1 | -30/+30 | |
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -4/+4 | |
2015-04-07 | Provide more convenient access to root scope | Boris Kolpackov | 1 | -1/+1 | |
2015-03-09 | Build according to buildspec | Boris Kolpackov | 1 | -1/+1 | |
At this stage operations are still ignored. | |||||
2015-03-03 | Implement new default target logic, canonical directory name (empty value) | Boris Kolpackov | 1 | -0/+1 | |
The logic is as follows: if we have an explicit current directory target, then that's the default target. Otherwise, we take the first target and use it as a prerequisite to create an implicit current directory target, effectively making it the default target via an alias. If there are no targets in this buildfile, then we don't do anything. | |||||
2015-02-23 | Redo rule match/build logic | Boris Kolpackov | 1 | -0/+144 | |
Now the rule is fully responsible for searching, matching, and building of prerequisites. |