Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-08 | interpreter: Skip not_found_message and include_type in cache id | Xavier Claessens | 1 | -0/+1 | |
2021-05-08 | interpreter: 'embed' kwarg is only valid in python module | Xavier Claessens | 1 | -1/+0 | |
2021-04-26 | store the list of initializes subprojects in the coredata structure | Dylan Baker | 1 | -3/+5 | |
We need to konw on rconfigure which options have already bee set not just for the super project, but also for the subproject. However, using first_invocation is not sufficient, as a reconfigure could add a new subpproject that wasn't present before, and we need to initialize that project's builtins. | |||||
2021-04-26 | Interpreter: Fallback when required is false but forcefallback is true | Xavier Claessens | 1 | -8/+8 | |
2021-04-23 | Xcode: do not reuse objs in both_libraries because Xcode fails on targets ↵ | Jussi Pakkanen | 1 | -1/+12 | |
with no sources. | |||||
2021-04-16 | interpreter: Add missing allow_fallback kwarg | Xavier Claessens | 1 | -0/+1 | |
2021-04-12 | interpreter: Split permitted_kwargs dict | Xavier Claessens | 1 | -130/+74 | |
2021-04-01 | interpreter: Move to its own folder and split it | Xavier Claessens | 1 | -0/+2984 | |