Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 1a4a89a7 | 2023-09-28 09:50:43 | Python: make ruff & black happy | ||
| 5cd76a8d | 2021-04-26 17:38:48 | Windows: Pass list of symbols to export to MSVC Arrange for passing .def files with the lists of symbols to export from DLLs when building on Windows with MSVC. Without this no symbols were being exported at all. The .def files are generated from the .map files at build time using scripts/map-to-def, which avoids needing to maintain two different sets of files. |