Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-14 | Add support for passing multiple names to $name.*() functions | Boris Kolpackov | 1 | -3/+49 | |
2020-12-04 | Mark Buildfile functions as pure or impure | Boris Kolpackov | 1 | -13/+21 | |
2020-11-11 | Add ${c,cxx}.lib_{poptions,libs,rpaths}() functions | Boris Kolpackov | 1 | -1/+3 | |
These functions can be used to query library metadata for options and libraries that should be used when compiling/linking dependent targets, similar to how cc::{compile,link}_rule do it. With this support it should be possible to more or less re-create their semantics in ad hoc recipes. | |||||
2020-06-03 | Fix function family for $target.path() | Karen Arutyunov | 1 | -1/+1 | |
2020-06-02 | Add $target.process_path() analogous to $target.path() | Boris Kolpackov | 1 | -1/+29 | |
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -26/+82 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -3/+3 | |
All non-const global state is now in class context and we can now have multiple independent builds going on at the same time. | |||||
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+109 | |