aboutsummaryrefslogtreecommitdiff
path: root/tools/update_mingw.zig
AgeCommit message (Collapse)Author
2025-10-03Add depth function to `Walker.Entry`Ryan Liptak
This enables depth-related use cases without any dependency on the Walker's internal stack which doesn't always pertain to the actual depth of the current entry (i.e. recursing into a directory immediately affects the stack).
2025-10-03fix: Check if key exists instead of trying to match on nullHenry Kupty
Co-Authored-By: Ryan Liptak <squeek502@hotmail.com>
2025-10-03fix: Match prefix with static string mapHenry Kupty
Co-authored-by: Ryan Liptak <squeek502@hotmail.com>
2025-10-03refactor: Reimplement tool using SelectiveWalkerHenry Kupty
This skips directory trees where top-level directories do not match the defined ones
2025-02-24update_mingw: Add update logic for winpthreads files.Alex Rønne Petersen
Also rename a few constants for clarity.
2024-12-13update_mingw: Update blacklist to dcd7fefc703fb4b12187235386900d34cc13fdc5.Alex Rønne Petersen
2024-12-13update_mingw: Remove some leftover code.Alex Rønne Petersen
See 4a2b23c2beb043c1e5368d3737893494d61d4060.
2024-03-20mingw-w64 updater: don't include windowsapp or onecore APIsAndrew Kelley
2024-03-20mingw-w64 updater: don't omit win32 def filesAndrew Kelley
see #18968
2024-01-20mingw-w64: remove msvcrt sourcesElaine Gibson
2024-01-08update-mingw tool: add config.h to whitelistAndrew Kelley
2024-01-08add tool for updating mingw crt filesAndrew Kelley