Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-08 | Move context-dependent functions from diagnostics to context | Boris Kolpackov | 1 | -0/+153 | |
2015-09-08 | Rework diagnostics verbosity, add quiet mode/option | Boris Kolpackov | 1 | -5/+16 | |
2015-08-31 | Rework scoping logic | Boris Kolpackov | 1 | -3/+4 | |
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-27 | Dist module/meta-operation initial implementation | Boris Kolpackov | 1 | -9/+31 | |
2015-08-24 | Only treat name as directory if it is reversible | Boris Kolpackov | 1 | -7/+3 | |
2015-08-24 | New variable architecture | Boris Kolpackov | 1 | -1/+14 | |
2015-08-14 | Rework meta/operation registration | Boris Kolpackov | 1 | -0/+15 | |
We now have global tables for meta/operation. Plus each can then be enabled on the per-project basis. | |||||
2015-08-13 | Rework postponed logic | Boris Kolpackov | 1 | -0/+1 | |
Specifically, now postponed is only used by the execution mode logic and rules should not return it directly. | |||||
2015-07-31 | Essential install module functionality | Boris Kolpackov | 1 | -0/+3 | |
2015-07-24 | Add support for generated test input/output | Boris Kolpackov | 1 | -1/+2 | |
2015-07-21 | Test module genesis | Boris Kolpackov | 1 | -15/+9 | |
2015-07-21 | Add alias{} target type, use as base for dir{} | Boris Kolpackov | 1 | -4/+5 | |
2015-07-15 | Implement project-qualified names/prerequisites, two-stage import | Boris Kolpackov | 1 | -1/+6 | |
2015-07-13 | Make subprojects list of name=subdir pairs | Boris Kolpackov | 1 | -0/+4 | |
2015-07-10 | Implement automatic subproject discovery | Boris Kolpackov | 1 | -0/+24 | |
Currently we only capture their directories without the project names. We will need project names when we hook import search into this. | |||||
2015-07-07 | Rework module architecture | Boris Kolpackov | 1 | -1/+37 | |
Now the target type and rule maps are in scopes (builtins -- in global scope). We also now have the map of loaded modules in the root scope of each project. | |||||
2015-06-18 | Move path and filesystem from build2 to libbutl | Boris Kolpackov | 1 | -0/+1 | |
2015-05-11 | Correct copyright | Boris Kolpackov | 1 | -1/+1 | |
2015-04-20 | Automatically decide when to print relative/absolute paths | Boris Kolpackov | 1 | -13/+3 | |
2015-04-15 | New variables architecture | Boris Kolpackov | 1 | -2/+2 | |
Now operator[] is only used for lookup. | |||||
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -49/+16 | |
2015-04-07 | Provide more convenient access to root scope | Boris Kolpackov | 1 | -6/+6 | |
2015-04-02 | Handle "nothing to be done" case for disfigure | Boris Kolpackov | 1 | -1/+1 | |
2015-03-31 | Rename root_scope to global_scope | Boris Kolpackov | 1 | -7/+7 | |
To avoid confusion with project's root scopes. | |||||
2015-03-27 | Rework dependency state dump support | Boris Kolpackov | 1 | -6/+13 | |
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/+57 | |
We can now build out-of-tree. | |||||
2015-03-13 | Add support for "first" and "last" execution modes | Boris Kolpackov | 1 | -0/+3 | |
2015-03-10 | Further operation implementation | Boris Kolpackov | 1 | -3/+0 | |
2015-03-09 | Add meta/operation lists, lift operations in buildspec | Boris Kolpackov | 1 | -0/+3 | |
2015-03-04 | Move roots and bases to appropriate scopes | Boris Kolpackov | 1 | -8/+34 | |
2015-03-02 | Clean up clang warnings | Boris Kolpackov | 1 | -2/+2 | |
2015-02-26 | Support for scope parents, initial variable support | Boris Kolpackov | 1 | -2/+0 | |
2015-02-24 | Use prefix_map for scopes, establish root scope | Boris Kolpackov | 1 | -0/+2 | |
2015-02-23 | Redo rule match/build logic | Boris Kolpackov | 1 | -19/+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 | -0/+15 | |
2015-01-14 | Track file extension in target, prerequisite | Boris Kolpackov | 1 | -2/+2 | |
2015-01-08 | Implement tracing support | Boris Kolpackov | 1 | -0/+36 | |
Also use to-relative path translation in diagnostics. | |||||
2015-01-05 | Determine work, home, and {src,out}_{root,base} directories | Boris Kolpackov | 1 | -0/+19 | |