Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-24 | Add support for generated test input/output | Boris Kolpackov | 15 | -124/+273 | |
2015-07-24 | Further test module development | Boris Kolpackov | 7 | -55/+305 | |
2015-07-23 | Basic test support | Boris Kolpackov | 12 | -41/+172 | |
2015-07-22 | Fix postponed re-examination logic | Boris Kolpackov | 6 | -25/+29 | |
Now postponed takes precedence over changed. | |||||
2015-07-21 | Test module genesis | Boris Kolpackov | 13 | -19/+284 | |
2015-07-21 | Be quiet when running pre/post operations | Boris Kolpackov | 1 | -2/+8 | |
2015-07-21 | Improve nested operations support | Boris Kolpackov | 7 | -87/+124 | |
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 | 5 | -16/+40 | |
2015-07-20 | Implement pre/post operation support | Boris Kolpackov | 7 | -88/+283 | |
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 | Remove traces | Boris Kolpackov | 1 | -4/+0 | |
2015-07-20 | Implement support for importing installed libraries | Boris Kolpackov | 13 | -617/+1093 | |
2015-07-15 | Implement project-qualified names/prerequisites, two-stage import | Boris Kolpackov | 22 | -107/+304 | |
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 | 9 | -44/+88 | |
2015-07-13 | Implement subproject import | Boris Kolpackov | 4 | -35/+87 | |
2015-07-13 | Make subprojects list of name=subdir pairs | Boris Kolpackov | 6 | -38/+104 | |
2015-07-13 | Add support for pair-enabled variables | Boris Kolpackov | 5 | -24/+29 | |
2015-07-12 | Add more diagnostics | Boris Kolpackov | 1 | -1/+10 | |
2015-07-10 | Implement automatic subproject discovery | Boris Kolpackov | 9 | -26/+327 | |
Currently we only capture their directories without the project names. We will need project names when we hook import search into this. | |||||
2015-07-08 | Implement automatic amalgamation discovery | Boris Kolpackov | 9 | -82/+165 | |
2015-07-07 | Relax requirement on amalgamation src_root to track sub-project | Boris Kolpackov | 3 | -56/+69 | |
2015-07-07 | Rework module architecture | Boris Kolpackov | 26 | -442/+671 | |
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-06 | Add note on cli module implementation | Boris Kolpackov | 1 | -0/+1 | |
2015-07-02 | Common types cleanup (strings, cstrings) | Boris Kolpackov | 5 | -16/+19 | |
2015-07-02 | Various improvements to cli module | Boris Kolpackov | 6 | -53/+72 | |
2015-07-02 | Make few existing file searching optimizations | Boris Kolpackov | 2 | -3/+20 | |
2015-07-01 | Get rid of accessors/modifiers in cli.cxx target | Boris Kolpackov | 3 | -35/+40 | |
2015-07-01 | Clean up group state, mtime design | Boris Kolpackov | 10 | -86/+124 | |
2015-07-01 | Group state support | Boris Kolpackov | 8 | -56/+93 | |
2015-07-01 | Cleanup group "see through" design | Boris Kolpackov | 15 | -316/+350 | |
2015-06-30 | Group "see through" iteration, take 1 | Boris Kolpackov | 18 | -147/+557 | |
2015-06-26 | Part two of dependency injection with auto-generation support | Boris Kolpackov | 10 | -237/+398 | |
2015-06-25 | Part one of dependency injection with auto-generation support | Boris Kolpackov | 7 | -46/+245 | |
2015-06-24 | Implement proper target type detection in dependency injection | Boris Kolpackov | 3 | -8/+69 | |
2015-06-24 | First take on the cli module plus necessary infrastructure | Boris Kolpackov | 28 | -163/+1045 | |
2015-06-22 | Remove prerequisite rewriting from c/c++ dependency injection code | Boris Kolpackov | 1 | -14/+4 | |
2015-06-22 | Remove prerequisite rewriting from inject_parent_fsdir() | Boris Kolpackov | 3 | -24/+7 | |
2015-06-22 | Remove prerequisite rewriting for c/cxx chaining | Boris Kolpackov | 7 | -93/+98 | |
2015-06-18 | Add headers to buildfiles, move tests/build/ to tests/ | Boris Kolpackov | 3 | -0/+12 | |
2015-06-18 | Move path_mtime to filesystem, rename file_mtime, follow symlinks | Boris Kolpackov | 3 | -8/+15 | |
2015-06-18 | Add char-scanner to libbutl, use in libbpkg and build2 | Boris Kolpackov | 2 | -129/+14 | |
2015-06-18 | Move string-table from build2 to libbutl | Boris Kolpackov | 3 | -126/+13 | |
2015-06-18 | Move path and filesystem from build2 to libbutl | Boris Kolpackov | 43 | -1627/+93 | |
2015-06-18 | Move map-key from build2 to libbutl, rename multi-index | Boris Kolpackov | 3 | -64/+5 | |
2015-06-18 | Move prefix-map from build2 to libbutl | Boris Kolpackov | 5 | -213/+41 | |
2015-06-18 | Move some utilities from build2 to libbutl | Boris Kolpackov | 4 | -63/+12 | |
2015-06-18 | Use optional from libbutl | Boris Kolpackov | 2 | -29/+1 | |
2015-06-18 | Move process from build2 to libbutl | Boris Kolpackov | 6 | -398/+4 | |
2015-06-18 | Make cxx.export.* machinery work for library chains | Boris Kolpackov | 2 | -9/+23 | |
2015-06-17 | Link shared libraries with absolute path | Boris Kolpackov | 1 | -1/+9 | |