Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-16 | rules: Propagate PATH list from defaults | Oliver Reiche | |
... instead of creating an ENV from it and propagating this. The idea is to keep PATH entries separate and only join them with ":" when we need it. In this way, we can accumulate PATHs from multiple defaults later, and perform a deduplication ("nub_left") to shorten the final string length. | |||
2023-07-10 | foreign: Support expanding env variables in options | Oliver Reiche | |
2023-01-26 | Support creating libraries from CMake project | Oliver Reiche | |