Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-24 | Implement proper target type detection in dependency injection | Boris Kolpackov | 1 | -7/+60 | |
2015-06-24 | First take on the cli module plus necessary infrastructure | Boris Kolpackov | 3 | -34/+39 | |
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 | 1 | -4/+1 | |
2015-06-22 | Remove prerequisite rewriting for c/cxx chaining | Boris Kolpackov | 1 | -77/+40 | |
2015-06-18 | Move path and filesystem from build2 to libbutl | Boris Kolpackov | 4 | -2/+2 | |
2015-06-18 | Move some utilities from build2 to libbutl | Boris Kolpackov | 1 | -1/+1 | |
2015-06-18 | Use optional from libbutl | Boris Kolpackov | 1 | -0/+1 | |
2015-06-18 | Move process from build2 to libbutl | Boris Kolpackov | 2 | -2/+2 | |
2015-06-18 | Make cxx.export.* machinery work for library chains | Boris Kolpackov | 1 | -9/+7 | |
2015-06-17 | Link shared libraries with absolute path | Boris Kolpackov | 1 | -1/+9 | |
2015-06-17 | Reserve enough space in "storage" vector to ensure no reallocations | Boris Kolpackov | 1 | -1/+6 | |
2015-06-17 | Use c++0x and c++1y for compatibility with older compilers | Boris Kolpackov | 1 | -2/+11 | |
2015-06-17 | Use portable ifdstream from libbutl instead of GNU stdio_filebuf | Boris Kolpackov | 2 | -10/+6 | |
2015-06-17 | Add libraries to "ok" prerequisites for synthesized object file targets | Boris Kolpackov | 1 | -2/+5 | |
2015-05-22 | Get rid of gcc, clang warnings (-Wall) | Boris Kolpackov | 1 | -3/+3 | |
2015-05-22 | Avoid relying on static initialization order | Boris Kolpackov | 1 | -6/+6 | |
2015-05-11 | Correct copyright | Boris Kolpackov | 6 | -6/+6 | |
2015-04-29 | Get rid of on-demand configuration for now | Boris Kolpackov | 2 | -43/+10 | |
2015-04-28 | Second iteration over import/export support | Boris Kolpackov | 1 | -10/+77 | |
2015-04-27 | Add support for specifying library link order | Boris Kolpackov | 2 | -32/+108 | |
2015-04-26 | Cleanup cxx.link rule | Boris Kolpackov | 1 | -15/+1 | |
2015-04-26 | Rework resolved prerequisite targets storage | Boris Kolpackov | 1 | -145/+56 | |
2015-04-24 | Take one on library linking | Boris Kolpackov | 1 | -30/+138 | |
2015-04-24 | Implement lib/liba/libso{} target group, shared/static library build | Boris Kolpackov | 3 | -169/+195 | |
2015-04-20 | Merge config.cxx.* variables into cxx.* when loading cxx module | Boris Kolpackov | 2 | -14/+13 | |
2015-04-20 | Automatically decide when to print relative/absolute paths | Boris Kolpackov | 2 | -4/+4 | |
2015-04-17 | Improve diagnostics | Boris Kolpackov | 1 | -1/+2 | |
2015-04-17 | Add support for target groups, use to handle obj/obja/objso object targets | Boris Kolpackov | 2 | -96/+149 | |
2015-04-15 | New variables architecture | Boris Kolpackov | 2 | -26/+16 | |
Now operator[] is only used for lookup. | |||||
2015-04-15 | Initial library support | Boris Kolpackov | 1 | -36/+66 | |
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 2 | -6/+6 | |
2015-04-08 | Inherit list_value directly from names | Boris Kolpackov | 1 | -1/+1 | |
2015-04-08 | Distinguish between undefined and null variables | Boris Kolpackov | 1 | -22/+38 | |
2015-04-08 | Clarify comment | Boris Kolpackov | 1 | -2/+2 | |
2015-04-08 | Get rid of need to store scope in variable value | Boris Kolpackov | 1 | -5/+5 | |
2015-04-07 | Provide more convenient access to root scope | Boris Kolpackov | 1 | -26/+30 | |
2015-04-02 | Handle "nothing to be done" case for disfigure | Boris Kolpackov | 1 | -1/+1 | |
2015-04-01 | Warn about configured/command line value mismatch | Boris Kolpackov | 1 | -1/+11 | |
Also store configured but unspecified values | |||||
2015-04-01 | Implement initial C++ configuration support | Boris Kolpackov | 3 | -26/+261 | |
2015-03-27 | Rework dependency state dump support | Boris Kolpackov | 1 | -4/+4 | |
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 | -8/+19 | |
We can now build out-of-tree. | |||||
2015-03-12 | Implement clean operation | Boris Kolpackov | 2 | -29/+71 | |
2015-03-10 | Further operation implementation | Boris Kolpackov | 2 | -26/+26 | |
2015-03-04 | Move roots and bases to appropriate scopes | Boris Kolpackov | 1 | -6/+23 | |
2015-03-02 | Clean up clang warnings | Boris Kolpackov | 1 | -3/+3 | |
2015-02-23 | Rename "select" to "apply" | Boris Kolpackov | 2 | -5/+5 | |
2015-02-23 | Redo rule match/build logic | Boris Kolpackov | 2 | -160/+147 | |
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 | -6/+6 | |
2015-02-20 | Rework extension handling logic | Boris Kolpackov | 1 | -0/+4 | |
We no longer support hxx{vector.}. Rather, the target type can decide, e.g., based on a config variable, whether to append an extension. Also, in the future we may support a syntax to specify that this is a complete name, e.g., hxx{'vector'}. |