| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-16 | interpreter: Extract dependency() logic into its own helper class | Xavier Claessens | |
| The dependency lookup is a lot of complex code. This refactor it all into a single file/class outside of interpreter main class. This new design allows adding more fallbacks candidates in the future (e.g. using cc.find_library()) but does not yet add any extra API. | |||
| 2021-04-26 | Condense test directory names. | Jussi Pakkanen | |
