Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-07 | Add support for buildspec | Boris Kolpackov | 1 | -1/+42 | |
2015-03-04 | Move roots and bases to appropriate scopes | Boris Kolpackov | 1 | -16/+40 | |
2015-03-03 | Implement new default target logic, canonical directory name (empty value) | Boris Kolpackov | 1 | -6/+7 | |
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-27 | Variable assignment, appending support | Boris Kolpackov | 1 | -0/+2 | |
2015-02-24 | Use prefix_map for scopes, establish root scope | Boris Kolpackov | 1 | -0/+10 | |
2015-02-24 | Add fsdir{} for creating directories | Boris Kolpackov | 1 | -1/+5 | |
2015-02-23 | Don't create new target for alias/action/dir prerequisite | Boris Kolpackov | 1 | -2/+2 | |
2015-02-23 | Redo rule match/build logic | Boris Kolpackov | 1 | -78/+1 | |
Now the rule is fully responsible for searching, matching, and building of prerequisites. | |||||
2015-02-19 | Add support for sourcing/including buildfiles, print, dir{} alias | Boris Kolpackov | 1 | -3/+7 | |
2015-01-20 | Diagnostic infrastructure revamp | Boris Kolpackov | 1 | -131/+113 | |
2015-01-16 | Implement rule chaining for cxx::link | Boris Kolpackov | 1 | -0/+3 | |
2015-01-15 | Implement rule ambiguity detection | Boris Kolpackov | 1 | -3/+3 | |
Also establish the infrastructure for rule hinting | |||||
2015-01-08 | Implement tracing support | Boris Kolpackov | 1 | -7/+20 | |
Also use to-relative path translation in diagnostics. | |||||
2015-01-05 | Rename 'bd' to 'b' | Boris Kolpackov | 1 | -0/+299 | |
What the heck, let's be bold, right? |