| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-04 | macos: Skip as-needed test, the linker is too smart | Andres Freund | |
| The new linker in Sonoma / Xcode 15 considers the dependency via the initializer sufficient to pull in the library. The man page now notes: The linker never dead strips initialization and termination routines. They are considered "roots" of the dead strip graph. I could not find a good way to skip only if the linker version is new enough. Before long everyone will be using the new linker anyway... | |||
| 2021-04-26 | Condense test directory names. | Jussi Pakkanen | |
