Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-22 | Fix postponed re-examination logic | Boris Kolpackov | 1 | -4/+4 | |
Now postponed takes precedence over changed. | |||||
2015-07-20 | Implement pre/post operation support | Boris Kolpackov | 1 | -6/+16 | |
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 | -2/+16 | |
2015-07-14 | Add notion of strong/weak amalgamation, make strong new clean boundary | Boris Kolpackov | 1 | -1/+1 | |
2015-07-08 | Implement automatic amalgamation discovery | Boris Kolpackov | 1 | -4/+4 | |
2015-07-07 | Rework module architecture | Boris Kolpackov | 2 | -16/+47 | |
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 | Make few existing file searching optimizations | Boris Kolpackov | 1 | -2/+2 | |
2015-07-01 | Cleanup group "see through" design | Boris Kolpackov | 2 | -8/+15 | |
2015-06-30 | Group "see through" iteration, take 1 | Boris Kolpackov | 2 | -9/+9 | |
2015-06-24 | First take on the cli module plus necessary infrastructure | Boris Kolpackov | 1 | -0/+7 | |
2015-06-22 | Remove prerequisite rewriting for c/cxx chaining | Boris Kolpackov | 1 | -4/+2 | |
2015-06-18 | Move path and filesystem from build2 to libbutl | Boris Kolpackov | 1 | -1/+1 | |
2015-06-18 | Make cxx.export.* machinery work for library chains | Boris Kolpackov | 1 | -0/+16 | |
2015-05-22 | Get rid of gcc, clang warnings (-Wall) | Boris Kolpackov | 1 | -2/+2 | |
2015-05-22 | Avoid relying on static initialization order | Boris Kolpackov | 1 | -7/+7 | |
2015-05-22 | Some hoop-jumping to make clang happy | Boris Kolpackov | 1 | -0/+2 | |
2015-05-11 | Correct copyright | Boris Kolpackov | 6 | -6/+6 | |
2015-04-29 | Get rid of on-demand configuration for now | Boris Kolpackov | 3 | -23/+36 | |
2015-04-24 | Take one on library linking | Boris Kolpackov | 4 | -20/+97 | |
2015-04-24 | Implement lib/liba/libso{} target group, shared/static library build | Boris Kolpackov | 4 | -0/+417 | |