Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-03 | match_only rework, part 2 | Boris Kolpackov | 1 | -4/+10 | |
2015-07-31 | Essential install module functionality | Boris Kolpackov | 1 | -0/+68 | |
2015-07-29 | Initial support for target type/pattern-specific variables | Boris Kolpackov | 1 | -2/+3 | |
2015-07-24 | Add support for generated test input/output | Boris Kolpackov | 1 | -4/+18 | |
2015-07-21 | Improve nested operations support | Boris Kolpackov | 1 | -5/+9 | |
The idea is this: we need to be able to override "conditional, inner for outer" recipes with the "unconditional inner" ones. Here is the concrete scenario: we have {update, test} action and the lib{} target that is both mentioned as a prerequisite of ./ and exe{}, which is a test. At first, we want to ignore lib{} when reached as a prerequisite of ./. But then we get to it via exe{} (which is a test and thus should be updated). At this point we should override the recipe for lib{} with the one that would update it rather than ignore. | |||||
2015-07-21 | Add alias{} target type, use as base for dir{} | Boris Kolpackov | 1 | -4/+17 | |
2015-07-20 | Implement pre/post operation support | Boris Kolpackov | 1 | -3/+3 | |
Also, extend execution mode/postponed logic to propagate the postponed target state. At the top, we now re-try postponed targets. This results in the expected behavior when, for example, cleaning two targets with one depending on the other. | |||||
2015-07-20 | Implement support for importing installed libraries | Boris Kolpackov | 1 | -0/+19 | |
2015-07-15 | Implement project-qualified names/prerequisites, two-stage import | Boris Kolpackov | 1 | -1/+1 | |
2015-07-14 | Fix postfix operator++/-- implementations | Boris Kolpackov | 1 | -3/+3 | |
2015-07-14 | Add notion of strong/weak amalgamation, make strong new clean boundary | Boris Kolpackov | 1 | -0/+7 | |
2015-07-08 | Implement automatic amalgamation discovery | Boris Kolpackov | 1 | -8/+2 | |
2015-07-07 | Rework module architecture | Boris Kolpackov | 1 | -27/+3 | |
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-07-02 | Various improvements to cli module | Boris Kolpackov | 1 | -0/+6 | |
2015-07-01 | Clean up group state, mtime design | Boris Kolpackov | 1 | -5/+31 | |
2015-07-01 | Group state support | Boris Kolpackov | 1 | -10/+35 | |
2015-07-01 | Cleanup group "see through" design | Boris Kolpackov | 1 | -138/+175 | |
2015-06-30 | Group "see through" iteration, take 1 | Boris Kolpackov | 1 | -6/+219 | |
2015-06-26 | Part two of dependency injection with auto-generation support | Boris Kolpackov | 1 | -0/+3 | |
2015-06-25 | Part one of dependency injection with auto-generation support | Boris Kolpackov | 1 | -0/+3 | |
2015-06-24 | First take on the cli module plus necessary infrastructure | Boris Kolpackov | 1 | -14/+66 | |
2015-06-22 | Remove prerequisite rewriting for c/cxx chaining | Boris Kolpackov | 1 | -2/+1 | |
2015-06-18 | Move path_mtime to filesystem, rename file_mtime, follow symlinks | Boris Kolpackov | 1 | -4/+4 | |
2015-06-18 | Move path and filesystem from build2 to libbutl | Boris Kolpackov | 1 | -3/+1 | |
2015-06-18 | Move map-key from build2 to libbutl, rename multi-index | Boris Kolpackov | 1 | -3/+3 | |
2015-06-18 | Move some utilities from build2 to libbutl | Boris Kolpackov | 1 | -8/+8 | |
2015-05-22 | Avoid relying on static initialization order | Boris Kolpackov | 1 | -7/+22 | |
2015-05-11 | Correct copyright | Boris Kolpackov | 1 | -1/+1 | |
2015-04-28 | Second iteration over import/export support | Boris Kolpackov | 1 | -3/+3 | |
2015-04-26 | Rework resolved prerequisite targets storage | Boris Kolpackov | 1 | -33/+31 | |
2015-04-24 | Implement lib/liba/libso{} target group, shared/static library build | Boris Kolpackov | 1 | -23/+146 | |
2015-04-17 | Search in target group during variable lookup | Boris Kolpackov | 1 | -5/+8 | |
2015-04-17 | Add support for target groups, use to handle obj/obja/objso object targets | Boris Kolpackov | 1 | -60/+84 | |
2015-04-15 | New variables architecture | Boris Kolpackov | 1 | -9/+33 | |
Now operator[] is only used for lookup. | |||||
2015-04-15 | Initial library support | Boris Kolpackov | 1 | -3/+34 | |
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -7/+7 | |
2015-04-07 | Provide more convenient access to root scope | Boris Kolpackov | 1 | -0/+13 | |
2015-03-25 | Configure/disfigure src_root saving/removing support; fsdir{} injection | Boris Kolpackov | 1 | -0/+3 | |
We can now build out-of-tree. | |||||
2015-03-24 | Make meta-operations control build loop; add disfigure skeleton | Boris Kolpackov | 1 | -34/+36 | |
2015-03-13 | Rename set_key to map_key; feels more correct | Boris Kolpackov | 1 | -1/+1 | |
2015-03-13 | Add support for "first" and "last" execution modes | Boris Kolpackov | 1 | -3/+6 | |
2015-03-13 | Add postponed recipe execution support | Boris Kolpackov | 1 | -7/+10 | |
2015-03-12 | Implement clean operation | Boris Kolpackov | 1 | -16/+64 | |
2015-03-10 | Further operation implementation | Boris Kolpackov | 1 | -4/+16 | |
2015-03-09 | Build according to buildspec | Boris Kolpackov | 1 | -7/+29 | |
At this stage operations are still ignored. | |||||
2015-03-03 | Implement new default target logic, canonical directory name (empty value) | Boris Kolpackov | 1 | -3/+3 | |
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 | -1/+4 | |
2015-02-24 | Add fsdir{} for creating directories | Boris Kolpackov | 1 | -0/+17 | |
2015-02-23 | Redo rule match/build logic | Boris Kolpackov | 1 | -21/+53 | |
Now the rule is fully responsible for searching, matching, and building of prerequisites. | |||||
2015-02-20 | Rename 'directory' to 'dir' in target, prerequisite | Boris Kolpackov | 1 | -4/+4 | |