aboutsummaryrefslogtreecommitdiff
path: root/src/mingw.zig
AgeCommit message (Expand)Author
2024-03-04Use the global cache dir for the manifests of generated mingw `.lib`sRyan Liptak
2024-01-20mingw: update build logicElaine Gibson
2024-01-14mingw: Add missing misc/mingw-access.c and misc/ucrt-access.cKrzysztof Wolicki
2024-01-08mingw: remove pow.c from aarch64-windows mingw buildsAndrew Kelley
2024-01-08mingw: add the build logic for the previous commitAndrew Kelley
2024-01-08mingw: add comments so that I don't regress this code laterAndrew Kelley
2024-01-08mingw: update from msvcrt to ucrtAndrew Kelley
2024-01-08mingw-w64: update CRT files to latest git commitAndrew Kelley
2024-01-08add tool for updating mingw crt filesAndrew Kelley
2024-01-01Compilation: don't add importlib jobs when outputting C codeAndrew Kelley
2024-01-01fix compilation errors when enabling llvmAndrew Kelley
2023-11-17aro-translate-c: update to upstream changesVeikka Tuominen
2023-11-02mingw: remove stage2_c check for buildImportLibEvan Haas
2023-11-02mingw: remove "aro" literal from from cache hashEvan Haas
2023-11-02mingw: Check for only_c, not only_core_functionalityEvan Haas
2023-11-02mingw: Don't implement buildImportLib in only-c modeEvan Haas
2023-11-02mingw: Use aro instead of clang for preprocessing import libsEvan Haas
2023-09-26define `_WIN32_WINNT` for windows compilations based on target minver (#17224)Phil Richards
2023-08-03frontend: fix linking to Windows DLLs as system libsAndrew Kelley
2023-07-11remove arbitrary stderr size limit when spawning a child process toolXavier Bouchoux
2023-05-26std.Target adjustmentsVeikka Tuominen
2023-03-15compiler: update function accepts a std.Progress.NodeAndrew Kelley
2023-03-15progress towards semantic error serializationAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-13move the cache system from compiler to std libAndrew Kelley
2023-01-31mingw: repair msvcrt-os build flagspraschke
2022-12-28mingw: add missing vscprintf.c fileAndrew Kelley
2022-12-10fix aarch64-windows-gnu libcAndrew Kelley
2022-11-22Cache: introduce prefixes to manifestsAndrew Kelley
2022-11-04all: rename i386 to x86Ali Chraghi
2022-10-11mingw-w64: pass -D__USE_MINGW_ANSI_STDIO=0 for crt filesAndrew Kelley
2022-10-11stage2: update mingw-w64 build logic to v10.0.0Andrew Kelley
2022-10-11update mingw-w64 crt files to v10.0.0Andrew Kelley
2022-08-30avoid exposing supportsTailCall in the standard libraryAndrew Kelley
2022-08-25add ability to pass force undefined symbols to the linkerJakub Konka
2022-04-29std: Do not allocate the result for ChildProcess.initJimmi Holst Christensen
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2022-01-07lint: duplicate import (#10519)Meghan
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-15pre-merge cleanupsAndrew Kelley
2021-11-15build: workaround link error with LTO and mingwxavier
2021-11-15mingw-w64: add missing file frexp.c to mingwex.libJ.C. Moyer
2021-09-19Update all ensureCapacity calls to the relevant non-deprecated versionRyan Liptak
2021-09-15Added implementation for _fseeki64 and _ftelli64 from mingw-w64 9.0.0 (#9402)...Michal Ziulek
2021-09-07changes to build zig-bootstrap aarch64-windowsJonathan Marler
2021-09-07Fix building aarch64-windows-gnu by adding missing libc files and compiler_rt...Jonathan Marler
2021-08-21mingw.zig: fix logic to add crt sourcesJonathan Marler
2021-06-21std, src, doc, test: remove unused variablesJacob G-W