Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-16 | Invent quoting modes for to_stream(name) | Karen Arutyunov | 1 | -1/+1 | |
2021-11-04 | Add $size() function to get size of sequence (names, strings, etc) | Boris Kolpackov | 1 | -17/+4 | |
2021-11-02 | Add $sort() function | Boris Kolpackov | 1 | -1/+69 | |
Available overloads: $sort(<names> [, <flags>]) $sort(<ints> [, <flags>]) $sort(<strings> [, <flags>]) $sort(<paths> [, <flags>]) $sort(<dir_paths> [, <flags>]) The following flag is supported by the all overloads: dedup - in addition to sorting also remove duplicates Additionally, the strings overload also support the following flag: icase - sort ignoring case Note that on case-insensitive filesystem the paths and dir_paths overload's order is case-insensitive. | |||||
2021-04-09 | Document hermetic build configuration support | Boris Kolpackov | 1 | -0/+4 | |
2020-12-04 | Mark Buildfile functions as pure or impure | Boris Kolpackov | 1 | -12/+18 | |
2020-10-28 | Add missing $builtin.string(int64) | Boris Kolpackov | 1 | -0/+1 | |
2020-03-31 | Switch to project variable visibility by default | Boris Kolpackov | 1 | -1/+1 | |
2020-03-18 | Add $visibility(<variable>) function for querying variable visibility | Boris Kolpackov | 1 | -0/+15 | |
2020-03-17 | Add $defined(<variable>) function | Boris Kolpackov | 1 | -23/+23 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2019-10-18 | Add $quote() function for quoting values | Boris Kolpackov | 1 | -0/+25 | |
This can be useful if we want to pass a value on the command line, for example, in a testscript: $* config.cxx=$quote($recall($cxx.path) $cxx.mode, true) | |||||
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -2/+2 | |
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/+56 | |