| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-09 | Fix compare_against_sw_vers test when a version part is 0 | Mads Marquart | -3/+3 | |
| 2025-09-08 | Weakly export platform_version symbols | Mads Marquart | -0/+5 | |
| The symbols __isPlatformVersionAtLeast and __isOSVersionAtLeast. This allows the user to link both compiler_rt and std. | ||||
| 2025-09-08 | Reorder test to make failures clearer | Mads Marquart | -3/+3 | |
| 2025-09-05 | Add __isOSVersionAtLeast and __isPlatformVersionAtLeast symbols | Mads Marquart | -0/+1074 | |
| Allows users to link to Objective-C code using `@available(...)`. | ||||
