| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-19 | compilers: Remove Environment parameter from Compiler.find_library | Dylan Baker | |
| 2025-11-19 | compilers: Remove Environment parameter from Compiler.openmp_flags | Dylan Baker | |
| I've done the compile and link flags in one commit since they're so closely related | |||
| 2025-11-19 | compilers: Pass Environment instead of MachineInfo | Dylan Baker | |
| We end up needing it everywhere, so just store it. This patch is huge already, so it's just the conversion to passing Environment, more cleanups to come. | |||
| 2025-10-14 | Add C23 and C2Y supported c_std versions for Apple compilers. | John Ralls | |
| 2025-01-27 | compilers: split Apple C++ version handling to a mixin | Dylan Baker | |
| 2025-01-27 | compilers: move Apple C Std version handling to a mixin | Dylan Baker | |
| To avoid duplication between C and ObjC | |||
| 2025-01-08 | First draft version of Tasking MIL linking with b_lto and prelinking | gerioldman | |
| 2024-08-26 | compilers: Allow prelinking with Apple Clang | L. E. Segovia | |
| 2024-06-26 | compilers: Add support for OpenMP from homebrew with AppleClang | Dylan Baker | |
| Which requires injecting some extra paths and the `-Xpreprocess` flag, as well as extra search paths for libomp and the headers. Fixes: #7435 | |||
